resindvd: Add newline to debug g_print statement

This commit is contained in:
Jan Schmidt 2009-03-25 12:31:10 +00:00
parent b9c4db5d53
commit 1c6529e93e

View file

@ -763,7 +763,7 @@ rsn_dvdsrc_step (resinDvdSrc * src, gboolean have_dvd_lock)
diff < 0) {
discont = TRUE;
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));
}
}