X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.c;h=b8bd2c601b10b3adf65c84f1ab883c9dc1fabaf1;hb=91fb4d73caa09a606c46393c7565462bf926e6a8;hp=1b86f6c98c0f08e5b0cf4f9baff7e183747f706e;hpb=b41fc3efd457b709d4f9867273f6d0da8921b904;p=melted diff --git a/src/framework/mlt_producer.c b/src/framework/mlt_producer.c index 1b86f6c..b8bd2c6 100644 --- a/src/framework/mlt_producer.c +++ b/src/framework/mlt_producer.c @@ -528,6 +528,8 @@ static int producer_get_frame( mlt_service service, mlt_frame_ptr frame, int ind char *name = mlt_properties_get_name( p_props, i ); if ( !strncmp( name, "meta.", 5 ) ) mlt_properties_set( f_props, name, mlt_properties_get( p_props, name ) ); + else if ( !strncmp( name, "set.", 4 ) ) + mlt_properties_set( f_props, name + 4, mlt_properties_get( p_props, name ) ); } }