From: David Schleef Date: Tue, 28 Dec 2004 05:52:03 +0000 (+0000) Subject: ext/cairo/gsttextoverlay.c: Improvements to actually render text as white on black... X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3642d80c76730e5e4538033a16f6a9963bd403cb;p=platform%2Fupstream%2Fgst-plugins-base.git ext/cairo/gsttextoverlay.c: Improvements to actually render text as white on black outline on video, including font s... Original commit message from CVS: * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text), (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2), (gst_textoverlay_video_chain), (gst_textoverlay_loop), (gst_textoverlay_font_init), (gst_textoverlay_init), (gst_textoverlay_set_property): Improvements to actually render text as white on black outline on video, including font selection and horizontal/vertical alignment. (Ronald's christmas present) * ext/cairo/gsttextoverlay.h: --- diff --git a/ChangeLog b/ChangeLog index 87580b0..54473e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-12-27 David Schleef + + * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text), + (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2), + (gst_textoverlay_video_chain), (gst_textoverlay_loop), + (gst_textoverlay_font_init), (gst_textoverlay_init), + (gst_textoverlay_set_property): Improvements to actually + render text as white on black outline on video, including + font selection and horizontal/vertical alignment. (Ronald's + christmas present) + * ext/cairo/gsttextoverlay.h: + 2004-12-26 Stephane Loeuillet * ext/ogg/gstogg.c: