[Bug 710609] ASF demux : bug fix - check mo_size
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Oct 28 15:05:11 CET 2013
https://bugzilla.gnome.org/show_bug.cgi?id=710609
GStreamer | gst-plugins-ugly | 1.0.7
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #258300|none |reviewed
status| |
--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-10-28 14:05:04 UTC ---
(From update of attachment 258300)
>+ if (prev->buf == NULL || (payload.mo_size
>+ && payload.mo_size != prev->mo_size)
Please use payload.mo_size > 0 or payload.mo_size != 0 here, since it's not a
boolean.
--
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