avi: fix debug

This commit is contained in:
Wim Taymans 2012-10-22 11:55:22 +02:00
parent 199aaa4021
commit 0e3ef30c31

View file

@ -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