resindvd: lower a debug message to log level.

This commit is contained in:
Jan Schmidt 2009-10-26 12:19:32 +00:00
parent b5caf70b41
commit 0c7d5bb1d8

View file

@ -416,7 +416,7 @@ gst_selector_pad_chain (GstPad * pad, GstBuffer * buf)
}
/* 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));
res = gst_pad_push (sel->srcpad, buf);
done: