mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
reinstate LIBRARY_ENCODE
Original commit message from CVS: reinstate LIBRARY_ENCODE
This commit is contained in:
parent
074ecb2227
commit
92be9ac6e8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-01-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
|
||||||
|
policy is set
|
||||||
|
|
||||||
2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
* gst/gstelement.h:
|
* gst/gstelement.h:
|
||||||
|
|
|
@ -64,6 +64,7 @@ typedef enum {
|
||||||
GST_LIBRARY_ERROR_INIT,
|
GST_LIBRARY_ERROR_INIT,
|
||||||
GST_LIBRARY_ERROR_SHUTDOWN,
|
GST_LIBRARY_ERROR_SHUTDOWN,
|
||||||
GST_LIBRARY_ERROR_SETTINGS,
|
GST_LIBRARY_ERROR_SETTINGS,
|
||||||
|
GST_LIBRARY_ERROR_ENCODE,
|
||||||
GST_LIBRARY_ERROR_NUM_ERRORS
|
GST_LIBRARY_ERROR_NUM_ERRORS
|
||||||
}
|
}
|
||||||
GstLibraryError;
|
GstLibraryError;
|
||||||
|
|
Loading…
Reference in a new issue