qtdemux: run gst-indent

Otherwise commits will fail with our indent check hook
This commit is contained in:
Thiago Santos 2016-03-07 10:27:41 -03:00
parent c65b66432e
commit b46af7fda7

View file

@ -5226,7 +5226,9 @@ gst_qtdemux_loop_state_movie (GstQTDemux * qtdemux)
GstBuffer *aux_info = NULL;
/* pull the data stored before the sample */
ret = gst_qtdemux_pull_atom (qtdemux, qtdemux->offset, offset + stream->offset_in_sample - qtdemux->offset, &aux_info);
ret =
gst_qtdemux_pull_atom (qtdemux, qtdemux->offset,
offset + stream->offset_in_sample - qtdemux->offset, &aux_info);
if (G_UNLIKELY (ret != GST_FLOW_OK))
goto beach;
gst_buffer_map (aux_info, &map, GST_MAP_READ);