mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
qtdemux: run gst-indent
Otherwise commits will fail with our indent check hook
This commit is contained in:
parent
c65b66432e
commit
b46af7fda7
1 changed files with 10 additions and 8 deletions
|
@ -5226,7 +5226,9 @@ gst_qtdemux_loop_state_movie (GstQTDemux * qtdemux)
|
||||||
GstBuffer *aux_info = NULL;
|
GstBuffer *aux_info = NULL;
|
||||||
|
|
||||||
/* pull the data stored before the sample */
|
/* 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))
|
if (G_UNLIKELY (ret != GST_FLOW_OK))
|
||||||
goto beach;
|
goto beach;
|
||||||
gst_buffer_map (aux_info, &map, GST_MAP_READ);
|
gst_buffer_map (aux_info, &map, GST_MAP_READ);
|
||||||
|
|
Loading…
Reference in a new issue