mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
decodebin3: Clear select streams seqnum when resetting
At this point there's definitely no pending select streams Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6332>
This commit is contained in:
parent
381d38eb82
commit
31feb293c7
1 changed files with 2 additions and 0 deletions
|
@ -692,6 +692,8 @@ gst_decodebin3_reset (GstDecodebin3 * dbin)
|
|||
g_list_free (dbin->to_activate);
|
||||
dbin->to_activate = NULL;
|
||||
|
||||
dbin->select_streams_seqnum = GST_SEQNUM_INVALID;
|
||||
|
||||
g_list_free (dbin->pending_select_streams);
|
||||
dbin->pending_select_streams = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue