summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/esd/esdmon.c')
-rw-r--r--ext/esd/esdmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c
index d728a885..6fd9c194 100644
--- a/ext/esd/esdmon.c
+++ b/ext/esd/esdmon.c
@@ -267,7 +267,7 @@ gst_esdmon_get (GstPad *pad)
"channels", G_TYPE_INT, esdmon->channels
)) <= 0)
{
- gst_element_error (esdmon, CORE, NEGOTIATION, NULL, NULL);
+ GST_ELEMENT_ERROR (esdmon, CORE, NEGOTIATION, NULL, NULL);
return NULL;
}
}