[Bug 752690] New: h263parse: update proper PAR calculations

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 21 21:08:23 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752690

            Bug ID: 752690
           Summary: h263parse: update proper PAR calculations
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

In case of h263 video format, libav is calculating the PAR as 12/11
but qtdemux is overwriting it to 1/1, resulting in wrong PAR being passed on.
So instead of just using the PAR from demuxer, check the PAR value in parser,
and compare the demuxer and parser PAR to determine the actual PAR.

This will align the PAR calculation to how it is done in libav, gstavviddec.c

-- 
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