mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
resindvd: Add newline to debug g_print statement
This commit is contained in:
parent
b9c4db5d53
commit
1c6529e93e
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ rsn_dvdsrc_step (resinDvdSrc * src, gboolean have_dvd_lock)
|
||||||
diff < 0) {
|
diff < 0) {
|
||||||
discont = TRUE;
|
discont = TRUE;
|
||||||
g_print ("Discont NAV packet start TS %" GST_TIME_FORMAT
|
g_print ("Discont NAV packet start TS %" GST_TIME_FORMAT
|
||||||
" != end TS %" GST_TIME_FORMAT,
|
" != end TS %" GST_TIME_FORMAT "\n",
|
||||||
GST_TIME_ARGS (new_start_ptm), GST_TIME_ARGS (src->cur_end_ts));
|
GST_TIME_ARGS (new_start_ptm), GST_TIME_ARGS (src->cur_end_ts));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue