rtpssrcdemux: Remove pads and reset the element also in READY->NULL
Mostly for completeness. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1018>
This commit is contained in:
parent
c94469339a
commit
6e2924ff9c
@ -998,9 +998,9 @@ gst_rtp_ssrc_demux_change_state (GstElement * element,
|
|||||||
case GST_STATE_CHANGE_PLAYING_TO_PAUSED:
|
case GST_STATE_CHANGE_PLAYING_TO_PAUSED:
|
||||||
break;
|
break;
|
||||||
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
||||||
|
case GST_STATE_CHANGE_READY_TO_NULL:
|
||||||
gst_rtp_ssrc_demux_reset (demux);
|
gst_rtp_ssrc_demux_reset (demux);
|
||||||
break;
|
break;
|
||||||
case GST_STATE_CHANGE_READY_TO_NULL:
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user