[Bug 739404] New: mpegts: value stored is never used

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 30 07:29:52 PDT 2014


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

           Summary: mpegts: value stored is never used
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: luis.bg at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

patch

Both _parse_atsc_mgt() and  _parse_atsc_vct () change the value of the variable
data just before returning. New value is never used since data is a pointer
declared at the beginning of the function and going out of scope just after the
new value is stored.

> data += descriptors_loop_length;

Removing this.

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