[Bug 755611] New: aacparse: wrong LOAS config reading

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 25 01:10:07 PDT 2015


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

            Bug ID: 755611
           Summary: aacparse: wrong LOAS config reading
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: guillaume.marquebielle at parrot.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 312113
  --> https://bugzilla.gnome.org/attachment.cgi?id=312113&action=edit
Patch fixing the issue

I've been testing some LOAS streams on Danish DVBT live tv.

On reading LOAS config, flag v=1 and vA=1 combination can sometimes occur,
leading to warning "Spec says "TBD"...".
Returning TRUE on this case while parameters 'sample_rate' and 'channels' are
pointing to uninitialized values can end on setting random values as rate and
channels on src caps.

I've added a simple patch initializing the concerned variables to fix this. I
think it's more secure to also return FALSE in this use case.

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