don't put crap in user-visible strings

Original commit message from CVS:
don't put crap in user-visible strings
This commit is contained in:
Thomas Vander Stichele 2005-10-26 13:01:20 +00:00
parent 6510eef093
commit 4ec81260c5

View file

@ -469,8 +469,7 @@ pause:
gst_pad_pause_task (ttaparse->sinkpad); gst_pad_pause_task (ttaparse->sinkpad);
if (GST_FLOW_IS_FATAL (ret)) { if (GST_FLOW_IS_FATAL (ret)) {
GST_ELEMENT_ERROR (ttaparse, STREAM, FAILED, GST_ELEMENT_ERROR (ttaparse, STREAM, FAILED,
("streaming stopped, reason %d", ret), ("Internal data stream error."), ("streaming stopped, reason %d", ret));
("streaming stopped, reason %d", ret));
gst_pad_push_event (ttaparse->srcpad, gst_event_new_eos ()); gst_pad_push_event (ttaparse->srcpad, gst_event_new_eos ());
} }
} }