From 3b0cf935f687c359319104d7b0dd7d73c90da6a9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 18 Jan 2004 21:46:58 +0000 Subject: use new error signal and classification Original commit message from CVS: use new error signal and classification --- ext/dv/gstdvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dv') diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index dfd48c13..20b2bf8a 100644 --- a/ext/dv/gstdvdec.c +++ b/ext/dv/gstdvdec.c @@ -783,7 +783,7 @@ gst_dvdec_loop (GstElement *element) dvdec->bpp = 2; } } else { - gst_element_error (element, "could not negotiate"); + gst_element_error (element, CORE, NEGOTIATION, NULL, NULL); return; } } -- cgit