From 0c7d5bb1d8e6e3f23e7c2ba8856a7d4723593538 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 26 Oct 2009 12:19:32 +0000 Subject: [PATCH] resindvd: lower a debug message to log level. --- ext/resindvd/rsnstreamselector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/resindvd/rsnstreamselector.c b/ext/resindvd/rsnstreamselector.c index 7b389761b8..30c29a43a5 100644 --- a/ext/resindvd/rsnstreamselector.c +++ b/ext/resindvd/rsnstreamselector.c @@ -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: