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 479960 - qtdemux is missing fourcc for mpeg2 HDV streams (HDV2. HDV3)
qtdemux is missing fourcc for mpeg2 HDV streams (HDV2. HDV3)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-24 20:29 UTC by j^
Modified: 2007-09-26 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add missing fourccs for mpeg2 video (955 bytes, patch)
2007-09-24 20:41 UTC, j^
committed Details | Review

Description j^ 2007-09-24 20:29:40 UTC
gstreamer is not able to play mpeg2 mov files, generated by
i.e. Apple Quicktime / Final Cut, those are just mpeg2 video streams
with fourcc: HDV3(1080i50) and HDV2(1080i60). adding those to qtdemux.c
all works fine. attached patch fixes this. 

it also adds mx5p which according to codecs.conf in mplayer is used for 'MPEG IMX 625/50 (50Mb/s)' should also work, have no sample at hand though.
Comment 1 j^ 2007-09-24 20:41:41 UTC
Created attachment 96133 [details] [review]
add missing fourccs for mpeg2 video
Comment 2 Sebastian Dröge (slomo) 2007-09-25 05:03:51 UTC
2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>

        Patch by: <j at bootlab dot org>

        * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
        Add fourccs for MPEG2 HDV streams. Fixes #479960.
Comment 3 Tim-Philipp Müller 2007-09-25 19:01:59 UTC
j: any chance you could upload some of those samples you have somewhere for our collection?  Even mplayer's sample archive doesn't seem to have one yet.
Comment 4 j^ 2007-09-25 21:27:28 UTC
(In reply to comment #3)
> j: any chance you could upload some of those samples you have somewhere for our
> collection?  Even mplayer's sample archive doesn't seem to have one yet.

sure, put 2 samples up at http://v2v.cc/~j/samples/ 
 HDV1080i50.mov - HDV3
 HDV1080i60.mov - HDV2
Comment 5 Tim-Philipp Müller 2007-09-26 18:58:20 UTC
Thanks a lot.  I take it both of them are supposed to be played back within less than a second?
Comment 6 j^ 2007-09-26 19:28:13 UTC
yes, they are about or even a bit less than a second, 
should be all you need for testing...