mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 23:16:38 +00:00
bump minimum requirement to 0.10.18 and remove cruft
This commit is contained in:
parent
1ec21f61ce
commit
75b08daff2
13 changed files with 2 additions and 213 deletions
80
configure.ac
80
configure.ac
|
@ -44,8 +44,8 @@ AC_SUBST(PYGTK_REQ, 2.6.3)
|
||||||
AC_SUBST(PYGOBJECT_REQ, 2.11.2)
|
AC_SUBST(PYGOBJECT_REQ, 2.11.2)
|
||||||
AC_SUBST(GLIB_REQ, 2.8.0)
|
AC_SUBST(GLIB_REQ, 2.8.0)
|
||||||
AC_SUBST(GTK_REQ, 2.6.0)
|
AC_SUBST(GTK_REQ, 2.6.0)
|
||||||
AC_SUBST(GST_REQ, 0.10.12)
|
AC_SUBST(GST_REQ, 0.10.18)
|
||||||
AC_SUBST(GSTPB_REQ, 0.10.12)
|
AC_SUBST(GSTPB_REQ, 0.10.18)
|
||||||
|
|
||||||
AC_DISABLE_STATIC
|
AC_DISABLE_STATIC
|
||||||
|
|
||||||
|
@ -104,41 +104,6 @@ dnl _ new core/base is released (add lines + gst-0.10.MINOR.ignore)
|
||||||
|
|
||||||
if test "x$GST_CVS_VERSION" = "x"
|
if test "x$GST_CVS_VERSION" = "x"
|
||||||
then
|
then
|
||||||
if test $GST_MINOR_VERSION -lt "13"
|
|
||||||
then
|
|
||||||
IGNORE_GST_0_10_13="gst-0.10.13.ignore"
|
|
||||||
else
|
|
||||||
IGNORE_GST_0_10_13=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test $GST_MINOR_VERSION -lt "14"
|
|
||||||
then
|
|
||||||
IGNORE_GST_0_10_14="gst-0.10.14.ignore"
|
|
||||||
else
|
|
||||||
IGNORE_GST_0_10_14=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test $GST_MINOR_VERSION -lt "15"
|
|
||||||
then
|
|
||||||
IGNORE_GST_0_10_15="gst-0.10.15.ignore"
|
|
||||||
else
|
|
||||||
IGNORE_GST_0_10_15=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test $GST_MINOR_VERSION -lt "16"
|
|
||||||
then
|
|
||||||
IGNORE_GST_0_10_16="gst-0.10.16.ignore"
|
|
||||||
else
|
|
||||||
IGNORE_GST_0_10_16=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test $GST_MINOR_VERSION -lt "18"
|
|
||||||
then
|
|
||||||
IGNORE_GST_0_10_18="gst-0.10.18.ignore"
|
|
||||||
else
|
|
||||||
IGNORE_GST_0_10_18=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test $GST_MINOR_VERSION -lt "20"
|
if test $GST_MINOR_VERSION -lt "20"
|
||||||
then
|
then
|
||||||
IGNORE_GST_0_10_20="gst-0.10.20.ignore"
|
IGNORE_GST_0_10_20="gst-0.10.20.ignore"
|
||||||
|
@ -189,28 +154,6 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl plugins base
|
dnl plugins base
|
||||||
if test $GST_PB_MINOR_VERSION -lt "14"
|
|
||||||
then
|
|
||||||
IGNORE_GST_PB_0_10_14="gst-pb-0.10.14.ignore"
|
|
||||||
else
|
|
||||||
IGNORE_GST_PB_0_10_14=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test $GST_PB_MINOR_VERSION -lt "16"
|
|
||||||
then
|
|
||||||
IGNORE_GST_PB_0_10_16="gst-pb-0.10.16.ignore"
|
|
||||||
else
|
|
||||||
IGNORE_GST_PB_0_10_16=""
|
|
||||||
AC_DEFINE_UNQUOTED(HAVE_PLUGINS_INSTALL, 1, [We can use the plugins-install methods])
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test $GST_PB_MINOR_VERSION -lt "18"
|
|
||||||
then
|
|
||||||
IGNORE_GST_PB_0_10_18="gst-pb-0.10.18.ignore"
|
|
||||||
else
|
|
||||||
IGNORE_GST_PB_0_10_18=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test $GST_PB_MINOR_VERSION -ge "22"
|
if test $GST_PB_MINOR_VERSION -ge "22"
|
||||||
then
|
then
|
||||||
AC_DEFINE_UNQUOTED(HAVE_GST_AUDIO, 1, [We can use the gst-audio library])
|
AC_DEFINE_UNQUOTED(HAVE_GST_AUDIO, 1, [We can use the gst-audio library])
|
||||||
|
@ -240,10 +183,6 @@ then
|
||||||
IGNORE_GST_PB_0_10_26=""
|
IGNORE_GST_PB_0_10_26=""
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
IGNORE_GST_0_10_13=""
|
|
||||||
IGNORE_GST_0_10_14=""
|
|
||||||
IGNORE_GST_0_10_15=""
|
|
||||||
IGNORE_GST_0_10_16=""
|
|
||||||
IGNORE_GST_0_10_18=""
|
IGNORE_GST_0_10_18=""
|
||||||
IGNORE_GST_0_10_20=""
|
IGNORE_GST_0_10_20=""
|
||||||
IGNORE_GST_0_10_21=""
|
IGNORE_GST_0_10_21=""
|
||||||
|
@ -252,24 +191,14 @@ else
|
||||||
IGNORE_GST_0_10_24=""
|
IGNORE_GST_0_10_24=""
|
||||||
IGNORE_GST_0_10_25=""
|
IGNORE_GST_0_10_25=""
|
||||||
IGNORE_GST_0_10_26=""
|
IGNORE_GST_0_10_26=""
|
||||||
IGNORE_GST_PB_0_10_14=""
|
|
||||||
IGNORE_GST_PB_0_10_16=""
|
|
||||||
IGNORE_GST_PB_0_10_18=""
|
|
||||||
IGNORE_GST_PB_0_10_23=""
|
IGNORE_GST_PB_0_10_23=""
|
||||||
IGNORE_GST_PB_0_10_25=""
|
IGNORE_GST_PB_0_10_25=""
|
||||||
IGNORE_GST_PB_0_10_26=""
|
IGNORE_GST_PB_0_10_26=""
|
||||||
AC_DEFINE_UNQUOTED(HAVE_PLUGINS_INSTALL, 1, [We can use the plugins-install methods])
|
|
||||||
AC_DEFINE_UNQUOTED(HAVE_GST_AUDIO, 1, [We can use the gst-audio library])
|
AC_DEFINE_UNQUOTED(HAVE_GST_AUDIO, 1, [We can use the gst-audio library])
|
||||||
AC_DEFINE_UNQUOTED(HAVE_GST_VIDEO, 1, [We can use the gst-video library])
|
AC_DEFINE_UNQUOTED(HAVE_GST_VIDEO, 1, [We can use the gst-video library])
|
||||||
AC_DEFINE_UNQUOTED(HAVE_GST_TAG, 1, [We can use the gst-tag library])
|
AC_DEFINE_UNQUOTED(HAVE_GST_TAG, 1, [We can use the gst-tag library])
|
||||||
fi
|
fi
|
||||||
AC_DEFINE_UNQUOTED(HAVE_VIDEO_ORIENTATION_INTERFACE, 1, [We can use the videoorientation interface])
|
|
||||||
AC_DEFINE_UNQUOTED(HAVE_STREAM_VOLUME_INTERFACE, 1, [We can use the streamvolume interface])
|
AC_DEFINE_UNQUOTED(HAVE_STREAM_VOLUME_INTERFACE, 1, [We can use the streamvolume interface])
|
||||||
AC_SUBST(IGNORE_GST_0_10_13)
|
|
||||||
AC_SUBST(IGNORE_GST_0_10_14)
|
|
||||||
AC_SUBST(IGNORE_GST_0_10_15)
|
|
||||||
AC_SUBST(IGNORE_GST_0_10_16)
|
|
||||||
AC_SUBST(IGNORE_GST_0_10_18)
|
|
||||||
AC_SUBST(IGNORE_GST_0_10_20)
|
AC_SUBST(IGNORE_GST_0_10_20)
|
||||||
AC_SUBST(IGNORE_GST_0_10_21)
|
AC_SUBST(IGNORE_GST_0_10_21)
|
||||||
AC_SUBST(IGNORE_GST_0_10_22)
|
AC_SUBST(IGNORE_GST_0_10_22)
|
||||||
|
@ -277,14 +206,9 @@ AC_SUBST(IGNORE_GST_0_10_23)
|
||||||
AC_SUBST(IGNORE_GST_0_10_24)
|
AC_SUBST(IGNORE_GST_0_10_24)
|
||||||
AC_SUBST(IGNORE_GST_0_10_25)
|
AC_SUBST(IGNORE_GST_0_10_25)
|
||||||
AC_SUBST(IGNORE_GST_0_10_26)
|
AC_SUBST(IGNORE_GST_0_10_26)
|
||||||
AC_SUBST(IGNORE_GST_PB_0_10_14)
|
|
||||||
AC_SUBST(IGNORE_GST_PB_0_10_16)
|
|
||||||
AC_SUBST(IGNORE_GST_PB_0_10_18)
|
|
||||||
AC_SUBST(IGNORE_GST_PB_0_10_23)
|
AC_SUBST(IGNORE_GST_PB_0_10_23)
|
||||||
AC_SUBST(IGNORE_GST_PB_0_10_25)
|
AC_SUBST(IGNORE_GST_PB_0_10_25)
|
||||||
AC_SUBST(IGNORE_GST_PB_0_10_26)
|
AC_SUBST(IGNORE_GST_PB_0_10_26)
|
||||||
AC_SUBST(HAVE_VIDEO_ORIENTATION)
|
|
||||||
AC_SUBST(HAVE_PLUGINS_INSTALL)
|
|
||||||
AM_CONDITIONAL(HAVE_GST_AUDIO, $HAVE_GST_AUDIO)
|
AM_CONDITIONAL(HAVE_GST_AUDIO, $HAVE_GST_AUDIO)
|
||||||
AM_CONDITIONAL(HAVE_GST_VIDEO, $HAVE_GST_VIDEO)
|
AM_CONDITIONAL(HAVE_GST_VIDEO, $HAVE_GST_VIDEO)
|
||||||
AM_CONDITIONAL(HAVE_GST_TAG, $HAVE_GST_TAG)
|
AM_CONDITIONAL(HAVE_GST_TAG, $HAVE_GST_TAG)
|
||||||
|
|
|
@ -25,11 +25,6 @@ defsdir = $(pkgdatadir)/$(GST_MAJORMINOR)/defs
|
||||||
noinst_HEADERS = common.h pygstvalue.h pygstminiobject.h pygstexception.h
|
noinst_HEADERS = common.h pygstvalue.h pygstminiobject.h pygstexception.h
|
||||||
|
|
||||||
versioned_overrides = \
|
versioned_overrides = \
|
||||||
gst-0.10.13.ignore \
|
|
||||||
gst-0.10.14.ignore \
|
|
||||||
gst-0.10.15.ignore \
|
|
||||||
gst-0.10.16.ignore \
|
|
||||||
gst-0.10.18.ignore \
|
|
||||||
gst-0.10.20.ignore \
|
gst-0.10.20.ignore \
|
||||||
gst-0.10.21.ignore \
|
gst-0.10.21.ignore \
|
||||||
gst-0.10.22.ignore \
|
gst-0.10.22.ignore \
|
||||||
|
@ -37,9 +32,6 @@ versioned_overrides = \
|
||||||
gst-0.10.24.ignore \
|
gst-0.10.24.ignore \
|
||||||
gst-0.10.25.ignore \
|
gst-0.10.25.ignore \
|
||||||
gst-0.10.26.ignore \
|
gst-0.10.26.ignore \
|
||||||
gst-pb-0.10.14.ignore \
|
|
||||||
gst-pb-0.10.16.ignore \
|
|
||||||
gst-pb-0.10.18.ignore \
|
|
||||||
gst-pb-0.10.23.ignore \
|
gst-pb-0.10.23.ignore \
|
||||||
gst-pb-0.10.25.ignore \
|
gst-pb-0.10.25.ignore \
|
||||||
gst-pb-0.10.26.ignore \
|
gst-pb-0.10.26.ignore \
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
%%
|
|
||||||
ignore
|
|
||||||
gst_element_change_state
|
|
||||||
gst_clock_unadjust_unlocked
|
|
||||||
GstBaseSrc__do_prepare_seek_segment
|
|
||||||
GstBaseSrc__proxy_do_prepare_seek_segment
|
|
||||||
gst_buffer_try_new_and_alloc
|
|
||||||
gst_buffer_copy_metadata
|
|
||||||
gst_uri_protocol_is_supported
|
|
||||||
gst_base_src_query_latency
|
|
||||||
gst_controller_suggest_next_sync
|
|
||||||
gst_object_suggest_next_sync
|
|
||||||
GstBaseSrc__do_unlock_stop
|
|
||||||
GstBaseSrc__proxy_do_unlock_stop
|
|
||||||
GstBaseSink__do_unlock_stop
|
|
||||||
GstBaseSink__proxy_do_unlock_stop
|
|
||||||
gst_message_new_async_start
|
|
||||||
gst_message_parse_async_start
|
|
||||||
gst_message_new_async_done
|
|
||||||
%%
|
|
||||||
ignore-type
|
|
||||||
GstBufferCopyFlags
|
|
||||||
%%
|
|
|
@ -1,17 +0,0 @@
|
||||||
%%
|
|
||||||
ignore
|
|
||||||
gst_element_class_set_details_simple
|
|
||||||
gst_element_factory_has_interface
|
|
||||||
gst_controller_set_disabled
|
|
||||||
gst_controller_set_property_disabled
|
|
||||||
gst_controller_set_control_source
|
|
||||||
gst_controller_get_control_source
|
|
||||||
gst_object_set_control_source
|
|
||||||
gst_object_get_control_source
|
|
||||||
gst_data_queue_get_level
|
|
||||||
gst_data_queue_limits_changed
|
|
||||||
%%
|
|
||||||
ignore-type
|
|
||||||
GstControlSource
|
|
||||||
GstInterpolationControlSource
|
|
||||||
%%
|
|
|
@ -1,26 +0,0 @@
|
||||||
%%
|
|
||||||
ignore
|
|
||||||
gst_pad_peer_query
|
|
||||||
gst_registry_add_path
|
|
||||||
gst_structure_get_uint
|
|
||||||
gst_bus_pop_filtered
|
|
||||||
gst_bus_timed_pop_filtered
|
|
||||||
gst_base_sink_get_last_buffer
|
|
||||||
gst_base_sink_set_async_enabled
|
|
||||||
gst_base_sink_is_async_enabled
|
|
||||||
gst_base_sink_set_ts_offset
|
|
||||||
gst_base_sink_get_ts_offset
|
|
||||||
gst_base_src_set_do_timestamp
|
|
||||||
gst_base_src_get_do_timestamp
|
|
||||||
GstURIHandler__do_get_protocols_full
|
|
||||||
GstURIHandler__proxy_do_get_protocols_full
|
|
||||||
GstURIHandler__do_get_type_full
|
|
||||||
GstURIHandler__proxy_do_get_type_full
|
|
||||||
GST_DEBUG_BIN_TO_DOT_FILE
|
|
||||||
GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS
|
|
||||||
%%
|
|
||||||
ignore-type
|
|
||||||
GstLFOControlSource
|
|
||||||
GstLFOWaveform
|
|
||||||
GstDebugGraphDetails
|
|
||||||
%%
|
|
|
@ -1,8 +0,0 @@
|
||||||
%%
|
|
||||||
ignore
|
|
||||||
gst_plugin_register_static
|
|
||||||
gst_util_get_timestamp
|
|
||||||
gst_base_transform_set_gap_aware
|
|
||||||
%%
|
|
||||||
ignore-type
|
|
||||||
%%
|
|
|
@ -1,7 +0,0 @@
|
||||||
%%
|
|
||||||
ignore
|
|
||||||
gst_index_set_resolver_full
|
|
||||||
%%
|
|
||||||
ignore-type
|
|
||||||
GstPoll
|
|
||||||
%%
|
|
|
@ -1,13 +0,0 @@
|
||||||
%%
|
|
||||||
ignore
|
|
||||||
gst_mixer_get_mixer_flags
|
|
||||||
gst_mixer_message_get_type
|
|
||||||
gst_mixer_message_parse_mute_toggled
|
|
||||||
gst_mixer_message_parse_record_toggled
|
|
||||||
gst_mixer_message_parse_volume_changed
|
|
||||||
gst_mixer_message_parse_option_changed
|
|
||||||
%%
|
|
||||||
ignore-type
|
|
||||||
GstMixerFlags
|
|
||||||
GstMixerMessageType
|
|
||||||
%%
|
|
|
@ -1,13 +0,0 @@
|
||||||
%%
|
|
||||||
ignore
|
|
||||||
gst_install_plugins_context_new
|
|
||||||
gst_install_plugins_context_free
|
|
||||||
gst_install_plugins_context_set_xid
|
|
||||||
gst_install_plugins_async
|
|
||||||
gst_install_plugins_sync
|
|
||||||
gst_install_plugins_return_get_name
|
|
||||||
%%
|
|
||||||
ignore-type
|
|
||||||
GstInstallPluginsContext
|
|
||||||
GstInstallPluginsReturn
|
|
||||||
%%
|
|
|
@ -1,8 +0,0 @@
|
||||||
%%
|
|
||||||
ignore
|
|
||||||
gst_collect_pads_read_buffer
|
|
||||||
gst_collect_pads_take_buffer
|
|
||||||
gst_mixer_message_parse_options_list_changed
|
|
||||||
%%
|
|
||||||
ignore-type
|
|
||||||
%%
|
|
|
@ -1,13 +1,5 @@
|
||||||
%%
|
%%
|
||||||
include
|
include
|
||||||
@IGNORE_GST_0_10_13@
|
|
||||||
@IGNORE_GST_0_10_14@
|
|
||||||
@IGNORE_GST_PB_0_10_14@
|
|
||||||
@IGNORE_GST_0_10_15@
|
|
||||||
@IGNORE_GST_0_10_16@
|
|
||||||
@IGNORE_GST_PB_0_10_16@
|
|
||||||
@IGNORE_GST_0_10_18@
|
|
||||||
@IGNORE_GST_PB_0_10_18@
|
|
||||||
@IGNORE_GST_0_10_20@
|
@IGNORE_GST_0_10_20@
|
||||||
@IGNORE_GST_0_10_21@
|
@IGNORE_GST_0_10_21@
|
||||||
@IGNORE_GST_0_10_22@
|
@IGNORE_GST_0_10_22@
|
||||||
|
|
|
@ -36,9 +36,7 @@ headers
|
||||||
#include <gst/interfaces/propertyprobe.h>
|
#include <gst/interfaces/propertyprobe.h>
|
||||||
#include <gst/interfaces/tuner.h>
|
#include <gst/interfaces/tuner.h>
|
||||||
#include <gst/interfaces/mixer.h>
|
#include <gst/interfaces/mixer.h>
|
||||||
#ifdef HAVE_VIDEO_ORIENTATION_INTERFACE
|
|
||||||
#include <gst/interfaces/videoorientation.h>
|
#include <gst/interfaces/videoorientation.h>
|
||||||
#endif
|
|
||||||
#ifdef HAVE_STREAM_VOLUME_INTERFACE
|
#ifdef HAVE_STREAM_VOLUME_INTERFACE
|
||||||
#include <gst/interfaces/streamvolume.h>
|
#include <gst/interfaces/streamvolume.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -39,7 +39,6 @@ GST_DEBUG_CATEGORY_EXTERN (pygst_debug);
|
||||||
#define Py_ssize_t int
|
#define Py_ssize_t int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PLUGINS_INSTALL
|
|
||||||
static void
|
static void
|
||||||
install_plugins_result_handler(GstInstallPluginsReturn result, gpointer user_data)
|
install_plugins_result_handler(GstInstallPluginsReturn result, gpointer user_data)
|
||||||
{
|
{
|
||||||
|
@ -77,7 +76,6 @@ install_plugins_result_handler(GstInstallPluginsReturn result, gpointer user_dat
|
||||||
pyg_gil_state_release(state);
|
pyg_gil_state_release(state);
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
%%
|
%%
|
||||||
modulename gst.pbutils
|
modulename gst.pbutils
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in a new issue