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 596319 - [qtdemux] fails to parse pixel aspect ratio data
[qtdemux] fails to parse pixel aspect ratio data
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-25 15:33 UTC by Philippe Normand
Modified: 2009-09-25 17:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample media file (221.31 KB, video/quicktime)
2009-09-25 15:33 UTC, Philippe Normand
Details
qtdemux mem dump (295.44 KB, application/octet-stream)
2009-09-25 15:33 UTC, Philippe Normand
Details

Description Philippe Normand 2009-09-25 15:33:11 UTC
Created attachment 144008 [details]
sample media file

All in the title. Uploading a sample file and qtdemux mem dump log.
Comment 1 Philippe Normand 2009-09-25 15:33:59 UTC
Created attachment 144009 [details]
qtdemux mem dump
Comment 2 Philippe Normand 2009-09-25 15:36:53 UTC
Output of qtinfo:

Type: Quicktime
  0 audio tracks.
  1 video tracks.
    720x576, depth 24
    rate 25.000000 [2500:100] constant
    length 125 frames
    compressor avc1.
    Native colormodel:  YUV 4:2:0 planar
    Interlace mode:     Top field first
    Chroma placement: MPEG-1/JPEG
    Pixel aspect ratio: 118:81
    No timecodes available
    supported.
  0 text tracks.
Comment 3 Mark Nauwelaerts 2009-09-25 17:27:34 UTC
Following commit takes care of this:

commit 0fac7b5347d1cd1f727b697d5be4782de1f56152
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Sep 25 19:21:32 2009 +0200

    qtdemux: some optional QT specified stsd MPEG-4 atoms also apply to H264

    Fixes #596319.