[Bug 681818] New: h264parse: evaluate vui parameters only when they where parsed and set

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 14 01:53:29 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=681818
  GStreamer | gst-plugins-bad | 0.10.23

           Summary: h264parse: evaluate vui parameters only when they
                    where parsed and set
    Classification: Platform
           Product: GStreamer
           Version: 0.10.23
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ps.report at gmx.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=221105)
 View: https://bugzilla.gnome.org/attachment.cgi?id=221105
 Review: https://bugzilla.gnome.org/review?bug=681818&attachment=221105

patch for h264parse to evaluate vui parameters only when they where parsed and
set

Testpipeline:

GST_DEBUG=h264*:5 gst-launch filesrc location=test.mpg  ! mpegpsdemux !
h264parse ! fakesink 2>&1 | grep ratio

0:00:00.447200775  1381    0x8d200 INFO               h264parse
gsth264parse.c:1070:gst_h264_parse_update_src_caps:<h264parse0> aspect ratio
idc changed 144
0:00:00.901053845  1381    0x8d200 INFO               h264parse
gsth264parse.c:1070:gst_h264_parse_update_src_caps:<h264parse0> aspect ratio
idc changed 145
....

The Problem is evaluation of vui_parameters which are not set or not parsed
(and so h264pase compares uninitialized memory)....

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