Release 1.3.91 1.3.91
authorSebastian Dröge <sebastian@centricular.com>
Fri, 11 Jul 2014 09:21:29 +0000 (11:21 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 11 Jul 2014 09:21:29 +0000 (11:21 +0200)
34 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-ivorbisdec.xml
docs/plugins/inspect/plugin-libvisual.xml
docs/plugins/inspect/plugin-ogg.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

index 519435a4c58c758e171cb5d2753a1eb6c4a3a4d4..1f101a293f0c82a572c5ec3b6203a598f750a1e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,130 @@
-=== release 1.3.90 ===
+=== release 1.3.91 ===
+
+2014-07-11  Sebastian Dröge <slomo@coaxion.net>
+
+       * configure.ac:
+         releasing 1.3.91
 
-2014-06-28  Sebastian Dröge <slomo@coaxion.net>
+2014-07-11 10:13:03 +0200  Edward Hervey <bilboed@bilboed.com>
 
        * configure.ac:
-         releasing 1.3.90
+       * ext/libvisual/plugin.c:
+       * ext/libvisual/visual.c:
+         libvisual: Remove < 0.4 support
+         And remove the version guards that went along with it
+         https://bugzilla.gnome.org/show_bug.cgi?id=733046
+
+2014-07-10 18:17:47 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst-libs/gst/allocators/gstdmabuf.c:
+         dmabuf: Ensure _get_fd() works even for shared memory
+         Fixes regression introduced by:
+         commit b60888fd4bcacd42bb4e27fa938272d6e72c5c32
+         Author: Michael Olbrich <m.olbrich@pengutronix.de>
+         Date:   Tue May 20 11:18:56 2014 +0200
+         dmabuf: share the mapping with shared copies of the memory
+         https://bugzilla.gnome.org/show_bug.cgi?id=730441
+
+2014-07-11 08:51:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/vi.po:
+         po: Update translations
+
+2014-07-03 13:46:08 -0700  Evan Nemerson <evan@nemerson.com>
+
+       * gst-libs/gst/sdp/sdp.h:
+         sdp: add gstmikey.h to sdp.h
+         https://bugzilla.gnome.org/show_bug.cgi?id=732709
+
+2014-07-03 18:32:02 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst-libs/gst/riff/riff-read.c:
+         riff: Print invalid fourcc in error message in hex
+         Previously this was printed as characters which caused later processing
+         of the error message to sometimes warn about non-UTF-8 characters.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732697
+
+2014-06-20 18:02:31 +0200  Gwenole Beauchesne <gwenole.beauchesne@intel.com>
+
+       * gst-libs/gst/video/gstvideodecoder.c:
+         videodecoder: parse any source data that is still available.
+         Fix gst_video_decoder_parse_available() to really parse any pending
+         source data that is still available in the adapter. This is a memory
+         optimization to avoid expansion of video packed added to the adapter,
+         but also a fix to EOS condition when the subclass parse() function
+         ultimately only needed to call into gvd_have_frame() and no additional
+         source bytes were consumed, i.e. gvd_add_to_frame() is not called.
+         This situation can occur when decoding H.264 streams in byte-stream/nal
+         mode for instance. A decoder always requires the next NAL unit to be
+         parsed so that to determine picture boundaries. When a new picture is
+         found, no byte is consumed (i.e. gvd_add_to_frame() is not called)
+         but gvd_have_frame() is called (i.e. priv->current_frame is gone).
+         Also make sure to avoid infinite loops caused by incorrect subclass
+         parse() implementations. This can occur when no byte gets consumed
+         and no appropriate indication (GST_VIDEO_DECODER_FLOW_NEED_DATA) is
+         returned.
+         https://bugzilla.gnome.org/show_bug.cgi?id=731974
+         Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
+
+2014-07-02 15:50:23 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/examples/dynamic/codec-select.c:
+         tests: codec-select: fix compilation
+
+2014-07-02 15:49:38 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst-libs/gst/sdp/gstmikey.h:
+         mikey: add more Since markers for new methods
+
+2014-07-02 15:38:41 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst-libs/gst/sdp/gstmikey.c:
+       * gst-libs/gst/sdp/gstmikey.h:
+       * tests/check/libs/mikey.c:
+       * win32/common/libgstsdp.def:
+         mikey: make message and payload mini-objects
+         Make the MIKEY message and payload objects miniobjects so that they have
+         a GType and are refcounted.
+         We can reuse the dispose method to clear our payload objects.
+         Add some annotations.
+         Implement a copy function for the MIKEY message.
+         Fix the unit test.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732589
+
+2014-07-02 00:21:00 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * tests/examples/dynamic/codec-select.c:
+         tests: codec-select: Plug element name memory leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=732593
+
+2014-07-01 16:14:43 -0700  Evan Nemerson <evan@nemerson.com>
+
+       * gst-libs/gst/pbutils/gstdiscoverer-types.c:
+       * gst-libs/gst/rtsp/gstrtspconnection.c:
+       * gst-libs/gst/rtsp/gstrtsptransport.c:
+       * gst-libs/gst/sdp/gstmikey.c:
+       * gst-libs/gst/video/gstvideodecoder.c:
+       * gst-libs/gst/video/video-tile.c:
+         docs: Assorted documentation and introspection fixes for new 1.4 API
+         https://bugzilla.gnome.org/show_bug.cgi?id=732595
+
+2014-07-01 16:19:22 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst-libs/gst/rtsp/gstrtspconnection.c:
+       * tests/check/libs/rtspconnection.c:
+         rtspconnection: also allow POST before GET
+         Don't only allow GET and then POST request to setup tunneling over HTTP
+         but also allow POST and then GET.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732459
+
+2014-06-28 17:08:06 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/libvisual/gstaudiovisualizer.c:
+       * ext/libvisual/gstaudiovisualizer.h:
+         libvisual: Rename get_type() function to prevent conflicts with static linking
+         https://bugzilla.gnome.org/show_bug.cgi?id=728443
+
+=== release 1.3.90 ===
 
 2014-06-28 11:01:13 +0200  Sebastian Dröge <sebastian@centricular.com>
 
diff --git a/NEWS b/NEWS
index d53b9d037089a4fd7c3b0e2d70bdbaf5020c8dd8..4ed85f7deeb5dd8ad379c1219b1e0b3c436f36d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-This is GStreamer Base Plugins 1.3.90
+This is GStreamer Base Plugins 1.3.91
 
 Changes since 1.2:
 
diff --git a/RELEASE b/RELEASE
index ca29b99b14c305c084bb76175f103c7a6ac5d566..58759abb000fbd43bb07b5625c97ab709ad4808e 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,8 +1,8 @@
 
-Release notes for GStreamer Base Plugins 1.3.90
+Release notes for GStreamer Base Plugins 1.3.91
 
 
-The GStreamer team is pleased to announce the first release candidate of
+The GStreamer team is pleased to announce the second release candidate of
 the stable 1.4 release series. The 1.4 release series is adding new features
 on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x
 release series of the GStreamer multimedia framework.
@@ -71,8 +71,16 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
 
 Bugs fixed in this release
      
-      * 684030 : typefinding: mp4 with video and dts ES detected as DTS audio
-      * 732269 : pbutils: handle more H.264 profiles/levels
+      * 730441 : dmabuf: shared the mapping with shared copies of the memory
+      * 731974 : videodecoder: parse source data until a frame is obtained
+      * 732459 : rtspconnection: tunneled connections do not work if POST channel is established first
+      * 732589 : gst_mikey_* not introspection-friendly
+      * 732593 : tests: codec-select: Plug element name memory leak
+      * 732595 : Introspection and documentation issues for new 1.4 symbols
+      * 732697 : riff: Hexprint invalid fourcc in error message
+      * 732709 : sdp: gstmikey.h not included by single include header (sdp.h)
+      * 732945 : giosink: Won't work with mp4mux
+      * 733046 : visual: Remove support for < 0.4
 
 ==== Download ====
 
@@ -109,9 +117,11 @@ subscribe to the gstreamer-devel list.
         
 Contributors to this release
     
+      * Edward Hervey
+      * Evan Nemerson
       * Gwenole Beauchesne
-      * Jan Schmidt
+      * Nicolas Dufresne
       * Sebastian Dröge
-      * Thiago Santos
-      * Tim-Philipp Müller
+      * Sebastian Rasmussen
+      * Wim Taymans
  
\ No newline at end of file
index 6f9daca23d5a4fcd7991bdcb08b58eca566ad549..1ce8b8dd138f14555c389d19479a0c195a342544 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.3.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
+AC_INIT([GStreamer Base Plug-ins],[1.3.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, 390, 0, 390)
+AS_LIBTOOL(GST, 391, 0, 391)
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.3.90
+GST_REQ=1.3.91
 
 dnl *** autotools stuff ****
 
index be7a0be331ec7515d6ec1b9573d98379987976d8..7e5c0cd19851e7b4003c433d47557ab60e85aa42 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adds multiple streams</description>
   <filename>../../gst/adder/.libs/libgstadder.so</filename>
   <basename>libgstadder.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index d872b223a17f4ed6169f0eb36e0afd90720ae95f..f51ea0d865196ae341d026f4adef0c58e25a2274 100644 (file)
@@ -3,7 +3,7 @@
   <description>ALSA plugin library</description>
   <filename>../../ext/alsa/.libs/libgstalsa.so</filename>
   <basename>libgstalsa.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 05ace3c250fb307665c3654de1c1935cdc41d993..d31b48563872ff2e66cc1f14a22f3ea96f3c075c 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 2edd90fc652a12cf22b25b710e5d4f242c337d14..5d1bef6aed5820c08fdeb95a7c46ac19be10efc1 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 032bf0db6401a418ee5e07050828817476c1e139..2a91bb70248c3886af5ca49b6372954390de3f83 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adjusts audio frames</description>
   <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
   <basename>libgstaudiorate.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 42ce9f4b402c150c8c1fb48fe4087e5321ca4491..e486b282f1291c1e062856aac5432c2f866b1ec2 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resamples audio</description>
   <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
   <basename>libgstaudioresample.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 82510c45404e1480482edaca760d2275f1063ad1..a5e6874484822c8e58ddffc6bdb3c196869b8878 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b3f5629878ffd572437f389f709c243516dd3473..6585a5b800a07ce2316b05eae59dfa96a3966618 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 6cacdb893181e8f635d1c298180295f7e83e5478..142211eea93348f42db0bb375377bf1d23778db6 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 6b1557bf2eb74e417fc6bc3206846d9c8e7f18a5..06235a0ca2c736baa7b2b734a0fc3cd7963ddd5a 100644 (file)
@@ -3,7 +3,7 @@
   <description>GIO elements</description>
   <filename>../../gst/gio/.libs/libgstgio.so</filename>
   <basename>libgstgio.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b8fd73ec9f93d62b13f704c92d05a7579b31819a..353c4e47f4875ca5ca4fe1b98b5a889191b64a94 100644 (file)
@@ -3,7 +3,7 @@
   <description>Vorbis Tremor decoder</description>
   <filename>../../ext/vorbis/.libs/libgstivorbisdec.so</filename>
   <basename>libgstivorbisdec.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b0bbebac98c1f9f621830d250e67e848b72c0473..290a8e04fe9f2f281c3785cdeaa0081f6450a2ee 100644 (file)
@@ -3,7 +3,7 @@
   <description>libvisual visualization plugins</description>
   <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
   <basename>libgstlibvisual.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index ee873001477608c8392260399afc02892e1d074b..a1c8a0990b957ab3038e2f615009344aeff2217a 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index c9ed8a942c2ba03d7c049d9cc79088ce345fccab..61ed190864e42ca89a3319320d424462d6e52b7f 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index cb8b777e18b52ab5ec8559f4cf6b70b8a7afe47f..f472541ff57250f21a9c1b1e3e95b51631fb68bf 100644 (file)
@@ -3,7 +3,7 @@
   <description>various playback elements</description>
   <filename>../../gst/playback/.libs/libgstplayback.so</filename>
   <basename>libgstplayback.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 74e741d412e42ab2f0d104c7474d6f8b5dbc13ef..6da29f4270df540874d3748bd2e4160a4139dc50 100644 (file)
@@ -3,7 +3,7 @@
   <description>Subtitle parsing</description>
   <filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
   <basename>libgstsubparse.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 6f74c6290e9c74c6e10359a1da3f236306ef4b6d..ceb608f4ca2024522491c0f41ba89b6eb7db9880 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 31afe5427de0d72aea604bbaa1efd2fa595123ad..c133c81288ce07965897d9f2324977b2bdd62a35 100644 (file)
@@ -3,7 +3,7 @@
   <description>Theora plugin library</description>
   <filename>../../ext/theora/.libs/libgsttheora.so</filename>
   <basename>libgsttheora.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 68ec450abae8eab3f5ccb23246b5a7c92946eff7..7f08bd624fb5d0e339053523b746159a2998fe48 100644 (file)
@@ -3,7 +3,7 @@
   <description>default typefind functions</description>
   <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
   <basename>libgsttypefindfunctions.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index be64e7eb325f80beb65805b04ffd1f603f5c8348..515792db9dd334c02ae6e80610383ec2f07b4e56 100644 (file)
@@ -3,7 +3,7 @@
   <description>Colorspace conversion</description>
   <filename>../../gst/videoconvert/.libs/libgstvideoconvert.so</filename>
   <basename>libgstvideoconvert.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 9c4213ceafaae94f53487b47323a169488f91853..feb44233bb8c2bed5183e6c9d5185c757108d089 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adjusts video frames</description>
   <filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
   <basename>libgstvideorate.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index b8f7b565bab41108a8c659ec7b56c5a6fbd70cee..c4eddba224c26c76fe606e38e0289f687af7a3a0 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resizes video</description>
   <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
   <basename>libgstvideoscale.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 30a462abe0bcb88b2cd5fe355aa841e040e8f598..fc6d7f02f9d3d215294f5d8e518740ba02ca5b7c 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 94896e4909b46767fa83d41ff1ff4d6fb64f7bb2..12a3e211421d8a96b8bfe4e0cca811e7167ed232 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 82ace9f084d0adef044f1624bea4670a1eb949b6..d4192cb351d6204ccf79218144da462205c4d2d7 100644 (file)
@@ -3,7 +3,7 @@
   <description>Vorbis plugin library</description>
   <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
   <basename>libgstvorbis.so</basename>
-  <version>1.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 583fc79cd90f244b46382375edf0b378a0b5e274..203168f8e1ba094ad66eddf71720295aadaa252d 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index f59f08fbeb56b8b39d1883b6dc4bbd1df4a19a67..69d76ef7c3f4fc9e25fba3caa943907c149c9949 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.3.90</version>
+  <version>1.3.91</version>
   <license>LGPL</license>
   <source>gst-plugins-base</source>
   <package>GStreamer Base Plug-ins source release</package>
index 58e2314475bd299c45a5192d371a9aad043dd837..fe6218987f5621870141a7e2fc67454fc20412c3 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.3.91</revision>
+   <branch>1.3</branch>
+   <name></name>
+   <created>2014-07-11</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.3.91.tar.xz" />
+  </Version>
+ </release>
+
  <release>
   <Version>
    <revision>1.3.90</revision>
index 67f0b5b713ca1bee082949b83d4fc6d6558e5f2a..2bce79175e5b4bfa50028df60b4659689287af75 100644 (file)
@@ -1,7 +1,7 @@
 #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.3.90"
+#define _GENERATED_STDINT_H "gst-plugins-base 1.3.91"
 /* generated using gnu compiler Debian clang version 3.5.0-1 (trunk) (based on LLVM 3.5.0) */
 #define _STDINT_HAVE_STDINT_H 1
 #include <stdint.h>
index 01c897e04b921071b3dc7f093c42fa63f19ace8d..fcf93376bc24404949397ab17682bbd840d3ace0 100644 (file)
@@ -84,7 +84,7 @@
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2014-06-28"
+#define GST_PACKAGE_RELEASE_DATETIME "2014-07-11"
 
 /* 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.3.90"
+#define PACKAGE_STRING "GStreamer Base Plug-ins 1.3.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.3.90"
+#define PACKAGE_VERSION "1.3.91"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef USE_TREMOLO
 
 /* Version number of package */
-#define VERSION "1.3.90"
+#define VERSION "1.3.91"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */