Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Víctor Manuel Jáquez Leal
gst-plugins-bad
Commits
4ec81260
Commit
4ec81260
authored
Oct 26, 2005
by
Thomas Vander Stichele
Browse files
don't put crap in user-visible strings
Original commit message from CVS: don't put crap in user-visible strings
parent
6510eef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst/tta/gstttaparse.c
View file @
4ec81260
...
...
@@ -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
());
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment