summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-03-13 15:59:37 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-03-13 16:00:21 +0100
commit4bff4266d51089de0de9c44a1651937821f5fb8b (patch)
tree4f7bfdbcbc163238197966a86236618e545a29c2
parent6cb429eb4f1ecb388e32734ce870c6f767b1ae17 (diff)
downloadgstreamer-plugins-bad-4bff4266d51089de0de9c44a1651937821f5fb8b.tar.gz
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;