summaryrefslogtreecommitdiff
path: root/sys/applemedia
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-04-22 18:27:37 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-04-22 18:27:37 +0100
commit79c13988e4fdfcc0634f78d6a9dfa033ab26d229 (patch)
tree164123c8aa73535b2a9a05554874951b77dcd0a4 /sys/applemedia
parent595392d18770f17f8ff90d46bf1891e2eb240d13 (diff)
downloadgstreamer-plugins-bad-79c13988e4fdfcc0634f78d6a9dfa033ab26d229.tar.gz
Fix code indentation
Diffstat (limited to 'sys/applemedia')
-rw-r--r--sys/applemedia/vtdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/applemedia/vtdec.c b/sys/applemedia/vtdec.c
index 317b96632..cde21c0fb 100644
--- a/sys/applemedia/vtdec.c
+++ b/sys/applemedia/vtdec.c
@@ -188,7 +188,7 @@ gst_vtdec_stop (GstVideoDecoder * decoder)
{
GstVtdec *vtdec = GST_VTDEC (decoder);
- gst_vtdec_push_frames_if_needed (vtdec, TRUE, TRUE);
+ gst_vtdec_push_frames_if_needed (vtdec, TRUE, TRUE);
if (vtdec->input_state)
gst_video_codec_state_unref (vtdec->input_state);