mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
6ff129d07d
commit
c23fde0c51
2 changed files with 6 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue