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
1ec21f61
Commit
1ec21f61
authored
Jan 15, 2010
by
Edward Hervey
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ignore new API additions for 0.10.26 core/base releases
parent
589e6610
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
52 additions
and
0 deletions
+52
-0
configure.ac
configure.ac
+18
-0
gst/Makefile.am
gst/Makefile.am
+2
-0
gst/gst-0.10.26.ignore
gst/gst-0.10.26.ignore
+20
-0
gst/gst-pb-0.10.26.ignore
gst/gst-pb-0.10.26.ignore
+10
-0
gst/gstversion.override.in
gst/gstversion.override.in
+2
-0
No files found.
configure.ac
View file @
1ec21f61
...
...
@@ -181,6 +181,13 @@ then
IGNORE_GST_0_10_25=""
fi
if test $GST_MINOR_VERSION -lt "26"
then
IGNORE_GST_0_10_26="gst-0.10.26.ignore"
else
IGNORE_GST_0_10_26=""
fi
dnl plugins base
if test $GST_PB_MINOR_VERSION -lt "14"
then
...
...
@@ -224,6 +231,13 @@ then
else
IGNORE_GST_PB_0_10_25=""
AC_DEFINE_UNQUOTED(HAVE_STREAM_VOLUME_INTERFACE, 1, [We can use the streamvolume interface])
fi
if test $GST_PB_MINOR_VERSION -lt "26"
then
IGNORE_GST_PB_0_10_26="gst-pb-0.10.26.ignore"
else
IGNORE_GST_PB_0_10_26=""
fi
else
IGNORE_GST_0_10_13=""
...
...
@@ -237,11 +251,13 @@ else
IGNORE_GST_0_10_23=""
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])
...
...
@@ -260,11 +276,13 @@ AC_SUBST(IGNORE_GST_0_10_22)
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)
...
...
gst/Makefile.am
View file @
1ec21f61
...
...
@@ -36,11 +36,13 @@ versioned_overrides = \
gst-0.10.23.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.ignore
\
gst-disable-loadsave.ignore
INCLUDES
=
$(PYTHON_INCLUDES)
...
...
gst/gst-0.10.26.ignore
0 → 100644
View file @
1ec21f61
%%
ignore
gst_caps_set_value
gst_pad_get_caps_reffed
gst_pad_peer_get_caps_reffed
gst_util_greatest_common_divisor
gst_util_fraction_to_double
gst_util_double_to_fraction
gst_util_fraction_multiply
gst_util_fraction_add
gst_event_new_sink_message
gst_event_parse_sink_message
gst_plugin_feature_list_copy
gst_registry_get_feature_list_cookie
gst_structure_id_has_field
gst_structure_id_has_field_type
gst_base_src_new_seamless_segment
gst_collect_pads_set_clip_function
gst_type_find_helper_get_range_ext
%%
\ No newline at end of file
gst/gst-pb-0.10.26.ignore
0 → 100644
View file @
1ec21f61
%%
ignore
gst_tag_get_language_code
gst_tag_get_language_name
gst_tag_get_language_code_iso_639_1
gst_tag_get_language_code_iso_638_2B
gst_tag_get_language_code_iso_638_2T
gst_video_event_new_still_frame
gst_video_event_parse_still_frame
%%
\ No newline at end of file
gst/gstversion.override.in
View file @
1ec21f61
...
...
@@ -16,5 +16,7 @@ include
@IGNORE_GST_0_10_24@
@IGNORE_GST_0_10_25@
@IGNORE_GST_PB_0_10_25@
@IGNORE_GST_0_10_26@
@IGNORE_GST_PB_0_10_26@
@IGNORE_GST_LOADSAVE@
%%
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