[Bug 758151] rtpgstdepay do not serialize custom events
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Nov 17 17:27:40 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=758151
Josep Torra Valles <n770galaxy at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Josep Torra Valles <n770galaxy at gmail.com> ---
commit 84b6743cf813651a6a6107ab3a875d2108cb6da7
Author: Josep Torra <n770galaxy at gmail.com>
Date: Sun Nov 15 17:16:29 2015 -0800
rtpgstdepay: Properly handle backward compat for event deserialization
Actual code is checking for a NULL terminator and a ';' terminator,
for backward compat, in a chained way that cause all events being rejected.
The proper condition is to reject the events when terminator isn't
in ['\0', ';'] set.
https://bugzilla.gnome.org/show_bug.cgi?id=758151
commit f8b9360dadf48d24a27011c56f06d784736155d7
Author: Josep Torra <n770galaxy at gmail.com>
Date: Sun Nov 15 17:11:02 2015 -0800
tests: rtp-payloading: Test for handling of custom events in rtpgst
Add a simple test that checks proper serialization/deserialization
of custom events with rtpgstpay and rtpgstdepay.
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the gstreamer-bugs
mailing list