Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gstreamer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
gstreamer
Commits
76e4131c
Commit
76e4131c
authored
Oct 26, 2024
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated gstreamer to 1.18.4
parent
da61706c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
44 deletions
+23
-44
Makefile
Makefile
+8
-8
gstreamer-1.16.2-fix_test_timeout.patch
gstreamer-1.16.2-fix_test_timeout.patch
+0
-36
gstreamer-1.16.2.tar.xz
gstreamer-1.16.2.tar.xz
+0
-0
gstreamer-1.18.4-fix_test_timeout.patch
gstreamer-1.18.4-fix_test_timeout.patch
+12
-0
gstreamer-1.18.4.tar.xz
gstreamer-1.18.4.tar.xz
+0
-0
gstreamer.groups
gstreamer.groups
+3
-0
No files found.
Makefile
View file @
76e4131c
all
:
tar
xf gstreamer-1.1
6.2
.tar.xz
patch
-Np1
-d
gstreamer-1.1
6.2 < gstreamer-1.16.2
-fix_test_timeout.patch
cd
gstreamer-1.1
6.2
&&
mkdir
build
cd
gstreamer-1.1
6.2
/build
&&
meson
--prefix
=
/usr
-Dbuildtype
=
release
-Dgst_debug
=
false
-Dgtk_doc
=
disabled
cd
gstreamer-1.1
6.2
/build
&&
ninja
cd
gstreamer-1.1
6.2
/build
&&
ninja
test
cd
gstreamer-1.1
6.2
/build
&&
ninja
install
rm
-rf
gstreamer-1.1
6.2
tar
xf gstreamer-1.1
8.4
.tar.xz
patch
-Np1
-d
gstreamer-1.1
8.4 < gstreamer-1.18.4
-fix_test_timeout.patch
cd
gstreamer-1.1
8.4
&&
mkdir
build
cd
gstreamer-1.1
8.4
/build
&&
meson
--prefix
=
/usr
-Dbuildtype
=
release
-Dgst_debug
=
false
-Dgtk_doc
=
disabled
cd
gstreamer-1.1
8.4
/build
&&
ninja
cd
gstreamer-1.1
8.4
/build
&&
ninja
test
cd
gstreamer-1.1
8.4
/build
&&
ninja
install
rm
-rf
gstreamer-1.1
8.4
gstreamer-1.16.2-fix_test_timeout.patch
deleted
100644 → 0
View file @
da61706c
diff -uNr gstreamer-1.16.2/common/check.mak gstreamer-1.16.2-fix_test_timeout/common/check.mak
--- gstreamer-1.16.2/common/check.mak 2019-04-19 18:46:18.000000000 +0930
+++ gstreamer-1.16.2-fix_test_timeout/common/check.mak 2022-04-30 02:06:39.853567894 +0930
@@ -12,7 +12,7 @@
endif
LOOPS ?= 10
-AM_TESTS_ENVIRONMENT = CK_DEFAULT_TIMEOUT=20
+AM_TESTS_ENVIRONMENT = CK_DEFAULT_TIMEOUT=60
# run any given test by running make test.check
# if the test fails, run it again at at least debug level 2
diff -uNr gstreamer-1.16.2/tests/check/Makefile.in gstreamer-1.16.2-fix_test_timeout/tests/check/Makefile.in
--- gstreamer-1.16.2/tests/check/Makefile.in 2019-12-03 21:22:28.000000000 +1030
+++ gstreamer-1.16.2-fix_test_timeout/tests/check/Makefile.in 2022-04-30 02:07:14.465688650 +0930
@@ -1579,7 +1579,7 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-AM_TESTS_ENVIRONMENT = CK_DEFAULT_TIMEOUT=20 \
+AM_TESTS_ENVIRONMENT = CK_DEFAULT_TIMEOUT=60 \
GST_STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \
$(REGISTRY_ENVIRONMENT) \
GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \
diff -uNr gstreamer-1.16.2/tests/check/meson.build gstreamer-1.16.2-fix_test_timeout/tests/check/meson.build
--- gstreamer-1.16.2/tests/check/meson.build 2019-04-19 18:46:16.000000000 +0930
+++ gstreamer-1.16.2-fix_test_timeout/tests/check/meson.build 2022-04-30 02:07:07.158663157 +0930
@@ -156,7 +156,7 @@
env.set('GST_PLUGIN_PATH_1_0', meson.build_root())
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
env.set('GST_STATE_IGNORE_ELEMENTS', '')
- env.set('CK_DEFAULT_TIMEOUT', '20')
+ env.set('CK_DEFAULT_TIMEOUT', '60')
env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), test_name))
env.set('GST_PLUGIN_SCANNER_1_0', gst_scanner_dir + '/gst-plugin-scanner')
env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer')
gstreamer-1.16.2.tar.xz
deleted
100644 → 0
View file @
da61706c
File deleted
gstreamer-1.18.4-fix_test_timeout.patch
0 → 100644
View file @
76e4131c
diff -uNr gstreamer-1.18.4/tests/check/meson.build gstreamer-1.18.4-fix_test_timeout/tests/check/meson.build
--- gstreamer-1.18.4/tests/check/meson.build 2021-03-16 04:17:26.445430300 +1030
+++ gstreamer-1.18.4-fix_test_timeout/tests/check/meson.build 2024-10-12 15:45:37.759671429 +1030
@@ -157,7 +157,7 @@
env.set('GST_PLUGIN_PATH_1_0', meson.build_root())
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
env.set('GST_STATE_IGNORE_ELEMENTS', '')
- env.set('CK_DEFAULT_TIMEOUT', '20')
+ env.set('CK_DEFAULT_TIMEOUT', '60')
env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), test_name))
env.set('GST_PLUGIN_SCANNER_1_0', gst_scanner_dir + '/gst-plugin-scanner')
env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer')
gstreamer-1.18.4.tar.xz
0 → 100644
View file @
76e4131c
File added
gstreamer.groups
View file @
76e4131c
bin
/usr/libexec/gstreamer-1.0/.*
/usr/bin/.*
/usr/share/gir-1.0/.*
lib
/usr/lib/lib.*
/usr/lib/gstreamer-1.0/.*
/usr/lib/girepository-1.0/.*
/usr/share/.*\.py
pkg
/usr/lib/pkgconfig/.*
bash-completion
...
...
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