gst/gstelement.h: remove gst_element_factory_get_version. It doesn't exist anymore.
authorBenjamin Otte <otte@gnome.org>
Mon, 26 Jan 2004 03:44:14 +0000 (03:44 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 26 Jan 2004 03:44:14 +0000 (03:44 +0000)
commit074ecb22270d907afe0615009130926303c12e59
treecdf963a21a3af58ff07a8c74e420e82fac1e863a
parent8a1bb576b2056c11d76f1e0ffe0f51f3cc3f93a8
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.
ChangeLog
gst/gstelement.h
gst/gsterror.h
gst/gstpad.c
gst/gstplugin.c
gst/gstplugin.h