Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
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
gst-plugins-base
Commits
8cb6b183
Commit
8cb6b183
authored
May 26, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated gst-plugins-base to 1.24.4
parent
f5ff070d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
33 deletions
+7
-33
Makefile
Makefile
+7
-8
gst-plugins-base-1.18.4-suppress_gl_tests.patch
gst-plugins-base-1.18.4-suppress_gl_tests.patch
+0
-25
gst-plugins-base-1.18.4.tar.xz
gst-plugins-base-1.18.4.tar.xz
+0
-0
gst-plugins-base-1.24.4.tar.xz
gst-plugins-base-1.24.4.tar.xz
+0
-0
No files found.
Makefile
View file @
8cb6b183
all
:
tar
xf gst-plugins-base-1.18.4.tar.xz
patch
-Np1
-d
gst-plugins-base-1.18.4 < gst-plugins-base-1.18.4-suppress_gl_tests.patch
cd
gst-plugins-base-1.18.4
&&
mkdir
build
cd
gst-plugins-base-1.18.4/build
&&
meson
--prefix
=
/usr
-Dbuildtype
=
release
-Dgtk_doc
=
disabled
cd
gst-plugins-base-1.18.4/build
&&
ninja
cd
gst-plugins-base-1.18.4/build
&&
ninja
test
cd
gst-plugins-base-1.18.4/build
&&
ninja
install
rm
-rf
gst-plugins-base-1.18.4
tar
xf gst-plugins-base-1.24.4.tar.xz
cd
gst-plugins-base-1.24.4
&&
mkdir
build
cd
gst-plugins-base-1.24.4/build
&&
meson
--prefix
=
/usr
-Dbuildtype
=
release
-Dgtk_doc
=
disabled
cd
gst-plugins-base-1.24.4/build
&&
ninja
cd
gst-plugins-base-1.24.4/build
&&
ninja
test
cd
gst-plugins-base-1.24.4/build
&&
ninja
install
rm
-rf
gst-plugins-base-1.24.4
gst-plugins-base-1.18.4-suppress_gl_tests.patch
deleted
100644 → 0
View file @
f5ff070d
diff -uNr gst-plugins-base-1.18.4/tests/check/meson.build gst-plugins-base-1.18.4-suppress_gl_tests/tests/check/meson.build
--- gst-plugins-base-1.18.4/tests/check/meson.build 2021-03-16 04:18:01.315271900 +1030
+++ gst-plugins-base-1.18.4-suppress_gl_tests/tests/check/meson.build 2024-10-12 15:41:30.212719529 +1030
@@ -86,21 +86,11 @@
# FIXME: Unstable on Windows
if build_gstgl and host_machine.system() != 'windows'
base_tests += [
- [ 'libs/gstglcolorconvert.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglcontext.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'libs/gstglfeature.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'libs/gstglformat.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglheaders.c', not build_gstgl, [gstgl_dep]],
[ 'libs/gstglmatrix.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglmemory.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglquery.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglshader.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'libs/gstglsl.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglslstage.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'libs/gstglupload.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
- [ 'elements/glimagesink.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'elements/glbin.c', not build_gstgl ],
- [ 'pipelines/gl-launch-lines.c', not build_gstgl ],
[ 'elements/glfilter.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'elements/glstereo.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
[ 'elements/glmixer.c', not build_gstgl, [gstgl_dep, gstglproto_dep]],
gst-plugins-base-1.18.4.tar.xz
deleted
100644 → 0
View file @
f5ff070d
File deleted
gst-plugins-base-1.24.4.tar.xz
0 → 100644
View file @
8cb6b183
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