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
8ec76897
Commit
8ec76897
authored
Jun 02, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated gstreamer to 1.26.2
parent
1b3302b3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Makefile
Makefile
+8
-8
gstreamer-1.24.4.tar.xz
gstreamer-1.24.4.tar.xz
+0
-0
gstreamer-1.26.2-fix_test_timeout.patch
gstreamer-1.26.2-fix_test_timeout.patch
+4
-4
gstreamer-1.26.2.tar.xz
gstreamer-1.26.2.tar.xz
+0
-0
No files found.
Makefile
View file @
8ec76897
all
:
all
:
tar
xf gstreamer-1.2
4.4
.tar.xz
tar
xf gstreamer-1.2
6.2
.tar.xz
patch
-Np1
-d
gstreamer-1.2
4.4 < gstreamer-1.24.4
-fix_test_timeout.patch
patch
-Np1
-d
gstreamer-1.2
6.2 < gstreamer-1.26.2
-fix_test_timeout.patch
cd
gstreamer-1.2
4.4
&&
mkdir
build
cd
gstreamer-1.2
6.2
&&
mkdir
build
cd
gstreamer-1.2
4.4
/build
&&
meson setup
--prefix
=
/usr
--buildtype
=
release
-D
gst_debug
=
false
cd
gstreamer-1.2
6.2
/build
&&
meson setup
--prefix
=
/usr
--buildtype
=
release
-D
gst_debug
=
false
cd
gstreamer-1.2
4.4
/build
&&
ninja
cd
gstreamer-1.2
6.2
/build
&&
ninja
cd
gstreamer-1.2
4.4
/build
&&
ninja
test
cd
gstreamer-1.2
6.2
/build
&&
ninja
test
cd
gstreamer-1.2
4.4
/build
&&
ninja
install
cd
gstreamer-1.2
6.2
/build
&&
ninja
install
rm
-rf
gstreamer-1.2
4.4
rm
-rf
gstreamer-1.2
6.2
gstreamer-1.24.4.tar.xz
deleted
100644 → 0
View file @
1b3302b3
File deleted
gstreamer-1.2
4.4
-fix_test_timeout.patch
→
gstreamer-1.2
6.2
-fix_test_timeout.patch
View file @
8ec76897
diff -uNr gstreamer-1.2
4.4/tests/check/meson.build gstreamer-1.24.4
-fix_test_timeout/tests/check/meson.build
diff -uNr gstreamer-1.2
6.2/tests/check/meson.build gstreamer-1.26.2
-fix_test_timeout/tests/check/meson.build
--- gstreamer-1.2
4.4/tests/check/meson.build 2024-05-29 20:14:50
.000000000 +0930
--- gstreamer-1.2
6.2/tests/check/meson.build 2025-05-30 08:26:43
.000000000 +0930
+++ gstreamer-1.2
4.4-fix_test_timeout/tests/check/meson.build 2025-05-26 17:58:35.571534848
+0930
+++ gstreamer-1.2
6.2-fix_test_timeout/tests/check/meson.build 2025-06-02 13:26:28.793174465
+0930
@@ -1
57,7 +157
,7 @@
@@ -1
60,7 +160
,7 @@
env.set('GST_PLUGIN_PATH_1_0', meson.project_build_root())
env.set('GST_PLUGIN_PATH_1_0', meson.project_build_root())
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
env.set('GST_STATE_IGNORE_ELEMENTS', '')
env.set('GST_STATE_IGNORE_ELEMENTS', '')
...
...
gstreamer-1.26.2.tar.xz
0 → 100644
View file @
8ec76897
File added
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