msdkdec: fix typo

https://bugzilla.gnome.org/show_bug.cgi?id=790752
This commit is contained in:
Hyunjun Ko 2018-02-13 12:43:00 -09:00 committed by Sreerenj Balachandran
parent 6ce9a66b80
commit 3ed9f7c5f1

View file

@ -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);