summaryrefslogtreecommitdiffstats
path: root/gst/law/mulaw-decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/law/mulaw-decode.c')
-rw-r--r--gst/law/mulaw-decode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/law/mulaw-decode.c b/gst/law/mulaw-decode.c
index a1727d9c..83b38397 100644
--- a/gst/law/mulaw-decode.c
+++ b/gst/law/mulaw-decode.c
@@ -264,7 +264,8 @@ not_negotiated:
}
alloc_failed:
{
- GST_ERROR_OBJECT (mulawdec, "pad alloc failed");
+ GST_DEBUG_OBJECT (mulawdec, "pad alloc failed %d (%s)", ret,
+ gst_flow_get_name (ret));
gst_buffer_unref (buffer);
return ret;
}