mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst/gst.override: Better conditional ignore for types and methods.
Original commit message from CVS: * gst/gst.override: Better conditional ignore for types and methods.
This commit is contained in:
parent
b01b9197c7
commit
ac087e445e
2 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-05-09 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* gst/gst.override:
|
||||||
|
Better conditional ignore for types and methods.
|
||||||
|
|
||||||
2006-05-09 Edward Hervey <edward@fluendo.com>
|
2006-05-09 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* codegen/codegen.py:
|
* codegen/codegen.py:
|
||||||
|
|
|
@ -310,20 +310,20 @@ ignore
|
||||||
gst_plugin_get_module
|
gst_plugin_get_module
|
||||||
gst_object_sink
|
gst_object_sink
|
||||||
gst_version
|
gst_version
|
||||||
#ifdef GST_DISABLE_LOADSAVE
|
|
||||||
%%
|
%%
|
||||||
ignore-glob
|
ignore-glob
|
||||||
|
#ifdef GST_DISABLE_LOADSAVE
|
||||||
gst_xml_*
|
gst_xml_*
|
||||||
|
#endif
|
||||||
|
#ifdef GST_DISABLE_PARSE
|
||||||
|
gst_parse_*
|
||||||
|
#endif
|
||||||
%%
|
%%
|
||||||
ignore-type
|
ignore-type
|
||||||
|
#ifdef GST_DISABLE_LOADSAVE
|
||||||
GstXML
|
GstXML
|
||||||
#endif
|
#endif
|
||||||
#ifdef GST_DISABLE_PARSE
|
#ifdef GST_DISABLE_PARSE
|
||||||
%%
|
|
||||||
ignore-glob
|
|
||||||
gst_parse_*
|
|
||||||
%%
|
|
||||||
ignore-type
|
|
||||||
GstParseError
|
GstParseError
|
||||||
#endif
|
#endif
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in a new issue