mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +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
6cb429eb4f
commit
4bff4266d5
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");
|
GST_DEBUG_OBJECT (rtpsession, "received EVENT");
|
||||||
|
|
||||||
switch (GST_EVENT_TYPE (event)) {
|
switch (GST_EVENT_TYPE (event)) {
|
||||||
|
case GST_EVENT_SEEK:
|
||||||
case GST_EVENT_LATENCY:
|
case GST_EVENT_LATENCY:
|
||||||
gst_event_unref (event);
|
gst_event_unref (event);
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue