mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Back to development
This commit is contained in:
parent
1830c75cd2
commit
800b26174f
5 changed files with 71 additions and 1083 deletions
15
RELEASE
15
RELEASE
|
@ -1,18 +1,15 @@
|
||||||
This is GStreamer gst-libav 1.14.0.
|
This is GStreamer gst-libav 1.15.0.1.
|
||||||
|
|
||||||
The GStreamer team is thrilled to announce a new major feature release in the
|
GStreamer 1.15 is the development version leading up to the next major
|
||||||
stable 1.x API series of your favourite cross-platform multimedia framework!
|
stable version which will be 1.16.
|
||||||
|
|
||||||
As always, this release is again packed with new features, bug fixes and
|
The 1.15 development series adds new features on top of the 1.14 series and is
|
||||||
other improvements.
|
|
||||||
|
|
||||||
The 1.14 release series adds new features on top of the 1.12 series and is
|
|
||||||
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
|
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
|
||||||
framework.
|
framework.
|
||||||
|
|
||||||
Full release notes can be found at:
|
Full release notes will one day be found at:
|
||||||
|
|
||||||
https://gstreamer.freedesktop.org/releases/1.14/
|
https://gstreamer.freedesktop.org/releases/1.16/
|
||||||
|
|
||||||
Binaries for Android, iOS, Mac OS X and Windows will be provided shortly
|
Binaries for Android, iOS, Mac OS X and Windows will be provided shortly
|
||||||
after the release.
|
after the release.
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.69)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer libav, 1.14.0,
|
AC_INIT(GStreamer libav, 1.15.0.1,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-libav)
|
gst-libav)
|
||||||
|
|
||||||
|
@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
|
||||||
dnl *** Check for external $AS vs detected by AS_LIBTOOL
|
dnl *** Check for external $AS vs detected by AS_LIBTOOL
|
||||||
user_AS="$AS"
|
user_AS="$AS"
|
||||||
AG_GST_LIBTOOL_PREPARE
|
AG_GST_LIBTOOL_PREPARE
|
||||||
AS_LIBTOOL(GST, 1400, 0, 1400)
|
AS_LIBTOOL(GST, 1500, 0, 1500)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.14.0
|
GST_REQ=1.15.0.1
|
||||||
GST_PBREQ=1.14.0
|
GST_PBREQ=1.15.0.1
|
||||||
|
|
||||||
ORC_REQ=0.4.16
|
ORC_REQ=0.4.16
|
||||||
ORC_CHECK([$ORC_REQ])
|
ORC_CHECK([$ORC_REQ])
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>All libav codecs and formats (local snapshot)</description>
|
<description>All libav codecs and formats (local snapshot)</description>
|
||||||
<filename>../../ext/libav/.libs/libgstlibav.so</filename>
|
<filename>../../ext/libav/.libs/libgstlibav.so</filename>
|
||||||
<basename>libgstlibav.so</basename>
|
<basename>libgstlibav.so</basename>
|
||||||
<version>1.14.0</version>
|
<version>1.15.0.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-libav</source>
|
<source>gst-libav</source>
|
||||||
<package>GStreamer libav source release</package>
|
<package>GStreamer libav git</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('gst-libav', 'c', 'cpp',
|
project('gst-libav', 'c', 'cpp',
|
||||||
version : '1.14.0',
|
version : '1.15.0.1',
|
||||||
meson_version : '>= 0.36.0',
|
meson_version : '>= 0.36.0',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'buildtype=debugoptimized' ])
|
'buildtype=debugoptimized' ])
|
||||||
|
|
Loading…
Reference in a new issue