mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
842d3ed37e
commit
05202e6ac7
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue