mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fix LIBRARY_ERROR_ENCODE
Original commit message from CVS: fix LIBRARY_ERROR_ENCODE
This commit is contained in:
parent
3d115f3bff
commit
3f5ffa36ca
2 changed files with 7 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue