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:
9336077
)
dashdemux: add log message about segment time information
author
Thiago Santos
<thiagoss@osg.samsung.com>
Mon, 19 Jan 2015 11:37:59 +0000
(08:37 -0300)
committer
Thiago Santos
<thiagoss@osg.samsung.com>
Mon, 19 Jan 2015 11:37:59 +0000
(08:37 -0300)
For debugging purposes
ext/dash/gstmpdparser.c
patch
|
blob
|
history
diff --git
a/ext/dash/gstmpdparser.c
b/ext/dash/gstmpdparser.c
index e81e5373ed91ca95f2506d218c3c7a0be71bbd5b..8df722b84caaa2261b9f36f27f7ec9ee60da3a63 100644
(file)
--- a/
ext/dash/gstmpdparser.c
+++ b/
ext/dash/gstmpdparser.c
@@
-2984,6
+2984,10
@@
gst_mpd_client_add_media_segment (GstActiveStream * stream,
media_segment->duration = duration;
g_ptr_array_add (stream->segments, media_segment);
+ GST_LOG ("Added new segment: number %d, ts: %" GST_TIME_FORMAT ", dur: %"
+ GST_TIME_FORMAT " start time %" GST_TIME_FORMAT, number,
+ GST_TIME_ARGS (start), GST_TIME_ARGS (duration),
+ GST_TIME_ARGS (start_time));
return TRUE;
}