summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-11-13 14:51:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-11-13 14:51:30 +0000
commit41070c9c8f6590b1b609e989a6e88b81aab5a1d8 (patch)
tree628180ecf88500822c84822b0c4b495625575f32 /ChangeLog
parent561bfe045733931b0a75e936108dd1a312387a08 (diff)
ext/cairo/gsttextoverlay.c: Implement minimal parsing of the passed pango font description string, so passing a font ...
Original commit message from CVS: * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init): Implement minimal parsing of the passed pango font description string, so passing a font size works the same as with the pango textoverlay plugin; fixes #455086. (Maybe we could just use pangocairo here at some point).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d8fde13..3a5061db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-13 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
+ Implement minimal parsing of the passed pango font description
+ string, so passing a font size works the same as with the
+ pango textoverlay plugin; fixes #455086.
+ (Maybe we could just use pangocairo here at some point).
+
2007-11-13 Stefan Kost <ensonic@users.sf.net>
* gst/avi/gstavidemux.c: