mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
parent
6ce9a66b80
commit
3ed9f7c5f1
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ gst_msdkdec_stop (GstVideoDecoder * decoder)
|
|||
}
|
||||
if (thiz->pool) {
|
||||
gst_object_unref (thiz->pool);
|
||||
thiz->input_state = NULL;
|
||||
thiz->pool = NULL;
|
||||
}
|
||||
gst_video_info_init (&thiz->output_info);
|
||||
gst_video_info_init (&thiz->pool_info);
|
||||
|
|
Loading…
Reference in a new issue