X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fgtk2%2Fproducer_pango.c;h=f1952dccc21bbf260e68df51df25e490c3d70a00;hb=8691b6464c35a77ae001b9843891a90dd9fd3d50;hp=2a8d99f45c05b8adf44e628c690ba96963fc5962;hpb=f4ddf54462a611e23ac0ad8ac52bb9c6f8aafb6f;p=melted diff --git a/src/modules/gtk2/producer_pango.c b/src/modules/gtk2/producer_pango.c index 2a8d99f..f1952dc 100644 --- a/src/modules/gtk2/producer_pango.c +++ b/src/modules/gtk2/producer_pango.c @@ -326,7 +326,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, this->width * this->height * 2, NULL, NULL );