resindvd: lower a debug message to log level.
authorJan Schmidt <thaytan@noraisin.net>
Mon, 26 Oct 2009 12:19:32 +0000 (12:19 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Tue, 27 Oct 2009 12:23:25 +0000 (12:23 +0000)
ext/resindvd/rsnstreamselector.c

index 7b389761b8609c0b8752957131ec25b1b338ddc9..30c29a43a553126d1401a857db3f1fda71cb7099 100644 (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: