summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-12-28 05:52:03 +0000
committerDavid Schleef <ds@schleef.org>2004-12-28 05:52:03 +0000
commit04c30a4f053966fab0d4d0399df76542946a4920 (patch)
tree9e8202cc06acd07eeaccc5401596e2a74308cf28
parent64952efa53fa5e014e0149254e1cbf9dcf942a5e (diff)
downloadgst-plugins-bad-04c30a4f053966fab0d4d0399df76542946a4920.tar.gz
gst-plugins-bad-04c30a4f053966fab0d4d0399df76542946a4920.tar.bz2
gst-plugins-bad-04c30a4f053966fab0d4d0399df76542946a4920.zip
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:
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87580b0c..54473e5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-12-27 David Schleef <ds@schleef.org>
+
+ * 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 <stephane.loeuillet@tiscali.fr>
* ext/ogg/gstogg.c: