gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if we want to keep...
authorJulien Moutte <julien@moutte.net>
Mon, 19 Jan 2004 23:02:55 +0000 (23:02 +0000)
committerJulien Moutte <julien@moutte.net>
Mon, 19 Jan 2004 23:02:55 +0000 (23:02 +0000)
Original commit message from CVS:
2004-01-20  Julien MOUTTE  <julien@moutte.net>

* gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
we want to keep that one in the future or change xvidenc.c to use
another error.

ChangeLog
gst/gsterror.h

index 0ee4360..767fd2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-20  Julien MOUTTE  <julien@moutte.net>
+
+       * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
+       we want to keep that one in the future or change xvidenc.c to use 
+       another error.
+
 2004-01-19  Julien MOUTTE  <julien@moutte.net>
 
        * gst/gstelement.h: Temporary fixing core build breakage due to 
index d82ac3c..98308ca 100644 (file)
@@ -64,7 +64,8 @@ typedef enum {
   GST_LIBRARY_ERROR_INIT,
   GST_LIBRARY_ERROR_SHUTDOWN,
   GST_LIBRARY_ERROR_SETTINGS,
-  GST_LIBRARY_ERROR_NUM_ERRORS
+  GST_LIBRARY_ERROR_NUM_ERRORS,
+  GST_LIBRARY_ERROR_ENCODE
 }
 GstLibraryError;