summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-03-13 15:59:37 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-11 02:30:41 +0100
commit55c3da71c1ffec1ea0cb7820ddc96ff9fda2b136 (patch)
treec68de8a87ca59b7006f7fd146a2cd4ceca70fa2c
parent109874ed50db0111b97ec11025199427f289d65a (diff)
rtpbin: don't return FALSE on seek events
Silently ignore the seek event instead of returning FALSE.
-rw-r--r--gst/rtpmanager/gstrtpsession.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpsession.c b/gst/rtpmanager/gstrtpsession.c
index 06d64a454..e2a6927f8 100644
--- a/gst/rtpmanager/gstrtpsession.c
+++ b/gst/rtpmanager/gstrtpsession.c
@@ -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;