Release 1.6.0
authorSebastian Dröge <sebastian@centricular.com>
Fri, 25 Sep 2015 21:33:37 +0000 (23:33 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 25 Sep 2015 21:33:37 +0000 (23:33 +0200)
80 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/gst-plugins-bad-plugins.hierarchy
docs/plugins/inspect/plugin-accurip.xml
docs/plugins/inspect/plugin-adpcmdec.xml
docs/plugins/inspect/plugin-adpcmenc.xml
docs/plugins/inspect/plugin-aiff.xml
docs/plugins/inspect/plugin-asfmux.xml
docs/plugins/inspect/plugin-assrender.xml
docs/plugins/inspect/plugin-audiomixer.xml
docs/plugins/inspect/plugin-audiovisualizers.xml
docs/plugins/inspect/plugin-autoconvert.xml
docs/plugins/inspect/plugin-bayer.xml
docs/plugins/inspect/plugin-bz2.xml
docs/plugins/inspect/plugin-camerabin.xml
docs/plugins/inspect/plugin-chromaprint.xml
docs/plugins/inspect/plugin-coloreffects.xml
docs/plugins/inspect/plugin-curl.xml
docs/plugins/inspect/plugin-dataurisrc.xml
docs/plugins/inspect/plugin-debugutilsbad.xml
docs/plugins/inspect/plugin-dtsdec.xml
docs/plugins/inspect/plugin-dvb.xml
docs/plugins/inspect/plugin-dvbsuboverlay.xml
docs/plugins/inspect/plugin-dvdspu.xml
docs/plugins/inspect/plugin-faad.xml
docs/plugins/inspect/plugin-festival.xml
docs/plugins/inspect/plugin-fieldanalysis.xml
docs/plugins/inspect/plugin-flite.xml
docs/plugins/inspect/plugin-fragmented.xml
docs/plugins/inspect/plugin-frei0r.xml
docs/plugins/inspect/plugin-gaudieffects.xml
docs/plugins/inspect/plugin-gdp.xml
docs/plugins/inspect/plugin-geometrictransform.xml
docs/plugins/inspect/plugin-gsm.xml
docs/plugins/inspect/plugin-gstsiren.xml
docs/plugins/inspect/plugin-id3tag.xml
docs/plugins/inspect/plugin-inter.xml
docs/plugins/inspect/plugin-interlace.xml
docs/plugins/inspect/plugin-jpegformat.xml
docs/plugins/inspect/plugin-liveadder.xml
docs/plugins/inspect/plugin-mimic.xml
docs/plugins/inspect/plugin-mms.xml
docs/plugins/inspect/plugin-modplug.xml
docs/plugins/inspect/plugin-mpeg2enc.xml
docs/plugins/inspect/plugin-mpegpsdemux.xml
docs/plugins/inspect/plugin-mpegpsmux.xml
docs/plugins/inspect/plugin-mpegtsdemux.xml
docs/plugins/inspect/plugin-mpegtsmux.xml
docs/plugins/inspect/plugin-mpg123.xml
docs/plugins/inspect/plugin-mplex.xml
docs/plugins/inspect/plugin-ofa.xml
docs/plugins/inspect/plugin-openal.xml
docs/plugins/inspect/plugin-opencv.xml
docs/plugins/inspect/plugin-opus.xml
docs/plugins/inspect/plugin-pcapparse.xml
docs/plugins/inspect/plugin-pnm.xml
docs/plugins/inspect/plugin-rawparse.xml
docs/plugins/inspect/plugin-removesilence.xml
docs/plugins/inspect/plugin-resindvd.xml
docs/plugins/inspect/plugin-rfbsrc.xml
docs/plugins/inspect/plugin-rtmp.xml
docs/plugins/inspect/plugin-schro.xml
docs/plugins/inspect/plugin-sdp.xml
docs/plugins/inspect/plugin-segmentclip.xml
docs/plugins/inspect/plugin-shm.xml
docs/plugins/inspect/plugin-smooth.xml
docs/plugins/inspect/plugin-soundtouch.xml
docs/plugins/inspect/plugin-spandsp.xml
docs/plugins/inspect/plugin-speed.xml
docs/plugins/inspect/plugin-subenc.xml
docs/plugins/inspect/plugin-videoparsersbad.xml
docs/plugins/inspect/plugin-voaacenc.xml
docs/plugins/inspect/plugin-voamrwbenc.xml
docs/plugins/inspect/plugin-waylandsink.xml
docs/plugins/inspect/plugin-y4mdec.xml
docs/plugins/inspect/plugin-zbar.xml
gst-plugins-bad.doap
win32/common/config.h

index 75da6ae38c55bb223a50effe49e735e2a7960bff..c513f5d7b39253829c7eadb2794c29e7d0540cf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,257 @@
+=== release 1.6.0 ===
+
+2015-09-25  Sebastian Dröge <slomo@coaxion.net>
+
+       * configure.ac:
+         releasing 1.6.0
+
+2015-09-25 10:32:00 +0100  Julien Isorce <j.isorce@samsung.com>
+
+       * gst-libs/gst/gl/gstglfilter.c:
+         glfilter: use GL_ELEMENT_ARRAY_BUFFER for vbo indices
+         Fixes this error with chromium gpu process:
+         GL_INVALID_OPERATION, glBindBuffer: buffer bound to more than 1 target
+         https://bugzilla.gnome.org/show_bug.cgi?id=755618
+
+2015-09-17 14:17:09 +0100  Julien Isorce <j.isorce@samsung.com>
+
+       * gst-libs/gst/gl/gstglmemory.c:
+         glmemory: fix texture leak in _gl_mem_copy
+         https://bugzilla.gnome.org/show_bug.cgi?id=755456
+
+2015-09-24 18:51:39 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtk: Only run from the main thread in stop() if we created the window
+         We're not doing anything at all from the main thread in other cases.
+
+2015-09-24 15:52:40 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gtkgstbasewidget.c:
+         gtk: When setting format check if pending format changed
+         In case the format changed fast and the pending format is different
+         than the currently set but the currently set is equal to the pending
+         one we could end up having mismatch between the finally set format
+         and the data stream format.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755542
+
+2015-09-24 15:51:28 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtk: Do not forget to release OBJECT_LOCK on error path
+         https://bugzilla.gnome.org/show_bug.cgi?id=755542
+
+2015-09-24 11:37:04 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/Makefile.am:
+       * ext/gtk/gstgtkbasesink.c:
+       * ext/gtk/gstgtkutils.c:
+       * ext/gtk/gstgtkutils.h:
+       * ext/gtk/gtkgstglwidget.c:
+         gtk: Factor out a function to run a function on main thread
+         https://bugzilla.gnome.org/show_bug.cgi?id=755251
+
+2015-09-24 10:51:31 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtk: Marshall state changes in the main thread
+         Gtk is not MT safe thus we need to make sure that everything is done
+         in the main thread when working with it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755251
+
+2015-09-23 15:56:26 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/decklink/gstdecklink.cpp:
+       * sys/decklink/gstdecklink.h:
+       * sys/decklink/gstdecklinkvideosink.cpp:
+       * sys/decklink/gstdecklinkvideosrc.cpp:
+         decklink: Add a clock epoch that is used as offset whenever restarting the clock
+         Otherwise we're going to return times starting at 0 again after shutting down
+         an element for a specific input/output and then using it again later.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755426
+
+2015-09-22 19:35:00 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/decklink/gstdecklinkaudiosrc.cpp:
+       * sys/decklink/gstdecklinkvideosink.cpp:
+       * sys/decklink/gstdecklinkvideosrc.cpp:
+         decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED again from there
+         https://bugzilla.gnome.org/show_bug.cgi?id=755426
+
+2015-09-23 11:42:51 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtksink: Do not show window until we reach the PAUSED state
+         https://bugzilla.gnome.org/show_bug.cgi?id=755459
+
+2015-09-22 14:43:44 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dash/gstmpdparser.c:
+         mpdparser: Only check stream->segments for a repeated last segment if we have a static list of segments
+         Otherwise we'll crash, trying to derefence NULL. And if we have no static list
+         of segments, we can't have repeated segments anyway.
+         Regression introduced by cfe2871a5e3c5b1db20470927642b776e055a87a
+         https://bugzilla.gnome.org/show_bug.cgi?id=755411
+
+2015-09-21 19:02:08 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * ext/x265/gstx265enc.c:
+         x265enc: Drop incorrect stream-format="avc" in template caps
+
+2015-09-21 10:47:15 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtksink: Do not re destroy the GtkWindow if destroyed by the user
+         Otherwise we will get an ASSERT.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755249
+
+2015-09-21 08:04:40 +0000  Matthew Waters <matthew@centricular.com>
+
+       * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c:
+         gl/dispmanx: fix rendering with recent resize state tracking
+         557ca6fda5f831be4aba5819bf7b30b296e575cd didn't change to the
+         necessary gst_gl_window_resize() call for the dispmanx backend.
+
+2015-09-19 11:46:37 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gstgtkbasesink.c:
+       * ext/gtk/gstgtkbasesink.h:
+       * ext/gtk/gstgtkglsink.c:
+         gtkglsink: Hide and clean the GtkWindow we might create
+         When stopping the sink we should always hide the window.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755249
+
 === release 1.5.91 ===
 
-2015-09-18  Sebastian Dröge <slomo@coaxion.net>
+2015-09-18 19:51:49 +0200  Sebastian Dröge <sebastian@centricular.com>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.5.91
+       * docs/plugins/gst-plugins-bad-plugins.args:
+       * docs/plugins/gst-plugins-bad-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-accurip.xml:
+       * docs/plugins/inspect/plugin-adpcmdec.xml:
+       * docs/plugins/inspect/plugin-adpcmenc.xml:
+       * docs/plugins/inspect/plugin-aiff.xml:
+       * docs/plugins/inspect/plugin-asfmux.xml:
+       * docs/plugins/inspect/plugin-assrender.xml:
+       * docs/plugins/inspect/plugin-audiomixer.xml:
+       * docs/plugins/inspect/plugin-audiovisualizers.xml:
+       * docs/plugins/inspect/plugin-autoconvert.xml:
+       * docs/plugins/inspect/plugin-bayer.xml:
+       * docs/plugins/inspect/plugin-bz2.xml:
+       * docs/plugins/inspect/plugin-camerabin.xml:
+       * docs/plugins/inspect/plugin-chromaprint.xml:
+       * docs/plugins/inspect/plugin-coloreffects.xml:
+       * docs/plugins/inspect/plugin-curl.xml:
+       * docs/plugins/inspect/plugin-dataurisrc.xml:
+       * docs/plugins/inspect/plugin-debugutilsbad.xml:
+       * docs/plugins/inspect/plugin-dtsdec.xml:
+       * docs/plugins/inspect/plugin-dvb.xml:
+       * docs/plugins/inspect/plugin-dvbsuboverlay.xml:
+       * docs/plugins/inspect/plugin-dvdspu.xml:
+       * docs/plugins/inspect/plugin-faad.xml:
+       * docs/plugins/inspect/plugin-festival.xml:
+       * docs/plugins/inspect/plugin-fieldanalysis.xml:
+       * docs/plugins/inspect/plugin-flite.xml:
+       * docs/plugins/inspect/plugin-fragmented.xml:
+       * docs/plugins/inspect/plugin-frei0r.xml:
+       * docs/plugins/inspect/plugin-gaudieffects.xml:
+       * docs/plugins/inspect/plugin-gdp.xml:
+       * docs/plugins/inspect/plugin-geometrictransform.xml:
+       * docs/plugins/inspect/plugin-gmedec.xml:
+       * docs/plugins/inspect/plugin-gsm.xml:
+       * docs/plugins/inspect/plugin-gstsiren.xml:
+       * docs/plugins/inspect/plugin-id3tag.xml:
+       * docs/plugins/inspect/plugin-inter.xml:
+       * docs/plugins/inspect/plugin-interlace.xml:
+       * docs/plugins/inspect/plugin-jpegformat.xml:
+       * docs/plugins/inspect/plugin-liveadder.xml:
+       * docs/plugins/inspect/plugin-mimic.xml:
+       * docs/plugins/inspect/plugin-mms.xml:
+       * docs/plugins/inspect/plugin-modplug.xml:
+       * docs/plugins/inspect/plugin-mpeg2enc.xml:
+       * docs/plugins/inspect/plugin-mpegpsdemux.xml:
+       * docs/plugins/inspect/plugin-mpegpsmux.xml:
+       * docs/plugins/inspect/plugin-mpegtsdemux.xml:
+       * docs/plugins/inspect/plugin-mpegtsmux.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mplex.xml:
+       * docs/plugins/inspect/plugin-ofa.xml:
+       * docs/plugins/inspect/plugin-openal.xml:
+       * docs/plugins/inspect/plugin-opencv.xml:
+       * docs/plugins/inspect/plugin-opus.xml:
+       * docs/plugins/inspect/plugin-pcapparse.xml:
+       * docs/plugins/inspect/plugin-pnm.xml:
+       * docs/plugins/inspect/plugin-rawparse.xml:
+       * docs/plugins/inspect/plugin-removesilence.xml:
+       * docs/plugins/inspect/plugin-resindvd.xml:
+       * docs/plugins/inspect/plugin-rfbsrc.xml:
+       * docs/plugins/inspect/plugin-rtmp.xml:
+       * docs/plugins/inspect/plugin-schro.xml:
+       * docs/plugins/inspect/plugin-sdp.xml:
+       * docs/plugins/inspect/plugin-segmentclip.xml:
+       * docs/plugins/inspect/plugin-shm.xml:
+       * docs/plugins/inspect/plugin-smooth.xml:
+       * docs/plugins/inspect/plugin-soundtouch.xml:
+       * docs/plugins/inspect/plugin-spandsp.xml:
+       * docs/plugins/inspect/plugin-speed.xml:
+       * docs/plugins/inspect/plugin-subenc.xml:
+       * docs/plugins/inspect/plugin-videoparsersbad.xml:
+       * docs/plugins/inspect/plugin-voaacenc.xml:
+       * docs/plugins/inspect/plugin-voamrwbenc.xml:
+       * docs/plugins/inspect/plugin-waylandsink.xml:
+       * docs/plugins/inspect/plugin-y4mdec.xml:
+       * docs/plugins/inspect/plugin-zbar.xml:
+       * gst-plugins-bad.doap:
+       * win32/common/config.h:
+         Release 1.5.91
+
+2015-09-18 19:31:06 +0200  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/ky.po:
+       * po/lt.po:
+       * po/lv.po:
+       * po/mt.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
 
 2015-09-18 18:00:05 +0200  Sebastian Dröge <sebastian@centricular.com>
 
diff --git a/NEWS b/NEWS
index 3a1cf0b769d00e12b117f5e49b9f133f8c076e99..e04f318449156650146e9b87845e0cc39713a614 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,64 @@
-This is GStreamer Bad Plugins 1.5.91
+This is GStreamer 1.6.0
+
+The GStreamer team is proud to announce a new major feature release in the
+stable 1.x API series of your favourite cross-platform multimedia framework!
+
+This release has been in the works for more than a year and is packed with new
+features, bug fixes and other improvements.
+
+See http://gstreamer.freedesktop.org/releases/1.6/ for the full list of
+changes.
+
+Highlights
+
+- Stereoscopic 3D and multiview video support
+- Trick mode API for key-frame only fast-forward/fast-reverse playback etc.
+- Improved DTS (decoding timestamp) vs. PTS (presentation timestamp) handling
+  to account for negative DTS
+- New GstVideoConverter API for more optimised and more correct conversion of
+  raw video frames between all supported formats, with rescaling
+- v4l2src now supports renegotiation
+- v4l2transform can now do scaling
+- V4L2 Element now report Colorimetry properly
+- Easier chunked recording of MP4, Matroska, Ogg, MPEG-TS: new splitmuxsink
+  and multifilesink improvements
+- Content Protection signalling API and Common Encryption (CENC) support for
+  DASH/MP4
+- Many adaptive streaming (DASH, HLS and MSS) improvements
+- New PTP and NTP network client clocks and better remote clock tracking
+  stability
+- High-quality text subtitle overlay at display resolutions with glimagesink
+  or gtkglsink
+- RECORD support for the GStreamer RTSP Server
+- Retransmissions (RTX) support in RTSP server and client
+- RTSP seeking support in client and server has been fixed
+- RTCP scheduling improvements and reduced size RTCP support
+- MP4/MOV muxer acquired a new "robust" mode of operation which attempts to
+  keep the output file in a valid state at all times
+- Live mixing support in aggregator, audiomixer and compositor was improved a
+  lot
+- compositor now supports rescaling and converting inputs streams on the fly
+- New audiointerleave element with proper input synchronisation and live input
+  support
+- Blackmagic Design DeckLink capture and playback card support was rewritten
+  from scratch; 2k/4k support; mode sensing
+- KLV metadata support in RTP and MPEG-TS
+- H.265 video encoder (x265), decoders (libav, libde265) and RTP payloader and
+  depayloaders
+- New DTLS plugin and SRTP/DTLS support
+- OpenGL3 support, multiple contexts and context propagation, 3D video,
+  transfer/conversion separation, subtitle blending
+- New OpenGL-based QML video sink, Gtk GL video sink, CoreAnimation
+  CAOpenGLLayerSink video sink
+- gst-libav switched to ffmpeg as libav-provider, gains support for
+  3D/multiview video, trick modes, and the CAVS codec
+- GstHarness API for unit tests
+- gst-editing-services got a completely new ges-launch-1.0 interface, improved
+  mixing support and integration into gst-validate
+- gnonlin has been deprecated in favor of nle (Non Linear Engine) in
+  gst-editing-services
+- gst-validate has a new plugin system, an extensive default testsuite,
+  support for concurrent test runs and valgrind support
+- cerbero build tool for SDK binary packages gains new 'bundle-source' command
+- Various improvements to the Android, iOS, OS X and Windows platform support
 
diff --git a/RELEASE b/RELEASE
index a2a46c6b89816dcf078ccecc2dfb74d73f441ef1..b140e442b0e6eb7d984e7868c0ebde1c3d31e7be 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,16 +1,18 @@
 
-Release notes for GStreamer Bad Plugins 1.5.91
+Release notes for GStreamer Bad Plugins 1.6.0
 
 
-The GStreamer team is pleased to announce the second release candidate for the
-stable 1.6 release series. The 1.6 release series is adding new features on top of
-the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
-series of the GStreamer multimedia framework. The final 1.6.0 release is planned
-in the next few days unless any major bugs are found.
+The GStreamer team is proud to announce a new major feature release in the
+stable 1.x API series of your favourite cross-platform multimedia framework!
 
 
-Binaries for Android, iOS, Mac OS X and Windows will be provided separately by
-the GStreamer project.
+This release has been in the works for more than a year and is packed with new
+features, bug fixes and other improvements.
+
+
+See
+http://gstreamer.freedesktop.org/releases/1.6/
+for the full list of changes.
 
 
 
@@ -62,54 +64,15 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
 
 Bugs fixed in this release
      
-      * 751508 : tsdemux: jerky sound on some multicast streams (regression)
-      * 752480 : dashdemux: negative values for r attribute in S node are not supported
-      * 753152 : pcapparse wrong magic when used with identity sync=1
-      * 753196 : audio/videoaggregator:  Assumes that running time starts at seeking position after a seek (but it starts at 0 for flushing seeks)
-      * 753344 : hlsdemux: Fix playback of live streams
-      * 753758 : ios: Does not shut down context and navigation GMainLoop
-      * 753805 : compositor/videoaggregator: Crashes because of invalid video info
-      * 753812 : qt: Checks for Qt5 don't require new enough version.
-      * 753813 : dashdemux: replace use of xmlNodeDump as it is described as a deprecated function
-      * 753818 : hlsdemux: deadlock on stop
-      * 753820 : video-bad: fix build failure
-      * 753822 : assrender: do not crash when video frame mapping fails
-      * 753837 : dtsdec: overwritten init value
-      * 753881 : hls/m3u8: make check fails for hlsdemux_m3u8 due to floating point rounding error
-      * 753905 : android emulator returns NULL for GL_SHADING_LANGUAGE_VERSION
-      * 753913 : caopengllayersink: Don't chain up to parent's query handling twice for DRAIN query
-      * 753915 : audiomixer: Remove duplicated word in comment
-      * 753937 : dashdemux: don't meddle with the class struct from an instance
-      * 753944 : curl: configure check for netinet/ip.h doesn't work on FreeBSD
-      * 754024 : codecparsers: Various HEVC codecparser fixes
-      * 754047 : glupload: Loses overlay meta when using raw uploader
-      * 754107 : compositor: Inputs are " obscured " when they aren't
-      * 754108 : qmlsink: Ensure that at least one windowing system is available
-      * 754122 : h265parse/h264parse: Crashes instead of returning not-negotiated
-      * 754222 : adaptivedemux: Timestamping of multi-period streams is not correct
-      * 754291 : videoaggregator: Compositor fails with " reason not-negotiated " when changing the pixel-aspect-ratio during runtime
-      * 754465 : compositor: Negotiation failure with ARGB64
-      * 754504 : vtdec: invalid colorimetry and generating greenish output
-      * 754528 : decklinkvideosink: Properly handle pipelines where the running time does not start around 0
-      * 754576 : compositor: input stream is wrongly considered obscured in some cases (regression)
-      * 754666 : decklinkvideosink: Consider pipeline latency when scheduling frames
-      * 754668 : mpdparser: fix incorrect start value scaling
-      * 754686 : adaptivedemux: statistics message name macro is unprefixed
-      * 754732 : gl: (ubuntu) error: conflicting types for 'GLsizeiptr' ( & more)
-      * 754756 : directsoundsrc: Compiler warning with 64bit Windows MinGW, cast from pointer to integer of different size
-      * 754757 : gl/eagl: Don't make context uncurrent just to make it current again in the next line
-      * 754819 : opusenc: critical/warning when dumping dots
-      * 754834 : codecparsers: hevc:  Fixes in scaling list value and NumPocTocalCurr value calculation
-      * 754851 : aggregator: Use the whole aggregator latency for the queue size, not just the latency property
-      * 755042 : dashdemux: sidx parsing crashes at end of stream
-      * 755047 : mssdemux/dashdemux: live playback regression
-      * 755049 : intervideosrc doesn't render the preroll frame (in paused state)
-      * 755059 : opusdec: negotiation regression
-      * 755111 : Regression: glimagesink 3D video handling
-      * 755113 : Regression: dvbsuboverlay negotiates invalid caps
-      * 755140 : gstgl: Fix GError leaks during failures
-      * 755142 : avdtputil: fix GError memory leak during failures
-      * 755156 : vtdec: resizing glimagesink results in a not-negotiated error
+      * 754903 : eagl: crashes or no video display on reuse
+      * 755249 : gtkglsink: Hide and cleaned the GtkWindow we might create
+      * 755251 : gtksink: Rework threading around GtkWindow creation
+      * 755411 : mpdparser: Only check stream- > segments for a repeated last segment if we have a static list of segments
+      * 755426 : decklinkvideosrc: Can't go to PAUSED again from READY
+      * 755456 : glmemory: fix texture leak in _gl_mem_copy
+      * 755459 : gtksink: Do not show window until we reach the PAUSED state
+      * 755542 : gtk: Fix a race where we end up setting wrong VideoInfo
+      * 755618 : gstglfilter: fix error GL_INVALID_OPERATION " glBindBuffer: buffer bound to more than 1 " 
 
 ==== Download ====
 
@@ -146,31 +109,9 @@ subscribe to the gstreamer-devel list.
         
 Contributors to this release
     
-      * Alex Ashley
-      * Arnaud Vrac
-      * Athanasios Oikonomou
-      * Ben Browitt
-      * Carlos Rafael Giani
-      * Jan Schmidt
-      * Justin Kim
-      * Koop Mast
-      * Kouhei Sutou
-      * Luis de Bethencourt
+      * Arun Raghavan
+      * Julien Isorce
       * Matthew Waters
-      * Miguel París Díaz
-      * Nicolas Dufresne
-      * Nirbheek Chauhan
-      * Olivier Crête
-      * Philippe Normand
       * Sebastian Dröge
-      * Sreerenj Balachandran
-      * Thiago Santos
       * Thibault Saunier
-      * Tim-Philipp Müller
-      * Vanessa Chipirrás Navalón
-      * Vincent Penquerc'h
-      * Vineeth T M
-      * XuGuangxin
-      * hoonhee.lee
-      * lyb
  
\ No newline at end of file
index 1c06bed1aa8aac464747b48c40199a36f3889e6d..aba2ec0314e587602556500c391f08e45f751a03 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.69])
 dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, git and prerelease does Werror too
