[Bug 739345] codecparsers: mpeg4: fix ignored increment of return value

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jun 13 11:00:38 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #289598|none                        |committed
             status|                            |

--- Comment #11 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 289598
  --> https://bugzilla.gnome.org/attachment.cgi?id=289598
Correctly increment the return value

Committed this with changes:

 return ++off -> return off + 1; (KISS)

skipped the gratuitious changes with the markersize variable (I think we only
want to fill in the value in the packet structure if we return OK).

Last chunk is ok.

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