diff options
Diffstat (limited to 'gst/goom/gstgoom.c')
-rw-r--r-- | gst/goom/gstgoom.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |