GNOME Bugzilla – Bug 651434
rtspsrc: don't discard data in interleaved mode
Last modified: 2013-06-26 13:11:14 UTC
In interleaved mode when we wait for a response all received data is discarded.
Created attachment 188859 [details] [review] fix for the bug report This patch depends on https://bugzilla.gnome.org/show_bug.cgi?id=651045 is applied to not have concurrency problems when accessing the queue.
I noticed that it is missing the part to empty the queue when a flush event is received. Please someone add it.
commit f39ef2ab6847c458997ec089e06632e82382d9e5 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Wed Jun 26 14:41:00 2013 +0200 rtspsrc: handle data message when waiting for reply When we are waiting for a server reply, handle data messages instead of ignoring them.