summaryrefslogtreecommitdiff
path: root/gst/gsterror.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-26 03:44:14 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-26 03:44:14 +0000
commit074ecb22270d907afe0615009130926303c12e59 (patch)
treecdf963a21a3af58ff07a8c74e420e82fac1e863a /gst/gsterror.h
parent8a1bb576b2056c11d76f1e0ffe0f51f3cc3f93a8 (diff)
downloadgstreamer-074ecb22270d907afe0615009130926303c12e59.tar.gz
gst/gstelement.h: remove gst_element_factory_get_version. It doesn't exist anymore.
Original commit message from CVS: 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/gstelement.h: remove gst_element_factory_get_version. It doesn't exist anymore. * gst/gstplugin.c: * gst/gstplugin.h: remove gst_plugin_set_name and change gst_plugin_get_longname to gst_plugin_get_description to match code. * gst/gsterror.h: remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE. * gst/gstpad.c: (gst_pad_try_set_caps): make it work with nonfixed caps. Note that even in the nonfixed case the link function of the pad that tries to set caps isn't called.
Diffstat (limited to 'gst/gsterror.h')
-rw-r--r--gst/gsterror.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/gsterror.h b/gst/gsterror.h
index e173fef622..d82ac3c729 100644
--- a/gst/gsterror.h
+++ b/gst/gsterror.h
@@ -64,7 +64,6 @@ typedef enum {
GST_LIBRARY_ERROR_INIT,
GST_LIBRARY_ERROR_SHUTDOWN,
GST_LIBRARY_ERROR_SETTINGS,
- GST_LIBRARY_ERROR_ENCODE,
GST_LIBRARY_ERROR_NUM_ERRORS
}
GstLibraryError;