fix LIBRARY_ERROR_ENCODE

Original commit message from CVS:
fix LIBRARY_ERROR_ENCODE
This commit is contained in:
Thomas Vander Stichele 2004-01-20 12:42:56 +00:00
parent 3d115f3bff
commit 3f5ffa36ca
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gsterror.h:
fix wrong GST_LIBRARY_ERROR_ENCODE addition
2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstelement.c: (gst_element_error_full):

View file

@ -64,8 +64,8 @@ typedef enum {
GST_LIBRARY_ERROR_INIT,
GST_LIBRARY_ERROR_SHUTDOWN,
GST_LIBRARY_ERROR_SETTINGS,
GST_LIBRARY_ERROR_NUM_ERRORS,
GST_LIBRARY_ERROR_ENCODE
GST_LIBRARY_ERROR_ENCODE,
GST_LIBRARY_ERROR_NUM_ERRORS
}
GstLibraryError;