mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 09:04:15 +00:00
Release 1.13.91
This commit is contained in:
parent
34d56abedd
commit
8e82a9dd43
4 changed files with 961 additions and 39 deletions
|
@ -1,7 +1,65 @@
|
||||||
|
=== release 1.13.91 ===
|
||||||
|
|
||||||
|
2018-03-13 19:30:43 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* validate/NEWS:
|
||||||
|
* validate/configure.ac:
|
||||||
|
* validate/gst-validate.doap:
|
||||||
|
Release 1.13.91
|
||||||
|
|
||||||
|
2018-03-13 13:58:07 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* validate/docs/validate/meson.build:
|
||||||
|
* validate/gst/validate/Makefile.am:
|
||||||
|
* validate/gst/validate/gst-validate-bin-monitor.h:
|
||||||
|
* validate/gst/validate/gst-validate-element-monitor.h:
|
||||||
|
* validate/gst/validate/gst-validate-enum-types.h.template:
|
||||||
|
* validate/gst/validate/gst-validate-media-info.h:
|
||||||
|
* validate/gst/validate/gst-validate-monitor-factory.h:
|
||||||
|
* validate/gst/validate/gst-validate-monitor.h:
|
||||||
|
* validate/gst/validate/gst-validate-override-registry.h:
|
||||||
|
* validate/gst/validate/gst-validate-override.h:
|
||||||
|
* validate/gst/validate/gst-validate-pad-monitor.h:
|
||||||
|
* validate/gst/validate/gst-validate-pipeline-monitor.h:
|
||||||
|
* validate/gst/validate/gst-validate-report.h:
|
||||||
|
* validate/gst/validate/gst-validate-reporter.h:
|
||||||
|
* validate/gst/validate/gst-validate-runner.h:
|
||||||
|
* validate/gst/validate/gst-validate-scenario.h:
|
||||||
|
* validate/gst/validate/gst-validate-utils.h:
|
||||||
|
* validate/gst/validate/media-descriptor-parser.h:
|
||||||
|
* validate/gst/validate/media-descriptor-writer.h:
|
||||||
|
* validate/gst/validate/media-descriptor.h:
|
||||||
|
* validate/gst/validate/meson.build:
|
||||||
|
* validate/gst/validate/validate-prelude.h:
|
||||||
|
* validate/gst/validate/validate.h:
|
||||||
|
validate: GST_EXPORT -> GST_VALIDATE_API
|
||||||
|
We need different export decorators for the different libs.
|
||||||
|
For now no actual change though, just rename before the release,
|
||||||
|
and add prelude headers to define the new decorator to GST_EXPORT.
|
||||||
|
|
||||||
|
2018-03-13 13:48:00 +0100 Xabier Rodriguez Calvar <calvaris@igalia.com>
|
||||||
|
|
||||||
|
* debug-viewer/GstDebugViewer/Plugins/Timeline.py:
|
||||||
|
debug-viewer: solved crash when maximum freq sentinel is 0
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=794282
|
||||||
|
|
||||||
|
2018-03-12 12:11:18 -0300 Thibault Saunier <tsaunier@igalia.com>
|
||||||
|
|
||||||
|
* debug-viewer/GstDebugViewer/GUI/window.py:
|
||||||
|
debug-viewer: Fix copying current line
|
||||||
|
|
||||||
|
2018-03-12 11:18:02 -0300 Thibault Saunier <tsaunier@igalia.com>
|
||||||
|
|
||||||
|
* debug-viewer/MANIFEST.in:
|
||||||
|
* debug-viewer/org.freedesktop.GstDebugViewer.appdata.xml.in:
|
||||||
|
* debug-viewer/setup.cfg:
|
||||||
|
debug-viewer: Add an appdata file
|
||||||
|
|
||||||
=== release 1.13.90 ===
|
=== release 1.13.90 ===
|
||||||
|
|
||||||
2018-03-03 22:54:57 +0000 Tim-Philipp Müller <tim@centricular.com>
|
2018-03-03 22:54:57 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* validate/ChangeLog:
|
||||||
* validate/NEWS:
|
* validate/NEWS:
|
||||||
* validate/configure.ac:
|
* validate/configure.ac:
|
||||||
* validate/gst-validate.doap:
|
* validate/gst-validate.doap:
|
||||||
|
|
924
validate/NEWS
924
validate/NEWS
File diff suppressed because it is too large
Load diff
|
@ -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.13.90,
|
AC_INIT(Gst-Validate, 1.13.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, 1390, 0, 1390)
|
AS_LIBTOOL(GST, 1391, 0, 1391)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.13.90
|
GST_REQ=1.13.91
|
||||||
GSTPB_REQ=1.13.90
|
GSTPB_REQ=1.13.91
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -52,6 +52,16 @@
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.13.91</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2018-03-13</created>
|
||||||
|
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.13.91.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.13.90</revision>
|
<revision>1.13.90</revision>
|
||||||
|
|
Loading…
Reference in a new issue