mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
avmux: Reset input context to NULL after closing in the muxer
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6505>
This commit is contained in:
parent
2a3f791c90
commit
03465d0904
1 changed files with 1 additions and 0 deletions
|
@ -796,6 +796,7 @@ gst_ffmpegmux_change_state (GstElement * element, GstStateChange transition)
|
|||
if (ffmpegmux->opened) {
|
||||
ffmpegmux->opened = FALSE;
|
||||
gst_ffmpegdata_close (ffmpegmux->context->pb);
|
||||
ffmpegmux->context->pb = NULL;
|
||||
}
|
||||
break;
|
||||
case GST_STATE_CHANGE_READY_TO_NULL:
|
||||
|
|
Loading…
Reference in a new issue