[Bug 685103] mpegvideoparse: wrong pixel-aspect-ratio

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 8 00:30:48 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=685103
  GStreamer | gst-plugins-bad | 2.x

sreerenj <bsreerenj> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bsreerenj at gmail.com

--- Comment #1 from sreerenj <bsreerenj at gmail.com> 2012-11-08 08:30:42 UTC ---
This video has display_extension which is giving a display_horizatal_size of
720 and display_vertical_size of 576. The PAR is calculating in 1.0 based on
this instead of the default width of 352 and height of 576 .
(default widhth/height : valued parsed/calculated from SequenceHdr and
SequenceHdrExtension)

But in 0.10 there is no parsing for display_extension and which will use the
default width of 352 instead of 720 for PAR calculation.

It seems that the mpeg2dec is giving the PAR 16/15 in both 0.10 and
1.0.(pipeline with out parser element) . But avdec_mpeg2video/ffdec_mpeg2video
is giving 24/11 (with out parser element).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list