]> git.sesse.net Git - mlt/commitdiff
+ Stores the resource correctly (to allow serialisation via westley)
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 27 Jul 2005 18:23:03 +0000 (18:23 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 27 Jul 2005 18:23:03 +0000 (18:23 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@787 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/kino/producer_kino.c

index de876cb3192a535b714003204329fce4b1e43d6f..3d45f40c807fd10e4ba459432f8bcda3f46aacda 100644 (file)
@@ -63,6 +63,7 @@ mlt_producer producer_kino_init( char *filename )
                        mlt_properties_set_position( properties, "in", 0 );
                        mlt_properties_set_position( properties, "out", kino_wrapper_get_frame_count( wrapper ) - 1 );
                        mlt_properties_set_double( properties, "real_fps", fps );
+                       mlt_properties_set( properties, "resource", filename );
 
                        // Register transport implementation with the producer
                        producer->close = ( mlt_destructor )producer_close;