mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
fix multiline string
Original commit message from CVS: fix multiline string
This commit is contained in:
parent
d4dc40ec5b
commit
28672d474e
1 changed files with 2 additions and 2 deletions
|
@ -1186,8 +1186,8 @@ gst_avi_demux_process_chunk (GstAviDemux *avi_demux, guint64 *filepos,
|
||||||
if (!gst_avi_demux_process_chunk (avi_demux, filepos, 0,
|
if (!gst_avi_demux_process_chunk (avi_demux, filepos, 0,
|
||||||
rec_depth + 1, &subchunksize)) {
|
rec_depth + 1, &subchunksize)) {
|
||||||
|
|
||||||
g_print (" ***** Error processing chunk at filepos 0x%08llxi
|
g_print (" ***** Error processing chunk at filepos 0x%08llxi %u %u\n",
|
||||||
%u %u\n", *filepos, *chunksize, datashowed);
|
*filepos, *chunksize, datashowed);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (avi_demux->restart)
|
if (avi_demux->restart)
|
||||||
|
|
Loading…
Reference in a new issue