From 92be9ac6e8f28a0a5a9991baf049f5a3f3c6a020 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 26 Jan 2004 09:45:55 +0000 Subject: [PATCH] reinstate LIBRARY_ENCODE Original commit message from CVS: reinstate LIBRARY_ENCODE --- ChangeLog | 5 +++++ gst/gsterror.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index eaf89aee95..8671fc0269 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-26 Thomas Vander Stichele + + * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until + policy is set + 2004-01-26 Benjamin Otte * gst/gstelement.h: diff --git a/gst/gsterror.h b/gst/gsterror.h index d82ac3c729..e173fef622 100644 --- a/gst/gsterror.h +++ b/gst/gsterror.h @@ -64,6 +64,7 @@ typedef enum { GST_LIBRARY_ERROR_INIT, GST_LIBRARY_ERROR_SHUTDOWN, GST_LIBRARY_ERROR_SETTINGS, + GST_LIBRARY_ERROR_ENCODE, GST_LIBRARY_ERROR_NUM_ERRORS } GstLibraryError;