mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Release 1.11.91
This commit is contained in:
parent
f34c7db3e4
commit
4b61eb4b41
5 changed files with 88 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
project('gst-devtools', 'c',
|
project('gst-devtools', 'c',
|
||||||
version : '1.11.90',
|
version : '1.11.91',
|
||||||
meson_version : '>= 0.36.0',
|
meson_version : '>= 0.36.0',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
|
|
|
@ -1,9 +1,78 @@
|
||||||
=== release 1.11.90 ===
|
=== release 1.11.91 ===
|
||||||
|
|
||||||
2017-04-07 Sebastian Dröge <slomo@coaxion.net>
|
2017-04-27 Sebastian Dröge <slomo@coaxion.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 1.11.90
|
releasing 1.11.91
|
||||||
|
|
||||||
|
2015-08-16 13:32:04 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* validate/data/scenarios/update_stop.scenario:
|
||||||
|
validate: Fix update_stop.scenario seek property naming
|
||||||
|
|
||||||
|
2017-04-20 10:02:58 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||||
|
|
||||||
|
* validate/launcher/apps/gstcheck.py:
|
||||||
|
launcher:check: Ensure to set build dir before rebuilding
|
||||||
|
|
||||||
|
2017-04-11 07:48:21 +0200 Edward Hervey <edward@centricular.com>
|
||||||
|
|
||||||
|
* validate/launcher/baseclasses.py:
|
||||||
|
baseclasses: Add method to set a specific list of scenarios
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=781314
|
||||||
|
|
||||||
|
2017-04-07 13:49:32 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
|
||||||
|
|
||||||
|
* validate/gst-libs/gst/video/gstvalidatessim.c:
|
||||||
|
* validate/gst/validate/gst-validate-monitor.c:
|
||||||
|
* validate/gst/validate/gst-validate-override.c:
|
||||||
|
* validate/gst/validate/gst-validate-reporter.c:
|
||||||
|
* validate/gst/validate/gst-validate-scenario.c:
|
||||||
|
* validate/plugins/ssim/gstvalidatessim.c:
|
||||||
|
validate: drop unneeded break+concat in some string literals
|
||||||
|
Perform other related improvements while at it.
|
||||||
|
|
||||||
|
2017-04-12 11:07:44 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||||
|
|
||||||
|
* validate/gst/validate/gst-validate-scenario.c:
|
||||||
|
validate: Do not expect track switch to be synchronous for playbin3
|
||||||
|
And let following actions to be executed (setting the action as
|
||||||
|
INTERLACED) which will make sure the track switch happened at some
|
||||||
|
point. It means the user has to set the pipeline to PLAYING so we can
|
||||||
|
make it works but we do not have choice here I think
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=781213
|
||||||
|
|
||||||
|
2017-04-10 17:06:25 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* meson.build:
|
||||||
|
Update meson.build version to 1.11.90 too
|
||||||
|
|
||||||
|
2017-04-10 11:43:28 +0200 Edward Hervey <edward@centricular.com>
|
||||||
|
|
||||||
|
* validate/gst/validate/gst-validate-pad-monitor.c:
|
||||||
|
validate-pad-monitor: Fix previous commit
|
||||||
|
Post-send handling was only meant for seek events
|
||||||
|
|
||||||
|
2017-04-10 07:58:01 +0200 Edward Hervey <edward@centricular.com>
|
||||||
|
|
||||||
|
* validate/gst/validate/gst-validate-pad-monitor.c:
|
||||||
|
pad-monitor: Safely store expected seek values
|
||||||
|
Protect the expected seek values with the same lock as the one
|
||||||
|
that will be used to read/validate the resulting segments and flush
|
||||||
|
values.
|
||||||
|
Avoids races with duplicated seeks (i.e. a seek that was already
|
||||||
|
sent and handled via another pad, such as in demuxers).
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=781112
|
||||||
|
|
||||||
|
=== release 1.11.90 ===
|
||||||
|
|
||||||
|
2017-04-07 16:36:04 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* validate/ChangeLog:
|
||||||
|
* validate/NEWS:
|
||||||
|
* validate/configure.ac:
|
||||||
|
* validate/gst-validate.doap:
|
||||||
|
Release 1.11.90
|
||||||
|
|
||||||
2017-04-05 15:26:31 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
|
2017-04-05 15:26:31 -0700 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
GStreamer 1.11.90.
|
GStreamer 1.11.91.
|
||||||
|
|
|
@ -2,7 +2,7 @@ AC_PREREQ(2.62)
|
||||||
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(Gst-Validate, 1.11.90,
|
AC_INIT(Gst-Validate, 1.11.91,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-validate)
|
gst-validate)
|
||||||
|
|
||||||
|
@ -49,11 +49,11 @@ AC_SUBST(GST_API_VERSION)
|
||||||
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
|
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
|
||||||
[GStreamer API Version])
|
[GStreamer API Version])
|
||||||
|
|
||||||
AS_LIBTOOL(GST, 1190, 0, 1190)
|
AS_LIBTOOL(GST, 1191, 0, 1191)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.11.90
|
GST_REQ=1.11.91
|
||||||
GSTPB_REQ=1.11.90
|
GSTPB_REQ=1.11.91
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -52,6 +52,16 @@
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.11.91</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2017-04-27</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.11.91.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.11.90</revision>
|
<revision>1.11.90</revision>
|
||||||
|
|
Loading…
Reference in a new issue