summaryrefslogtreecommitdiffstats
path: root/ext/esd
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-23 15:53:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-23 15:53:21 +0000
commit3cf68c234421d8d274b0d5332c252c6177846d1b (patch)
tree34e03cea5ac61b251014ac059d9b9e8a7d8e8b14 /ext/esd
parente628992403823e28a659f6e35d6c69b8c268e5c2 (diff)
one more debug info
Original commit message from CVS: one more debug info
Diffstat (limited to 'ext/esd')
-rw-r--r--ext/esd/esdsink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c
index ee3a3a64..bf66d3d5 100644
--- a/ext/esd/esdsink.c
+++ b/ext/esd/esdsink.c
@@ -213,6 +213,7 @@ gst_esdsink_link (GstPad *pad, const GstCaps *caps)
/* FIXME: is it supposed to be correct to have closed audio when caps nego
failed? */
+ GST_DEBUG ("esd link function could not negotiate, returning delayed");
return GST_PAD_LINK_REFUSED;
}