From: lilo_booter Date: Wed, 27 Jul 2005 18:23:03 +0000 (+0000) Subject: + Stores the resource correctly (to allow serialisation via westley) X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=fdbf5f7e644766d61dab2a6381a4df0894b2cbf0;p=melted + Stores the resource correctly (to allow serialisation via westley) git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@787 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/modules/kino/producer_kino.c b/src/modules/kino/producer_kino.c index de876cb..3d45f40 100644 --- a/src/modules/kino/producer_kino.c +++ b/src/modules/kino/producer_kino.c @@ -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;