rtpbin: don't return FALSE on seek events

Silently ignore the seek event instead of returning FALSE.
This commit is contained in:
Wim Taymans 2009-03-13 15:59:37 +01:00
parent 6cb429eb4f
commit 4bff4266d5

View 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;