[Bug 703088] rtspsrc parse error race condition
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 26 06:08:28 PDT 2013
http://bugzilla.gnome.org/show_bug.cgi?id=703088
GStreamer | gst-plugins-good | git
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |1.1.2
--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2013-06-26 13:08:20 UTC ---
Can you check if this works?
commit 32a1deb404d585a3ffb306371013d831ca095bdd
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Wed Jun 26 15:03:05 2013 +0200
rtsp: make read uncancelable when reading a message
When we start to read a message, we need to continue reading until the end
of
the message or else we lose track and cause parse errors. Use a variable
may_cancel to avoid cancelation after we read the first byte until we have
the complete message.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=703088
--
Configure bugmail: http://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