qualitfy paths of known properties that take a filename with server virtual root
[melted] / src / framework / mlt_consumer.h
index bd7960d..e718912 100644 (file)
@@ -42,6 +42,7 @@ struct mlt_consumer_s
        void *private;
        void *child;
 
+       int real_time;
        int ahead;
        mlt_image_format format;
        mlt_deque queue;
@@ -54,6 +55,7 @@ struct mlt_consumer_s
 */
 
 extern int mlt_consumer_init( mlt_consumer this, void *child );
+extern mlt_consumer mlt_consumer_new( );
 extern mlt_service mlt_consumer_service( mlt_consumer this );
 extern mlt_properties mlt_consumer_properties( mlt_consumer this );
 extern int mlt_consumer_connect( mlt_consumer this, mlt_service producer );