[Bug 751911] New: dashdemux: mimeType local variable must be reinitialized at the beginning of loop iteration

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 3 08:09:15 PDT 2015


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

            Bug ID: 751911
           Summary: dashdemux: mimeType local variable must be
                    reinitialized at the beginning of loop iteration
    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: florin.apostol at oregan.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

in gst_mpdparser_get_list_and_nb_of_audio_language function, the mimeType
variable is used inside a loop. It must be set to NULL at the beginning of each
iteration. Otherwise, the value from the previous iteration might influence the
decisions of the current iteration.

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