diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-15 16:33:09 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-15 16:33:09 +0000 |
commit | 2ca1c89aaca0667bf2d2abf1b0dd7ff5422df8f1 (patch) | |
tree | be7f9cc41817393738fe8a2d87ad91e415cd006e /gst/gst.h | |
parent | 3537119465098fec98eb0669fe66ee2df359ad4c (diff) | |
download | gstreamer-2ca1c89aaca0667bf2d2abf1b0dd7ff5422df8f1.tar.gz |
gst/gst.*: remove _gst_registry_auto_load, not used anymore
Original commit message from CVS:
* gst/gst.c:
* gst/gst.h:
remove _gst_registry_auto_load, not used anymore
* gst/gstbin.c: (gst_bin_get_type):
* gst/gstbin.h:
* gst/gstelement.c: (gst_element_get_type):
* gst/gstelement.h:
* gst/gstobject.c: (gst_object_get_type):
* gst/gstobject.h:
* gst/gstpad.c: (gst_pad_get_type):
* gst/gstpad.h:
make _get_type functions similar, fixes data export from library
Diffstat (limited to 'gst/gst.h')
-rw-r--r-- | gst/gst.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -72,10 +72,6 @@ G_BEGIN_DECLS -#ifndef GST_DISABLE_REGISTRY -GST_EXPORT gboolean _gst_registry_auto_load; -#endif - void gst_init (int *argc, char **argv[]); gboolean gst_init_check (int *argc, char **argv[], GError ** err); |