summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunjun Ko <zzoon@igalia.com>2018-02-13 12:43:00 -0900
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>2018-02-13 12:43:00 -0900
commit3ed9f7c5f136f4eadeacd3118171f63559527942 (patch)
tree038d4b05c96c883d2e438e52f8bdbaa59e93e373
parent6ce9a66b80c6b5d72feff1d74bf08f3e71e18330 (diff)
downloadgstreamer-plugins-bad-3ed9f7c5f136f4eadeacd3118171f63559527942.tar.gz
msdkdec: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=790752
-rw-r--r--sys/msdk/gstmsdkdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdk/gstmsdkdec.c b/sys/msdk/gstmsdkdec.c
index b336205e3..7c7aeaa1d 100644
--- a/sys/msdk/gstmsdkdec.c
+++ b/sys/msdk/gstmsdkdec.c
@@ -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);