mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
avi: fix debug
This commit is contained in:
parent
199aaa4021
commit
0e3ef30c31
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue