[Bug 742638] New: mpegpsdemux: dead code

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 9 03:15:04 PST 2015


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

           Summary: mpegpsdemux: dead code
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: luis at debethencourt.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

original behaviour

In gst/mpegdemux/gstmpegdemux.c there is a gboolean initialized to FALSE and
then the only usage on found is in these two blocks a few lines below:

  while (found && fscr < scr) {
     [...]
  }

  while (found && fscr > scr && offset > 0) {
     [...]
  }

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