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:
199aaa4
)
avi: fix debug
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 22 Oct 2012 09:55:22 +0000
(11:55 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 22 Oct 2012 09:55:22 +0000
(11:55 +0200)
gst/avi/gstavidemux.c
patch
|
blob
|
history
diff --git
a/gst/avi/gstavidemux.c
b/gst/avi/gstavidemux.c
index
87f513d
..
f8cdaab
100644
(file)
--- a/
gst/avi/gstavidemux.c
+++ b/
gst/avi/gstavidemux.c
@@
-1849,8
+1849,7
@@
gst_avi_demux_expose_streams (GstAviDemux * avi, gboolean force)
GstAviStream *stream = &avi->stream[i];
if (force || stream->idx_n != 0) {
- GST_LOG_OBJECT (avi, "Adding pad %s" GST_PTR_FORMAT,
- GST_PAD_NAME (stream->pad));
+ GST_LOG_OBJECT (avi, "Adding pad %s", GST_PAD_NAME (stream->pad));
gst_element_add_pad ((GstElement *) avi, stream->pad);
#if 0