summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-03-10 09:33:15 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-03-10 09:33:15 +0000
commit8f1fbf8d6c1a5c082526adecafca96c219651263 (patch)
treebaecb38e2d823b7441fedeb49cc5d3f3e9b39640
parent0a467495c2ab2898f96eb06e8a170d52f7e3a2b7 (diff)
dvbsub: fix indentation
-rw-r--r--gst/dvdsub/gstdvdsubdec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/dvdsub/gstdvdsubdec.c b/gst/dvdsub/gstdvdsubdec.c
index f6a3d817..bc3f69fc 100644
--- a/gst/dvdsub/gstdvdsubdec.c
+++ b/gst/dvdsub/gstdvdsubdec.c
@@ -692,8 +692,7 @@ gst_send_subtitle_frame (GstDvdSubDec * dec, GstClockTime end_ts)
}
out_buf =
- gst_buffer_new_allocate (NULL, GST_VIDEO_INFO_SIZE (&dec->info),
- &params);
+ gst_buffer_new_allocate (NULL, GST_VIDEO_INFO_SIZE (&dec->info), &params);
gst_video_frame_map (&frame, &dec->info, out_buf, GST_MAP_READWRITE);
data = GST_VIDEO_FRAME_PLANE_DATA (&frame, 0);