rtspsrc: handle data message when waiting for reply

When we are waiting for a server reply, handle data messages instead of
ignoring them.
This commit is contained in:
Wim Taymans 2013-06-26 14:41:00 +02:00
parent 61219dc6ed
commit f39ef2ab68

View file

@ -4787,7 +4787,8 @@ next:
break;
case GST_RTSP_MESSAGE_DATA:
/* get next response */
GST_DEBUG_OBJECT (src, "ignoring data response message");
GST_DEBUG_OBJECT (src, "handle data response message");
gst_rtspsrc_handle_data (src, response);
goto next;
default:
GST_WARNING_OBJECT (src, "ignoring unknown message type %d",