diff options
-rw-r--r-- | ext/esd/esdsink.c | 1 |
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; } |