mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
gst/gst.override: Reverting previous patches for conditional ignore.
Original commit message from CVS: * gst/gst.override: Reverting previous patches for conditional ignore. It can't be done from within override files. The only one left is the python gst_debug_log function which will do nothing #ifdef GST_DISABLE_GST_DEBUG. Also removed the conditional ignore for API changes since it didn't have any effect either.
This commit is contained in:
parent
ac087e445e
commit
b6d166bd48
2 changed files with 10 additions and 52 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2006-05-09 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gst.override:
|
||||
Reverting previous patches for conditional ignore.
|
||||
It can't be done from within override files.
|
||||
The only one left is the python gst_debug_log function
|
||||
which will do nothing #ifdef GST_DISABLE_GST_DEBUG.
|
||||
Also removed the conditional ignore for API changes since it didn't
|
||||
have any effect either.
|
||||
|
||||
2006-05-09 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gst.override:
|
||||
|
|
|
@ -311,58 +311,6 @@ ignore
|
|||
gst_object_sink
|
||||
gst_version
|
||||
%%
|
||||
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
|
||||
GstParseError
|
||||
#endif
|
||||
%%
|
||||
/*
|
||||
Magic to be able to use bugfixes of new releases without having to use
|
||||
newer core/base
|
||||
*/
|
||||
ignore
|
||||
#if (GST_VERSION_MICRO < 5)
|
||||
# if (GST_VERSION_MICRO < 4)
|
||||
# if (GST_VERSION_MICRO < 3)
|
||||
#warning Version smaller than .3
|
||||
/* API added between 0.10.2 and 0.10.3 */
|
||||
gst_bin_iterate_sources
|
||||
gst_bin_find_unconnected_pad
|
||||
gst_buffer_is_metadata_writable
|
||||
gst_buffer_make_metadata_writable
|
||||
gst_parse_bin_from_description
|
||||
# endif
|
||||
#warning Version smaller than .4
|
||||
/* API added between 0.10.3 and 0.10.4 */
|
||||
gst_bus_enable_sync_message_emission
|
||||
gst_bus_disable_sync_message_emission
|
||||
gst_pipeline_set_auto_flush_bus
|
||||
gst_pipeline_get_auto_flush_bus
|
||||
gst_query_set_formats
|
||||
gst_query_new_formats
|
||||
gst_query_parse_formats_length
|
||||
gst_query_parse_formats_nth
|
||||
gst_type_find_helper_for_buffer
|
||||
gst_uri_has_protocol
|
||||
GstBaseSrc__do_check_get_range
|
||||
GstBaseSrc__proxy_do_check_get_range
|
||||
# endif
|
||||
#warning Version smaller than .5
|
||||
/* API Added between 0.10.4 and 0.10.5 */
|
||||
|
||||
#endif
|
||||
%%
|
||||
override-slot GstPluginFeature.tp_repr
|
||||
static PyObject *
|
||||
_wrap_gst_plugin_feature_tp_repr(PyObject *self)
|
||||
|
|
Loading…
Reference in a new issue