From 54b0fe0f9472e1e6554dba0b9697151a9ef319a3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 16 Sep 2003 10:00:02 +0000 Subject: reverting error patch before making a branch. Original commit message from CVS: reverting error patch before making a branch. --- ext/dv/gstdvdec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/dv/gstdvdec.c') diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index a33b7829..e28f8362 100644 --- a/ext/dv/gstdvdec.c +++ b/ext/dv/gstdvdec.c @@ -798,9 +798,7 @@ gst_dvdec_loop (GstElement *element) } /* oops list exhausted an nothing was found... */ if (!trylist) { - gst_element_gerror(element, GST_ERROR_UNKNOWN, - g_strdup ("unconverted error, file a bug"), - g_strdup_printf("could not negotiate")); + gst_element_error (element, "could not negotiate"); return; } } -- cgit