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 321903 - [qtdemux] does not know fourcc DX50, as produced by DivX 5
[qtdemux] does not know fourcc DX50, as produced by DivX 5
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.9.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-20 03:26 UTC by j^
Modified: 2005-11-21 16:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add DX50 (1.09 KB, patch)
2005-11-20 03:28 UTC, j^
committed Details | Review

Description j^ 2005-11-20 03:26:53 UTC
DivX 5 ceates mov files with fourcc DX50, not sure about
the other versions of divx.
Comment 1 j^ 2005-11-20 03:28:29 UTC
Created attachment 54957 [details] [review]
patch to add DX50 

this patch adds fourcc DX50, but also DIV3 and DIVX, though
i only tested with DX50 file.
Comment 2 Tim-Philipp Müller 2005-11-21 16:46:24 UTC
Committed, thanks!

2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>

       * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
         Add DX50, DIVX and DIV3 fourccs (patch by
         j@bootlab.org, #321903).