X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fgtk2%2Ffilter_dynamictext.c;h=46c9074baa3714ee4954952f65a5b720d7febbb5;hb=986a6c27ebabb7f1b15ffa537860a165fc1cf31b;hp=d0f42344abb6d34bb42aa50c0934b197be4cffcd;hpb=474c520b587db8a7eb8928dd4a1c632532a6ee96;p=mlt diff --git a/src/modules/gtk2/filter_dynamictext.c b/src/modules/gtk2/filter_dynamictext.c index d0f42344..46c9074b 100644 --- a/src/modules/gtk2/filter_dynamictext.c +++ b/src/modules/gtk2/filter_dynamictext.c @@ -230,6 +230,7 @@ static void apply_filter( mlt_filter filter, mlt_frame frame ) mlt_properties_set( watermark_properties, "producer.olcolour", mlt_properties_get( my_properties, "olcolour" ) ); mlt_properties_set( watermark_properties, "producer.pad", mlt_properties_get( my_properties, "pad" ) ); mlt_properties_set( watermark_properties, "producer.outline", mlt_properties_get( my_properties, "outline" ) ); + mlt_properties_set( watermark_properties, "producer.align", mlt_properties_get( my_properties, "halign" ) ); } /** Get the image.