[Bug 739345] New: codecparsers: remove ignored increment of return

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 29 03:44:31 PDT 2014


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

           Summary: codecparsers: remove ignored increment of return
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            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: ---


in gst-libs/gst/codecparsers/gstmpeg4parser.c:350

> return val++;

The value is returned before it is incremented because the post increment
happens after the statement.

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