From 4ec81260c57e6181cdad054a2c442a584c165ee2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 26 Oct 2005 13:01:20 +0000 Subject: don't put crap in user-visible strings Original commit message from CVS: don't put crap in user-visible strings --- gst/tta/gstttaparse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gst') diff --git a/gst/tta/gstttaparse.c b/gst/tta/gstttaparse.c index 9aea2e71..cb37ea0b 100644 --- a/gst/tta/gstttaparse.c +++ b/gst/tta/gstttaparse.c @@ -469,8 +469,7 @@ pause: gst_pad_pause_task (ttaparse->sinkpad); if (GST_FLOW_IS_FATAL (ret)) { GST_ELEMENT_ERROR (ttaparse, STREAM, FAILED, - ("streaming stopped, reason %d", ret), - ("streaming stopped, reason %d", ret)); + ("Internal data stream error."), ("streaming stopped, reason %d", ret)); gst_pad_push_event (ttaparse->srcpad, gst_event_new_eos ()); } } -- cgit v1.2.1