Release 1.7.91
authorSebastian Dröge <sebastian@centricular.com>
Tue, 15 Mar 2016 10:02:20 +0000 (12:02 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Mar 2016 10:02:20 +0000 (12:02 +0200)
35 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
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/audio-enumtypes.c
win32/common/config.h

index 5a1d9b75ec80e12bfb3132000dc235108425beb5..f95f263b73787b280fd95d5e0c79a872d7dc3a17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,207 @@
+=== release 1.7.91 ===
+
+2016-03-15  Sebastian Dröge <slomo@coaxion.net>
+
+       * configure.ac:
+         releasing 1.7.91
+
+2016-03-15 11:40:06 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * 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 <sebastian@centricular.com>
+
+       * 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 <sebastian@centricular.com>
+
+       * 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 <sebastian@centricular.com>
+
+       * 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 <sebastian@centricular.com>
+
+       * 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 <sebastian@centricular.com>
+
+       * 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 <sebastian@centricular.com>
+
+       * 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 <sebastian@centricular.com>
+
+       * 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 <lubosz.sarnecki@collabora.co.uk>
+
+       * 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 <tim@centricular.com>
+
+       * 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 <nirbheek@centricular.com>
+
+       * win32/common/libgstfft.def:
+         win32: Add a module definitions file for gstfft
+
+2016-03-09 09:56:52 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * 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 <wtaymans@redhat.com>
+
+       * 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 <vincent.penquerch@collabora.co.uk>
+
+       * tools/gst-play.c:
+         gst-play: remove peculiar setting of invalid -v property
+
+2016-02-05 14:14:37 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * 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 <havard.graff@gmail.com>
+
+       * 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 <sebastian@centricular.com>
+
+       * 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 <sebastian@centricular.com>
+
+       * gst/encoding/gstencodebin.c:
+         encodebin: Make dispose() function safe to be called multiple times
+
 === release 1.7.90 ===
 
-2016-03-01  Sebastian Dröge <slomo@coaxion.net>
+2016-03-01 18:14:54 +0200  Sebastian Dröge <sebastian@centricular.com>
 
+       * 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 <sebastian@centricular.com>
 
diff --git a/NEWS b/NEWS
index 8f11fc4c192d3999d4a56a69b79f0d3ceffe1d46..dec122b59eb64b98a653236d52b58fbee8401091 100644 (file)
--- 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 f1a9ba7d8e9451bd90ecc00f862fab8e0ff3875d..d63c8fd34089d968356619f84c38cd6019a07ebc 100644 (file)
--- 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
index 058894a8b611b3de653b27ca005afa1d74a4efcb..61dc4cda3ae080f7bdc0b1570b04b138f6bd3c34 100644 (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.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 ****
 
index f3b334fd5b9f7e8842a4dbdcc9191d1f5ce5830b..d924846f576d61e2eb0ac7c309d49ebd56454c00 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adds multiple streams</description>
   <filename>../../gst/adder/.libs/libgstadder.so</filename>
   <basename>libgstadder.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index f7bcf6dcfdfde3017028ee8dd8033a91115a3936..57fb377714a712a8c382ee956f1178306d69a7aa 100644 (file)
@@ -3,7 +3,7 @@
   <description>ALSA plugin library</description>
   <filename>../../ext/alsa/.libs/libgstalsa.so</filename>
   <basename>libgstalsa.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 603c6cc9f00e7cb62e81cc97a034bc630139fa22..ebf2464b7206a679fb8b456582cf3d680b786fbb 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 77a3e148c646dcd1a3897a22763227cfcb1fd76f..fd692eac69b9859476c0e88056044b004005300d 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 847652fc5333b70ebcec44fe874a282a56e7cab6..a145768d1b85ff43c3f6e910f59b43d15a746fae 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adjusts audio frames</description>
   <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
   <basename>libgstaudiorate.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 38fc04c9a6b28951326a30d1dbec49f1331ca0e7..68b832cd32e5e0966a4c478c0d0e615266ade4c7 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resamples audio</description>
   <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
   <basename>libgstaudioresample.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 46c4bc9220ec3220a28e15f4682d4603e846873b..583bf730d17c996ae123237bec70839f0b523754 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index f67717ba3b7be5a7a55837c87eb63053f758d3ee..d8e8a200ff8fc313dc1ef16639af06426706c153 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b51587eda9b7efde83689815cfe7460359f8d620..607954138600144ece15f284bfdbbe0c4ecb07b2 100644 (file)
@@ -3,7 +3,7 @@
   <description>various encoding-related elements</description>
   <filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
   <basename>libgstencodebin.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 64e8ffc51ca610074d6d9509a07dd273064d0c13..eb0a1588a56232ad78562cf3a6252696268ac713 100644 (file)
@@ -3,7 +3,7 @@
   <description>GIO elements</description>
   <filename>../../gst/gio/.libs/libgstgio.so</filename>
   <basename>libgstgio.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index dc4cac6d0fd2e8fc1709dbdd8308e0680a9a28f4..708f970a669d272e4bae3f3b4fa1bbbde9c4338e 100644 (file)
@@ -3,7 +3,7 @@
   <description>libvisual visualization plugins</description>
   <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
   <basename>libgstlibvisual.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b30d2406248dcd8fc08eec9c2126fadca79c1e0f..5ef82076db3fc6eddd721f992e43333a5f1ec06b 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index f41815ee4943a916d8e1fa2fe2303a17e151f3e1..ae7d8d38d189698d2ea550b13eecf5748b3c23b8 100644 (file)
@@ -3,7 +3,7 @@
   <description>OPUS plugin library</description>
   <filename>../../ext/opus/.libs/libgstopus.so</filename>
   <basename>libgstopus.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 4ebbc9e6adc6c06a5879ad71486294ed6616d605..0a7556bace79824db2ea6c730341352bd60d2f4d 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 59d0e6f9139264d6f90097e730fa94de77ef8eec..9e9c9d789bcad1c8382f8241e2611c1694587605 100644 (file)
@@ -3,7 +3,7 @@
   <description>various playback elements</description>
   <filename>../../gst/playback/.libs/libgstplayback.so</filename>
   <basename>libgstplayback.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index a6a1ec8bd85bb3bc416c4cba6b6c47e2418330af..97786a2ac1f19ed47ec2aec02ac76d674c7c8d85 100644 (file)
@@ -3,7 +3,7 @@
   <description>Subtitle parsing</description>
   <filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
   <basename>libgstsubparse.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index edb8f539afbb48a9e7879b9880b9556b94f0e80f..f4b3500d47ca7520ac75a76462f9b5e4fdd3a890 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 3736f4e232ef33a8a0163c0778b40a3189fbc1a1..f885af1845c09057e3b2bed25b26b33e7718e984 100644 (file)
@@ -3,7 +3,7 @@
   <description>Theora plugin library</description>
   <filename>../../ext/theora/.libs/libgsttheora.so</filename>
   <basename>libgsttheora.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index ec03dce5d296587da24ca6dd06f727eb580b8bf3..fbcfe74cfbd8565d4ce199d6690cc8aa6ee2b77e 100644 (file)
@@ -3,7 +3,7 @@
   <description>default typefind functions</description>
   <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
   <basename>libgsttypefindfunctions.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index eb31462a7aab53247a50870f3d113b636c056dcb..80930de3bde69cbdb705f51de77426d81a49e27a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Colorspace conversion</description>
   <filename>../../gst/videoconvert/.libs/libgstvideoconvert.so</filename>
   <basename>libgstvideoconvert.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index c8340002e50cd44c248381b2775b547d08ca2371..a9fcbbe04a169e649188d3b1603f25b2c383f285 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adjusts video frames</description>
   <filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
   <basename>libgstvideorate.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index aa34ff41bd4bfdeb436fce80193e32359a86eb25..19d48b59c8b9249d5e12a5b29a1e1d3c7d5a98ed 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resizes video</description>
   <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
   <basename>libgstvideoscale.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 5013bb96ffd7cb1c5b55e6baba15c3296945d1ae..23aec24d8f2e16899576fdd882c62e70d6dad140 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 23a0313655e052dbf3f1ecbd8b25ff6f0d3601a5..667530c9a4a4f56600344f3d3d1257ba740f19b1 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index e08368e87e145ca0a52a3300f33fd23622b1a9b4..f179322ded6e2cb48c6e54b01c1859fd440521f1 100644 (file)
@@ -3,7 +3,7 @@
   <description>Vorbis plugin library</description>
   <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
   <basename>libgstvorbis.so</basename>
-  <version>1.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index dd479bdf31a3f906b6fdadc47f88e371fb885246..cbb10382434279d3ff1c298449fa447a7ceef9df 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 6d850fce0dcb9d5949ecd3e06ad9b7ca88a90951..62f89ec2c894844c937c92f3ae6913b8b232227a 100644 (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.7.90</version>
+  <version>1.7.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index e6209c10f4204e3ca849cbbcdee7a010547e5eda..8e22cef63d586ee7435b2fcf44f6b89ec9c74104 100644 (file)
@@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
    </GitRepository>
  </repository>
 
+ <release>
+  <Version>
+   <revision>1.7.91</revision>
+   <branch>master</branch>
+   <name></name>
+   <created>2016-03-15</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.7.91.tar.xz" />
+  </Version>
+ </release>
+
  <release>
   <Version>
    <revision>1.7.90</revision>
index 8e4de2c0aaa14231eef8fc0576625bcba0f3a363..62d7c0df569e55a56dff4010ad78fb88968adabb 100644 (file)
@@ -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 <stdint.h>
 #endif
index 0514120f9541c8fc154cd3268044add7f79ecb17..853929c290377fae11fe039e75aafbb1f276eca9 100644 (file)
@@ -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,
index df051aadd03afc9dd230edd00a4597bb4664883c..88a12a4cf1c706825c34c6fbea48ef9c92778497 100644 (file)
@@ -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
 #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"
 #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
 #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). */