mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 06:56:26 +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];
|
GstAviStream *stream = &avi->stream[i];
|
||||||
|
|
||||||
if (force || stream->idx_n != 0) {
|
if (force || stream->idx_n != 0) {
|
||||||
GST_LOG_OBJECT (avi, "Adding pad %s" GST_PTR_FORMAT,
|
GST_LOG_OBJECT (avi, "Adding pad %s", GST_PAD_NAME (stream->pad));
|
||||||
GST_PAD_NAME (stream->pad));
|
|
||||||
gst_element_add_pad ((GstElement *) avi, stream->pad);
|
gst_element_add_pad ((GstElement *) avi, stream->pad);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in a new issue