From 79a9865c3f8a06fe8edd61dfbd8dca4934d2c582 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 28 Jun 2014 11:44:41 +0200 Subject: [PATCH] Release 1.3.90 --- ChangeLog | 26 +++++++++++++++++++-- NEWS | 12 ++++++---- RELEASE | 40 +++++++++++++++++--------------- configure.ac | 8 +++---- docs/plugins/gst-libav-plugins.hierarchy | 2 +- docs/plugins/inspect/plugin-libav.xml | 2 +- gst-libav.doap | 10 ++++++++ 7 files changed, 69 insertions(+), 31 deletions(-) diff --git a/ChangeLog b/ChangeLog index af11b3d..94ebc05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,31 @@ +=== release 1.3.90 === + +2014-06-28 Sebastian Dröge + + * configure.ac: + releasing 1.3.90 + +2014-06-28 09:59:49 +0200 Sebastian Dröge + + * gst-libs/ext/libav: + libav: Update to v10.2 + +2014-06-22 19:36:14 +0200 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.3.3 === -2014-06-22 Sebastian Dröge +2014-06-22 19:27:47 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.3.3 + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + Release 1.3.3 2014-06-21 18:29:32 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 5d90b41..fed5262 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -This is GStreamer Libav Plugins 1.3.3 +This is GStreamer Libav Plugins 1.3.90 Changes since 1.2: @@ -129,7 +129,7 @@ Major changes: with downstream via caps. ∘ Lots of fixes for coverity warnings all over the place. ∘ Negotiation related performance improvements. - ∘ 500+ fixed bug reports, and many other bug fixes and other + ∘ 800+ fixed bug reports, and many other bug fixes and other improvements everywhere that had no bug report. Things to look out for: @@ -137,5 +137,9 @@ Things to look out for: element. • The mfcdec element was removed and replaced by v4l2videodec. • osxvideosink is only available in OS X 10.6 or newer. - • The GstDeviceMonitor API will likely change slightly before the - 1.4.0 release. + • On Android the namespace of the automatically generated Java class + for initialization of GStreamer has changed from com.gstreamer to + org.freedesktop.gstreamer to prevent namespace pollution. + • On iOS you have to update your gst_ios_init.h and gst_ios_init.m in + your projects from the one included in the binaries if you used the + GnuTLS GIO module before. The loading mechanism has slightly changed. diff --git a/RELEASE b/RELEASE index e49f433..5d58c94 100644 --- a/RELEASE +++ b/RELEASE @@ -1,21 +1,28 @@ -Release notes for GStreamer libav Plugins 1.3.3 +Release notes for GStreamer libav Plugins 1.3.90 -The GStreamer team is pleased to announce the third release of the unstable -1.3 release series. The 1.3 release series is adding new features on top of -the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x release -series of the GStreamer multimedia framework. The unstable 1.3 release series -will lead to the stable 1.4 release series in the next weeks, and newly added -API can still change until that point. +The GStreamer team is pleased to announce the first release candidate of +the stable 1.4 release series. The 1.4 release series is adding new features +on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x +release series of the GStreamer multimedia framework. -This is hopefully the last 1.3 development release and will be followed by -the first 1.4.0 release candidate (1.3.90) in 1-2 weeks. Which then hopefully -is followed by 1.4.0 soonish in early July. +This release candidate will hopefully shortly be followed by the stable 1.4.0 +release if no bigger regressions or bigger issues are detected, and enough +testing of the release candidate happened. The new API that was added during +the 1.3 release series is not expected to change anymore at this point. + + +Binaries for Android, iOS, Mac OS X and Windows are provided together with this +release. + + +The stable 1.4 release series is API and ABI compatible with 1.0.x, 1.2.x and +any other 1.x release series in the future. Compared to 1.2.x it contains some +new features and more intrusive changes that were considered too risky as a +bugfix. -Binaries for Android, iOS, Mac OS X and Windows will be provided separately -during the unstable 1.3 release series. This module contains plugins based on the libav project, including codecs. @@ -41,10 +48,8 @@ contains a set of less supported plugins that haven't passed the -Bugs fixed in this release - - * 651320 : avenc_mpeg4: Implement profile negotiation via caps - * 729268 : libav: avoid using wrong number of samples +There were no bugs fixed in this release + ==== Download ==== @@ -82,7 +87,4 @@ subscribe to the gstreamer-devel list. Contributors to this release * Sebastian Dröge - * Thiago Santos - * Vincent Penquerc'h - * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 07941b3..b3f1de5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.62) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer libav, 1.3.3.1, +AC_INIT(GStreamer libav, 1.3.90, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -42,11 +42,11 @@ GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 303, 0, 303) +AS_LIBTOOL(GST, 390, 0, 390) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.3.3.1 -GST_PBREQ=1.3.3.1 +GST_REQ=1.3.90 +GST_PBREQ=1.3.90 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/docs/plugins/gst-libav-plugins.hierarchy b/docs/plugins/gst-libav-plugins.hierarchy index 1a88b11..22c91ec 100644 --- a/docs/plugins/gst-libav-plugins.hierarchy +++ b/docs/plugins/gst-libav-plugins.hierarchy @@ -437,7 +437,7 @@ GObject GstPadTemplate GstPlugin GstPluginFeature - GstDeviceMonitorFactory + GstDeviceProviderFactory GstElementFactory GstTypeFindFactory GstRegistry diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index e844f47..baf0942 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -3,7 +3,7 @@ All libav codecs and formats (local snapshot) ../../ext/libav/.libs/libgstlibav.so libgstlibav.so - 1.3.3 + 1.3.90 GPL gst-libav libav diff --git a/gst-libav.doap b/gst-libav.doap index b4c24b7..39e9027 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. + 1.3.90 + 1.3 + + 2014-06-28 + + + + + + 1.3.3 1.3 -- 2.7.4