summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-03-25 12:31:10 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-04-02 14:49:20 +0100
commit1c6529e93ee59c4c1a54e515677a612ffecb0c43 (patch)
tree02141e9d61b1c3f191393903c957a2f2c1405b3d /ext
parentb9c4db5d537bde620759118f454eccc2ae730277 (diff)
downloadgst-plugins-bad-1c6529e93ee59c4c1a54e515677a612ffecb0c43.tar.gz
gst-plugins-bad-1c6529e93ee59c4c1a54e515677a612ffecb0c43.tar.bz2
gst-plugins-bad-1c6529e93ee59c4c1a54e515677a612ffecb0c43.zip
resindvd: Add newline to debug g_print statement
Diffstat (limited to 'ext')
-rw-r--r--ext/resindvd/resindvdsrc.c2
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));
}
}