From 51e5863a97bdfc80b5c2024236f990210f4541f8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 29 Jan 2004 23:20:45 +0000 Subject: GST_ELEMENT_ERROR Original commit message from CVS: GST_ELEMENT_ERROR --- gst/goom/gstgoom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/goom/gstgoom.c') diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index 6fe574bb..27ae0109 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -299,7 +299,7 @@ gst_goom_chain (GstPad *pad, GstData *_data) } if (goom->channels == 0) { - gst_element_error (goom, CORE, NEGOTIATION, NULL, + GST_ELEMENT_ERROR (goom, CORE, NEGOTIATION, NULL, ("format wasn't negotiated before chain function")); goto done; -- cgit