diff options
| author | Mark Nauwelaerts <manauw@skynet.be> | 2007-11-13 17:01:07 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2007-11-13 17:01:07 +0000 |
| commit | 711afebc9f7f869fa90f6a479787caf8c398a830 (patch) | |
| tree | 359893dfdc16e62b4bdc35993c1b89c22835cc5d /ChangeLog | |
| parent | 41070c9c8f6590b1b609e989a6e88b81aab5a1d8 (diff) | |
gst/matroska/: Extract palette data for dvd subpicture streams and send it downstream as custom gstreamer dvd event (...
Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw skynet be>
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_push_dvd_clut_change_event),
(gst_matroska_demux_parse_blockgroup_or_simpleblock),
(gst_matroska_demux_subtitle_caps):
* gst/matroska/matroska-ids.h:
Extract palette data for dvd subpicture streams and send it
downstream as custom gstreamer dvd event (fixes #453417).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2007-11-13 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Mark Nauwelaerts <manauw skynet be> + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_push_dvd_clut_change_event), + (gst_matroska_demux_parse_blockgroup_or_simpleblock), + (gst_matroska_demux_subtitle_caps): + * gst/matroska/matroska-ids.h: + Extract palette data for dvd subpicture streams and send it + downstream as custom gstreamer dvd event (fixes #453417). + +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 |
