From 671eef9b9d7116af3fc41e4b6838dffb56b45c77 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 16 Sep 2003 10:00:00 +0000 Subject: reverting error patch before making a branch. Original commit message from CVS: reverting error patch before making a branch. --- gst/chart/gstchart.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gst/chart') diff --git a/gst/chart/gstchart.c b/gst/chart/gstchart.c index 16558b4f..bc86b893 100644 --- a/gst/chart/gstchart.c +++ b/gst/chart/gstchart.c @@ -372,9 +372,8 @@ gst_chart_chain (GstPad *pad, GstBuffer *bufin) "height", GST_PROPS_INT (chart->height), "framerate", GST_PROPS_FLOAT (chart->framerate)); if (gst_pad_try_set_caps (chart->srcpad, newcaps) <= 0) { - gst_element_gerror(GST_ELEMENT (chart), GST_ERROR_UNKNOWN, - g_strdup ("unconverted error, file a bug"), - g_strdup ("chart: could not negotiate format")); + gst_element_error (GST_ELEMENT (chart), + "chart: could not negotiate format"); return; } } -- cgit v1.2.1