X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fgtk2%2Fproducer_pixbuf.c;h=8a1d3a3060756ddce4f6b30754e993d35ca97e96;hb=16c5c516008b9debec7765e34f4756f8063dee7e;hp=04a9e64a66e768b3b4440b3612c9963c5de530af;hpb=7c518e80321a87a22d2e48835442c9f5b70dcd17;p=melted diff --git a/src/modules/gtk2/producer_pixbuf.c b/src/modules/gtk2/producer_pixbuf.c index 04a9e64..8a1d3a3 100644 --- a/src/modules/gtk2/producer_pixbuf.c +++ b/src/modules/gtk2/producer_pixbuf.c @@ -222,7 +222,7 @@ static int producer_get_frame( mlt_producer producer, mlt_frame_ptr frame, int i if ( mlt_properties_get( producer_props, "y" ) != NULL ) mlt_properties_set_int( properties, "y", mlt_properties_get_int( producer_props, "y" ) ); if ( mlt_properties_get( producer_props, "mix" ) != NULL ) - mlt_properties_set_double( properties, "mix", mlt_properties_get_double( producer_props, "mix" ) ); + mlt_properties_set_double( properties, "image.mix", mlt_properties_get_double( producer_props, "mix" ) ); // if picture sequence pass the image and alpha data without destructor mlt_properties_set_data( properties, "image", this->image, 0, NULL, NULL );