mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
ristsink: Add missing break
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8286>
This commit is contained in:
parent
a0f50df7a0
commit
2f1f44cdc7
1 changed files with 1 additions and 0 deletions
|
@ -909,6 +909,7 @@ gst_rist_sink_change_state (GstElement * element, GstStateChange transition)
|
|||
* a NULL interface on a network without a default gateway */
|
||||
if (gst_rist_sink_start (sink) == GST_STATE_CHANGE_FAILURE)
|
||||
return GST_STATE_CHANGE_FAILURE;
|
||||
break;
|
||||
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
||||
gst_rist_sink_disable_stats_interval (sink);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue