Release 1.11.91

This commit is contained in:
Sebastian Dröge 2017-04-27 17:25:49 +03:00
parent 8ffcb0a1dd
commit 1debd803de
35 changed files with 309 additions and 61 deletions

258
ChangeLog
View file

@ -1,9 +1,261 @@
=== 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:
releasing 1.11.90
releasing 1.11.91
2017-04-27 15:22:58 +0300 Sebastian Dröge <sebastian@centricular.com>
* po/LINGUAS:
* po/fur.po:
po: Update translations
2017-04-24 20:27:42 +0100 Tim-Philipp Müller <tim@centricular.com>
* common:
Automatic update of common submodule
From 60aeef6 to 48a5d85
2017-04-19 11:47:30 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* gst-libs/gst/video/video.h:
video: fix typo in GstVideoAlignment doc
https://bugzilla.gnome.org/show_bug.cgi?id=781490
2017-04-13 16:40:02 +0100 Tim-Philipp Müller <tim@centricular.com>
* gst-libs/gst/audio/audio-resampler.h:
audio: resampler: fix typos in docs
2017-04-12 16:06:45 +0200 Rico Tzschichholz <ricotz@ubuntu.com>
* gst-libs/gst/allocators/meson.build:
* gst-libs/gst/app/meson.build:
* gst-libs/gst/audio/meson.build:
* gst-libs/gst/fft/meson.build:
* gst-libs/gst/pbutils/meson.build:
* gst-libs/gst/riff/meson.build:
* gst-libs/gst/rtp/meson.build:
* gst-libs/gst/rtsp/meson.build:
* gst-libs/gst/sdp/meson.build:
* gst-libs/gst/tag/meson.build:
* gst-libs/gst/video/meson.build:
meson: Pass --c-include accordingly to GIR builds
2017-04-12 09:58:49 +0100 Tim-Philipp Müller <tim@centricular.com>
* ext/theora/gsttheoraparse.c:
* gst-libs/gst/pbutils/encoding-profile.c:
* gst-libs/gst/sdp/gstsdpmessage.c:
* gst-libs/gst/tag/id3v2frames.c:
* gst/typefind/gsttypefindfunctions.c:
* tests/check/libs/tag.c:
* tests/icles/test-reverseplay.c:
No need for newlines in debug log statements
2017-04-10 15:35:41 -0400 Olivier Crête <olivier.crete@collabora.com>
* tools/gst-device-monitor.c:
tools: gst-device-monitor: Print gst-launch example
Print a gst-launch-1.0 line that could get to this device,
useful as we don't have other ways to see what it does exactly.
This may not work if the create element has configurations other than
properties.
https://bugzilla.gnome.org/show_bug.cgi?id=781152
2017-04-11 10:47:29 +0100 Tim-Philipp Müller <tim@centricular.com>
* .gitignore:
.gitignore: ignore all generated enumtypes files
2017-04-11 10:46:50 +0100 Tim-Philipp Müller <tim@centricular.com>
* Makefile.am:
meson: dist more meson build files
2017-04-11 11:44:48 +0300 Claudio Saavedra <csaavedra@igalia.com>
* gst-libs/gst/app/meson.build:
meson: install gstappsink.h
https://bugzilla.gnome.org/show_bug.cgi?id=781168
2017-04-11 11:16:33 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst/volume/gstvolume.c:
* gst/volume/gstvolume.h:
volume: Store volume as a double for consistency with the property type
And the potential increased precision, which shouldn't matter much here.
https://bugzilla.gnome.org/show_bug.cgi?id=781149
2017-04-10 23:48:59 +0100 Tim-Philipp Müller <tim@centricular.com>
* autogen.sh:
* common:
Automatic update of common submodule
From 39ac2f5 to 60aeef6
2017-04-10 14:29:20 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/gst/tag/tag.h:
Revert "tag: Fix enum nicks for backwards compatibility"
This reverts commit 595b29519ab6850811ed2e68b75e29a2240a5432.
Bindings are not using the nicks but the actual enum names.
2017-04-10 14:25:30 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/gst/app/Makefile.am:
* gst-libs/gst/tag/Makefile.am:
app/tag: Fix build with srcdir!=builddir
2017-04-10 14:02:01 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/gst/tag/tag.h:
tag: Fix enum nicks for backwards compatibility
The enum values got the wrong name at some point, something to fix for 2.0.
2017-04-10 13:55:58 +0300 Rico Tzschichholz <ricotz@t-online.de>
* gst-libs/gst/app/Makefile.am:
* gst-libs/gst/tag/Makefile.am:
app/tag: Add missing sources/headers to the GIR build
2017-04-09 12:54:12 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/gst/tag/meson.build:
meson: Define missing variable
2017-04-09 12:51:52 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/gst/tag/Makefile.am:
* gst-libs/gst/tag/gsttagdemux.c:
* gst-libs/gst/tag/gsttagdemux.h:
* gst-libs/gst/tag/licenses.c:
* gst-libs/gst/tag/meson.build:
* gst-libs/gst/tag/tag.h:
* gst-libs/gst/tag/tag_mkenum.py:
* gst-libs/gst/tag/tags.c:
tag: Generate GLib enums/flags with glib-mkenums
2017-04-09 12:29:55 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/gst/app/Makefile.am:
* gst-libs/gst/app/app_mkenum.py:
* gst-libs/gst/app/gstappsrc.c:
* gst-libs/gst/app/gstappsrc.h:
* gst-libs/gst/app/meson.build:
app: Generate GLib enums with glib-mkenums
2017-04-09 12:19:22 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/gst/pbutils/encoding-profile.c:
encoding-profile: It's (transfer none), not (transfer-none)
2017-04-09 11:48:27 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/gst/audio/Makefile.am:
* gst-libs/gst/audio/gstaudiobasesink.c:
* gst-libs/gst/audio/gstaudiobasesink.h:
* gst-libs/gst/audio/gstaudiobasesrc.c:
* gst-libs/gst/audio/gstaudiobasesrc.h:
* gst-libs/gst/audio/gstaudiocdsrc.c:
* gst-libs/gst/audio/gstaudiocdsrc.h:
* gst-libs/gst/audio/meson.build:
* win32/common/libgstaudio.def:
audio: Generate audiobasesink/src and audiocdsrc GLib enums automatically
And ensure that GstAudioBaseSrcSlaveMethod's re-timestamp stays
re-timestamp and doesn't become retimestamp.
2017-04-06 22:38:34 +0300 Vivia Nikolaidou <vivia@ahiru.eu>
* gst-libs/gst/video/gstvideotimecode.c:
timecode: Fix invalid drop-frame timecode right before a new second
The previous fix was only working for non-drop-frame timecodes.
https://bugzilla.gnome.org/show_bug.cgi?id=779866
=== release 1.11.90 ===
2017-04-07 16:31:10 +0300 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/inspect/plugin-adder.xml:
* docs/plugins/inspect/plugin-alsa.xml:
* docs/plugins/inspect/plugin-app.xml:
* docs/plugins/inspect/plugin-audioconvert.xml:
* docs/plugins/inspect/plugin-audiorate.xml:
* docs/plugins/inspect/plugin-audioresample.xml:
* docs/plugins/inspect/plugin-audiotestsrc.xml:
* docs/plugins/inspect/plugin-cdparanoia.xml:
* docs/plugins/inspect/plugin-encoding.xml:
* docs/plugins/inspect/plugin-gio.xml:
* docs/plugins/inspect/plugin-libvisual.xml:
* docs/plugins/inspect/plugin-ogg.xml:
* docs/plugins/inspect/plugin-opus.xml:
* docs/plugins/inspect/plugin-pango.xml:
* docs/plugins/inspect/plugin-pbtypes.xml:
* docs/plugins/inspect/plugin-playback.xml:
* docs/plugins/inspect/plugin-rawparse.xml:
* docs/plugins/inspect/plugin-subparse.xml:
* docs/plugins/inspect/plugin-tcp.xml:
* docs/plugins/inspect/plugin-theora.xml:
* docs/plugins/inspect/plugin-typefindfunctions.xml:
* docs/plugins/inspect/plugin-videoconvert.xml:
* docs/plugins/inspect/plugin-videorate.xml:
* docs/plugins/inspect/plugin-videoscale.xml:
* docs/plugins/inspect/plugin-videotestsrc.xml:
* docs/plugins/inspect/plugin-volume.xml:
* docs/plugins/inspect/plugin-vorbis.xml:
* docs/plugins/inspect/plugin-ximagesink.xml:
* docs/plugins/inspect/plugin-xvimagesink.xml:
* gst-plugins-base.doap:
* meson.build:
Release 1.11.90
2017-04-07 15:12:37 +0300 Sebastian Dröge <sebastian@centricular.com>
* po/af.po:
* po/az.po:
* po/bg.po:
* po/ca.po:
* po/cs.po:
* po/da.po:
* po/de.po:
* po/el.po:
* po/en_GB.po:
* po/eo.po:
* po/es.po:
* po/eu.po:
* po/fi.po:
* po/fr.po:
* po/gl.po:
* po/hr.po:
* po/hu.po:
* po/id.po:
* po/it.po:
* po/ja.po:
* po/lt.po:
* po/lv.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/pl.po:
* po/pt_BR.po:
* po/ro.po:
* po/ru.po:
* po/sk.po:
* po/sl.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/tr.po:
* po/uk.po:
* po/vi.po:
* po/zh_CN.po:
Update .po files
2017-04-07 15:06:07 +0300 Sebastian Dröge <sebastian@centricular.com>

2
NEWS
View file

@ -1 +1 @@
This is GStreamer 1.11.90.
This is GStreamer 1.11.91.

34
RELEASE
View file

@ -1,7 +1,7 @@
Release notes for GStreamer Base Plugins 1.11.90
Release notes for GStreamer Base Plugins 1.11.91
The GStreamer team is pleased to announce the first release candidate of the
The GStreamer team is pleased to announce the second release candidate of the
stable 1.12 release series. The 1.12 release series is adding new features on
top of the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and
ABI-stable 1.x release series of the GStreamer multimedia framework.
@ -61,15 +61,11 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release
* 779866 : videotimecode: Fix invalid timecode right before a new second
* 779515 : vorbisdec: Reset decoder in more situations
* 780053 : rawvideoparse: Stride/Offset no longer usable from gst-launch
* 780257 : urisourcebin: Fix typefind list leak
* 780429 : streamsynchronizer: every stream need keep their own send_gap_event flag
* 780566 : Broken URL link for latest on-line version in reference manual
* 780657 : meson: Use dep.get_pkgconfig_variable()
* 780764 : video-converter: fix scaler leak
* 780769 : encodebin: fix list leak when requesting a new pad
* 781147 : ogv: Seeking OGV over HTTP often hangs
* 781149 : volume: GDouble " volume " property stored secretly as a gfloat
* 781152 : gst-device-monitor: print the gst-launch line for a device
* 781168 : meson: Not installing gstappsink.h
* 781490 : GstVideoAlignment: fix typo in doc
==== Download ====
@ -106,21 +102,11 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Arun Raghavan
* Edward Hervey
* Emeric Grange
* Francisco Velazquez
* Haihua Hu
* Jan Schmidt
* Jochen Henneberg
* Matthew Waters
* Nicolas Dufresne
* Claudio Saavedra
* Guillaume Desmottes
* Olivier Crête
* Rico Tzschichholz
* Sebastian Dröge
* Seungha Yang
* Stefan Sauer
* Thibault Saunier
* Tim-Philipp Müller
* Vincent Penquerc'h
* Vivia Nikolaidou
 

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT([GStreamer Base Plug-ins],[1.11.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AC_INIT([GStreamer Base Plug-ins],[1.11.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AG_GST_INIT
@ -56,10 +56,10 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 1190, 0, 1190)
AS_LIBTOOL(GST, 1191, 0, 1191)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.11.90
GST_REQ=1.11.91
dnl *** autotools stuff ****

View file

@ -3,7 +3,7 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>various encoding-related elements</description>
<filename>../../gst/encoding/.libs/libgstencoding.so</filename>
<basename>libgstencoding.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>GIO elements</description>
<filename>../../gst/gio/.libs/libgstgio.so</filename>
<basename>libgstgio.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>OPUS plugin library</description>
<filename>../../ext/opus/.libs/libgstopus.so</filename>
<basename>libgstopus.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>gst-plugins-base dynamic types</description>
<filename>../../gst/pbtypes/.libs/libgstpbtypes.so</filename>
<basename>libgstpbtypes.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>various playback elements</description>
<filename>../../gst/playback/.libs/libgstplayback.so</filename>
<basename>libgstplayback.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Parses byte streams into raw frames</description>
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
<basename>libgstrawparse.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Colorspace conversion</description>
<filename>../../gst/videoconvert/.libs/libgstvideoconvert.so</filename>
<basename>libgstvideoconvert.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Creates a test video stream</description>
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
<basename>libgstvideotestsrc.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename>
<version>1.11.90</version>
<version>1.11.91</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>

View file

@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</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-plugins-base/gst-plugins-base-1.11.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.11.90</revision>

View file

@ -1,5 +1,5 @@
project('gst-plugins-base', 'c', 'cpp',
version : '1.11.90',
version : '1.11.91',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])