From a730be9cbdf24f56ccfdafcbd8b0d4c77b8bd83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 15 Mar 2016 12:02:20 +0200 Subject: Release 1.7.91 --- ChangeLog | 202 +++++++++++++++++++++- NEWS | 2 +- RELEASE | 24 ++- configure.ac | 6 +- docs/plugins/inspect/plugin-adder.xml | 2 +- docs/plugins/inspect/plugin-alsa.xml | 2 +- docs/plugins/inspect/plugin-app.xml | 2 +- docs/plugins/inspect/plugin-audioconvert.xml | 2 +- docs/plugins/inspect/plugin-audiorate.xml | 2 +- docs/plugins/inspect/plugin-audioresample.xml | 2 +- docs/plugins/inspect/plugin-audiotestsrc.xml | 2 +- docs/plugins/inspect/plugin-cdparanoia.xml | 2 +- docs/plugins/inspect/plugin-encoding.xml | 2 +- docs/plugins/inspect/plugin-gio.xml | 2 +- docs/plugins/inspect/plugin-libvisual.xml | 2 +- docs/plugins/inspect/plugin-ogg.xml | 2 +- docs/plugins/inspect/plugin-opus.xml | 2 +- docs/plugins/inspect/plugin-pango.xml | 2 +- docs/plugins/inspect/plugin-playback.xml | 2 +- docs/plugins/inspect/plugin-subparse.xml | 2 +- docs/plugins/inspect/plugin-tcp.xml | 2 +- docs/plugins/inspect/plugin-theora.xml | 2 +- docs/plugins/inspect/plugin-typefindfunctions.xml | 2 +- docs/plugins/inspect/plugin-videoconvert.xml | 2 +- docs/plugins/inspect/plugin-videorate.xml | 2 +- docs/plugins/inspect/plugin-videoscale.xml | 2 +- docs/plugins/inspect/plugin-videotestsrc.xml | 2 +- docs/plugins/inspect/plugin-volume.xml | 2 +- docs/plugins/inspect/plugin-vorbis.xml | 2 +- docs/plugins/inspect/plugin-ximagesink.xml | 2 +- docs/plugins/inspect/plugin-xvimagesink.xml | 2 +- gst-plugins-base.doap | 10 ++ win32/common/_stdint.h | 4 +- win32/common/audio-enumtypes.c | 8 +- win32/common/config.h | 8 +- 35 files changed, 264 insertions(+), 54 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a1d9b75e..f95f263b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,207 @@ +=== release 1.7.91 === + +2016-03-15 Sebastian Dröge + + * configure.ac: + releasing 1.7.91 + +2016-03-15 11:40:06 +0200 Sebastian Dröge + + * po/cs.po: + * po/fr.po: + * po/hu.po: + * po/pl.po: + * po/ru.po: + * po/sr.po: + * po/sv.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + po: Update translations + +2016-03-14 17:06:53 +0200 Sebastian Dröge + + * gst/playback/gstdecodebin2.c: + decodebin: Shut down all elements explicitly to NULL state before freeing the decode chain + Due to transient locked state during autoplugging, some elements might be + ignored by the GstBin::change_state() and might still be running. Which could + then cause pad-added and similar accessing decodebin state that does not exist + anymore, and crash. + https://bugzilla.gnome.org/show_bug.cgi?id=763625 + +2016-03-13 13:59:25 +0200 Sebastian Dröge + + * gst/tcp/gstmultihandlesink.c: + * gst/tcp/gstmultihandlesink.h: + * tests/check/elements/multifdsink.c: + * tests/check/elements/multisocketsink.c: + multihandlesink: Remove useless streamheader storage + We don't do anything with it but always get them from the caps anyway, so + stop storing them and having complicated logic around that. + https://bugzilla.gnome.org/show_bug.cgi?id=763278 + +2016-03-13 10:51:30 +0200 Sebastian Dröge + + * gst/tcp/gstmultihandlesink.c: + * gst/tcp/gstmultihandlesink.h: + multihandlesink: Only don't send HEADER buffers normally if they are actually streamheaders from the caps + And also consider HEADER buffers without DELTA_UNIT flag as sync points. This + fixes sync-mode=2 with mpegtsmux for example, which has no streamheaders but + puts the HEADER flag on its keyframes. + https://bugzilla.gnome.org/show_bug.cgi?id=763278 + +2016-03-12 19:47:47 +0200 Sebastian Dröge + + * gst/playback/gstdecodebin2.c: + decodebin: expose_pad() is always called with lock==TRUE, simplify code + This basically reverts ee44337fc3e3030a5155d28b3561af157e6c6003 . + https://bugzilla.gnome.org/show_bug.cgi?id=763491 + +2016-03-12 19:46:44 +0200 Sebastian Dröge + + * gst/playback/gstdecodebin2.c: + decodebin: Don't check twice if the decode chain is complete in pad_added_cb() + expose_pad() already does the same. + https://bugzilla.gnome.org/show_bug.cgi?id=763491 + +2016-03-12 19:45:26 +0200 Sebastian Dröge + + * gst/playback/gstdecodebin2.c: + decodebin: Don't hold EXPOSE_LOCK in type_found() outside the stream lock + In other places we lock it the other way around, leading to possible + deadlocks. Also this will deadlock if analyze_pad() causes a new element to be + autoplugged that adds new pads on itself when its state is changed. + https://bugzilla.gnome.org/show_bug.cgi?id=763491 + +2016-03-13 10:58:54 +0200 Sebastian Dröge + + * gst/tcp/gstmultioutputsink.c: + tcp: Remove unused file + It's a copy of multihandlesink, but completely outdated. Let's get rid of it + before it gets even more outdated. + https://bugzilla.gnome.org/show_bug.cgi?id=763278 + +2016-03-08 19:22:34 +0100 Lubosz Sarnecki + + * ext/pango/gstbasetextoverlay.c: + * ext/pango/gstbasetextoverlay.h: + basetextoverlay: Add new properties and alignment type for unclamped absolute positions + Introduces [x-absolute, y-absolute] properties + for positioning in +/- MAX_DOUBLE range. + Adds new (h/v)alignment type "absolute" where coordinates + map the text area to be exactly inside of video canvas for [0, 0] - [1, 1]: + [0, 0]: Top-Lefts of video and text are aligned + [0.5, 0.5]: Centers are aligned + [1, 1]: Bottom-Rights are aligned + https://bugzilla.gnome.org/show_bug.cgi?id=761251 + +2016-03-11 13:15:03 +0000 Tim-Philipp Müller + + * ext/pango/gstbasetextoverlay.c: + Revert "textoverlay: Do not limit positioning to video area." + This reverts commit a48daf6dd8cb69b4260a03aa7f3cdf227d4f1602. + This changed behaviour in a way that's not always + backwards-compatible. + https://bugzilla.gnome.org/show_bug.cgi?id=761251 + +2016-02-25 05:07:04 +0530 Nirbheek Chauhan + + * win32/common/libgstfft.def: + win32: Add a module definitions file for gstfft + +2016-03-09 09:56:52 +0000 Tim-Philipp Müller + + * ext/theora/gsttheoradec.c: + * ext/theora/gsttheoradec.h: + * ext/theora/gsttheoraenc.c: + * ext/theora/gsttheoraenc.h: + theora: fix performance category initialisation + Remove unused _register() functions and look up the performance + debug category in a function that's actually called at some point. + +2016-03-04 17:13:59 +0100 Wim Taymans + + * gst-libs/gst/audio/audio-channel-mixer.h: + audio-channel-mixer: improve non-interleaved flags + Make separate flags for non-interleaved input and output because the + channel mixer should be able to convert between the two layouts in the + future. + +2016-03-04 12:12:56 +0000 Vincent Penquerc'h + + * tools/gst-play.c: + gst-play: remove peculiar setting of invalid -v property + +2016-02-05 14:14:37 +0000 Vincent Penquerc'h + + * ext/ogg/gstoggdemux.c: + oggdemux: fix chaining causing running time to restart from 0 + This fixes: + gst-play-1.0 http://relay-nyc.gameowls.com:8000/chiptune.ogg + https://bugzilla.gnome.org/show_bug.cgi?id=758282 + +2016-03-03 20:10:17 +0100 Havard Graff + + * ext/opus/gstopusdec.c: + opusdec: plug caps leak + https://bugzilla.gnome.org/show_bug.cgi?id=763059 + +2016-03-02 20:47:42 +0200 Sebastian Dröge + + * gst/playback/gstplaysink.c: + Revert "playbin: use avdeinterlace for deinterlacing until deinterlace is ported" + This reverts commit 0615794300234e3efbcb49a524efdee11171ab4c. + deinterlace was ported at some point in the last 4 years and has better video + format support, and especially better negotiation than avdeinterlace. Having + avdeinterlace but not deinterlace causes various problems in zerocopy + scenarios. + https://bugzilla.gnome.org/show_bug.cgi?id=760553 + +2016-03-02 18:47:23 +0200 Sebastian Dröge + + * gst/encoding/gstencodebin.c: + encodebin: Make dispose() function safe to be called multiple times + === release 1.7.90 === -2016-03-01 Sebastian Dröge +2016-03-01 18:14:54 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.7.90 + * docs/plugins/gst-plugins-base-plugins.hierarchy: + * 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-playback.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: + * win32/common/_stdint.h: + * win32/common/config.h: + Release 1.7.90 2016-03-01 16:53:05 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 8f11fc4c1..dec122b59 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer 1.7.90 +This is GStreamer 1.7.91 diff --git a/RELEASE b/RELEASE index f1a9ba7d8..d63c8fd34 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,7 @@ -Release notes for GStreamer Base Plugins 1.7.90 +Release notes for GStreamer Base Plugins 1.7.91 -The GStreamer team is pleased to announce the first release candidate of the stable +The GStreamer team is pleased to announce the second release candidate of the stable 1.8 release series. The 1.8 release series is adding new features on top of the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia framework. @@ -57,11 +57,12 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release - * 761257 : multisocketsink: doesn't handle client close and EWOULDBLOCK - * 761588 : opusdec: no mono/stereo channel conversion - * 761851 : video: add orc UYVY422 to GRAY8 conversion function - * 762451 : id3v2frames: read conductor tag - * 762674 : Compilation error building html in gst-plugins-base-1.7.2 + * 761251 : textoverlay: Expose text rendering dimensions to applications and remove absolute positioning limit + * 763059 : opusdec: plug caps leak + * 763094 : gst-play: remove peculiar setting of invalid -v property + * 763278 : tcpserversink: problems with TS muxed stream, not detecting/sending keyframes + * 763625 : decodebin: Crashes when shutting down during autoplugging + * 758282 : OGG streams buffer constantly even with plenty of bandwidth ==== Download ==== @@ -98,14 +99,11 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Adam Miartus - * Edward Hervey - * Göran Jönsson - * Lim Siew Hoon - * Luis de Bethencourt + * Havard Graff + * Lubosz Sarnecki + * Nirbheek Chauhan * Sebastian Dröge * Tim-Philipp Müller - * Tom Deseyn * Vincent Penquerc'h * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 058894a8b..61dc4cda3 100644 --- a/configure.ac +++ b/configure.ac @@ -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.7.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) +AC_INIT([GStreamer Base Plug-ins],[1.7.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, 790, 0, 790) +AS_LIBTOOL(GST, 791, 0, 791) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.7.90 +GST_REQ=1.7.91 dnl *** autotools stuff **** diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index f3b334fd5..d924846f5 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,7 +3,7 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index f7bcf6dcf..57fb37771 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,7 +3,7 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index 603c6cc9f..ebf2464b7 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,7 +3,7 @@ Elements used to communicate with applications ../../gst/app/.libs/libgstapp.so libgstapp.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index 77a3e148c..fd692eac6 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,7 +3,7 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index 847652fc5..a145768d1 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,7 +3,7 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index 38fc04c9a..68b832cd3 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,7 +3,7 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 46c4bc922..583bf730d 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,7 +3,7 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index f67717ba3..d8e8a200f 100644 --- a/docs/plugins/inspect/plugin-cdparanoia.xml +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -3,7 +3,7 @@ Read audio from CD in paranoid mode ../../ext/cdparanoia/.libs/libgstcdparanoia.so libgstcdparanoia.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-encoding.xml b/docs/plugins/inspect/plugin-encoding.xml index b51587eda..607954138 100644 --- a/docs/plugins/inspect/plugin-encoding.xml +++ b/docs/plugins/inspect/plugin-encoding.xml @@ -3,7 +3,7 @@ various encoding-related elements ../../gst/encoding/.libs/libgstencodebin.so libgstencodebin.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gio.xml b/docs/plugins/inspect/plugin-gio.xml index 64e8ffc51..eb0a1588a 100644 --- a/docs/plugins/inspect/plugin-gio.xml +++ b/docs/plugins/inspect/plugin-gio.xml @@ -3,7 +3,7 @@ GIO elements ../../gst/gio/.libs/libgstgio.so libgstgio.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index dc4cac6d0..708f970a6 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,7 +3,7 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index b30d24062..5ef82076d 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,7 +3,7 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-opus.xml b/docs/plugins/inspect/plugin-opus.xml index f41815ee4..ae7d8d38d 100644 --- a/docs/plugins/inspect/plugin-opus.xml +++ b/docs/plugins/inspect/plugin-opus.xml @@ -3,7 +3,7 @@ OPUS plugin library ../../ext/opus/.libs/libgstopus.so libgstopus.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index 4ebbc9e6a..0a7556bac 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,7 +3,7 @@ Pango-based text rendering and overlay ../../ext/pango/.libs/libgstpango.so libgstpango.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-playback.xml b/docs/plugins/inspect/plugin-playback.xml index 59d0e6f91..9e9c9d789 100644 --- a/docs/plugins/inspect/plugin-playback.xml +++ b/docs/plugins/inspect/plugin-playback.xml @@ -3,7 +3,7 @@ various playback elements ../../gst/playback/.libs/libgstplayback.so libgstplayback.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index a6a1ec8bd..97786a2ac 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ Subtitle parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index edb8f539a..f4b3500d4 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,7 +3,7 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index 3736f4e23..f885af184 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,7 +3,7 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index ec03dce5d..fbcfe74cf 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,7 +3,7 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoconvert.xml b/docs/plugins/inspect/plugin-videoconvert.xml index eb31462a7..80930de3b 100644 --- a/docs/plugins/inspect/plugin-videoconvert.xml +++ b/docs/plugins/inspect/plugin-videoconvert.xml @@ -3,7 +3,7 @@ Colorspace conversion ../../gst/videoconvert/.libs/libgstvideoconvert.so libgstvideoconvert.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index c8340002e..a9fcbbe04 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index aa34ff41b..19d48b59c 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,7 +3,7 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 5013bb96f..23aec24d8 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,7 +3,7 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 23a031365..667530c9a 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ plugin for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index e08368e87..f179322de 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,7 +3,7 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index dd479bdf3..cbb103824 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,7 +3,7 @@ X11 video output element based on standard Xlib calls ../../sys/ximage/.libs/libgstximagesink.so libgstximagesink.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index 6d850fce0..62f89ec2c 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,7 +3,7 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 1.7.90 + 1.7.91 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index e6209c10f..8e22cef63 100644 --- a/gst-plugins-base.doap +++ b/gst-plugins-base.doap @@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included. + + + 1.7.91 + master + + 2016-03-15 + + + + 1.7.90 diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index 8e4de2c0a..62d7c0df5 100644 --- a/win32/common/_stdint.h +++ b/win32/common/_stdint.h @@ -1,8 +1,8 @@ #ifndef _GST_PLUGINS_BASE__STDINT_H #define _GST_PLUGINS_BASE__STDINT_H 1 #ifndef _GENERATED_STDINT_H -#define _GENERATED_STDINT_H "gst-plugins-base 1.7.90" -/* generated using gnu compiler gcc-6 (Debian 6-20160225-1) 6.0.0 20160225 (experimental) [trunk revision 233690] */ +#define _GENERATED_STDINT_H "gst-plugins-base 1.7.91" +/* generated using gnu compiler gcc-6 (Debian 6-20160228-1) 6.0.0 20160228 (experimental) [trunk revision 233789] */ #define _STDINT_HAVE_STDINT_H 1 #include #endif diff --git a/win32/common/audio-enumtypes.c b/win32/common/audio-enumtypes.c index 0514120f9..853929c29 100644 --- a/win32/common/audio-enumtypes.c +++ b/win32/common/audio-enumtypes.c @@ -205,8 +205,12 @@ gst_audio_channel_mixer_flags_get_type (void) static const GFlagsValue values[] = { {GST_AUDIO_CHANNEL_MIXER_FLAGS_NONE, "GST_AUDIO_CHANNEL_MIXER_FLAGS_NONE", "none"}, - {GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED, - "GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED", "non-interleaved"}, + {GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_IN, + "GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_IN", + "non-interleaved-in"}, + {GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_OUT, + "GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_OUT", + "non-interleaved-out"}, {GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_IN, "GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_IN", "unpositioned-in"}, {GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_OUT, diff --git a/win32/common/config.h b/win32/common/config.h index df051aadd..88a12a4cf 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -90,7 +90,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2016-03-01" +#define GST_PACKAGE_RELEASE_DATETIME "2016-03-15" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -339,7 +339,7 @@ #define PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Base Plug-ins 1.7.90" +#define PACKAGE_STRING "GStreamer Base Plug-ins 1.7.91" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" @@ -348,7 +348,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.7.90" +#define PACKAGE_VERSION "1.7.91" /* directory where plugins are located */ #ifdef _DEBUG @@ -382,7 +382,7 @@ #undef USE_TREMOLO /* Version number of package */ -#define VERSION "1.7.90" +#define VERSION "1.7.91" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -- cgit v1.2.1