-AC_INIT([GStreamer Bad Plug-ins],[1.5.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
+AC_INIT([GStreamer Bad Plug-ins],[1.6.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
 
 AG_GST_INIT
 
@@ -51,11 +51,11 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
 dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 591, 0, 591)
+AS_LIBTOOL(GST, 600, 0, 600)
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.5.91
-GSTPB_REQ=1.5.91
+GST_REQ=1.6.0
+GSTPB_REQ=1.6.0
 
 dnl *** autotools stuff ****
 
index 8afc2eb1b55bb72fda739ae6b7b220b06e8fa705..36ea8b09360ce3fa768356fbefa499a46abdb9b8 100644 (file)
@@ -275,7 +275,6 @@ GObject
         GstGDPDepay
         GstGDPPay
         GstGLStereoSplit
-        GstGmeDec
         GstInterlace
         GstJP2kDecimator
         GstJifMux
index b33bcc69e287a2f2bfe2665ce1b3affdee997e96..280432646145dc3ffa4cb95a879710f08629b571 100644 (file)
@@ -3,7 +3,7 @@
   <description>Computes an AccurateRip CRC</description>
   <filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
   <basename>libgstaccurip.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 15444623fe77a43b3068379017dbed0a4e187e9a..7e07d3a0bd1dd4676e21a90d96c4828eb17c03b0 100644 (file)
@@ -3,7 +3,7 @@
   <description>ADPCM decoder</description>
   <filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
   <basename>libgstadpcmdec.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index c3c1f74142ce9bf1a8f5d79480dd94e1b243fa90..93e9a675c292e52eb9da9ecc53b314eb98a483dc 100644 (file)
@@ -3,7 +3,7 @@
   <description>ADPCM encoder</description>
   <filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
   <basename>libgstadpcmenc.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 83e8f3848ec78a18d42e5c967e5ff8bb711d9ef2..58581a4b250e3e82dc1c7d6a907ae66a5f84a3cb 100644 (file)
@@ -3,7 +3,7 @@
   <description>Create and parse Audio Interchange File Format (AIFF) files</description>
   <filename>../../gst/aiff/.libs/libgstaiff.so</filename>
   <basename>libgstaiff.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 7a427738ca505207225c5e1710bd4d2ccf98a02a..80b3f06858fb0ddc400ba0e24d91f476a7c7f5ac 100644 (file)
@@ -3,7 +3,7 @@
   <description>ASF Muxer Plugin</description>
   <filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
   <basename>libgstasfmux.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index af6ca683e8e6462e36678a7ebc105c51e230e01a..044164611b735b96ab4a731bad14393c662eb47b 100644 (file)
@@ -3,7 +3,7 @@
   <description>ASS/SSA subtitle renderer</description>
   <filename>../../ext/assrender/.libs/libgstassrender.so</filename>
   <basename>libgstassrender.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 130206e489205d86afed2eb7340ae33a802b7748..558dd59d0250bdcf3cc4b9208a7b6220b39e60e2 100644 (file)
@@ -3,7 +3,7 @@
   <description>Mixes multiple audio streams</description>
   <filename>../../gst/audiomixer/.libs/libgstaudiomixer.so</filename>
   <basename>libgstaudiomixer.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index d9102618c2a3c52a5891ecd02d8b8d5c68303a43..22f481ffadf60bba360d8fda624a5cff27f76d8a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Creates video visualizations of audio input</description>
   <filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
   <basename>libgstaudiovisualizers.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 5a0b1f4797140e57047937acac4add437d0319c5..4f8dcf2a00050dc6933b82806692d1575e9dd70e 100644 (file)
@@ -3,7 +3,7 @@
   <description>Selects convertor element based on caps</description>
   <filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
   <basename>libgstautoconvert.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index b4c213ef2af2247558e715aaeac31429622093db..0f181f3e287564730a659abf1b91d8f278518f25 100644 (file)
@@ -3,7 +3,7 @@
   <description>Elements to convert Bayer images</description>
   <filename>../../gst/bayer/.libs/libgstbayer.so</filename>
   <basename>libgstbayer.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 12567303c590682fb54b9b8540539c76a6a2c9ad..58cc684af296cdcd4748222c71dc205603fdf198 100644 (file)
@@ -3,7 +3,7 @@
   <description>Compress or decompress streams</description>
   <filename>../../ext/bz2/.libs/libgstbz2.so</filename>
   <basename>libgstbz2.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 235123c9990ebb9c06da97f5f8830f7cb1f88c63..9fca2e9be8897f3f22afd5fd4d1044f5c44d5e05 100644 (file)
@@ -3,7 +3,7 @@
   <description>Take image snapshots and record movies from camera</description>
   <filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
   <basename>libgstcamerabin2.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 53eddb0439b36f4e8f0438e2770f3e7bd010a022..8a13960a82ef8c62da8e6b7fe4794c9f2490aa3d 100644 (file)
@@ -3,7 +3,7 @@
   <description>Calculate Chromaprint fingerprint from audio files</description>
   <filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
   <basename>libgstchromaprint.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index a9d7e9942a7f23126819d9a34c8718cbc9a821e5..5c426f4fd54728ea0154f631dca2d57aa79ba864 100644 (file)
@@ -3,7 +3,7 @@
   <description>Color Look-up Table filters</description>
   <filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
   <basename>libgstcoloreffects.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index e476425948e1bb39601e6f1ed4a504f9755a7ce6..56923c589e7b393d306fc2a22aa0c851dac02ee5 100644 (file)
@@ -3,7 +3,7 @@
   <description>libcurl-based elements</description>
   <filename>../../ext/curl/.libs/libgstcurl.so</filename>
   <basename>libgstcurl.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 3bc11d86d21bae8526fc87afad96654c4f56e8f2..8279fd7e3f86426735e25624c15f7cc6eaaf7169 100644 (file)
@@ -3,7 +3,7 @@
   <description>data: URI source</description>
   <filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
   <basename>libgstdataurisrc.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index a10dcb0f649480344bde11db6e00867119c6de60..0c645778249b749e7c2eb4018dcd320a3da445a9 100644 (file)
@@ -3,7 +3,7 @@
   <description>Collection of elements that may or may not be useful for debugging</description>
   <filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
   <basename>libgstdebugutilsbad.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 5957b5e26a42b924ac4311e4b996044fa0154a51..fa6497cd0314cc090796d9a6141e90968ec08629 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decodes DTS audio streams</description>
   <filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
   <basename>libgstdtsdec.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index bdcb75868f1419f17bbf9c9313d08bd40bbf599b..410c277c840e0028500b258cc3fa6dbc8f5093be 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVB elements</description>
   <filename>../../sys/dvb/.libs/libgstdvb.so</filename>
   <basename>libgstdvb.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 74bfc56b2429e85c590658da50ed5d20de88475e..68a1723f77a7eb1214c37313d44737017037c9d4 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVB subtitle renderer</description>
   <filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
   <basename>libgstdvbsuboverlay.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index c09ee644ec579770e53e2607605c0dd1b9343c97..84282cc7c064b12dfd2ec789873dc723c069db94 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVD Sub-picture Overlay element</description>
   <filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
   <basename>libgstdvdspu.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index aceed8d9118a15e8f2e56edb3a224ab9ca068157..edb435f0b388a764351d6f86ff138aace0f7125e 100644 (file)
@@ -3,7 +3,7 @@
   <description>Free AAC Decoder (FAAD)</description>
   <filename>../../ext/faad/.libs/libgstfaad.so</filename>
   <basename>libgstfaad.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 23ecf056c3a7b58eac739fc7af0e05d1118752e7..6f5c44c9cdd121dd339b578ea81cd05c28b76c63 100644 (file)
@@ -3,7 +3,7 @@
   <description>Synthesizes plain text into audio</description>
   <filename>../../gst/festival/.libs/libgstfestival.so</filename>
   <basename>libgstfestival.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 9eb282d1c26a27d4a505c9e986c54d355d119c6d..8052efed1675e0c0efb5942742e9f09c964ae59a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Video field analysis</description>
   <filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
   <basename>libgstfieldanalysis.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer</package>
index 68999c5ec40bf6049e6ec444b38e155bc5634b33..4b441df31357c378c4d8deefaaa22751f15572a5 100644 (file)
@@ -3,7 +3,7 @@
   <description>Flite speech synthesizer plugin</description>
   <filename>../../ext/flite/.libs/libgstflite.so</filename>
   <basename>libgstflite.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index dcee79feb344319804bf0c73cbc91c0ebf090195..e03914196fd2f4ef483c0022e95f981e8ca9fd21 100644 (file)
@@ -3,7 +3,7 @@
   <description>Fragmented streaming plugins</description>
   <filename>../../ext/hls/.libs/libgstfragmented.so</filename>
   <basename>libgstfragmented.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins</package>
index 7dec2faff1bad7ad9975eec4f9f577f841f90a4e..dba7e10fc914a68b3bde8fcef69335b76367cf46 100644 (file)
@@ -3,7 +3,7 @@
   <description>frei0r plugin library</description>
   <filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
   <basename>libgstfrei0r.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 425e0f3d6b1864d05fbbef594161678fb5970e31..b749cb4898fa1aeafca42a3e25c3854e5656b04a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Gaudi video effects.</description>
   <filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
   <basename>libgstgaudieffects.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer</package>
index 352f5b55eb95a1dd5e3f6592daa776d0e8501303..ea18dcf668a235dd8b44b279b5b63a0b7687c708 100644 (file)
@@ -3,7 +3,7 @@
   <description>Payload/depayload GDP packets</description>
   <filename>../../gst/gdp/.libs/libgstgdp.so</filename>
   <basename>libgstgdp.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 5575de7d3727582a62b00044722b0ae01a259435..f6e9b121c17c0eafcbae4274ae203d21b9864794 100644 (file)
@@ -3,7 +3,7 @@
   <description>Various geometric image transform elements</description>
   <filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
   <basename>libgstgeometrictransform.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index bf0a2f2986dddb83df192a5d35de8d779ce24171..fcffcb259098a07f0ce8045e6194cdbfc8de5460 100644 (file)
@@ -3,7 +3,7 @@
   <description>GSM encoder/decoder</description>
   <filename>../../ext/gsm/.libs/libgstgsm.so</filename>
   <basename>libgstgsm.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index dc4fb635863b839f7df04b774739832420b2e66e..d424d7cd14da4c3f7c2d14ab02c5fdf38663b542 100644 (file)
@@ -3,7 +3,7 @@
   <description>Siren encoder/decoder/payloader/depayloader plugins</description>
   <filename>../../gst/siren/.libs/libgstsiren.so</filename>
   <basename>libgstsiren.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index ed739388ab3d672fba65c8928d7a39d18f8f8a19..50eacc5acbdc0deb933fc9523de5f2f9f94eb36a 100644 (file)
@@ -3,7 +3,7 @@
   <description>ID3 v1 and v2 muxing plugin</description>
   <filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
   <basename>libgstid3tag.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index a1ce8f6093275ff7510b014afaf06f1320caeb22..183bb004489775401485d0e5420c6563475ffafb 100644 (file)
@@ -3,7 +3,7 @@
   <description>plugin for inter-pipeline communication</description>
   <filename>../../gst/inter/.libs/libgstinter.so</filename>
   <basename>libgstinter.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins</package>
index d233a2ebb59895eea7ba6a2f0a64d4a9c6377f53..d68b4a253a93a9400492c6f672d5f6f111ff1a5f 100644 (file)
@@ -3,7 +3,7 @@
   <description>Create an interlaced video stream</description>
   <filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
   <basename>libgstinterlace.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 1b2f6e3d50e80f2fed50180bef6d0b8cbb71eb28..529fa1360c5f74e22fe24b82717685f3987c76f7 100644 (file)
@@ -3,7 +3,7 @@
   <description>JPEG interchange format plugin</description>
   <filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
   <basename>libgstjpegformat.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 15fdf4e5875fd48f84c0d644c630f391dae2fb41..b48d0602dbadcfe6d59ffee73d2fa8d7cc1b346e 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adds multiple live discontinuous streams</description>
   <filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
   <basename>libgstliveadder.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 08ee41886d59c9c8edf7afe24b0ab93cf8f98d8b..4df951c7281c63a97eb7b056c4f95c927dd21192 100644 (file)
@@ -3,7 +3,7 @@
   <description>Mimic codec</description>
   <filename>../../ext/mimic/.libs/libgstmimic.so</filename>
   <basename>libgstmimic.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 394c1db269ab84ec220af0580eef6bb2647e142b..24fc89d99260ff3fd8da3a77f4447465af3c60a9 100644 (file)
@@ -3,7 +3,7 @@
   <description>Microsoft Multi Media Server streaming protocol support</description>
   <filename>../../ext/libmms/.libs/libgstmms.so</filename>
   <basename>libgstmms.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 7b2b39807a5169df1c923820e146acbf981c1261..537869aade42f52d65d259e5466213cfd67d8fed 100644 (file)
@@ -3,7 +3,7 @@
   <description>.MOD audio decoding</description>
   <filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
   <basename>libgstmodplug.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 1ad2bc230a5021aab2ddc4989d26325dfbc15c2f..c5e897cd5c3843a06f308a27be07b506db5b06a3 100644 (file)
@@ -3,7 +3,7 @@
   <description>High-quality MPEG-1/2 video encoder</description>
   <filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
   <basename>libgstmpeg2enc.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index e6dca01cda9ca5245a006f0ee5c23c68a3c43478..0b8fdd8e38a0cd9ef7a168421c143c3cc740abf8 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG-PS demuxer</description>
   <filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
   <basename>libgstmpegpsdemux.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>unknown</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 3ffd1df790101c52f1adc9a57f6cf58e7d74a0ec..68701229614c18a10f0d47f73017662ac4cb29e8 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG-PS muxer</description>
   <filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
   <basename>libgstmpegpsmux.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index ca7154be716d10273f8ba298062916f53dc6fbf1..68cd3002c1cb161c3479649a8bbf29ea853d971a 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG TS demuxer</description>
   <filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
   <basename>libgstmpegtsdemux.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 5d97b49c409a474958f1142ba9a9c2b7c11a822d..e549b710cb207831fa95373b4920689f84f0bcd9 100644 (file)
@@ -3,7 +3,7 @@
   <description>MPEG-TS muxer</description>
   <filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
   <basename>libgstmpegtsmux.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 1917d471485c9ccf90931a45af33d526a618fffe..df3f4e09ee78a9fcb5eaca2568431ea740ca8d8a 100644 (file)
@@ -3,7 +3,7 @@
   <description>mp3 decoding based on the mpg123 library</description>
   <filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
   <basename>libgstmpg123.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 86dc6177bf6bbdbf18bfe6d16558d38b47cab21d..be5834cd204831b5c4909c78e77527e1aa9a636a 100644 (file)
@@ -3,7 +3,7 @@
   <description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
   <filename>../../ext/mplex/.libs/libgstmplex.so</filename>
   <basename>libgstmplex.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 5da801f90878dfdc10c2b94ec98e3bb72ed984d4..10e4c31e4a71908cdbec246170c81426c483979f 100644 (file)
@@ -3,7 +3,7 @@
   <description>Calculate MusicIP fingerprint from audio files</description>
   <filename>../../ext/ofa/.libs/libgstofa.so</filename>
   <basename>libgstofa.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index a12f5d52acecff17be390ea4bcb810d5a390608e..266d4c8421a45da24e9962b53fa50097eb5acffa 100644 (file)
@@ -3,7 +3,7 @@
   <description>OpenAL plugin library</description>
   <filename>../../ext/openal/.libs/libgstopenal.so</filename>
   <basename>libgstopenal.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 4fa1622890320ad0c6ad8160fc7f30ea8bec2020..0931b393e561574355582814eec14011f5802924 100644 (file)
@@ -3,7 +3,7 @@
   <description>GStreamer OpenCV Plugins</description>
   <filename>../../ext/opencv/.libs/libgstopencv.so</filename>
   <basename>libgstopencv.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 7c2fb82fd28fea88cde0ae4251addaba08f730ed..29639250c8dc87b8aefa0f311df838373ac49014 100644 (file)
@@ -3,7 +3,7 @@
   <description>OPUS plugin library</description>
   <filename>../../ext/opus/.libs/libgstopus.so</filename>
   <basename>libgstopus.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index bcfedbaac6cf01a8dff40da002a46abba5bde79b..c8a52e0c20adad58d294b3c3d923f35adbda2546 100644 (file)
@@ -3,7 +3,7 @@
   <description>Element parsing raw pcap streams</description>
   <filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
   <basename>libgstpcapparse.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer</package>
index 05c6362f5993964bcad914c8172a6d51a96f3e25..b6b8bb2c4bef144e073b33192810a7f65d3fc8da 100644 (file)
@@ -3,7 +3,7 @@
   <description>PNM plugin</description>
   <filename>../../gst/pnm/.libs/libgstpnm.so</filename>
   <basename>libgstpnm.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 674e034bf4a9b200e5becd9ff7e382beaf55ae79..b8da372e4dc59cc95912b0d1f4eeb3f369bd5b8b 100644 (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.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 739f640ded996d850e92d24ecfd3051a8a599583..25cb32662512548754c2620d659aeff29e3f891f 100644 (file)
@@ -3,7 +3,7 @@
   <description>Removes silence from an audio stream</description>
   <filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
   <basename>libgstremovesilence.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 9e42c21274b8be1131b468b0d42a9d65103aa9a6..bb2ef674559f43adf5c364dc90807bcdda05fe69 100644 (file)
@@ -3,7 +3,7 @@
   <description>Resin DVD playback elements</description>
   <filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
   <basename>libgstresindvd.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>GPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer</package>
index 1dc78e9178af215a614ae0bf6ff405f30a832f18..b10bdbe96fc74b54c3784c2ad2336f3ff576ccaa 100644 (file)
@@ -3,7 +3,7 @@
   <description>Connects to a VNC server and decodes RFB stream</description>
   <filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
   <basename>libgstrfbsrc.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 375c37a6be7ae998ac342abee1045e40f08a371d..56c59816b351feca7f96512322e35cb89255e2dc 100644 (file)
@@ -3,7 +3,7 @@
   <description>RTMP source and sink</description>
   <filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
   <basename>libgstrtmp.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 8721f9ddd7788c13679c9f57225ba94c2d0c978f..d2d0c0d2b4eeffe5c7f356311d1739cfc5574603 100644 (file)
@@ -3,7 +3,7 @@
   <description>Schroedinger plugin</description>
   <filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
   <basename>libgstschro.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index cc2de8e7ead17a37b496f0133877ef88ccd175a5..b90360a036ac5a5c3a58990c10a13275918c7808 100644 (file)
@@ -3,7 +3,7 @@
   <description>configure streaming sessions using SDP</description>
   <filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
   <basename>libgstsdpelem.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 6f32d80d818a567430cac648db28e246f678dbde..daa19c83617566781399eb517f746bd949c45fb3 100644 (file)
@@ -3,7 +3,7 @@
   <description>Segment clip elements</description>
   <filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
   <basename>libgstsegmentclip.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 4b08e1af60c6dc9c8474c33b09cb429c893593df..71cf91aefe541fe97256e3e8915dad9f83df0b2d 100644 (file)
@@ -3,7 +3,7 @@
   <description>shared memory sink source</description>
   <filename>../../sys/shm/.libs/libgstshm.so</filename>
   <basename>libgstshm.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 23719c056db27abeda99c32a4a23d7c9b8a03df4..2428100a5ee0f3857d0b36d5c113031c71037565 100644 (file)
@@ -3,7 +3,7 @@
   <description>Apply a smooth filter to an image</description>
   <filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
   <basename>libgstsmooth.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 32182784f55827d500779e7b515ad2f027cb8ba0..6c514230ef7aa6ec173a3e95cef97d47086d714d 100644 (file)
@@ -3,7 +3,7 @@
   <description>Audio Pitch Controller &amp; BPM Detection</description>
   <filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
   <basename>libgstsoundtouch.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index cbd11144650e9ba4b1969862a80aa288828353ea..1c231c766b586fa92ccc484a8cd4933a693afb1a 100644 (file)
@@ -3,7 +3,7 @@
   <description>libspandsp plugin</description>
   <filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
   <basename>libgstspandsp.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 275f1c3445cf98565536e85c027c27f1d723a8d8..c53c01a41c1fd93d53c1546b0efa510fef9999cd 100644 (file)
@@ -3,7 +3,7 @@
   <description>Set speed/pitch on audio/raw streams (resampler)</description>
   <filename>../../gst/speed/.libs/libgstspeed.so</filename>
   <basename>libgstspeed.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 7da12de690572a88dbb1079d17030a87c04e0a72..c7212002611b201d88f53c7b83daacca3dd7872f 100644 (file)
@@ -3,7 +3,7 @@
   <description>subtitle encoders</description>
   <filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
   <basename>libgstsubenc.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 6cfaf94898ae5167fbe779524361d6f0cf31d3d9..fcb4fca8b5b48f5a45b10bbbacbc0264abecf738 100644 (file)
@@ -3,7 +3,7 @@
   <description>videoparsers</description>
   <filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
   <basename>libgstvideoparsersbad.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 94dcce911ece88a2ede80235c7dfbdf59bc08f2e..6bb626fb59ee06b3994473a8efd8a49d2716e87d 100644 (file)
@@ -3,7 +3,7 @@
   <description>AAC audio encoder</description>
   <filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
   <basename>libgstvoaacenc.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index fa1160f4d863e69103f625efee4258bb8cf2757e..070e7f9d24aa4920d6e891d6bb016f646b992e6d 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Wide-Band Encoder</description>
   <filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
   <basename>libgstvoamrwbenc.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>unknown</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 48ecfe6d38994b31d01c4c97588cd209a610269e..4573980de98920f255f5965f24be8038f1af157a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Wayland Video Sink</description>
   <filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
   <basename>libgstwaylandsink.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 12ce4243b5c7b5f86372b6eec067f3e35305f788..817cbe5d77e7e94c65d0410899f7bedef2745a0b 100644 (file)
@@ -3,7 +3,7 @@
   <description>Demuxes/decodes YUV4MPEG streams</description>
   <filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
   <basename>libgsty4mdec.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins</package>
index 37743d4377eecca860845d9bb67c9e4f9376d1bb..24082de78c9af2f71cd62b86987099b48718be4c 100644 (file)
@@ -3,7 +3,7 @@
   <description>zbar barcode scanner</description>
   <filename>../../ext/zbar/.libs/libgstzbar.so</filename>
   <basename>libgstzbar.so</basename>
-  <version>1.5.91</version>
+  <version>1.6.0</version>
   <license>LGPL</license>
   <source>gst-plugins-bad</source>
   <package>GStreamer Bad Plug-ins source release</package>
index 65acff6a3387a43de01f91f8da4afe5cb2a9e60b..bfa2a00da82f4916fa0268368a6c57d4bdcc45a8 100644 (file)
@@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
    </GitRepository>
  </repository> 
 
+ <release>
+  <Version>
+   <revision>1.6.0</revision>
+   <branch>1.6</branch>
+   <name></name>
+   <created>2015-09-25</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.6.0.tar.xz" />
+  </Version>
+ </release>
+
  <release>
   <Version>
    <revision>1.5.91</revision>
index ed32c81c961a0cb07d0fb26495fbd8f79cedfe95..f9aa3f75e3a3ea69b6d067cb20c08a3d2757d8ef 100644 (file)
@@ -89,7 +89,7 @@
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2015-09-18"
+#define GST_PACKAGE_RELEASE_DATETIME "2015-09-25"
 
 /* Define if static plugins should be built */
 #undef GST_PLUGIN_BUILD_STATIC
 #define PACKAGE_NAME "GStreamer Bad Plug-ins"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.5.91"
+#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.6.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gst-plugins-bad"
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5.91"
+#define PACKAGE_VERSION "1.6.0"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef USE_EGL_RPI
 
 /* Version number of package */
-#define VERSION "1.5.91"
+#define VERSION "1.6.0"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */