X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltPushConsumer.h;fp=mlt%2B%2B%2Fsrc%2FMltPushConsumer.h;h=1eacf93ec70f21adb6c59863de6906265d47d0a2;hb=2085323abc65a3325b4e9f1a9733dcf126756862;hp=105d7fa00a11e51399427acb8e3ee04a816437ca;hpb=9d109a9d7b686b816aa70f1befc55801bffe261f;p=melted diff --git a/mlt++/src/MltPushConsumer.h b/mlt++/src/MltPushConsumer.h index 105d7fa..1eacf93 100644 --- a/mlt++/src/MltPushConsumer.h +++ b/mlt++/src/MltPushConsumer.h @@ -30,13 +30,14 @@ namespace Mlt class Frame; class Service; class PushPrivate; + class Profile; class MLTPP_DECLSPEC PushConsumer : public Consumer { private: PushPrivate *m_private; public: - PushConsumer( char *id , char *service = NULL ); + PushConsumer( Profile& profile, char *id , char *service = NULL ); virtual ~PushConsumer( ); void set_render( int width, int height, double aspect_ratio ); virtual int connect( Service &service );