projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c4db5
)
resindvd: Add newline to debug g_print statement
author
Jan Schmidt
<thaytan@noraisin.net>
Wed, 25 Mar 2009 12:31:10 +0000
(12:31 +0000)
committer
Jan Schmidt
<thaytan@noraisin.net>
Thu, 2 Apr 2009 13:49:20 +0000
(14:49 +0100)
ext/resindvd/resindvdsrc.c
patch
|
blob
|
history
diff --git
a/ext/resindvd/resindvdsrc.c
b/ext/resindvd/resindvdsrc.c
index 6934436733136aa4861e19a114beab22c0052742..9b4b96c0c6935f43ec814665f43c4fffe602de48 100644
(file)
--- 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));
}
}