mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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>
|
||||
|
||||
* codegen/codegen.py:
|
||||
|
|
|
@ -310,20 +310,20 @@ ignore
|
|||
gst_plugin_get_module
|
||||
gst_object_sink
|
||||
gst_version
|
||||
#ifdef GST_DISABLE_LOADSAVE
|
||||
%%
|
||||
ignore-glob
|
||||
#ifdef GST_DISABLE_LOADSAVE
|
||||
gst_xml_*
|
||||
#endif
|
||||
#ifdef GST_DISABLE_PARSE
|
||||
gst_parse_*
|
||||
#endif
|
||||
%%
|
||||
ignore-type
|
||||
#ifdef GST_DISABLE_LOADSAVE
|
||||
GstXML
|
||||
#endif
|
||||
#ifdef GST_DISABLE_PARSE
|
||||
%%
|
||||
ignore-glob
|
||||
gst_parse_*
|
||||
%%
|
||||
ignore-type
|
||||
GstParseError
|
||||
#endif
|
||||
%%
|
||||
|
|
Loading…
Reference in a new issue