gst/gstpad.c: Fix debug info.

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_link_call_link_functions):
Fix debug info.
This commit is contained in:
Wim Taymans 2004-09-06 15:02:48 +00:00
parent 6ff129d07d
commit c23fde0c51
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-09-06 Wim Taymans <wim@fluendo.com>
* gst/gstpad.c: (gst_pad_link_call_link_functions):
Fix debug info.
2004-09-06 Wim Taymans <wim@fluendo.com>
* gst/schedulers/gstoptimalscheduler.c: (add_to_group),

View file

@ -1338,7 +1338,7 @@ gst_pad_link_call_link_functions (GstPadLink * link)
res = GST_RPAD_LINKFUNC (link->sinkpad) (GST_PAD (link->sinkpad),
link->caps);
GST_DEBUG_OBJECT (link->sinkpad, "got reply %d from link function");
GST_DEBUG_OBJECT (link->sinkpad, "got reply %d from link function", res);
if (GST_PAD_LINK_FAILED (res)) {
GST_CAT_INFO_OBJECT (GST_CAT_CAPS, link->sinkpad,