summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-07-19 17:27:11 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-19 17:27:11 +0200
commit9dfc0f513b313401851114b2d46f71f8773ced4c (patch)
treeeec3d21721cd1231c30dde773000029fbad51307 /ChangeLog
parent0f3e0b8983a6bf64a994ce4d57d4d93efde20895 (diff)
downloadgstreamer-plugins-bad-9dfc0f513b313401851114b2d46f71f8773ced4c.tar.gz
Release 1.4.01.4.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog266
1 files changed, 263 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 77ec4f3f1..2b61b9969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,269 @@
-=== release 1.3.91 ===
+=== release 1.4.0 ===
-2014-07-11 Sebastian Dröge <slomo@coaxion.net>
+2014-07-19 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
- releasing 1.3.91
+ releasing 1.4.0
+
+2014-07-19 12:47:43 +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:
+ po: Update translations
+
+2014-07-16 18:27:15 -0300 Thiago Santos <ts.santos@sisa.samsung.com>
+
+ * gst/camerabin2/gstwrappercamerabinsrc.c:
+ wrappercamerabinsrc: set src to ready when there are no pending buffers
+ Setting to ready will block waiting for buffers to be reclaimed, so flush
+ before setting to null to make sure no buffers are pending
+ https://bugzilla.gnome.org/show_bug.cgi?id=733072
+
+2014-07-17 10:05:47 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * tests/examples/gl/gtk/fxtest/pixbufdrop.c:
+ examples: fix compilation of gl fxtest example on win32 with Gtk+ 3.0
+ https://bugzilla.gnome.org/show_bug.cgi?id=733063
+
+2014-07-17 00:11:48 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/opensles/openslesringbuffer.c:
+ openslesringbuffer: Provide the size of our array to GetDestinationOutputDeviceIDs
+ Otherwise it does not and just fails. It needs to know the size of the
+ array to not write too much to it.
+
+2014-07-17 00:11:21 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/opensles/openslessink.c:
+ openslessink: Silence some error debug output to log output
+ These are not really errors, just unsupported features we don't
+ necessarily need.
+
+2014-07-16 16:57:35 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+ * gst-libs/gst/base/gstaggregator.c:
+ aggregator: Reset flow_return *after* stopping the srcpad task.
+ Otherwise it might be set in an already running aggregate function.
+
+2014-07-10 13:18:21 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * gst-libs/gst/base/gstaggregator.c:
+ aggregator: Flush sinkpads when stopping
+ All values are meaningless in that case, so we should make sure that
+ we clean everything
+
+2014-07-10 13:15:55 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * gst-libs/gst/base/gstaggregator.c:
+ aggregator: Do not forget to reset the flow return when stoping
+ Setting it to FLUSHING when the element is not started, and to OK
+ when it starts.
+
+2014-07-08 16:48:08 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * gst-libs/gst/base/gstaggregator.c:
+ aggregator: Handle event seqnum
+
+2014-07-13 16:07:02 +0200 Sebastian Rasmussen <sebras@hotmail.com>
+
+ * gst/mxf/mxfmux.c:
+ mxfmux: Avoid taking unnecessary ref
+ Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733123
+
+2014-07-16 16:31:27 +0300 Mart Raudsepp <leio@gentoo.org>
+
+ * configure.ac:
+ gl: Include GL_CFLAGS while checking for GL typedefs
+ Otherwise those checks may fail at configure time if they contain extra
+ include paths, while at build time they are included, potentially causing
+ incompatible typedefs between system GL headers and gstreamer compatibility
+ prototypes.
+ https://bugzilla.gnome.org/show_bug.cgi?id=733248
+
+2014-07-16 16:29:10 +0300 Mart Raudsepp <leio@gentoo.org>
+
+ * configure.ac:
+ gl: Always include EGL_CFLAGS in GL_CFLAGS when EGL_LIBS is added to GL_LIBS
+ They should be handled in tandem, in case any EGL provider could require some
+ CFLAGS and set them (possibly once moved to prefer pkg-config files),
+ such as for a custom header location.
+
+2014-03-17 16:09:46 +0100 Piotr Drąg <piotrdrag@gmail.com>
+
+ * po/POTFILES.in:
+ po: update POTFILES
+ https://bugzilla.gnome.org/show_bug.cgi?id=726555
+
+2014-07-15 13:29:24 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/d3dvideosink/d3dhelpers.c:
+ d3dvideosink: Open Direct3D devices in a threadsafe way
+ Otherwise we'll get crashes when using the device from multiple
+ threads, e.g. when using multiple sinks at once.
+ https://bugzilla.gnome.org/show_bug.cgi?id=707523
+
+2014-07-11 21:15:59 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/curl/gstcurlsftpsink.c:
+ * ext/curl/gstcurlsshsink.c:
+ curlsshsink: Include gst.h and other stuff before anything else
+
+2014-07-11 10:40:42 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+ * gst/camerabin2/gstwrappercamerabinsrc.c:
+ wrappercamerabinsrc: Fix caps filter caps proxying
+ The notify signal is triggered when caps is changed. But instead of
+ proxying the fixed caps, we query for the caps. Hence, when we go to
+ READY state, we endup setting template caps on the proxied caps
+ filter instead of NULL, which leads to negoitation failure. Correctly
+ proxy NULL caps if this is the new caps. Fixes not negotiated error
+ when running in cheese. Also fix a leak of caps string in one of the
+ trace.
+ https://bugzilla.gnome.org/show_bug.cgi?id=732741
+
+2014-07-11 13:58:55 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/gl/Makefile.am:
+ gl: Always build gstglmixer, not only when full OpenGL support is enabled
+
+2014-07-11 13:25:37 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/curl/gstcurlsftpsink.c:
+ * ext/curl/gstcurlsshsink.c:
+ curl: Use winsock2 instead and the GLib macro for checking if we're on Windows
+
+2014-07-11 13:25:18 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/opencv/MotionCells.cpp:
+ motioncells: Use no network API if not required
+
+2014-07-11 13:21:21 +0200 Alexey Pavlov <alexpux@gmail.com>
+
+ * ext/curl/gstcurlsftpsink.c:
+ * ext/curl/gstcurlsshsink.c:
+ * ext/opencv/MotionCells.cpp:
+ ext: Include winsock.h on Windows when required
+ https://bugzilla.gnome.org/show_bug.cgi?id=733052
+
+2014-07-11 12:13:22 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * 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-asfmux.xml:
+ * docs/plugins/inspect/plugin-assrender.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-faac.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-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-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.3.91
2014-07-11 12:04:07 +0200 Sebastian Dröge <sebastian@centricular.com>