After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 339451 - [matroska] enhancement for VfW compatibility cases
[matroska] enhancement for VfW compatibility cases
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.2
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-23 09:24 UTC by Mark Nauwelaerts
Modified: 2006-04-25 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to implement enhancement. (5.86 KB, patch)
2006-04-23 09:28 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2006-04-23 09:24:39 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).
Comment 1 Mark Nauwelaerts 2006-04-23 09:28:38 UTC
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)
Comment 2 Tim-Philipp Müller 2006-04-25 11:48:19 UTC
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)