From 31b61f3add59f5d49d17cd66d71f17bca18ad624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 21 Oct 2015 11:45:35 +0100 Subject: [PATCH] flvdemux: fix indentation --- gst/flv/gstflvdemux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c index 25d769556f..079ee7d43c 100644 --- a/gst/flv/gstflvdemux.c +++ b/gst/flv/gstflvdemux.c @@ -808,8 +808,7 @@ gst_flv_demux_audio_negotiate (GstFlvDemux * demux, guint32 codec_tag, /* comment part */ g_value_init (&value, GST_TYPE_BUFFER); tags = gst_tag_list_new_empty (); - buf = gst_tag_list_to_vorbiscomment_buffer (tags, NULL, - 0, "No comments"); + buf = gst_tag_list_to_vorbiscomment_buffer (tags, NULL, 0, "No comments"); gst_tag_list_unref (tags); g_value_take_boxed (&value, buf); gst_value_array_append_value (&streamheader, &value);