From 1c6529e93ee59c4c1a54e515677a612ffecb0c43 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 25 Mar 2009 12:31:10 +0000 Subject: resindvd: Add newline to debug g_print statement --- ext/resindvd/resindvdsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/resindvd/resindvdsrc.c b/ext/resindvd/resindvdsrc.c index 693443673..9b4b96c0c 100644 --- a/ext/resindvd/resindvdsrc.c +++ b/ext/resindvd/resindvdsrc.c @@ -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)); } } -- cgit v1.2.3