diff options
author | Mark Nauwelaerts <manauw@skynet.be> | 2006-04-25 11:45:00 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-04-25 11:45:00 +0000 |
commit | a0b8e8176ac2824d1dda535f97bd52490d75ce2b (patch) | |
tree | 5f284a2a4b747be7c0b499234948602b6920d5ff /ChangeLog | |
parent | 2e1a9a0472b1ac3edb5873333266a0124a4b5986 (diff) |
gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec IDs (#339451)
Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw at skynet dot be>
* gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
Handle codec_data for VfW compatibility codec IDs (#339451)
* gst/matroska/matroska-mux.c:
(gst_matroska_mux_video_pad_setcaps):
Same here, handle codec_data and add additional caps we can handle
now to the pad template (huffyuv, dv and h263 video) (#339451)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2006-04-25 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Mark Nauwelaerts <manauw at skynet dot be> + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps): + Handle codec_data for VfW compatibility codec IDs (#339451) + + * gst/matroska/matroska-mux.c: + (gst_matroska_mux_video_pad_setcaps): + Same here, handle codec_data and add additional caps we can handle + now to the pad template (huffyuv, dv and h263 video) (#339451) + +2006-04-25 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Josef Zlomek <josef dot zlomek at itonis dot tv> * gst/matroska/matroska-mux.c: |