Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-python
Commits
75b08daf
Commit
75b08daf
authored
Jan 15, 2010
by
Edward Hervey
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump minimum requirement to 0.10.18 and remove cruft
parent
1ec21f61
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
2 additions
and
213 deletions
+2
-213
configure.ac
configure.ac
+2
-78
gst/Makefile.am
gst/Makefile.am
+0
-8
gst/gst-0.10.13.ignore
gst/gst-0.10.13.ignore
+0
-23
gst/gst-0.10.14.ignore
gst/gst-0.10.14.ignore
+0
-17
gst/gst-0.10.15.ignore
gst/gst-0.10.15.ignore
+0
-26
gst/gst-0.10.16.ignore
gst/gst-0.10.16.ignore
+0
-8
gst/gst-0.10.18.ignore
gst/gst-0.10.18.ignore
+0
-7
gst/gst-pb-0.10.14.ignore
gst/gst-pb-0.10.14.ignore
+0
-13
gst/gst-pb-0.10.16.ignore
gst/gst-pb-0.10.16.ignore
+0
-13
gst/gst-pb-0.10.18.ignore
gst/gst-pb-0.10.18.ignore
+0
-8
gst/gstversion.override.in
gst/gstversion.override.in
+0
-8
gst/interfaces.override
gst/interfaces.override
+0
-2
gst/pbutils.override
gst/pbutils.override
+0
-2
No files found.
configure.ac
View file @
75b08daf
...
...
@@ -44,8 +44,8 @@ AC_SUBST(PYGTK_REQ, 2.6.3)
AC_SUBST(PYGOBJECT_REQ, 2.11.2)
AC_SUBST(GLIB_REQ, 2.8.0)
AC_SUBST(GTK_REQ, 2.6.0)
AC_SUBST(GST_REQ, 0.10.1
2
)
AC_SUBST(GSTPB_REQ, 0.10.1
2
)
AC_SUBST(GST_REQ, 0.10.1
8
)
AC_SUBST(GSTPB_REQ, 0.10.1
8
)
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"
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"
then
IGNORE_GST_0_10_20="gst-0.10.20.ignore"
...
...
@@ -189,28 +154,6 @@ then
fi
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"
then
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=""
fi
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_20=""
IGNORE_GST_0_10_21=""
...
...
@@ -252,24 +191,14 @@ else
IGNORE_GST_0_10_24=""
IGNORE_GST_0_10_25=""
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_25=""
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_VIDEO, 1, [We can use the gst-video library])
AC_DEFINE_UNQUOTED(HAVE_GST_TAG, 1, [We can use the gst-tag library])
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_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_21)
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_25)
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_25)
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_VIDEO, $HAVE_GST_VIDEO)
AM_CONDITIONAL(HAVE_GST_TAG, $HAVE_GST_TAG)
...
...
gst/Makefile.am
View file @
75b08daf
...
...
@@ -25,11 +25,6 @@ defsdir = $(pkgdatadir)/$(GST_MAJORMINOR)/defs
noinst_HEADERS
=
common.h pygstvalue.h pygstminiobject.h pygstexception.h
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.21.ignore
\
gst-0.10.22.ignore
\
...
...
@@ -37,9 +32,6 @@ versioned_overrides = \
gst-0.10.24.ignore
\
gst-0.10.25.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.25.ignore
\
gst-pb-0.10.26.ignore
\
...
...
gst/gst-0.10.13.ignore
deleted
100644 → 0
View file @
1ec21f61
%%
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
%%
gst/gst-0.10.14.ignore
deleted
100644 → 0
View file @
1ec21f61
%%
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
%%
\ No newline at end of file
gst/gst-0.10.15.ignore
deleted
100644 → 0
View file @
1ec21f61
%%
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
%%
gst/gst-0.10.16.ignore
deleted
100644 → 0
View file @
1ec21f61
%%
ignore
gst_plugin_register_static
gst_util_get_timestamp
gst_base_transform_set_gap_aware
%%
ignore-type
%%
gst/gst-0.10.18.ignore
deleted
100644 → 0
View file @
1ec21f61
%%
ignore
gst_index_set_resolver_full
%%
ignore-type
GstPoll
%%
\ No newline at end of file
gst/gst-pb-0.10.14.ignore
deleted
100644 → 0
View file @
1ec21f61
%%
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
%%
gst/gst-pb-0.10.16.ignore
deleted
100644 → 0
View file @
1ec21f61
%%
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
%%
gst/gst-pb-0.10.18.ignore
deleted
100644 → 0
View file @
1ec21f61
%%
ignore
gst_collect_pads_read_buffer
gst_collect_pads_take_buffer
gst_mixer_message_parse_options_list_changed
%%
ignore-type
%%
gst/gstversion.override.in
View file @
75b08daf
%%
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_21@
@IGNORE_GST_0_10_22@
...
...
gst/interfaces.override
View file @
75b08daf
...
...
@@ -36,9 +36,7 @@ headers
#include <gst/interfaces/propertyprobe.h>
#include <gst/interfaces/tuner.h>
#include <gst/interfaces/mixer.h>
#ifdef HAVE_VIDEO_ORIENTATION_INTERFACE
#include <gst/interfaces/videoorientation.h>
#endif
#ifdef HAVE_STREAM_VOLUME_INTERFACE
#include <gst/interfaces/streamvolume.h>
#endif
...
...
gst/pbutils.override
View file @
75b08daf
...
...
@@ -39,7 +39,6 @@ GST_DEBUG_CATEGORY_EXTERN (pygst_debug);
#define Py_ssize_t int
#endif
#ifdef HAVE_PLUGINS_INSTALL
static void
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);
}
#endif
%%
modulename gst.pbutils
%%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment