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

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.
This commit is contained in:
Julien Moutte 2004-01-19 23:02:55 +00:00
parent 842d3ed37e
commit 05202e6ac7
2 changed files with 8 additions and 1 deletions

View file

@ -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

View 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;