mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtpbin: don't return FALSE on seek events
Silently ignore the seek event instead of returning FALSE.
This commit is contained in:
parent
109874ed50
commit
55c3da71c1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue