GNOME Bugzilla – Bug 339451
[matroska] enhancement for VfW compatibility cases
Last modified: 2006-04-25 11:48:19 UTC
Matroska codec-ID V_MS/VFW/FOURCC allows for some AVI-codecs. Some caps/codecs can be added (also makes matroska-mux-caps more symmetric with matroska-demux-caps).
Created attachment 64132 [details] [review] Patch to implement enhancement. Implements the above enhancement by: - essentially adding some caps - including support for codec initialization data in VfW case (for mux and demux) (e.g. huffyuv is in need of this)
Thanks, committed: 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)