mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
gst/gsterror.c: Add a missing error string.
Original commit message from CVS: * gst/gsterror.c: (_gst_stream_errors_init): Add a missing error string.
This commit is contained in:
parent
9d3f628b81
commit
ac7251e67b
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-05-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/gsterror.c: (_gst_stream_errors_init):
|
||||
Add a missing error string.
|
||||
|
||||
2006-05-08 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment):
|
||||
|
|
|
@ -232,6 +232,7 @@ _gst_stream_errors_init (void)
|
|||
TABLE (t, STREAM, ENCODE, N_("Could not encode stream."));
|
||||
TABLE (t, STREAM, DEMUX, N_("Could not demultiplex stream."));
|
||||
TABLE (t, STREAM, MUX, N_("Could not multiplex stream."));
|
||||
TABLE (t, STREAM, FORMAT, N_("The stream is in the wrong format."));
|
||||
|
||||
return t;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue