diff options
author | Andy Wingo <wingo@pobox.com> | 2005-09-22 12:05:05 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-09-22 12:05:05 +0000 |
commit | 59479d47a3792842360de998fea498fb1ce81832 (patch) | |
tree | fe2fece61fe9f29e41ff0eefa6277d5ae4626c62 /gst/gstconfig.h.in | |
parent | 54a2e06698ec60e526832e7c0c4b26d82b5b6efd (diff) |
gst/gstconfig.h.in: Psych out gtk-doc.
Original commit message from CVS:
2005-09-22 Andy Wingo <wingo@pobox.com>
* gst/gstconfig.h.in: Psych out gtk-doc.
* docs/gst/gstreamer-sections.txt: Add GST_HAVE_GLIB_2_8.
* check/Makefile.am (check_PROGRAMS): Add gstplugin to the tests.
* tools/gst-inspect.c (print_element_list): Plug some
inconsequential leaks.
* gst/gstregistry.c (gst_registry_get_default): Doc.
* gst/gsttypefindfactory.c (gst_type_find_factory_call_function):
* gst/gstelementfactory.c (gst_element_factory_create):
* gst/gstindexfactory.c (gst_index_factory_create): Update for
refcount changes.
* gst/gstpluginfeature.c (gst_plugin_feature_list_free): Doc.
(gst_plugin_feature_load): Doc, don't eat refs.
* gst/gstplugin.c (gst_plugin_load): Doc, don't eat refs.
(gst_plugin_list_free): Doc.
(gst_plugin_load_file): Doc updates.
Diffstat (limited to 'gst/gstconfig.h.in')
-rw-r--r-- | gst/gstconfig.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstconfig.h.in b/gst/gstconfig.h.in index 70b60ebf4..d3e5e3167 100644 --- a/gst/gstconfig.h.in +++ b/gst/gstconfig.h.in @@ -62,6 +62,7 @@ #define GST_DISABLE_INDEX 1 #define GST_DISABLE_PLUGIN 1 #define GST_DISABLE_URI 1 +#define GST_HAVE_GLIB_2_8 1 #endif /***** default padding of structures *****/ |