From fdbf5f7e644766d61dab2a6381a4df0894b2cbf0 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Wed, 27 Jul 2005 18:23:03 +0000 Subject: [PATCH] + 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 --- src/modules/kino/producer_kino.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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; -- 1.7.4.4