mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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:
parent
6510eef093
commit
4ec81260c5
1 changed files with 1 additions and 2 deletions
|
@ -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 ());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue