diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-03-25 12:31:10 +0000 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-05-03 12:03:13 -0400 |
commit | 7b0ca7b4657eef1ebbbf2f8a53ccbd66be1e74b8 (patch) | |
tree | 885227325b56e9cccccc909145696574c519ad6d /ext/resindvd | |
parent | 3e38f28d5e2e82a2b0c13361ed075389fd7c84ab (diff) | |
download | gst-plugins-bad-7b0ca7b4657eef1ebbbf2f8a53ccbd66be1e74b8.tar.gz gst-plugins-bad-7b0ca7b4657eef1ebbbf2f8a53ccbd66be1e74b8.tar.bz2 gst-plugins-bad-7b0ca7b4657eef1ebbbf2f8a53ccbd66be1e74b8.zip |
resindvd: Add newline to debug g_print statement
Diffstat (limited to 'ext/resindvd')
-rw-r--r-- | ext/resindvd/resindvdsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/resindvd/resindvdsrc.c b/ext/resindvd/resindvdsrc.c index 69344367..9b4b96c0 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)); } } |