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/monoscope/gstmonoscope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/monoscope') diff --git a/gst/monoscope/gstmonoscope.c b/gst/monoscope/gstmonoscope.c index fa85814c..0d7212cb 100644 --- a/gst/monoscope/gstmonoscope.c +++ b/gst/monoscope/gstmonoscope.c @@ -230,7 +230,7 @@ gst_monoscope_chain (GstPad *pad, GstData *_data) GST_DEBUG ("making new pad"); if (!gst_pad_is_negotiated (monoscope->srcpad)) { if (gst_pad_renegotiate (monoscope->srcpad) <= 0) { - gst_element_error (monoscope, CORE, NEGOTIATION, NULL, NULL); + GST_ELEMENT_ERROR (monoscope, CORE, NEGOTIATION, NULL, NULL); return; } } -- cgit