From a0b8e8176ac2824d1dda535f97bd52490d75ce2b Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 25 Apr 2006 11:45:00 +0000 Subject: gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec IDs (#339451) Original commit message from CVS: Patch by: Mark Nauwelaerts * 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) --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6fbae5ac..97e71939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-04-25 Tim-Philipp Müller + + Patch by: Mark Nauwelaerts + + * 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 Patch by: Josef Zlomek -- cgit