]> git.sesse.net Git - mlt/commitdiff
Fix to properly align multiline text
authorBrian Matherly <pez4brian@yahoo.com>
Sun, 23 Dec 2012 22:12:50 +0000 (16:12 -0600)
committerBrian Matherly <pez4brian@yahoo.com>
Sun, 23 Dec 2012 22:12:50 +0000 (16:12 -0600)
src/modules/gtk2/filter_dynamictext.c

index d0f42344abb6d34bb42aa50c0934b197be4cffcd..46c9074baa3714ee4954952f65a5b720d7febbb5 100644 (file)
@@ -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.