gst/gsterror.c: Add a missing error string.
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 8 May 2006 15:52:28 +0000 (15:52 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 8 May 2006 15:52:28 +0000 (15:52 +0000)
Original commit message from CVS:

* gst/gsterror.c: (_gst_stream_errors_init):
Add a missing error string.

ChangeLog
gst/gsterror.c

index ddc28dd..831e5ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 2e87295..be7fcc6 100644 (file)
@@ -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;
 }