mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
resindvd: lower a debug message to log level.
This commit is contained in:
parent
b5caf70b41
commit
0c7d5bb1d8
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ gst_selector_pad_chain (GstPad * pad, GstBuffer * buf)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* forward */
|
/* forward */
|
||||||
GST_DEBUG_OBJECT (sel, "Forwarding buffer %p from pad %s:%s", buf,
|
GST_LOG_OBJECT (sel, "Forwarding buffer %p from pad %s:%s", buf,
|
||||||
GST_DEBUG_PAD_NAME (pad));
|
GST_DEBUG_PAD_NAME (pad));
|
||||||
res = gst_pad_push (sel->srcpad, buf);
|
res = gst_pad_push (sel->srcpad, buf);
|
||||||
done:
|
done:
|
||||||
|
|
Loading…
Reference in a new issue