rtpbin: don't return FALSE on seek events
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 13 Mar 2009 14:59:37 +0000 (15:59 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:41 +0000 (02:30 +0100)
Silently ignore the seek event instead of returning FALSE.

gst/rtpmanager/gstrtpsession.c

index 06d64a4..e2a6927 100644 (file)
@@ -1556,6 +1556,7 @@ gst_rtp_session_event_send_rtcp_src (GstPad * pad, GstEvent * event)
   GST_DEBUG_OBJECT (rtpsession, "received EVENT");
 
   switch (GST_EVENT_TYPE (event)) {
+    case GST_EVENT_SEEK:
     case GST_EVENT_LATENCY:
       gst_event_unref (event);
       ret = TRUE;