Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gstreamer
Commits
3124cd60
Commit
3124cd60
authored
Apr 19, 2019
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back to development
parent
89c221a6
Pipeline
#31920
failed with stages
in 13 minutes and 8 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
README
README
+1
-1
RELEASE
RELEASE
+1
-1
configure.ac
configure.ac
+2
-2
docs/plugins/inspect/plugin-coreelements.xml
docs/plugins/inspect/plugin-coreelements.xml
+2
-2
docs/plugins/inspect/plugin-coretracers.xml
docs/plugins/inspect/plugin-coretracers.xml
+2
-2
meson.build
meson.build
+1
-1
No files found.
README
View file @
3124cd60
GStreamer 1.1
6
.x
stable
series
GStreamer 1.1
7
.x
development
series
WHAT IT IS
----------
...
...
RELEASE
View file @
3124cd60
This is GStreamer core 1.1
6
.0.
This is GStreamer core 1.1
7
.0.
1.
The GStreamer team is thrilled to announce a new major feature release in the
stable 1.0 API series of your favourite cross-platform multimedia framework!
...
...
configure.ac
View file @
3124cd60
...
...
@@ -4,7 +4,7 @@ dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
dnl
AC_INIT([GStreamer],[1.1
6
.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
AC_INIT([GStreamer],[1.1
7
.0
.1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
AG_GST_INIT
dnl initialize automake (we require GNU make)
...
...
@@ -62,7 +62,7 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 1
6
00, 0, 1
6
00)
AS_LIBTOOL(GST, 1
7
00, 0, 1
7
00)
dnl *** autotools stuff ****
...
...
docs/plugins/inspect/plugin-coreelements.xml
View file @
3124cd60
...
...
@@ -3,10 +3,10 @@
<description>
GStreamer core elements
</description>
<filename>
../../plugins/elements/.libs/libgstcoreelements.so
</filename>
<basename>
libgstcoreelements.so
</basename>
<version>
1.1
6
.0
</version>
<version>
1.1
7
.0
.1
</version>
<license>
LGPL
</license>
<source>
gstreamer
</source>
<package>
GStreamer
source release
</package>
<package>
GStreamer
git
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-coretracers.xml
View file @
3124cd60
...
...
@@ -3,10 +3,10 @@
<description>
GStreamer core tracers
</description>
<filename>
../../plugins/tracers/.libs/libgstcoretracers.so
</filename>
<basename>
libgstcoretracers.so
</basename>
<version>
1.1
6
.0
</version>
<version>
1.1
7
.0
.1
</version>
<license>
LGPL
</license>
<source>
gstreamer
</source>
<package>
GStreamer
source release
</package>
<package>
GStreamer
git
</package>
<origin>
Unknown package origin
</origin>
<elements>
<tracer>
...
...
meson.build
View file @
3124cd60
project('gstreamer', 'c',
version : '1.1
6
.0',
version : '1.1
7
.0
.1
',
meson_version : '>= 0.47',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
...
...
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