diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2007-11-13 14:51:30 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2007-11-13 14:51:30 +0000 |
| commit | 41070c9c8f6590b1b609e989a6e88b81aab5a1d8 (patch) | |
| tree | 628180ecf88500822c84822b0c4b495625575f32 /ChangeLog | |
| parent | 561bfe045733931b0a75e936108dd1a312387a08 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |
