rtpssrcdemux: Avoid taking streamlock out-of-band
[platform/upstream/gst-plugins-good.git] / ChangeLog
index f3f392a..628a07a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+=== release 1.16.0 ===
+
+2019-04-19 00:23:16 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * README:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.16.0
+
+2019-04-19 00:23:16 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         Update docs
+
+2019-04-19 00:23:14 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * po/el.po:
+       * po/zh_CN.po:
+         Update translations
+
+2019-04-18 17:14:18 +0200  Benjamin Sigonneau <b.sigonneau@mediadone.fr>
+
+       * ext/qt/qtplugin.pro:
+         qmlglsink: fix compilation with Qt >= 5.5 on Windows
+         As of Qt >= 5.5, qmake do not link to opengl32 by default anymore. This commit adds opengl32.lib to the .pro
+         file so that the plugin can be build using QtCreator on Windows.
+
+2019-04-17 15:48:26 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/meson.build:
+         meson: Build qt plugin in C++11 mode explicitly
+         This works implicitly most of the time, but we need to set it
+         explicitly for building with Android.
+
+2019-04-16 14:35:06 +0530  Guillaume Desmottes <guillaume.desmottes@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2: fix use after free when handling events
+         The sink_event parent function may consume the event so we shouldn't use
+         it after having calling it.
+
+=== release 1.15.90 ===
+
+2019-04-11 00:26:58 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.15.90
+
+2019-04-11 00:26:58 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         Update docs
+
+2019-04-09 23:51:22 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecenc.c:
+         rtpulpfecdec,enc: unbreak plugin gtk-doc build in autotools
+         Fix doc chunks to not use that syntax for links that have the
+         url as description, it will be put verbatim into the xml/*.xml
+         file and then the expat parser will throw a syntax error like:
+         File "../../common/mangle-db.py", line 71, in <module>
+         main()
+         File "../../common/mangle-db.py", line 69, in main
+         patch (details.replace("-details", ""), os.path.basename(details))
+         File "../../common/mangle-db.py", line 20, in patch
+         doc = xml.dom.minidom.parse(related)
+         File "/usr/lib/python2.7/xml/dom/minidom.py", line 1918, in parse
+         return expatbuilder.parse(file)
+         File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
+         result = builder.parseFile(fp)
+         File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in parseFile
+         parser.Parse(buffer, 0)
+         xml.parsers.expat.ExpatError: not well-formed (invalid token): line 84, column 7
+
+2019-04-08 11:35:34 +0200  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         rtpvrawpay: preserve GST_BUFFER_FLAG_DISCONT on the first outputted buffer
+         If the incoming frame buffer has GST_BUFFER_FLAG_DISCONT set this should
+         be preserved and set for the first output buffer too, like other
+         payloaders do.
+         Spotted with gst-validate-1.0 when adding integration tests for
+         rtpsession, a minimal test to reproduce the issue is:
+         $ gst-validate-1.0 videotestsrc num-buffers=1 ! rtpvrawpay ! identity ! fakesink
+         Starting pipeline
+         Pipeline started
+         warning : Buffer didn't have expected DISCONT flag333 speed: 1.000000 />
+         Detected on <identity0:sink>
+         Detected on <identity0:src>
+         Detected on <fakesink0:sink>
+         Description : Buffers after SEGMENT and FLUSH must have a DISCONT flag
+         Issues found: 1
+         =======> Test PASSED (Return value: 0)
+
+2019-03-22 12:42:14 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecenc.c:
+         rtpulpfec*: Replace github URIs with gitlab.fdo ones
+
+2019-03-21 17:01:11 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpreddec.c:
+       * gst/rtp/gstrtpredenc.c:
+         rtpred*: Add example pipelines
+
+2019-03-21 16:48:37 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpreddec.c:
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecenc.c:
+         rtpulpfec*: Improve documentation
+
+2019-03-20 18:31:48 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpstorage.c:
+       * gst/rtp/gstrtpulpfecdec.c:
+         rtpstorage + rtpulpfecdec: Get the storage using a query as fallback
+         This allows it to be used using gst-launch for easier testing.
+
+2019-03-19 06:22:29 -0700  Dan Kegel <dank@kegel.com>
+
+       * sys/osxvideo/Makefile.am:
+       * sys/osxvideo/meson.build:
+         osxvideo: fix mac os 10.14 build
+         lockFocusIfCanDraw is deprecated in mac os 10.14.  Apple suggests a
+         different way to do what that does, but for now, just suppress the deprecation.
+         There's no way to disable just that deprecation, so shut them all down.
+         OpenGL is also deprecated in mac os 10.14.  There is a gentle way to
+         turn off just those deprecations (GL_SILENCE_DEPRECATION), but since
+         this commit turns them all off, that's moot.
+         https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/577
+
+2019-04-07 12:00:49 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtpsession.c:
+         test: rtpsession: Verify on-sending-nacks callback
+
+2019-03-27 16:19:15 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Allow overriding NACK packet creation
+         This introduce a new signal on RTSession, on-sending-nacks is emited
+         right before the list of seqnums to be nacked are processed and
+         transformed into FB Nack. This allow implementing custom nacks
+         handling through another mechanism with APP feedback.
+
+2018-11-20 02:45:04 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Add disable-sr-timestamp property
+         The Onvif Streaming Spec, in section 6.11, mandates that when
+         Rate-Control is disabled potential RTCP packets shall have
+         their timestamps set to 0.
+         <https://www.onvif.org/specs/stream/ONVIF-Streaming-Spec.pdf>
+
+2019-03-05 20:57:44 +0100  Philipp Zabel <philipp.zabel@gmail.com>
+
+       * sys/v4l2/ext/types-compat.h:
+         v4l2: remove __user define from types-compat.h
+         Remove the now unused __user define.
+
+2019-03-05 20:53:47 +0100  Philipp Zabel <philipp.zabel@gmail.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: use opRGB colorspace and xfer func defines
+         AdobeRGB defines have been renamed to opRGB in the kernel headers,
+         use the new names.
+
+2019-01-24 16:12:13 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: support orphaning
+         Recent kernels allow REQBUFS(0) on a queue that still has buffers in
+         use (mmapped or exported via dmabuf), orphaning all buffers on the queue.
+         If this is supported, the v4l2videodec element does not have to send a
+         drain request downstream.
+
+2019-01-24 16:12:13 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: support orphaning
+         Now that the v4l2allocator allows orphaning the V4L2 buffer queue, add
+         support for orphaning in the v4l2bufferpool. gst_v4l2_buffer_pool_orphan
+         can be used as a replacement for gst_v4l2_buffer_pool_stop, without
+         having to wait for buffers to be returned to the pool.
+
+2019-01-24 16:12:13 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+         v4l2allocator: support orphaning
+         Recent kernels allow REQBUFS(0) on a queue that still has buffers in
+         use (mmapped or exported via dmabuf), orphaning all buffers on the queue.
+         Orphaning the allocator causes it to release all buffers with
+         REQBUFS(0), even if they are still in use. An orphaned allocator can
+         only be stopped. It can not be restarted or create new buffers.
+
+2019-01-24 15:36:49 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/ext/v4l2-common.h:
+       * sys/v4l2/ext/v4l2-controls.h:
+       * sys/v4l2/ext/videodev2.h:
+         v4l2: update kernel headers to latest from media tree
+         Update to the latest installed headers (output of make headers_install)
+         from the media tree, keeping the slight modifications to the includes.
+         This includes new HEVC controls, the AdobeRGB -> opRGB rename, a new
+         capabilities field for v4l2_requestbuffers and v4l2_create_buffers, new
+         32-bit YUV formats, and request_fd changes.
+
+2019-04-03 14:13:49 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/shout2/gstshout2.c:
+         shout2: Fix leak on error in start
+
+2019-03-29 22:48:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtpsession.c:
+         test: rtpsession: Test FB Nack packing
+         We used to split the NACK if a smaller seqnum of a range of seqnum was
+         submited. This test also make sure that the three operations (append,
+         prepend, update) works properly.
+
+2019-03-29 22:34:47 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtpsession.c:
+         test: rtpsession: Test handling of NACK surplus
+         This test verify that NACKs that didn't fit in one packet are properly
+         filtered and inserted into the following pipeline.
+
+2019-03-25 13:42:25 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         rtpsession: Send as many nack seqnum as possible
+         In order to do that, we now split the nacks registration from the actual
+         FB nack packet construction. We then try and add as many FB Nacks as
+         possible into the active packets and leave the remaining seqnums in the
+         RTPSource. In order to avoid sending outdated NACK later on, we save the
+         seqnum calculated deadline and cleanup the outdated seqnums before the
+         next RTCP send.
+         Fixes #583
+
+2018-04-30 10:54:19 +0200  John Bassett <john.bassett@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Fix race when sending PLI, FIR and NACK packets
+         Calling rtp_session_send_rtcp before marking the source as requiring a
+         pli/fir/nack meant the rtcp_thread could be scheduled and start running
+         before the source was updated. This meant the request would not be sent
+         early but instead was transmitted with the next regular RTCP packet.
+         Add test for nack generation.
+
+2019-03-29 16:49:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Fix early rtcp time comparision
+         If the current time is equal to the early rtcp time deadline, there is
+         no need to schedule a timer. This ensure that immediate feedback is
+         really immediate and simplify implementing unit tests with the test
+         clock, which stops perfectly on the timeout time.
+         This fix has been extracted from Pexip feature patch called
+         "rtpsession: Allow instant transmission of RTCP packets"
+
+2019-01-24 11:54:49 +0100  Guillaume Desmottes <guillaume.desmottes@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: preserve features when fixating caps
+         The caps features were lost when sorting caps structures in
+         gst_v4l2src_fixate(). This was breaking alternate as
+         GST_CAPS_FEATURE_FORMAT_INTERLACED was removed from the caps.
+
+2018-11-13 21:23:30 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: Set DELTA_UNIT flag when appropriate
+         When used in combination with a rtponviftimestamp element
+         downstream, forwarding this flag ensures it gets correctly
+         serialized in the ONVIF header extension.
+
+2019-04-03 16:42:26 +0200  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         docs: fix typo s/abonormally/abnormally/
+
+2019-04-03 16:38:56 +0200  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/debugutils/gsttaginject.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/rtp/README:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/smpte/gstsmpte.c:
+         docs: fix typo s/incomming/incoming/
+
+2019-04-03 16:34:22 +0200  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+         rtp: fix indentation after G_DEFINE_TYPE
+         A missing colon after G_DEFINE_TYPE declaration was confusing gst-indent
+         and causing problem in the pre-commit hook.
+         Add the missing colon and fix the following function declaration to
+         follow the normal GStreamer style.
+
+2019-03-07 15:34:03 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: fix comment to refer to buffers instead of groups
+         One comments in gst_rtp_session_chain_send_rtp_common() is referring to
+         groups in a buffer list, however this concept of "group" comes from
+         GStreamer 0.10 and does not exist anymore in GStreamer 1.0, so update the
+         comment to refer to buffers instead.
+
+2019-03-06 09:52:45 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: add comment to explain why probation queue is not always cleared
+
+2019-04-02 12:51:04 +0200  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * tests/check/elements/rtpbin_buffer_list.c:
+         test: rtpbin_buffer_list: add test to verify that stats are correct
+         Add a test to verify that stats about sent and received packets are
+         correct even when using buffer lists.
+         NOTE: the newly introduced get_session_source_stats() selects the
+         desired source (sender or receiver) by filtering them by type (using the
+         get_sender parameter) rather than by ssrc because this simplifies the
+         code and it's good enough for testing purposes as there is usually one
+         source per type in the test setup.
+         Filtering by ssrc would have required handling asynchronous signals like
+         "on-new-sender-ssrc", with the relative locking, just to retrieve the
+         actual ssrc of the sender.
+
+2019-03-05 13:43:12 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: fix stats about received packets
+         The update_receiver_stats() function is called also when sending packets
+         in rtp_source_send_rtp(), and sending packets may happen using a buffer
+         list rather than individual buffers.
+         So update the stats using the actual number of packets sent.
+         NOTE: this is fine for the receive path too (rtp_process_send_rtp)
+         because the receive path does not support buffer lists and
+         pinfo->packets would always be equal to 1 in this case.
+
+2019-03-11 10:08:21 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * tests/check/elements/rtpbin_buffer_list.c:
+         test: rtpbin_buffer_list: move buffer list creation next to its validation
+         The tests create a buffer list and then use the chain_list callback to
+         verify that the correct packets have been pushed.
+         Move the creation and validation code next to each other so that the
+         reader can more easily understand what is going on.
+         While at it add some comments to introduce the two related functions.
+
+2019-03-06 19:27:01 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * tests/check/elements/rtpbin_buffer_list.c:
+         test: rtpbin_buffer_list: set the chain_list function directly in the test
+         The helper function set_chain_function does not really do anything useful, remove it.
+
+2019-03-06 19:19:03 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * tests/check/elements/rtpbin_buffer_list.c:
+         test: rtpbin_buffer_list: make check_packet more flexible
+         Make it possible to differentiate between the position in the list and
+         the packet index in the global structures in check_packet, in some
+         future case the list may change, in case some element removes a buffer
+         from the list, and the two indices may not coincide.
+
+2019-03-05 12:47:29 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * tests/check/elements/rtpbin_buffer_list.c:
+         test: rtpbin_buffer_list: factor out a function to create packets buffers
+
+2019-03-04 11:27:33 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * tests/check/elements/rtpbin_buffer_list.c:
+         test: rtpbin_buffer_list: check if the chain_list function has been called
+         Make the test more useful to verify that the chain list function has
+         actually been called.
+
+2019-02-27 12:27:21 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * tests/check/elements/rtpbin_buffer_list.c:
+         test: rtpbin_buffer_list: port to GStreamer 1.0
+         Port the rtpbin_buffer_list test to GStreamer 1.0 and re-enable it.
+         Some other changes include:
+         - the check on the caps has been moved from the buffer level to the
+         pad level;
+         - remove underscore prefix from static functions names, this is not
+         idiomatic in C and rarely used in the other tests;
+         - the unused header_buffer variable has been removed;
+         - check_group() has been renamed to check_packet() because in
+         GStreamer 1.0 there is no concept of "group" anymore, the comments
+         have also been updated to reflect this.
+
+2019-04-01 18:20:53 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/jpegdec.c:
+         tests: jpegdec: bump discoverer timeout for valgrind
+         Tests might take a bit longer, esp. when run under valgrind
+         and/or they're running on the CI with other things going on,
+         so let's just bump the timeout to something higher and let
+         the test runner time us out if needed.
+
+2019-04-01 18:20:28 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/meson.build:
+         meson: Only ensure that moc is available on Linux
+         On other OSes, it's not possible to have qmake or the qt5 pkg-config
+         files and not have moc, and `moc` will not be in `PATH`, so this only
+         causes problems.
+
+2019-03-21 18:24:43 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/rtpstoragestream.c:
+         rtpstorage: Limit the queue size
+         Limit to the queue size in case there is no arrival time or in case there is
+         a huge flood of packets.
+
+2019-03-18 15:30:54 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Request the FEC decoder even if ignore-pt is set
+
+2019-03-18 15:27:21 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Factor out the code that exposes the src pad
+
+2019-03-22 02:08:01 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpreddec.c:
+         rtpreddec: Add some more debug prints
+
+2019-03-21 17:32:18 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/rtpstorage.c:
+         rtpstorage: Issue warning if request by size if 0
+         If the size is 0, then nothing will ever be in the storage, if a request is
+         received, it generally implies a misconfigured pipeline.
+
+2019-03-21 17:24:42 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpstorage.c:
+       * gst/rtp/rtpstorage.c:
+       * gst/rtp/rtpstoragestream.c:
+         rtpstorage: Add more debug messages
+
+2019-03-21 17:12:53 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpstorage.c:
+       * gst/rtp/rtpstorage.c:
+       * gst/rtp/rtpstoragestream.c:
+       * gst/rtp/rtpstoragestream.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtpstorage.c:
+       * tests/check/meson.build:
+         rtpstorage: Make debug category available to sub objects
+
+2019-03-21 17:12:33 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpstorage.c:
+         rtpstorage: Add debug funcptr to chain function
+
+2019-03-22 12:01:01 +0100  Julian Bouzas <julian.bouzas@collabora.com>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+         flac: report latency in flacenc and flacdec
+         The FLAC specification states that the data is processed in blocks, regardless of the number of channels. Thus, The latency can be calculated using the blocksize and rate. For example a 1 second block sampled at 44.1KHz has a blocksize of 44100
+
+2019-03-22 23:36:42 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/examples/rtsp/test-onvif.c:
+         examples: rtsp: fix compiler warning
+         "control reaches end of non-void function"
+
+2019-03-22 15:07:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         gstrtpsession: Remove set but not use running-time
+
+2019-03-19 09:50:04 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpmanager: Register chain functions to debug
+
+2019-02-27 15:49:13 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Allow reusing the sender AUX bin
+         This is needed for the case you don't know in advance all the sessions
+         you will be using, but would like to place all the related AUX element
+         in the same GstBin. As per current implementation, each time an sender
+         AUX bin is requested and returned, RTPBin will walk the src pads and
+         create sessions for these pads.
+         In the current implementation, if a src pad already have a sessions, it
+         returns an error and stops. As a side effect, if an AUX bin is reused in
+         a following AUX bin request, it can only work if the pads are created on
+         the last request.
+         This change simply relax the restriction in order to keep walking, and
+         just ensure that all newly created pads have a sessions.
+
+2018-06-25 17:49:07 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: set GstVideoCodecFrame sync point flag
+         The V4L2 elements already set the delta unit buffer flag when dequeueing
+         the buffer, but gst_video_encoder_finish_frame overwrites it from the
+         passed codec frame's sync point flag. Set the flag correctly.
+
+2018-08-23 11:47:14 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         gstrtpsession: improve stats about rtx requests
+
+2019-03-20 15:45:35 -0400  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: Improve looging of not found RTX packet
+         When an RTX packet is not found, display a message that say if the
+         packet have not arrived yet or if it was already removed from the RTX
+         packet queue.
+
+2018-08-09 16:40:26 +0300  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Remove unused rtp_session_create_source
+
+2019-03-21 11:17:08 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: add -Wno-unused also to C++ args when gst debug system is disabled
+         And check if argument is supported instead of just passing it blindly,
+         and make meson code slightly cleaner, centralising the argument setting
+         in one place.
+
+2019-03-10 19:30:50 +0000  Piotr Drąg <piotrdrag@gmail.com>
+
+       * po/LINGUAS:
+         Update LINGUAS
+
+2019-03-19 12:31:35 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't pass zero to denominator for framerate
+         Need to respect return of gst_video_guess_framerate() to ensure
+         non-zero denominator.
+         This patch is to fix below error with an abnormal (but has valid frame) file.
+         (gst-play-1.0:17940): GStreamer-CRITICAL **: passed '0' as denominator for `GstFraction'
+
+2019-03-05 09:43:47 +0000  Philippe Normand <philn@igalia.com>
+
+       * sys/v4l2/gstv4l2fwhtenc.c:
+       * sys/v4l2/gstv4l2h263enc.c:
+       * sys/v4l2/gstv4l2h264enc.c:
+       * sys/v4l2/gstv4l2h265enc.c:
+       * sys/v4l2/gstv4l2jpegenc.c:
+       * sys/v4l2/gstv4l2mpeg4enc.c:
+       * sys/v4l2/gstv4l2vp8enc.c:
+       * sys/v4l2/gstv4l2vp9enc.c:
+         v4l2: Set Hardware classifier on encoders
+
+2019-02-27 11:56:20 +0000  Philippe Normand <philn@igalia.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Set Hardware classifier on video decoders
+
+2019-03-01 14:58:24 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: don't segfault if flushed without pools
+         The v4l2output and v4l2capture v4l2objects can have pool == NULL if they
+         have been stopped before.
+
+2019-02-07 11:58:19 +0000  Charlie Turner <cturner@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Find mp4a esds atoms in protected streams sample description tables.
+         This problem was found in Test. 2 of the YouTube 2018 EME
+         tests[1]. The code was accidentally not finding an mp4a's esds atom in
+         the sample description table when the stream was encrypted. It assumed
+         that if the stream is protected, then only an enca atom will be found
+         here. What happens with YouTube is they often provide protected
+         content with a few seconds of clear content, and then switch to the
+         encrypted stream.
+         The failure case here was an incorrect codec_data field being sent
+         into aacparse. The advertisement of stereo audio @ 44.1kHz for the
+         mp4a (unprotected) stream was incorrect. As usual, the esds contained
+         the real values here which were mono at 22050 Hz.
+         Here's what the MP4 tree looks like for these types of files,
+         demonstrating why the code was making a wrong assumption (or maybe
+         YouTube is being unusual),
+         [ftyp] size=8+16
+         ...
+         [moov] size=8+1571
+         ...
+         [trak] size=8+559
+         ...
+         [stsd] size=12+234
+         entry-count = 2
+         [enca] size=8+147
+         channel_count = 2
+         sample_size = 16
+         sample_rate = 44100
+         [esds] size=12+27
+         ...
+         ...
+         [mp4a] size=8+67
+         channel_count = 2
+         sample_size = 16
+         sample_rate = 44100
+         [esds] size=12+27
+         ...
+         In addition to fixing this, the checks for esds atoms in mp4a and mp4v
+         have been made symmetrical. While I haven't seen a test case for video
+         with the same problem, it seemed better to make the same checks. This
+         also fixes a crash reported from another user[2], they also noted the
+         asymmetry with mp4v and mp4a.
+         [1] https://yt-dash-mse-test.commondatastorage.googleapis.com/unit-tests/2018.html?test_type=encryptedmedia-test
+         [2] https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/398
+
+2019-03-15 10:41:20 +0100  Andreas Frisch <afrisch@make.tv>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Fix scale of time values in warning message
+
+2019-03-15 09:18:00 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Don't remove udpsrc/sink from rtspsrc if they were not added to it
+         This can happen in various error cases that could happen between the
+         creation of the element in question and the adding to the rtspsrc.
+         It causes an ugly critical warning right now but is otherwise harmless.
+
+2019-03-13 14:00:10 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * tests/check/elements/imagefreeze.c:
+         test: imagefreeze: add test for the num-buffers property
+
+2019-03-13 13:03:44 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/imagefreeze/gstimagefreeze.h:
+         imagefreeze: add a num-buffers property
+         The imagefreeze element can be handy for benchmarking downstream
+         elements because it re-uses the same buffer memory and introduces less
+         overhead compared to always creating new frames with videotestsrc.
+         However it's not possible to make imagefreeze send EOS when using
+         gst-launch-1.0.
+         Add a num-buffers property to make it look more like a source in the
+         above scenario.
+
+2019-03-12 16:52:45 +0100  Guillaume Desmottes <guillaume.desmottes@collabora.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: add support for new color primaries
+
+2019-03-07 11:24:38 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: fix pool-less allocation query handling
+         This fixes a critical warning if the last-sample property is enabled:
+         (gst-launch-1.0:391): GStreamer-CRITICAL **: 01:12:57.428: gst_object_unref: assertion 'object != NULL' failed
+         If the allocation query does not contain any allocation pools,
+         gst_query_parse_nth_allocation_pool will leave the local pool,
+         min, and max variables undefined, so check the array length first.
+         If pool is NULL, do not call gst_object_unref.
+
+2019-03-08 11:03:31 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * tests/examples/meson.build:
+         meson: Build v4l2 example only if v4l2 plugin was built
+         Otherwise v4l2 example will be built with MSVC
+
+2019-03-07 12:38:41 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * ext/dv/gstdvdemux.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/udp/gstudpsrc.c:
+         docs: fix typos s/recieve/receive/
+
+2019-02-28 12:32:51 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: fix documentation of rtp_source_send_rtp parameters
+         In commit 28e5f9098 (rtpbin: use PacketInfo for the sender, 2013-09-13)
+         the rtp_source_send_rtp signature changed but the documentation was not
+         adjusted to match the new one.
+         Update the documentation to match the function signature.
+
+2019-03-06 12:59:52 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: fix typo in a comment, s/SESSION_LOCK/RTP_SESSION_LOCK/
+         Fix a typo in a comment, mainly to avoid confusing autocompletion in
+         text editors.
+
+2019-02-27 16:45:54 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: fix typos and update parameters names in comments
+         Some functions now accept a generic 'gpointer data' parameter because
+         they can work either on a single buffer or a buffer list.
+         However the comments were still referring to the old 'GstBuffer *buffer'
+         parameter, so update the comments to match the actual functions
+         signature.
+
+2019-03-06 16:28:34 +0100  Antonio Ospite <antonio.ospite@collabora.com>
+
+       * gst/rtpmanager/rtpstats.h:
+         rtpstats: fix some fields names in the RTPSourceStats documentation
+         Fix documentation of RTPSourceStats to use the actual fields names.
+
+2019-03-06 17:40:12 +0000  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtp/gstrtpulpfecdec.c:
+         rtpulpfdecdec: only put recovered packet back into storage if not recovered from there
+
+2019-03-06 17:38:03 +0000  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtp/gstrtpulpfecdec.c:
+         rtpulpfecdec: fix buffer leak when packet is recovered from storage
+         Exposed by rtpulpfecdec_recovered_from_storage test.
+
+2019-03-06 17:35:58 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rtpulpfec.c:
+         tests: rtpulpfec: fix buffer leak in unit test
+         This freed wrapped memory instead of the GstMemory or buffer.
+
+2019-03-06 17:33:23 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: fix caps leak
+         Exposed by rtp_h264depay_bytestream() unit test.
+
+2019-03-06 17:28:57 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: rtpjitterbuffer: fix leaks in new test_push_eos() test
+
+2019-03-06 17:26:23 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/meson.build:
+         tests: states: blacklist gtk sinks for state change test
+         gtk_init() throws GLib-GIO-WARNING **: unknown schema extension 'd'
+         unrelated to our test environment.
+
+2019-03-06 17:26:03 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/.gitignore:
+       * tests/examples/rtp/.gitignore:
+         tests: .gitignore more test and example binaries
+
+2019-03-05 15:26:45 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gtkgstglwidget.c:
+         gtkgl: Also try retrieving an EGL context from Gdk with X11
+         Some embedded platforms will use EGL instead of GLX within the X11
+         ecosystem.
+
+2019-03-04 09:07:30 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * meson.build:
+         Back to development
+
+2019-02-25 11:23:56 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix AV1 caps when there's no codec_data
+         There is no "byte-stream" format for AV1 in Matroska, this
+         was probably cargo-culted from H.264. codec_data / CodecPrivate
+         is now mandatory for AV1 in Matroska[*], but there are sample
+         files out there which don't have it (e.g. some Elecard ones).
+         [*] https://github.com/Matroska-Org/matroska-specification/blob/master/codec/av1.md#codecprivate-1
+
+2019-02-28 08:52:28 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/meson.build:
+         meson: don't build icles when tests are disabled
+         They are manual tests, so let them be controlled
+         via the tests option.
+
+2019-02-27 15:39:12 +0100  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: small spell correct
+
+=== release 1.15.2 ===
+
+2019-02-26 11:47:29 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.15.2
+
+2019-02-26 11:47:29 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         Update docs
+
+2019-02-26 11:47:25 +0000  Tim-Philipp Müller <tim@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/fur.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update translations
+
+2019-02-22 12:22:04 -0300  Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: accept Bayer as possible input/output for V4L2 codecs
+         A V4L2 transform codec may input/output data on Bayer format.
+         Add support for that.
+
+2019-02-22 12:22:44 -0300  Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: fix a typo on a debug message at v4l2_calls
+         suppored -> supported
+
+2019-02-25 19:08:08 +1100  Matthew Waters <matthew@centricular.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2dec: also remove the colorimetry and chroma-site fields
+         If a different format is chosen, then these values are incorrect.
+
+2019-02-22 16:02:12 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: Fix EOS forwarding
+         So far we assumed that if all sources are bye, this meant we needed to
+         send an EOS on the RTCP sink. The problem is that this case may happens
+         if we only had one internal source and it detected a collision.
+         So now we limit the EOS forwarding to when there is a send_rtp_sink pad
+         and that this pad has received EOS. We don'tcheck the recv_rtp_sink
+         since the code does not wait for the bye to be send before sending EOS
+         to the RTCP src pad.
+
+2019-02-25 01:12:56 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Declare support for RF64
+         RF64 encode support was added to wavenc quite some time
+         ago, but not declared in wavparse. It seems wavparse can
+         decode it though, so add it to the sink pad.
+         The RF64 support was added in
+         https://bugzilla.gnome.org/show_bug.cgi?id=735627
+
+2019-02-12 18:28:40 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         rtp: Add property to disable RTCP reports per internal rtpsource
+         This is useful when implementing custom retransmission mechanism like
+         RIST to prevent RTCP from being produces for the retransmitted SSRC.
+         This would also be used in general for various purpose when customizing
+         an RTP base pipeline.
+
+2019-02-12 18:26:21 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Emit on-new-sender-ssrc for RTX ssrc also
+
+2019-01-15 18:04:09 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtp jitterbuffer test: Test for queue filling
+
+2019-01-11 17:53:43 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         rtpjitterbuffer: Limit size to 2^15 packets
+         If it goes over 2^15 packets, it will think it has rolled over
+         and start dropping all packets. So make sure the seqnum distance is not too big.
+         But let's not limit it to a number that is too small to avoid emptying it
+         needlessly if there is a spurious huge sequence number, let's allow at
+         least 10k packets in any case.
+
+2019-02-11 11:33:32 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: There is no automatic reorder threshold
+
+2019-01-30 10:47:49 -0300  Thibault Saunier <tsaunier@igalia.com>
+
+       * ext/pulse/pulsedeviceprovider.c:
+         pulse: Post DEVICE_CHANGED on modification
+
+2018-11-26 13:48:56 -0300  Thibault Saunier <tsaunier@igalia.com>
+
+       * ext/pulse/pulsedeviceprovider.c:
+       * ext/pulse/pulsedeviceprovider.h:
+         pulse: Mark default devices as "default"
+
+2019-02-08 16:10:25 +0000  Ilya Smelykh <ilya.smelykh@gmail.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Use 8kHz sample rate for alaw/mulaw audio
+
+2019-02-07 09:54:31 +0000  Ilya Smelykh <ilya.smelykh@gmail.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: set sample rate to 8KHz for G.711 audio
+
+2019-02-08 13:59:19 +0200  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Only write timecode trak for video
+         Recent changes in ccextractor were attaching timecode meta to the closed
+         caption track. We shouldn't write timecode information for the closed
+         caption trak.
+
+2019-02-05 22:14:18 +0100  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * configure.ac:
+       * ext/vpx/gstvpxdec.c:
+       * ext/vpx/meson.build:
+         vpx: Fix build against libvpx 1.8
+         The deprecated debug visualizer was removed.
+
+2019-02-05 19:41:51 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * tests/check/elements/rtph264.c:
+       * tests/check/elements/rtph265.c:
+       * tests/check/elements/rtpulpfec.c:
+         misc: Fix warnings on Cerbero's mingw (gcc 4.7)
+         error: this decimal constant is unsigned only in ISO C90 [-Werror]
+
+2019-02-06 14:43:18 +0530  Arun Raghavan <arunsr@codeaurora.org>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Deal with not being able to convert a format to caps
+         It is possible that PulseAudio adds formats that are not yet supported
+         in pulsesink, and in those cases, we want to gracefully skip them rather
+         than cause an assert on a NULL caps.
+
+2019-01-17 09:22:18 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Remove trailing '\n' in debug
+
+2019-02-05 15:27:49 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtgl.h:
+         qmlgl: Fix opengl header guard changes again
+         Reapply 3d708a5bfa8961cc37671bc3226976dfc9ba50ad in the correct place
+         after the iOS additions.
+
+2019-02-02 02:29:10 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: use the correct segment seqnum
+
+2019-02-02 02:26:47 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: use the correct segment seqnum
+
+2019-02-02 02:24:01 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpsession.h:
+         rtpsession: use the correct segment seqnum
+
+2019-01-26 10:35:31 -0300  Thibault Saunier <tsaunier@igalia.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Do not error out if the first added and chained pad is not linked
+         And let it the oportunity to get its other pad linked
+         Example:
+         ```
+         $ gst-launch-1.0 uridecodebin uri=file:///home/thiblahute/gst-validate.save/gst-integration-testsuites/testsuites/../medias/defaults/flv/819290236.flv caps=audio/x-raw expose-all-streams=FALSE ! fakesink
+         Setting pipeline to PAUSED ...
+         Pipeline is PREROLLING ...
+         ERROR: from element /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstFlvDemux:flvdemux0: Internal data stream error.
+         Additional debug info:
+         ../subprojects/gst-plugins-good/gst/flv/gstflvdemux.c(2760): gst_flv_demux_loop (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstFlvDemux:flvdemux0:
+         streaming stopped, reason not-linked (-1)
+         ERROR: pipeline doesn't want to preroll.
+         Setting pipeline to NULL ...
+         Freeing pipeline ...
+         ```
+
+2019-01-16 23:54:25 -0800  Christopher Snowhill <kode54@gmail.com>
+
+       * gst/matroska/webm-mux.c:
+         webmmux: allow resolutions above 4096
+         Modify the caps string to allow width and height greater than 4096.
+         There is no need to restrict it since the matroska format allows the
+         width and height values to be up to eight bytes long, and this also
+         applies to the webm subset of the format.
+         Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/550
+
+2019-02-01 14:27:11 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/meson.build:
+         meson: qmlgl plugin iOS definitions
+         Tested with cross-ios-arm64 and cross-ios-x86, since those two are the
+         only archs shipped with the official Qt binaries.
+
+2019-02-01 14:27:11 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/gstqtgl.h:
+         qt: Don't define GLsync inside gstglfuncs.h
+         This was originally added for fixing conflicting definitions between
+         Android and Qt, but times have changed and now this breaks the build
+         on iOS:
+         [...]/OpenGLES.framework/Headers/ES3/gl.h:1006:48: error: unknown type name 'gst_qt_GLsync'
+         GL_API void           GL_APIENTRY glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values)   OPENGLES_DEPRECATED(ios(7.0, 12.0), tvos(9.0, 12.0));
+         ^
+         ../ext/qt/gstqtgl.h:49:16: note: expanded from macro 'GLsync'
+         #define GLsync gst_qt_GLsync
+         ^
+         6 errors generated.
+         Instead, we simply avoid defining GLsync ourselves if we're using Qt.
+
+2019-02-01 14:27:11 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/meson.build:
+         meson: Fix indentation in qt plugin and add a FIXME comment
+
+2019-01-26 21:02:27 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay; Fix handling of marker on aggregated packet
+         When multiple nals are aggrgated, the marker bit should be associated only
+         with the last NAL of the packet. Otherwise we may break rendering in with
+         AU alignment.
+
+2019-01-26 21:01:08 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: Fix handling or marker on STAP-A
+         Only forward the marker for the last NAL of the STAP-A. Otherwise each NAL
+         endup being assumed to be a full frame which may break rendering.
+         Fixes 557
+
+2019-01-27 09:19:00 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtph265.c:
+         test: h265depay: Add todo for testing aggregate packets with marker
+         We are missing a sample to test this, but a fix has been made, so add a
+         todo.
+
+2019-01-26 20:42:40 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtph264.c:
+         test: rtph264depay: Check handling of STAP-A marker
+         Related to #557
+
+2019-01-31 15:23:43 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * tests/check/meson.build:
+         meson: orc-test is not required
+         This is especially never available on iOS.
+
+2019-01-30 19:44:01 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * meson.build:
+       * tests/check/meson.build:
+         meson: Add support orc fallback
+         Allow fallback to orc subproject if any.
+         Additionally 'dependencies' keyword is removed from find_library,
+         because it's invalid keyword for find_library.
+
+2019-01-17 21:06:54 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+         gdkpixbufdec: always output a TIME segment
+         It makes no sense for a decoder to output a BYTES segment, and
+         many elements one would plug downstream of a video decoder assume
+         the segments they receive are in TIME format, for example this fixes:
+         gst-validate-1.0 filesrc location=opacity01.svg ! gdkpixbufdec ! \
+         videobalance ! videoconvert ! fakesink
+         In that case, videobalance was emitting an assertion when trying to
+         call gst_object_sync_values()
+
+2019-01-29 12:12:51 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/meson.build:
+         meson: Add macOS definitions for qmlgl plugin
+         Tested with Cerbero.
+
+2019-01-29 12:12:51 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/meson.build:
+         meson: Fix building of qmlgl plugin on Android
+         Needs gnustl for C++ STL support, which is the GNU STL on Android API
+         19 and older, and is a wrapper for the llvm-libc++ STL on newer APIs.
+         QtGui C++ templates use GL functions, so GLESv2 is needed at link time
+
+2019-01-24 16:21:12 -0500  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: Allow switching between 1 channel configs
+         regardless of whether they're positioned, since positioning
+         with a 1 channel stream doesn't change anything.
+
+2019-01-22 11:45:49 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * configure.ac:
+         configure.ac: Fix Qt Android integration
+         The Qt Android integration is now signalled with HAVE_QT_ANDROID
+         See: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/merge_requests/86
+
+2018-12-18 14:46:25 -0500  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * ext/soup/meson.build:
+         Meson: fallback to libsoup subproject
+
+2019-01-22 12:52:25 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: detect opengl api from -base .pc files correctly
+         There was a mismatch between the .pc files generated by
+         autotools and by meson that would lead to meson not detecting
+         that opengl api is available even though it is, if -base was
+         built with autotools. The mismatch has now been rectified in
+         -base, so we need to update for that.
+         This is mostly for consistency, this problem didn't seem
+         to affect anything in -good.
+         See https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/871
+
+2019-01-22 09:51:33 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/ximage/meson.build:
+         meson: ximage: check for XShmAttach()
+         Fixes FIXME.
+
+2019-01-22 09:32:31 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson_options.txt:
+       * sys/ximage/meson.build:
+         meson: add options for ximagesrc xshm, xfixes, xdamage checks
+         And rename x11 option to ximagesrc.
+         Fixes #553
+
+2019-01-21 11:53:53 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * ext/qt/README.md:
+         qmlgl: add README.md with information on building for non-linux platforms with qmake
+
+2019-01-19 15:46:41 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * ext/qt/meson.build:
+         qmlgl: meson: fix theoretical support for building for android
+         The android code path is slightly different than the EGLFS one,
+         so I added previously a HAVE_QT_ANDROID define for use with qmake.
+         Here I also add it in meson, although I expect nobody will ever use
+         meson to build this, as it's complicated.
+
+2019-01-19 15:37:45 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * ext/qt/qtplugin.pro:
+         qmlgl: qmake: add support for MacOS target
+
+2019-01-19 15:21:43 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * ext/qt/qtplugin.pro:
+         qmlgl: qmake: remove cerbero's include dir from the include path
+         pkg-config should do it's job here, this is unnecessary and implies using cerbero
+
+2019-01-19 15:19:26 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * ext/qt/gstqtgl.h:
+       * ext/qt/qtplugin.pro:
+         qmlgl: qualify Qt includes with their module and remove module include dir from the .pro file
+         it is perfectly legal to use the <module/class> style of includes with Qt
+         and it avoids the need for having the module's include dir in the include path
+
+2019-01-19 15:10:09 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * ext/qt/qtplugin.pro:
+         qmlgl: qmake: don't link against QtWidgets, it's not used
+
+2019-01-19 15:07:44 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * ext/qt/gstqtglutility.cc:
+       * ext/qt/qtplugin.pro:
+         qmlgl: qmake: fix building for android
+
+2019-01-19 02:39:32 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/meson.build:
+         meson: Generate pkg-config file for qmlgl plugin
+
+2019-01-17 16:26:56 +0100  Victor Toso <me@victortoso.com>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: rtp-payloading avoid -Wmaybe-uninitialized
+         More false positives as both of them are initialized in the line
+         before they are used, wrapped with fail_unless() check.
+
+2019-01-17 16:19:40 +0100  Victor Toso <me@victortoso.com>
+
+       * tests/check/elements/matroskamux.c:
+         tests: matroskamux avoid -Wmaybe-uninitialized
+         False positive for the three variables but some warnings like:
+         ../tests/check/elements/matroskamux.c:875:10:
+         warning: 'chapters_offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
+         *index = chapters_offset;
+         ~~~~~~~^~~~~~~~~~~~~~~~~
+         The above is false positive as there is a gboolean to check if it was
+         initialized or not (found_chapters_declaration).
+
+2018-05-28 14:39:53 +0530  Arun Raghavan <arunsr@codeaurora.org>
+
+       * ext/pulse/pulseutil.c:
+         pulse: Fix format info to caps conversion for PCM
+
+2019-01-18 12:27:34 +0530  Arun Raghavan <arunsr@codeaurora.org>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         Revert "pulsesrc: Move to extended stream API"
+         This reverts commit 4d67d1bd16bcf25acf89d8acd952badcd5b9a657.
+         Using the extended API for the capture path depends on a fix in
+         PulseAudio
+         (https://gitlab.freedesktop.org/pulseaudio/pulseaudio/merge_requests/49).
+         Until then, let's go back to the standard API.
+         Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/552
+
+2019-01-18 14:41:14 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/meson.build:
+         meson: Search for qmake-qt5 before qmake
+         The canonical name for the binary is qmake-qt5, and qmake is the
+         generic name that can also be a qt4 qmake.
+
+2019-01-17 15:30:25 +0100  Guillaume Desmottes <guillaume.desmottes@collabora.com>
+
+       * sys/v4l2/gstv4l2.c:
+         v4l2: mark caps from probe as MAY_BE_LEAKED
+
+2019-01-15 18:06:11 +0100  Guillaume Desmottes <guillaume.desmottes@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: fix cdata caps leaks
+         The cdata structure was freed but not its caps.
+         It was already done in gst_v4l2_video_dec_subclass_init() and
+         gst_v4l2_video_enc_subclass_init().
+
+=== release 1.15.1 ===
+
+2019-01-17 01:59:28 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.15.1
+
+2019-01-17 01:59:28 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         Update docs
+
+2019-01-17 01:59:18 +0000  Tim-Philipp Müller <tim@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/fur.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update translations
+
+2019-01-16 14:11:44 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk/gl: Only unbind buffers/vertex attrib arrays if we can't directly bind the vertex array to 0
+         Binding the vertex array to 0 will unbind everything else already.
+         In the previous order older versions of the Intel GL driver caused
+         errors to be printed for every single call when disabling the vertex
+         attrib arrays after binding the vertex array to 0.
+
+2019-01-16 00:57:46 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/meson.build:
+         meson: enable tests for orc code
+
+2018-11-29 16:07:08 +0100  Patrick Radizi <patrickr@axis.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: send GstRTSPSrcTimeout message on timeout
+         The GstRTSPSrcTimeout message is sent by the rtspsrc when it receives
+         the on-timeout signal from rtpsession. This can be used by an
+         application for error handling.
+         https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/499
+
+2019-01-09 17:52:28 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Handle the encoder metadata the same as metadatacreator
+         And store it in our ENCODER tag.
+
+2019-01-09 17:48:36 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flvmux: Add encoder metadata to the header
+         And also add a property for setting this. By default it has the same
+         value as the metadatacreator metadata.
+         Various software is using encoder instead of metadatacreator, others are
+         using them both for different purposes. As such it's useful to have
+         support for setting both here.
+
+2018-05-28 14:41:05 +0530  Arun Raghavan <arunsr@codeaurora.org>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulsesrc: Move to extended stream API
+         This is needed as a precursor to allowing capture of IEC61937
+         formats. We now also need to include the channel map while converting
+         format info to caps so that a correct channel mask is generated for
+         pulsesrc's caps.
+
+2019-01-09 16:27:16 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * tests/check/elements/rtph265.c:
+         test: rtph265pay: Verify we only mark the last fragment
+
+2019-01-09 16:24:54 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * tests/check/elements/rtph265.c:
+         test: rtph265pay: Use a bigger test frame
+         The existing frame's last slice is too small to be used for
+         fragmentation tests.
+
+2019-01-09 15:59:16 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * tests/check/elements/rtph264.c:
+         test: rtph264pay: Verify we only mark the last fragment
+
+2019-01-09 16:25:36 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: Only mark the last fragment of an AU
+         Commit e721071dcac9f231e5e10b4bb31323658a6cdd1a removed the check for
+         the end of fragmentation. As a result, all fragments of an AU's last
+         NALU were marked.
+
+2019-01-09 15:56:51 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Only mark the last fragment of an AU
+         Commit 4add820cce278213ede3d5fce427ea92e0619b6f removed the check for
+         the end of fragmentation. As a result, all fragments of an AU's last
+         NALU were marked.
+         Potential fix for https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/540
+
+2019-01-09 11:48:52 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Refactor part preparation code and remove "prepared" signal from reader helper object
+         We don't need a special signal anymore but can directly work with
+         async-done
+
+2019-01-09 11:42:36 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxpartreader.h:
+       * gst/multifile/gstsplitmuxsrc.c:
+       * gst/multifile/gstsplitmuxsrc.h:
+         splitmuxsrc: Implement state change asynchronously instead of blocking
+         Blocking in change_state() is a recipe for disaster, even more so if
+         we wait for another thread that also calls into various element API and
+         could then lead to deadlocks on e.g. the state lock.
+
+2019-01-05 23:10:46 +0400  Marc-André Lureau <marcandre.lureau@redhat.com>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: fix checking for invalid stream index
+         PA_INVALID_INDEX, the default value, is unfortunately !0.
+         Setting the volume before the stream is created will put the ring
+         buffer in error state. Unfortunately, that's what spice-gtk does.
+
+2018-12-20 12:14:46 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Split CEA608 buffers correctly so that each output buffer represents a single frame
+
+2018-12-20 11:45:36 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Refactor buffer pushing into its own function
+
+2018-12-20 11:31:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Extract CEA608 framerate from the (first) video stream
+         EA608 closed caption tracks are a bit special in that each sample
+         can contain CCs for multiple frames, and CCs can be omitted and have to
+         be inferred from the duration of the sample then.
+         As such we take the framerate from the (first) video track here for
+         CEA608 as there must be one CC byte pair for every video frame
+         according to the spec.
+         For CEA708 all is fine and there is one sample per frame.
+
+2018-12-30 21:55:28 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * tests/check/meson.build:
+         tests: Enable more unit tests on Windows
+
+2018-12-30 21:54:44 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * tests/check/elements/audioamplify.c:
+       * tests/check/elements/audiodynamic.c:
+       * tests/check/elements/audioinvert.c:
+       * tests/check/elements/audiopanorama.c:
+       * tests/check/elements/avimux.c:
+       * tests/check/elements/avisubtitle.c:
+       * tests/check/elements/capssetter.c:
+       * tests/check/elements/level.c:
+       * tests/check/elements/matroskamux.c:
+       * tests/check/elements/multifile.c:
+       * tests/check/elements/qtdemux.h:
+       * tests/check/elements/qtmux.c:
+       * tests/check/elements/rtp-payloading.c:
+       * tests/check/elements/shapewipe.c:
+       * tests/check/elements/spectrum.c:
+       * tests/check/elements/splitmux.c:
+       * tests/check/elements/udpsrc.c:
+       * tests/check/elements/videobox.c:
+       * tests/check/elements/videocrop.c:
+       * tests/check/elements/videofilter.c:
+       * tests/check/elements/videomixer.c:
+       * tests/check/elements/wavpackparse.c:
+       * tests/check/elements/y4menc.c:
+       * tests/check/generic/states.c:
+         tests: Remove pointless unistd.h include
+
+2018-12-26 20:27:58 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Don't leak allocated index memory
+         Don't forget to free returned memory from _search_pos()
+
+2018-12-25 15:31:44 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/files/Makefile.am:
+         tests: dist new rtph265.rtp file
+         Fixes make distcheck.
+
+2018-12-25 14:51:38 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * gst/audiofx/Makefile.am:
+       * gst/audiofx/audiofx.c:
+       * gst/audiofx/gststereo.c:
+       * gst/audiofx/meson.build:
+         audiofx: add stereo element which was moved from -bad to build
+         Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/457
+
+2018-12-25 13:07:23 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+         Move stereo plugin from -bad
+         https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/457
+
+2018-12-22 17:55:51 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Offset correction for track language code parsing
+         The duration field being a uint64, is stored in 8 bytes, not 4. So the offset of
+         the following field, language code, needs to be updated accordingly so that the
+         parsed language code is not garbage.
+
+2018-12-21 10:59:22 +0100  Juan Navarro <juan.navarro@gmx.es>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Accept NULL for "port-range" property
+         The documentation of "port-range" implies that passing NULL should be
+         valid, but currently it is not. Without this check, the sscanf() call
+         will crash.
+
+2018-12-19 14:28:54 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/rtpbundle.c:
+       * tests/check/meson.build:
+       * tests/examples/rtp/.gitignore:
+       * tests/examples/rtp/Makefile.am:
+       * tests/examples/rtp/client-rtpbundle.c:
+       * tests/examples/rtp/meson.build:
+       * tests/examples/rtp/server-rtpbundle.c:
+         Revert "rtpbin: receive bundle support"
+         This reverts commit dcd3ce9751cdef0b5ab1fa118355f92bdfe82cb3.
+         This functionality was implemented for gstopenwebrtc, but it
+         turned out this was not actually needed for webrtc bundling
+         support, as shown in webrtcbin. It also doesn't correspond
+         to any standards.
+         This is an API break, but nothing should actually depend on
+         this, at least not for its initial purpose.
+         Changes in rtpbin.c were reverted manually, to preserve some
+         refactoring that had occurred in the original commit.
+         Fixes #537
+
+2018-12-19 11:36:37 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph265pay.c:
+         rtph264pay/rtph265pay: Fix use after free
+         We can't assume a buffer that has been pushed in the adapter is still
+         valid. This fixes a use after free detect when running test on jenkins.
+
+2018-12-19 22:51:11 +0900  KimTaeSoo <myrandy1@gmail.com>
+
+       * tests/check/pipelines/tagschecking.c:
+         tagschecking: Use gst_message_parse_warning in case of GST_MESSAGE_WARNING
+         Bus message handler of tags checking unit test uses gst_message_parse_error()
+         in case of GST_MESSAGE_ERROR and GST_MESAGE_WARNING.
+         If gst_message_parse_error() is called in case of GST_MESSAGE_WARNING, assert occurs.
+         So modified to use gst_message_parse_warning() in case of GST_MESSAGE_WARNING.
+
+2018-12-19 09:51:10 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/Makefile.am:
+         test: rtph264/265: Add libgstrtp in auto-tool makefile
+
+2018-12-18 12:43:30 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtph265.c:
+       * tests/check/meson.build:
+       * tests/files/h265.rtp:
+         test: rtph265: Copy and port tests from rtph264
+         This copy and port all the relevant tests from rtph264.
+
+2018-12-14 17:54:36 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtph264.c:
+         test: rtph264depay: Check the marker is converted to flag
+
+2018-12-14 17:53:17 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtph264.c:
+         test: rtph264depay: Check that EOS drains the depayloaded
+         In AU mode, the depayloader may have accumulated NALs, test that
+         these NALs are drained and not dropped.
+
+2018-12-14 15:30:21 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtph264.c:
+         test: rtph264pay: Add tests for marker bit
+         Test that marker bit is transferred when input buffer has the
+         marker flag set but also that it's set whenever the payloader
+         receives complete AU.
+
+2018-12-13 15:57:24 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtph264.c:
+         test: rtph264pay: Verify slices timestamp
+         This test make sure that timestamps are properly transfered
+         to each NALU.
+
+2018-12-04 16:06:15 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/rtph264.c:
+       * tests/check/meson.build:
+         test: rtph264pay: Add reserved nals test
+
+2018-12-18 13:16:44 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: Don't wait for next nal when input is aligned
+         This is the same as what was done on rtph264pay in the patch
+         d5d28055c1e816e90e8c2d1151816b0c3e760ff3
+
+2018-12-18 12:53:15 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: Drain on EOS event
+
+2018-12-18 12:50:40 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: Factor out the code that push
+         This will be needed to implement draining on EOS.
+
+2018-12-17 16:48:53 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: Drain on EOS event
+
+2018-12-14 18:19:42 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: Factor out the code that push
+         This will be needed to implement draining on EOS.
+
+2018-12-14 15:51:51 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph265pay.c:
+         rtph26xpay: Remove unused IS_ACCESS_UNIT macro
+         This macro is not longer used. It was secretly checking if that nal was
+         a slice, and confusingly name to that one may think it was checking if
+         the nal is an AUD.
+
+2018-10-03 14:14:17 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: Fix reading timestamps from adapter
+         The code was reading the timestamp from the adapter before pushing the
+         new buffer into it. As a side effect, if the adapter was empty, we'd end
+         up using an older timestamp. In alignment=au, it means that all
+         timestamp was likely one frame in the past, while in alignment=nal, with
+         multiple slices per frame, the first slice would have the timestamp of
+         the previous one.
+
+2018-10-03 13:46:08 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265pay: Forward the marker bit as buffer flag
+         We have a buffer flag to represent the marker bit (when present).
+         Forward this bit by setting the buffer flag accordingly.
+
+2018-10-03 13:44:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: Properly set the marker bit
+         The marker bit is used for efficient decoding. The assumption that
+         it should be set on the AUD is wrong, since the AUD is conceptually
+         starts the frame, while the marker is to indicate the end.
+         So properly set the marker bit as soon as we know we are ending an
+         AU and also whenever upstream have set the GST_BUFFER_FLAG_MARKER
+         flag.
+
+2018-09-25 11:49:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Fix reading timestamps from adapter
+         The code was reading the timestamp from the adapter before pushing the
+         new buffer into it. As a side effect, if the adapter was empty, we'd end
+         up using an older timestamp. In alignment=au, it means that all
+         timestamp was likely one frame in the past, while in alignment=nal, with
+         multiple slices per frame, the first slice would have the timestamp of
+         the previous one.
+
+2018-09-24 15:31:12 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Properly set the marker bit
+         The marker bit is used for efficient decoding. The assumption that
+         it should be set on the AUD is wrong, since the AUD is conceptually
+         starts the frame, while the marker is to indicate the end.
+         So properly set the marker bit as soon as we know we are ending an
+         AU and also whenever upstream have set the GST_BUFFER_FLAG_MARKER
+         flag.
+
+2018-09-24 15:27:41 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: Forward the marker bit as buffer flag
+         We have a buffer flag to represent the marker bit (when present).
+         Forward this bit by setting the buffer flag accordingly.
+
+2018-09-21 20:22:43 +0000  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Protect against use of reserved NAL types
+         Don't allow external encoder to use one of the reserved NAL type
+         implicated in NAL aggreation. These out-of-spec NAL types, if passed
+         from the outside world will lead to an invalid RTP payload being
+         created.
+
+2018-12-07 21:46:12 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * meson.build:
+       * tests/check/meson.build:
+       * tests/meson.build:
+         tests: Enable unit test on Windows
+         Allow run some unit tests on Windows.
+         * Remove hardcoded path separator in whitelist env for Meson to choose
+         OS-specific separator automatically (i.e., ';' for windows and ':' for *nix)
+         * Add dependency explicitly for some test cases, otherwise plugins couldn't be
+         loaded on uninstalled environment of Windows.
+
+2018-12-18 20:39:40 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * meson.build:
+       * tests/check/meson.build:
+         meson: Prefer to use join_paths() over '/'
+         ... to avoid mixing '/' and '\' in a path string on Windows.
+
+2018-12-17 18:04:37 +0000  Jonny Lamb <jonnylamb@jonnylamb.com>
+
+       * tests/check/elements/rtpulpfec.c:
+         rtpulpfec: stop and start the harness when setting error-after
+         gstreamer!55 makes some changes to how the `error-after` counter works
+         which breaks this test. This change makes the test not rely on the
+         ability to alter `error-after` at runtime and explicitly stops and
+         starts the harness before pushing data.
+         An alternative would be to add another argument to
+         `harness_rtpulpfecdec` to set `error-after` on construction but that's
+         slightly more long-winded. so I went for this approach instead.
+         Fixes #532, even though that's already closed.
+
+2018-12-17 18:59:34 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/rtpaux.c:
+       * tests/check/meson.build:
+         tests: remove rtpaux test
+         The initial mission statement for this test was:
+         * demonstrate usage of the request-aux-* signals in rtpbin
+         * test the rtx elements
+         We have examples that serve the first use case, and better
+         (harnessed) tests for the second use case.
+         This test is slow and racy, it served its purpose but can now
+         be removed.
+         Fixes #533
+
+2018-12-17 19:18:43 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: check difference in time from the last socket read before changing blocksize
+         If the pipeline consumes the data slower than the available network speed,
+         for example because sync=true, is useless to increase the blocksize and
+         reading in too big blocksizes can cause the connection to time out
+         Closes #463
+
+2018-08-08 09:27:09 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Avoid code duplication
+         The function gst_v4l2_object_add_interlace_mode() has repeating code so
+         it's best use a loop instead. That will make it easy and simple to add
+         additional interlace modes in a following patch.
+
+2018-06-27 23:20:33 +0200  Zeeshan Ali <zeenix@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Make use of gst_video_interlace_mode_to_string()
+         Instead of a custom map to translate the interlace modes to strings, let's
+         make use of the base API provided.
+
+2018-12-17 13:45:36 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+         osxcoreaudio: fix typo
+         kAudioFormatFlagIsSignedInteger is a format flags
+         Closes #394
+
+2018-12-17 09:33:39 +0100  Edward Hervey <edward@centricular.com>
+
+       * ext/qt/gstqtgl.h:
+         qtgl: Handle OPENGL header guard changes
+         In 2018 khronos changed the gl header guards. If we don't detect
+         this properly we would end up with plenty of symbol redifinition
+         (since we would be importing twice the "same" header).
+         Instead detect if the "newer" header was already included and if
+         so define the "old" define to avoid this situation
+         Fixes #523
+
+2018-12-10 17:34:03 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/qtdemux.c:
+         isomp4: Replace GST_VIDEO_CAPTION_TYPE_CEA608_IN_CEA708_RAW with CEA608_S334_1A
+         For the demuxer we have to select line offset 0 for the time being as
+         this information is not passed over MOV.
+
+2018-12-13 20:45:23 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer tests: Validate the number of buffers
+
+2018-12-13 19:17:43 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Run all timers immediately on EOS
+         When the EOS event is received, run all timers immediately and avoid
+         pushing the EOS downstream before this has been run. This ensures that
+         the lost packet statistics are accurate.
+
+2018-12-13 19:16:11 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer test: Stop jitterbuffer before pads to avoid race
+         The teardown of the pads checks the refcount, but there are timers
+         inside the jitterbuffer that can push things, so if we're not lucky,
+         things could be pushed while the pads are being shut down. Putting the
+         jitterbuffer to NULL first avoids this.
+
+2018-11-22 10:41:29 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Stop waiting after EOS
+         After EOS is received, it is pointless to wait for further events,
+         specially waiting on timers. This patches fixes two cases where we could
+         wait instead of returning GST_FLOW_EOS and trigger a spin of the loop
+         function when EOS is queued, regardless if this EOS is the queue head or
+         not.
+
+2018-10-27 13:41:46 +0200  Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: Use new channel count for audio info
+
+2018-10-27 13:36:16 +0200  Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: Caps may have changed on FLAC metadata change
+         If the decoder signals metadata change we need to update the output
+         format and negotiate with downstream elements.
+
+2018-10-27 13:28:56 +0200  Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: Reset decoder on set_format()
+         Any call to set_format() could mean that the stream type changed so we
+         reset the decoder and mark got_headers FALSE.
+
+2018-12-05 18:42:55 +0100  Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: On sink caps change restart parser
+         Draining the parser is not enough here, on caps change we need to
+         reset it so it is ready to accept new caps.
+
+2018-12-04 18:50:51 +0100  Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         rtpgstdepay: Update pad caps if inline caps change
+         If the inlined caps change while using the same CV we need to update the
+         source pad caps.
+
+2018-12-14 12:21:58 +0900  Justin Kim <jeongseok.kim@sk.com>
+
+       * sys/osxvideo/meson.build:
+         osxvideo: meson: Add dependencies by using appleframeworks
+         Otherwise, it fails to link.
+         gst-build#13
+
+2018-12-07 19:09:30 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/cairo/gstcairooverlay.c:
+         cairooverlay: Optimize premultiplication/unpremultiplication loops
+         Pull in video frame fields into local variables. Without this the
+         compiler must assume that they could've changed on every use and read
+         them from memory again.
+         This reduces the inner loop from 6 memory reads per pixels to 4, and the
+         number of writes stays at 3.
+
+2018-12-05 19:37:13 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Put framerate into the closedcaption caps if it can be calculated from the stream
+         Using the same calculation used for video streams.
+
+2018-12-05 19:31:25 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Set timescale of closedcaption tracks to the one of the main video track
+
+2018-12-05 17:24:13 -0300  Thibault Saunier <tsaunier@igalia.com>
+
+       * common:
+         Automatic update of common submodule
+         From ed78bee to 59cb678
+
+2018-11-19 18:20:52 +0000  Maciej Wolny <maciej.wolny@codethink.co.uk>
+
+       * gst/flv/gstflvmux.h:
+       * sys/v4l2/gstv4l2allocator.h:
+         Remove duplicate declarations
+         This causes 'redefinition of typedef ...' errors on GCC 4.5.3
+
+2018-11-30 23:56:12 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+         tests: rtpssrcdemux: fix uninstalled autotools build and distcheck
+
+2018-11-30 19:29:30 +0100  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: set need_segment after a second moov
+         stream.segment should be updated with the values of the current edit
+         list, also when a new `moov` is received. Unfortunately this was not
+         being the case because of an early return.
+         As a consequence of this bugs, no end of movie clipping was being
+         performed on the new moov and no segment event was being emitted.
+         When performing stream switching (e.g. in MSE) the new moov may have a
+         different edit list. This is often the case when switching between
+         baseline H.264 (which lacks B-frames) and more demanding profiles. For
+         this reason it's important to emit a new segment in order to be able
+         to get matching stream times.
+
+2018-11-29 22:42:34 +0100  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Initialize QtDemuxStream.segment in its constructor
+         This patch moves the initialization of QtDemuxStream.segment from
+         gst_qtdemux_add_stream() to _create_stream(). This ensures the segment
+         is always initialized when the stream is created.
+         Otherwise the segment format is left as GST_FORMAT_UNDEFINED in the case
+         were a track is reparsed and qtdemux_reuse_and_configure_stream() is
+         called instead of gst_qtdemux_add_stream(). (See
+         qtdemux_expose_streams() in the non streams-aware case.)
+
+2018-11-29 13:48:33 +0100  Miguel Paris <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: properly handle rtcp_feedback_retention_window
+         - Consider GST_CLOCK_TIME_NONE as not to be used.
+         - Complete "rtcp-feedback-retention-window" property getter/setter
+         implementation.
+
+2018-11-29 13:02:53 +0100  Miguel Paris <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         rtpsource: properly prune RTCP packets out of feedback_retention_window
+         Closes #522
+
+2018-11-29 13:01:44 +0100  Miguel Paris <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: properly compare buffer PTSs
+
+2018-11-29 12:58:18 +0100  Miguel Paris <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: retain_rtcp_packet: warning if invalid running_time
+
+2018-11-29 12:55:38 +0100  Miguel Paris <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: properly set the running_time for rtcp packet info
+
+2018-11-29 14:54:06 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Rename confusingly name lock macros
+         This is an extra internal recurisve lock use to avoid having to take
+         both sink pad streams lock all the time. This patch renamed it
+         INTERLNAL_STREAM_LOCK/UNLOCK() to avoid confusion with possible upstream
+         GST_PAD API.
+
+2018-11-28 17:14:11 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Hold on internal stream lock while pushing sticky
+         This reverts "6f3734c305 rtpssrcdemux: Only forward stick events while
+         holding the sinkpad stream lock" and actually hold on the internal
+         stream lock. This prevents in some needed case having a second
+         streaming thread poping in and messing up event ordering.
+
+2018-11-27 17:10:57 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtpssrcdemux.c:
+       * tests/check/meson.build:
+         test: rtpssrcdemux: Test event forwarding
+         This the first unit test of this element. It adds a test that verify
+         that events are forwarded correctly.
+
+2015-11-04 12:52:17 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix handling of MS ACM audio
+         Pass riff codec-data as strf, not strd, which is where
+         gst_riff_create_audio_caps() expects the WAVEFORMATEXTENSIBLE
+         data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757583
+         Fixes #234
+
+2018-11-28 05:52:16 +0200  Jordan Petridis <jordan@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/udp/gstudpsrc.c:
+       * sys/v4l2/gstv4l2jpegenc.c:
+       * tests/check/elements/rtpmux.c:
+       * tests/check/elements/rtpsession.c:
+         Run gst-indent through the files
+         This is required before we enabled an indent test in the CI.
+         https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/33
+
+2018-11-26 08:10:24 -0300  Thibault Saunier <tsaunier@igalia.com>
+
+       * gst/videocrop/gstaspectratiocrop.c:
+         aspectcropration: Fix potential unref of NULL pointer
+
+2018-11-25 11:31:11 -0300  Thibault Saunier <tsaunier@igalia.com>
+
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstaspectratiocrop.h:
+         aspectcropratio: Set caps from the streaming thread on property changes
+         Otherwise it might lead to deadlocks
+         See https://gitlab.gnome.org/GNOME/pitivi/issues/2259
+         Closes #518
+
+2018-11-23 14:01:35 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Forward serialized events to all pads
+         While forwarding serialized event, we use gst_pad_forward() function.
+         In the forward callback (GstPadForwardFunction) we always return
+         TRUE. Returning true there will stop the dispatching procedure. As a
+         side effect, only one events is receiving the events. This breaks
+         when sending EOS from the applicaiton, it also breaks the latency
+         tracer.
+
+2018-11-24 19:13:28 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * meson.build:
+         meson: Specify encoding to UTF-8 when building with MSVC
+         Use build arguments consistent with core and -base. This can also
+         remove noisy "C4819" warning of non-us locale MSVC.
+
+2018-11-21 15:11:00 -0500  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * meson.build:
+         Check for zlib header
+
+2018-11-21 18:53:39 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Properly fix Android build
+         The previous patch did not even compile on any possible platform or C
+         standard. That commit also didn't have a proper commit message.
+         Android ships Linux with a different signature for ioctl. They first
+         released an ioctl with int as request type, and later "fixed" it by
+         adding an override with unsign, which is still not matching Linux and
+         BSD implementation which uses unsigned long int.
+
+2018-11-21 16:11:02 -0500  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * sys/v4l2/gstv4l2object.h:
+         Fix ioctl() signature on Android
+
+2018-10-09 16:43:08 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * meson.build:
+         Fix zlib detection when there is no pkg-config file
+
+2018-11-19 20:05:39 +0530  Arun Raghavan <arunsr@codeaurora.org>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulse: Expose the correct max rate that we support
+         PulseAudio defines PA_RATE_MAX as the maximum sampling rate that it
+         supports. We were previously exposing a maximum rate of INT_MAX, which
+         is incorrect, but worked because nothing was really using a rate greater
+         than 384000 kHz.
+         While playing DSD data, we hit a case where there might be very high
+         sample rates (>1MHz), and pulsesink fails during stream creation with
+         such streams because it erroneously advertises that it supports such
+         rates.
+         Since PA_RATE_MAX is #define'd to (8*48000U), we can't just use it in
+         the caps string. Instead, we fix up the rate to what we actually support
+         whenever we use our macro caps.
+
+2018-11-14 08:57:55 +0100  Alicia Boya García <aboya@igalia.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: Defer seeks received before GST_MATROSKA_READ_STATE_DATA
+         This patch enables matroskademux to receive seeks before it reaches
+         GST_MATROSKA_READ_STATE_DATA.
+         Closes https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/514
+         This also enables receiving seeks in the element READY state.
+         When such a seek is received, it is stored to be later handled when
+         GST_MATROSKA_READ_STATE_DATA is reached.
+
+2018-10-16 12:38:46 +0200  Linus Svensson <linussn@axis.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+         rtpsession: Implement reset
+         Reset RTPSession when rtpsession changes state from PAUSED to READY.
+         Without this change, a stored last_rtptime in RTPSource could interfere
+         with RTP timestamp generation in RTCP Sender Report.
+         Fixes #510
+
+2018-11-06 15:05:54 +0100  Linus Svensson <linussn@axis.com>
+
+       * tests/check/elements/rtpsession.c:
+         rtpsession: test: Plug memory leak
+
+2018-11-13 00:37:11 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpfunnel.c:
+       * gst/rtpmanager/gstrtpfunnel.h:
+         rtpfunnel: Stop using G_DECLARE_FINAL_TYPE
+         Fixes #516
+
+2018-11-12 13:42:29 +0200  Jordan Petridis <jordan@centricular.com>
+
+       * .gitlab-ci.yml:
+         Add Gitlab CI configuration
+         This commit adds a .gitlab-ci.yml file, which uses a feature
+         to fetch the config from a centralized repository. The intent is
+         to have all the gstreamer modules use the same configuration.
+         The configuration is currently hosted at the gst-ci repository
+         under the gitlab/ci_template.yml path.
+         Part of https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/29
+
+2018-10-18 22:23:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Read driver selected interlace mode
+         If there was no interlace-mode field in the caps. Read back the value
+         selected by the driver. This way, if the driver does not support
+         progressive, then it will automatically negotiate the returned mode
+         unless this mode is not supported by GStreamer.
+         This method was already used for colorimetry. Just like colorimetry, the
+         interlace mode is not longer probed by v4l2src dues to performance
+         issues.
+         Fixes #511
+
+2018-05-17 21:58:25 +1000  Matthew Waters <matthew@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska: implement preliminary support for the bitrate query
+         Return the size / total duration as a ballpark estimate.
+         https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/60
+
+2018-05-17 21:53:56 +1000  Matthew Waters <matthew@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         isomp4: add preliminary support for the bitrate query
+         Return the upstream size over the duration as a first estimate.
+         https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/60
+
+2018-11-06 23:02:21 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Sink jitterbuffer/storage before passing as parameters to signals
+         Otherwise signal handlers from bindings will take ownership of them as
+         they are still floating, and we won't own a reference inside rtpbin
+         anymore.
+         Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/515
+
+2018-10-27 18:00:52 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * tests/check/elements/flvmux.c:
+         flvmux: Test that timestamps are always increasing
+         Decreasing timestamps break rtmpsink.
+         With contributions from Olivier Crête.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796382
+
+2018-10-27 19:27:12 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flvmux: Force timestamps to always be increasing
+         https://bugzilla.gnome.org/show_bug.cgi?id=796382
+
+2018-11-05 05:36:26 +0000  Matthew Waters <matthew@centricular.com>
+
+       * .gitmodules:
+         Update common submodule location
+         Remove the git directory
+
+2018-11-05 12:16:46 +0800  Haihao Xiang <haihao.xiang@intel.com>
+
+       * .gitmodules:
+       * gst-plugins-good.doap:
+         Clone the code from gitlab
+         This fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/513
+
+2018-11-01 20:37:12 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Ignore corrupted CTTS box
+         If ctts (CompositionOffsetBox) has larger sample_offset
+         (offset between PTS and DTS) than (2 * duration) of the stream,
+         assume the ctts box to be corrupted and ignore the box.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797262
+
+2018-10-23 09:45:36 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Implement SEGMENT query
+         https://bugzilla.gnome.org/show_bug.cgi?id=797313
+
+2018-10-23 09:42:21 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Implement SEGMENT query
+         https://bugzilla.gnome.org/show_bug.cgi?id=797313
+
+2018-10-28 17:12:59 +0000  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         dtmfsrc: Declare output as interleaved
+         This element doesn't support planar audio yet.
+
+2018-10-28 14:09:21 +0000  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * tests/icles/meson.build:
+         meson: Add some missing test dependencies
+         Without these dependencies, the enumtype may not be generated when the
+         test is built, which will cause a compile failure.
+
+2018-10-28 14:07:54 +0000  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * tests/check/meson.build:
+         meson: Cleanup old FIXMEs that relied on meson changes
+
+2018-10-16 17:28:00 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Allow changing the SDES at runtime
+         Make it possible to modify the SDES in a packet at runtime.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763502
+
+2018-03-01 17:25:07 +0100  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: round to nearest when computing mehd and tkhd duration
+         This fixes a bug where in some files mehd.fragment_duration is one unit
+         less than the actual duration of the fragmented movie, as explained below:
+         mehd.fragment_duration is computed by scaling the end timestamp of
+         the last frame of the movie in (in nanoseconds) by the movie timescale.
+         In some situations, the end timestamp is innacurate due to lossy conversion to
+         fixed point required by GstBuffer upstream.
+         Take for instance a movie with 3 frames at exactly 3 fps.
+         $ gst-launch-1.0 -v videotestsrc num-buffers=3 \
+         ! video/x-raw, framerate="(fraction)3/1" \
+         ! x264enc \
+         ! fakesink silent=false
+         dts: 999:59:59.333333334,  pts: 1000:00:00.000000000, duration: 0:00:00.333333333
+         dts: 999:59:59.666666667,  pts: 1000:00:00.666666666, duration: 0:00:00.333333334
+         dts: 1000:00:00.000000000, pts: 1000:00:00.333333333, duration: 0:00:00.333333333
+         The end timestamp is calculated by qtmux in this way:
+         end timestamp = last frame DTS + last frame DUR - first frame DTS =
+         = 1000:00:00.000000000 + 0:00:00.333333333 - 999:59:59.333333334 =
+         = 0:00:00.999999999
+         qtmux needs to round this timestamp to the declared movie timescale, which can
+         ameliorate this distortion, but it's important that round-neareast is used;
+         otherwise it would backfire badly.
+         Take for example a movie with a timescale of 30 units/s.
+         0.999999999 s * 30 units/s = 29.999999970 units
+         A round-floor (as it was done before this patch) would set fragment_duration to
+         29 units, amplifying the original distorsion from 1 nanosecond up to 33
+         milliseconds less than the correct value. The greatest distortion would occur
+         in the case where timescale = framerate, where an entire frame duration would
+         be subtracted.
+         Also, rounding is added to tkhd duration computation too, which
+         potentially has the same problem.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793959
+
+2018-05-16 14:15:13 +0200  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: print information about bind_error socket error
+         In some cases, a bind error occurs during operation. Printing
+         the information about the problem is critical for finding the
+         conflict
+         https://bugzilla.gnome.org/show_bug.cgi?id=797340
+
+2018-10-17 12:58:08 +0200  Johan Bjäreholt <johanbj@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-read-common.c:
+         matroska-demux: Fix caps memleak
+         https://bugzilla.gnome.org/show_bug.cgi?id=797326
+
+2018-10-11 09:24:53 +0900  Wonchul Lee <w.lee@lge.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: fix typo resurect to resurrect
+         https://bugzilla.gnome.org/show_bug.cgi?id=797273
+
+2018-10-18 12:29:00 +0530  Amit Pandya <apandya@nvidia.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2h265enc.c:
+       * sys/v4l2/gstv4l2h265enc.h:
+       * sys/v4l2/meson.build:
+         v4l2videoenc: Add HEVC support
+         Add HEVC encoder support.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797141
+
+2018-10-19 17:37:28 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         vl42allocator: Don't dup exported dmabufs
+         We can now use the new GstFAllocator to ask the allocator not to close
+         the wrapped FD. This way the dup is no longer needed.
+
+2018-10-19 17:14:15 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Don't dup imported DMABuf FD
+         There is no specific needs to duplicate the FD. Unlike the exportation,
+         we don't depend on code that will call close. This will make debugging
+         easyer since the traced FD will match the exporter.
+
+2018-10-23 13:04:34 +0200  Johan Bjäreholt <johanbj@axis.com>
+
+       * gst/matroska/matroska-ids.c:
+         matroska-ids: Fix uninitialized memory in contexts
+         https://bugzilla.gnome.org/show_bug.cgi?id=797327
+
+2018-10-19 17:02:11 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Add property for providing a threshold after which we create an edit list for gaps at the start
+         https://bugzilla.gnome.org/show_bug.cgi?id=797290
+
+2018-10-22 12:21:54 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+         qtmux: Correctly set tkhd width/height to the display size
+         It was previously set to the display aspect ratio, e.g. 4x3, 16x9, etc.
+         but should be set to the display size.
+         This is a regression from e655d47dfce1652630fe8ff5fb6be56370087004
+         (1.5.1) and was correct before that.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797318
+
+2018-10-21 11:15:15 +0900  Yeongjin Jeong <gingerbk247@gmail.com>
+
+       * tests/check/elements/flvmux.c:
+         tests: flvmux: Fix pushing invalid audio caps in tests
+         Previous commit created caps with incorrect aac codec data
+         that did not match the audio channel.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797256
+
+2018-10-20 00:10:04 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix build with GLib versions < 2.54
+         g_ptr_array_find_with_equal_func was introduced in glib 2.54
+         which is a higher version than our minimum required one.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797239
+
+2018-10-17 13:52:20 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * tests/check/elements/rtpsession.c:
+         rtpsession: fix up GHashTable-behavior dependent tests
+         GHashTable iteration order changed in recent GLib,
+         and tests were relying on that.
+         https://mail.gnome.org/archives/desktop-devel-list/2018-October/msg00016.html
+
+2018-10-07 20:07:39 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't switch active streams and old streams ...
+         ... before the old streams is not exposed yet for MSS stream.
+         In case of DASH, newly configured streams will be exposed
+         whenever demux got moov without delay.
+         Meanwhile, since there is no moov box in MSS stream,
+         the caps will act like moov. Then, there is delay for exposing new pads
+         until demux got the first moof.
+         So, following scenario is possible only for MSS but not for DASH,
+         STREAM-START -> CAPS -> (configure stream but NOT EXPOSED YET)
+         -> STREAM-START-> CAPS (configure stream again).
+         In above scenario, we can reuse old stream without any stream reconfigure.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797239
+
+2018-10-07 16:43:34 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Use GPtrArray to store QtDemuxStream structure
+         GPtrArray has less overhead than linked list and the length also
+         can be auto updated by using it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797239
+
+2018-10-07 16:50:45 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Make QtDemuxStream refcounted structure
+         This a prework for porting GPtrArray.
+         Refcounting will help the use of g_ptr_array_new_with_free_func()
+         with QtDemuxStream structure
+         https://bugzilla.gnome.org/show_bug.cgi?id=797239
+
+2018-10-06 20:19:40 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Make function foreach method friendly
+         https://bugzilla.gnome.org/show_bug.cgi?id=797239
+
+2018-07-26 15:25:06 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Only set width/height in caps if they're non-0
+         If they are not valid, then let a downstream parser complete them.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796878
+
+2018-08-16 12:07:30 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix misleading debug line
+
+2018-06-22 16:00:11 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Avoid warning when reporting about decryptors
+         https://bugzilla.gnome.org/show_bug.cgi?id=796652
+
+2018-10-17 14:15:33 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audiofx/meson.build:
+       * gst/deinterlace/meson.build:
+       * gst/videobox/meson.build:
+       * gst/videomixer/meson.build:
+         meson: Replace empty configuration_data() with copy keyword
+         Use 'copy' keyword to avoid meson warning message.
+         Note that 'copy' keyword in configure_file() is available
+         since meson 0.47.0
+         https://bugzilla.gnome.org/show_bug.cgi?id=797298
+
+2018-10-16 15:42:12 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Do not hardcode frames_of_daily_jam
+         Apart from the obvious drawbacks of hardcoding, the drawback here was
+         that, if we subtracted 2 frames (instead of 2.6) from the target running
+         time, we'd request the next keyframe a bit too far into the future,
+         which would make our files split at the wrong position.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797293
+
+2018-10-02 19:32:47 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Allow up to 1% of frame rate for lateness
+         https://bugzilla.gnome.org/show_bug.cgi?id=797290
+
+2018-09-18 13:15:06 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpfunnel.c:
+         rtpfunnel: fix shutdown
+         By disposing of the ssrc_to_pad map in finalize instead of
+         dispose.
+
+2017-10-18 11:14:36 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtpmanager/gstrtpfunnel.c:
+       * gst/rtpmanager/gstrtpfunnel.h:
+       * gst/rtpmanager/gstrtpmanager.c:
+       * gst/rtpmanager/meson.build:
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtpfunnel.c:
+       * tests/check/meson.build:
+         Initial commit of GstRtpFunnel
+         For funneling together rtp-streams into a single session.
+         Use-cases include multiplexing and bundle.
+
+2018-10-12 22:33:15 +0900  Yeongjin Jeong <gingerbk247@gmail.com>
+
+       * tests/check/elements/flvdemux.c:
+         tests: flvdemux: Add new test for channel detect using aac codec-data
+         https://bugzilla.gnome.org/show_bug.cgi?id=797275
+
+2018-10-11 16:36:17 +0900  Yeongjin Jeong <gingerbk247@gmail.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Use aac codec-data to adjust channels if needed
+         Flv does not support various channels in AAC stream format, for example
+         flvdemux detect an audio channels of 2(stereo) when the AAC really is 1(mono).
+         https://bugzilla.gnome.org/show_bug.cgi?id=797275
+
+2018-10-11 14:31:20 +0900  Yeongjin Jeong <gingerbk247@gmail.com>
+
+       * tests/check/elements/flvmux.c:
+         tests: flvmux: Add new test for caps change after starting to write headers
+         https://bugzilla.gnome.org/show_bug.cgi?id=797256
+
+2018-10-05 17:16:26 +0900  Yeongjin Jeong <gingerbk247@gmail.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flvmux: Don't refuse caps changes after starting to write headers in streamable mode.
+         Flv does support changing the stream type and stream properties
+         after the headers were started to be written, and for example H264
+         codec_data changes can be supported.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797256
+
+2018-10-11 13:55:01 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Fix if condition in drop-frame timecode wrap-around
+         Was previously: if ( x | y && a == b). Changed it into if ((x & y) && (a
+         == b)).
+
+2018-10-09 16:39:11 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Subtract daily jam offset when day wraps around
+         For drop-frame framerates, when the expected next max timecode wraps
+         around at the end of the day, we have to subtract the offset of the
+         daily jam, otherwise we end up with a duration that's a few frames too
+         long.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797270
+
+2017-09-25 14:30:13 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: respect downstream "timestamp-offset" in caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795162
+
+2016-06-07 14:38:19 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: cleanup ssrc-handling code a bit
+         And add some better logging.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795162
+
+2016-05-04 11:48:04 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: protect against NULL caps
+         Due to state-changes deactivating the pad from another thread,
+         this can happen.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795162
+
+2015-07-22 09:47:22 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: property should overrule both upstream and downstream
+         https://bugzilla.gnome.org/show_bug.cgi?id=762213
+         https://bugzilla.gnome.org/show_bug.cgi?id=795162
+
+2018-10-08 20:45:08 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: use new 'python' module instead of deprecated
+         https://github.com/mesonbuild/meson/pull/4169
+
+2018-10-08 20:35:15 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/examples/gtk/meson.build:
+         meson: only build gtk gl examples if gst-gl was found
+         And fix typo in glliveshader example binary name.
+
+2018-10-03 16:17:22 +0200  Peter Körner <git@mazdermind.de>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: accept pads named 'sink' on the muxer, handle static pads as well
+         https://bugzilla.gnome.org/show_bug.cgi?id=797241
+
+2018-09-25 17:44:15 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/cairo/gstcairooverlay.c:
+       * ext/cairo/gstcairooverlay.h:
+         cairooverlay: Don't map input buffers if we just attach the overlay as meta
+         https://bugzilla.gnome.org/show_bug.cgi?id=797091
+
+2018-09-25 17:02:26 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/cairo/gstcairooverlay.c:
+       * ext/cairo/gstcairooverlay.h:
+         cairooverlay: Add overlay as meta to the buffers if we can
+         This requires that downstream supports it and
+         draw-on-transparent-surface is enabled.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797091
+
+2018-09-25 15:34:40 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/cairo/gstcairooverlay.c:
+         cairooverlay: Pre-multiply and un-premultiply alpha in case of ARGB32
+         Cairo expects pre-multiplied alpha, we work on un-premultiplied alpha.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797091
+
+2018-09-25 15:31:20 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/cairo/gstcairooverlay.c:
+       * ext/cairo/gstcairooverlay.h:
+         cairooverlay: Add property for drawing on a transparent surface and then blending
+         This allows us to use the GstVideoOverlayComposition API and correctly
+         handle pre-multiplied alpha, while also only doing the alpha conversion
+         once instead of twice for the whole frame.
+         At a later point we can attach the meta to the buffer instead of
+         blending ourselves if downstream supports that.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797091
+
+2018-10-03 17:34:49 +0200  Thibault Saunier <tsaunier@igalia.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-read-common.c:
+         matroskdemux: do not use MapInfo.data after unmapping
+         And minor gst-indenting
+
+2018-09-30 19:28:07 +0200  Yacine Bandou <yacine.bandou@softathome.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: Add the WebM encrypted content support in matroskademux
+         This commit:
+         1. Reads the WebM and Matroska ContentEncryption subelements.
+         2. Creates a GST_PROTECTION event for each ContentEncryption, which
+         will be sent before pushing the first source buffer.
+         The DRM system id field in this event is set to GST_PROTECTION_UNSPECIFIED_SYSTEM_ID,
+         because it isn't specified neither by Matroska nor by the WebM spec.
+         3. Reads the protection information of encrypted Block/SimpleBlock and
+         extracts the IV and the partitioning format (subsamples).
+         4. Creates the metadata protection for each encrypted Block/SimpleBlock,
+         with those informations: KeyID (extracted from ContentEncryption element),
+         IV and partitioning format.
+         5. Adds a new caps for WebM encrypted content named "application/x-webm-enc",
+         with the following new fields:
+         "encryption-algorithm": The encryption algorithm used.
+         values: "None", "DES", "3DES", "Twofish", "Blowfish", "AES".
+         "encoding-scope": The field that describes which Elements have been modified.
+         Values: "frame", "codec-data", "next-content".
+         "cipher-mode": The cipher mode used in the encryption.
+         Values: "None", "CTR".
+         https://bugzilla.gnome.org/show_bug.cgi?id=765275
+
+2018-09-26 17:43:05 +0300  John Nikolaides <jnikolaides@toolsonair.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Added a split-at-running-time action signal
+         The video file can now be split at an arbitrary time, given by the user
+         as an argument to the action signal.
+         https://bugzilla.gnome.org/show_bug.cgi?id=787922
+
+2018-09-21 19:47:44 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gdepay.h:
+         rtpmp4gdepay: detect broken senders who send AAC with ADTS frames
+         Strip ADTS headers if we detect any, apparently some Sony cameras
+         send AAC with ADTS headers. We could also change the stream-format
+         in the output caps, but that would be unexpected to pipeline builders
+         and would not exactly be backwards compatible.
+
+2018-09-21 18:17:25 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpmp4gdepay.c:
+         rtpmp4gdepay: factor out pushing of output buffer
+
+2018-09-26 13:29:42 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: Allow ANY capsfeatures
+
+2018-09-26 00:06:09 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+         docs: update for git master
+
+2018-06-22 12:05:17 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: PIFF track encryption box support
+         The PIFF track encryption box is a UUID box containing the default encryption
+         values that should be used for PIFF sample encryption.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796647
+
+2018-09-24 11:45:46 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+         osxaudio: add support for parsing more channel layouts ...
+         ... and fallback to gst_audio_info_set_format for not yet supported layouts.
+         Fix audio playback on iOS 12.
+         Based on patch from Byron Schiel <byron@canary.is>
+         https://bugzilla.gnome.org/show_bug.cgi?id=796919
+
+2018-09-22 17:22:46 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: turn impossible condition into an assert
+         qtdemux_update_streams() is only ever called after checking
+         `qtdemux->streams_aware` is TRUE. There is no need to check for that
+         condition again.
+         `qtdemux->streams_aware` is only modified when the demuxer is
+         hard-resetted, which is mutually exclusive with demuxing, so it cannot
+         be modified during the call.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797191
+
+2018-09-21 22:24:02 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Emit no-more-pads after parsing Tracks
+         Currently matroskademux does not emit no-more-pads until the first
+         Cluster is parsed, even though the Tracks have already been parsed and
+         from that point on there can be no more tracks.
+         This is important in MSE because the browser needs to know when the MSE
+         initialization segment has been completely parsed so that it can expose
+         the tracks to the user. Some applications depend on this been done
+         before they feed frames to the demuxer.
+         As a consequence, historically WebKit has relied on hacks such as
+         listening to the `pad-added` event, which made impossible to support
+         multiple tracks in the same file. Let's fix that.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797187
+
+2018-09-21 20:38:02 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Parse successive Tracks elements
+         This patch allows matroskademux to parse a second Tracks element,
+         erroring out if the tracks are not compatible (different number, type or
+         codec) and emitting new caps and tag events should they have changed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793333
+
+2018-09-21 16:23:57 +0200  Alicia Boya García <aboya@igalia.com>
+
+         matroskademux: Refactor track parsing out from adding tracks
+         This splits gst_matroska_demux_add_stream() into:
+         * gst_matroska_demux_parse_stream(): will read the Matroska bytestream
+         and fill a GstMatroskaTrackContext.
+         * gst_matroska_demux_parse_tracks(): will check there are no repeated
+         tracks.
+         * gst_matroska_demux_add_stream(): creates and sets up the pad for the
+         track.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793333
+
+2017-11-30 20:44:23 +0100  Alicia Boya García <ntrrgc@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Allow Matroska headers to be read more than once
+         This is necessary for MSE, where a new MSE initialization segment may be
+         appended at any point. These MSE initialization segments consist of an
+         entire WebM file until the first Cluster element (not included). [1]
+         Note that track definitions are ignored on successive headers, they must
+         match, but this is not checked by matroskademux (look for
+         `(!demux->tracks_parsed)` in the code).
+         Source pads are not altered when the new headers are read.
+         This patch has been splitted from the original patch from eocanha in [2].
+         [1] https://www.w3.org/TR/mse-byte-stream-format-webm/
+         [2] https://bug334082.bugzilla-attachments.gnome.org/attachment.cgi?id=362212
+         https://bugzilla.gnome.org/show_bug.cgi?id=793333
+
+2018-08-16 21:42:37 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Implement split-after
+         The behaviour of split-now is to output the current GOP after
+         starting a new file.
+         The newly-added split-after signal will output the current GOP
+         to the old file if possible once a new GOP is opened.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796982
+
+2018-09-20 12:12:55 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Don't leak codec_data buffer
+         Use gst_buffer_replace() to prevent buffer leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=797179
+
+2018-09-18 18:13:52 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Set Closed Caption track width/height to that of the first video track
+         Otherwise software like Premiere or Final Cut Pro won't like our files.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797111
+
+2018-09-19 11:45:59 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+       * meson_options.txt:
+         meson: add glib-checks option to disable API guards and such
+         We want this enabled by default, also in releases, but people
+         may want to disable this for performance-critical workloads or
+         on embedded devices.
+
+2018-09-19 11:45:00 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson_options.txt:
+         meson: fix missing closing bracket in option descriptions
+
+2018-09-06 20:10:30 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Initialize caption track language code to 0 instead of "und"
+         Without this, Final Cut considers it "non-standard" and 0 (english) is a
+         good default for closed captions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797111
+
+2018-09-13 03:16:32 +0000  Song Bing <bing.song@nxp.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Add HEVC decoder support
+         https://bugzilla.gnome.org/show_bug.cgi?id=771686
+
+2018-09-13 02:35:39 +0000  Nicolas Dufresne <nicolas@ndufresne.ca>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Move capture probe after input format is set
+         This is to support Amlogic CODEC driver which does not provide a full
+         list of formats when the driver is initially opened. GStreamer does
+         not strictly need this full list initially, but only later, in order
+         to negotiate with downstream if multiple format can be selected.
+         With this change, we will no longer probe twice the device, since the
+         probed list can be directly used for negotation.
+
+2018-09-11 16:46:34 -0300  Ezequiel Garcia <ezequiel@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2: Add a debug message beforing waiting for codec stop
+         Add a debug message right before waiting for the driver.
+         This is useful in order to debug drivers without a properly
+         implemented decoder or encoder stop command.
+
+2018-09-10 13:18:45 -0300  Ezequiel Garcia <ezequiel@collabora.com>
+
+       * sys/v4l2/gstv4l2.c:
+         v4l2: Add a debug message indicating probe operation
+         It's useful to see the v4l2 element running the probe
+         operation, to confirm it's turned on and working.
+
+2018-09-10 13:18:30 -0300  Ezequiel Garcia <ezequiel@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2jpegenc.c:
+       * sys/v4l2/gstv4l2jpegenc.h:
+       * sys/v4l2/meson.build:
+         v4l2: Add JPEG encoding support
+         This commit adds the support for V4L JPEG stateful encoders.
+
+2018-09-10 16:20:52 -0300  Ezequiel Garcia <ezequiel@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2fwhtenc.c:
+       * sys/v4l2/gstv4l2fwhtenc.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/meson.build:
+         v4l2: Add FWHT codec support
+         The recently added vicodec (virtual codec) V4L driver
+         uses the Fast Walsh-Hadamard Transform for encoding
+         and decoding.
+         Add support for it.
+
+2018-09-12 21:28:24 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/ext/v4l2-common.h:
+       * sys/v4l2/ext/v4l2-controls.h:
+       * sys/v4l2/ext/videodev2.h:
+         v4l2: Sync kernel header with linuxtv tree
+         This notably add HEVC and FWHT support, and VP8/9 profiles are now an
+         enumeration and their control exposed as a menu.
+
+2018-09-12 17:24:00 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Allow up to 1 trak timescale unit of lateness in prefill mode
+         For 59.94 FPS, it's common to set 60000 as timescale. For that
+         timescale, if the audio is late by as little as 0:00:00.000016666
+         (definitely less than one audio sample), lateness gets rounded to 1.
+         Added a safeguard that allows lateness up to 1 sample with the specific
+         trak's timescale, to make sure that values less than e.g. one audio
+         sample won't break the prefill mode. What will happen in this case is
+         that the audio will get squeezed back to the video's timestamp, which in
+         practice means that the audio will be 0.000016666 seconds early (with
+         the patch).
+         https://bugzilla.gnome.org/show_bug.cgi?id=797133
+
+2018-09-10 20:20:39 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix indentation
+
+2018-09-11 00:18:32 +0000  Nicolas Dufresne <nicolas@ndufresne.ca>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Protect against zero PAR num/demu
+         This fixes an assertion when the driver implement CROPCAP but does
+         not set the PAR.
+
+2018-09-12 00:52:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audioparsers/gstwavpackparse.c:
+         wavpackparse: fix handling of correction streams
+         Accept wavpack correction streams (.wvc) on sink pad, so
+         that wavpackparse can also be used to packetise correction
+         streams.
+         Fix parsing of subblock ID tags - the higher bits are
+         flags and are not part of the ID. This resulted in
+         correction blocks not being recognised properly and
+         the output not having the right (correction) caps.
+
+2018-09-07 18:47:22 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/speex/meson.build:
+         meson: Explicitly pass -DWIN32 while building speex
+         The speex headers assume that WIN32 will always be defined when
+         building on Windows, but this is only true by default on MinGW.
+         Always set it explicitly.
+
+2018-09-06 13:13:19 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Don't omit streamheader from caps on downstream reconfigure
+         The reconfigured downstream elements (e.g., dynamically added sink element)
+         most likely require the flv streamheader
+         https://bugzilla.gnome.org/show_bug.cgi?id=797089
+
+2018-09-05 16:11:00 -0700  Martin Kelly <mkelly@xevo.com>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: don't store used UIDs
+         Currently, whenever we generate a 128-bit UID, we store it in a list and
+         return 0 if we ever encounter a collision. This is so mathematically
+         improbable that it's not worth checking for, so we can save memory and
+         time by not tracking the UID. Even if a collision happened, a list of
+         only 10 UIDs would be unlikely to detect it.
+         This article has a good description of how improbable a collision is:
+         https://en.wikipedia.org/wiki/Universally_unique_identifier#Collisions
+         https://bugzilla.gnome.org/show_bug.cgi?id=797086
+
+2018-09-06 20:06:10 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Use existing helper function to create "und" language code
+
+2018-09-05 20:15:57 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/meson.build:
+         meson: Don't skip plugins that don't build with MSVC
+         We now have options for all plugins, so we will just disable these in
+         the cerbero recipe instead. These require external deps, so they won't
+         affect gst-build either.
+
+2018-09-03 16:04:33 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/mpg123/gstmpg123audiodec.h:
+         mpg123: Remove ssize_t fallback, not needed anymore
+         The mpg123 headers now contain a definition for ssize_t and building
+         with MSVC fails because of a redefinition for ssize_t
+
+2018-07-31 12:52:36 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Keep sample data from the current fragment only (push mode)
+         This patch clears the sample table whenever the demuxing of a new
+         fragment begins. This avoids increasing memory usage for long videos.
+         This behavior was already present when upstream_format_is_time; this
+         patch extends it to all push mode operation (e.g. Media Source
+         Extensions).
+         https://bugzilla.gnome.org/show_bug.cgi?id=796899
+
+2018-09-01 09:30:23 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * meson.build:
+       * sys/osxaudio/meson.build:
+         meson: Fix osxaudio build on iOS
+         Must define HAVE_IOS, and use appleframeworks dependency to ensure the
+         right frameworks are picked up.
+
+2018-08-22 19:23:53 +0000  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Only offer MMAP/DMABUF pool
+         The propose allocation was offering a pool even in DMABUF_IMPORT or
+         USERPTR mode. These pool are internal only.
+
+2018-08-22 17:51:52 +0000  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2transform.h:
+         v4l2transform: Add "disable-passthrough" property
+         This allow forcing going through the transform driver even if there
+         isn't an conversion happening. This is usedful when the m2m driver can
+         be used to adapt the type of memory between two drivers.
+
+2018-08-31 14:25:09 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Reset frame/tc/caption pointer to NULL after moving it in the history
+
+2018-08-29 09:51:42 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/rtp/gstrtpmp4vpay.c:
+         rtpmp4vpay: Increase ranking
+         Both rtpmp4vpay and rtpmp4gpay support MPEG4 elementary streams. But
+         the most supported variant is the video-specific one (rtpmp4vpay),
+         therefore increase the rank of that one so that auto-plugging of
+         payloaders for MPEG4 elementary streams ends up picking that one
+         and not the generic one.
+
+2018-08-15 12:53:34 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: implement keyframe search also without cluster prev size
+         If we have cluster prev size (GStreamer muxer will write it by default),
+         we can go back to the previous cluster efficiently, but if we don't then
+         just search backwards until we find a cluster ebml identifier, like we
+         do when searching for clusters in the bisection loop.
+
+2018-08-15 12:14:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: make max backtrack distance for keyframe search configurable
+         Add property instead of hardcoding it in the code.
+         In some scenarios such as CCTV variable fps and extra long GOPs are
+         used to minimise storage space, for example. In those cases there might
+         not be any keyframes for many minutes, so provide a property to override
+         the max allowed distance.
+         https://bugzilla.gnome.org/show_bug.cgi?id=790696
+
+2018-08-15 11:49:57 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: set limit how much to backtrack to find a keyframe
+         If we seek without an index and land on a cluster that starts
+         with a delta frame.
+         https://bugzilla.gnome.org/show_bug.cgi?id=790696
+
+2018-08-15 11:25:21 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: no need to search for keyframes for intra-only streams
+         If the video streams are all I-frame only then we don't need to look
+         for a cluster with a keyframe, we can just assume there will be one.
+         https://bugzilla.gnome.org/show_bug.cgi?id=790696
+
+2018-08-15 01:10:32 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: figure out if we have prev_size when starting up
+         This is useful to know in case someone initiates a seek or
+         direction change before we reach the second cluster.
+
+2018-08-08 12:37:54 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: try to ensure keyframe when seeking without index
+         When seeking in pull mode without an index (because there is no index
+         or the file is still being written to) we bisect to find the right
+         cluster to jump to. However, it's possible the cluster we found doesn't
+         start with a keyframe, which leads to decoding errors, so if we know
+         that the found cluster starts with a delta frame try to scan back to
+         previous clusters until we find one that starts with a keyframe or
+         we are back at the beginning. Theoretically it's possible that all
+         clusters but the first one do not start with a keyframe and the
+         keyframes are in the middle of clusters, but this is extremely
+         unusual, so we will cover this case with a basic sanity check.
+         This problem is especially problematic with content recorded with
+         dynamic GOP and FPS, where long GOP lengths and low FPS may cause a
+         large set of clusters to lack key frames. Playback would then be
+         started on a non-keyframe cluster, and the large number of such frames
+         would make the content impossible to decode fo a long stretch of time.
+         Based on patch by: Mats Lindestam <matslm@axis.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=790696
+
+2017-01-18 10:27:38 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: extract cluster prevsize if available
+         This is useful for reverse playback/trickmodes
+         without an index, and will also be useful in the
+         seek handler if we need to scan back to find a cluster
+         that starts with a keyframe.
+         https://bugzilla.gnome.org/show_bug.cgi?id=790696
+
+2018-07-25 19:27:01 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Validate stride/offset when importing
+         This will prevent situation where buffer size allow importing but rendering
+         goes wrong due to a miss-match in expected stride and offset.
+         https://bugzilla.gnome.org/show_bug.cgi?id=583890
+
+2018-08-01 13:07:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Add a method to try and import buffers
+         This method will check if a buffer, base on it's video meta,
+         can be imported. It will also try and adapt the request stride
+         in case this is the only that miss-match.
+         https://bugzilla.gnome.org/show_bug.cgi?id=583890
+
+2018-08-01 12:07:20 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Trace the buffer index we import to
+         https://bugzilla.gnome.org/show_bug.cgi?id=583890
+
+2018-07-25 22:16:59 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Fix typo in error message
+         https://bugzilla.gnome.org/show_bug.cgi?id=583890
+
+2018-07-24 12:07:22 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Only queue buffer if preparation worked
+         The preparation code imports the buffer, doing bunch of
+         validation. Only queue the buffer in the driver if the
+         importation worked. This way we don't rely on the driver
+         to validate.
+         https://bugzilla.gnome.org/show_bug.cgi?id=583890
+
+2018-07-24 12:05:45 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Only allow DMABuf export for STREAMING device
+         DMABuf exportation requires mmap, which requires STREAMING
+         capabilities.
+         https://bugzilla.gnome.org/show_bug.cgi?id=583890
+
+2018-07-13 14:42:21 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Activate the other pool first
+         This change has no effect. We will need to acquire a buffer from the
+         pool later in order to validate / adapt with the video alignment for
+         the downstream buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=583890
+
+2018-07-09 15:33:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Simplify format handling
+         Always initially use try_format(), delaying set_format() to when the
+         allocation is being negotiated. This avoid having two code paths, and
+         will be help adding support for properly importing buffers of specific
+         strides and offsets.
+         https://bugzilla.gnome.org/show_bug.cgi?id=583890
+
+2018-08-23 22:57:35 +0200  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+         matroska: fix handling of FlagInterlaced
+         This is an enum not a boolean, and a value of 2 signals
+         that the video is progressive, but we would mistakenly set
+         interlace-mode=mixed on the output caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=787206
+
+2018-08-09 15:14:05 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: complete colorspace info in debug log
+         The desired colorimetry is logged with all parameters (colorpsace,
+         range, matrix, and transfer function), but of the values actually
+         set by the driver, only colorspace is logged. Complete the debug
+         log message to display all colorimetry parameters:
+         Desired colorspace is 8:1:1:1
+         Got format of 640x480, format YU12, nb planes 1, colorspace 8
+         ->
+         Desired colorspace is 8:1:1:1
+         Got format of 640x480, format YU12, nb planes 1, colorspace 8:0:0:0
+         https://bugzilla.gnome.org/show_bug.cgi?id=796940
+
+2018-08-09 15:12:57 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: fix typo in comment
+         https://bugzilla.gnome.org/show_bug.cgi?id=796940
+
+2018-08-09 15:08:59 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: improve colorspace handling for JPEG sources
+         gstjpegdec sets 1:4:0:0 colorimetry (full range BT.601 YCbCr encoding
+         with unknown primaries and unknown transfer function). This currently
+         gets translated to bt601 or bt709 depending on resolution.
+         Both cases result in a negotiation failure:
+         ERROR: from element /GstPipeline:pipeline0/v4l2video0convert:v4l2video0convert0: Device '/dev/video0' does not support 1:4:0:0 colorimetry
+         Improve the guessing game by selecting JPEG colorimetry (JPEG colorspace
+         with sRGB transfer function) under these specific conditions, and loosen
+         the matching so that 1:4:0:0 input gets accepted if the device is
+         actually configured to 1:4:7:1 (V4L2_PIX_FMT_JPEG default).
+         https://bugzilla.gnome.org/show_bug.cgi?id=796940
+
+2018-08-09 17:24:35 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: stop V4L2 from zeroing extended colorimetry for non-mplane
+         Setting the priv field to a magic value stops V4L2 core from zeroing
+         the extended colorimetry fields quantization, ycbcr_enc, and xfer_func
+         for non-mplane queues.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796940
+
+2018-08-19 15:39:16 +0200  Zeeshan Ali <zeenix@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Remove a trailing whitespace
+         Otherwise, the latest gst-indent check doesn't pass.
+
+2018-08-18 21:08:55 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+       * meson_options.txt:
+         meson: add options to disable gobject cast checks and glib asserts
+         ... and define G_DISABLE_DEPRECATED for development versions,
+         like we do in autotools.
+
+2018-08-18 21:01:52 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * REQUIREMENTS:
+       * ext/jpeg/meson.build:
+         meson: find libjpeg via pkg-config
+         This effectively (but optionally) requires libjpeg-turbo which
+         ships with a .pc file and is what pretty much everyone these days
+         uses anyway for libjpeg, so shouldn't be a problem hopefully.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796947
+
+2018-08-17 17:35:43 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Fix build when SO_RCVBUFFORCE is not defined
+         This shoudl fix the mingw build.
+
+2018-08-17 14:17:39 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Balance Linux value of get/set_rcvbuf
+         On Linux, the kernel returns twice the size as it will allocate extra
+         space for accouting. We devides this value by two in order to ensure
+         that get/set value now match. This fixes the set buffer size validation
+         and allow having a nice warning when the size if surpassed and the
+         process does not have CAP_NET_ADMIN capabilities.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727067
+
+2018-08-17 14:05:04 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         updsrc: set udp buffer size forcibly
+         The udp buffer size is limited to a maximum of around 100K.
+         Some apps need to set the force bufsize for their own operation.
+         Use the SO_RCVBUFFORCE option in order to override the rmem_max limit
+         of linux kernel. Require user to have the CAP_NET_ADMIN privilege to
+         work.
+         Original patch from Kyungnam Bae <kyungnam.bae@lge.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=727067
+
+2018-08-17 13:59:00 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: factor out gst_udpsrc_get_rcvbuf()
+         No semantic change.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727067
+
+2018-08-17 19:11:21 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/libcaca/meson.build:
+       * meson_options.txt:
+         meson: Rename caca option to libcaca
+         All options must match the plugin directory name.
+
+2018-08-17 18:56:54 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * meson_options.txt:
+       * sys/directsound/meson.build:
+       * sys/meson.build:
+       * sys/osxaudio/meson.build:
+       * sys/osxvideo/meson.build:
+       * sys/waveform/meson.build:
+         meson: Add build files for osxaudio, osxvideo, waveform
+         osxaudio is for macOS and iOS
+         osxvideo is for macOS
+         waveform is for Windows
+
+2018-08-17 14:44:26 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+         docs: update for changes in master
+
+2018-08-17 11:45:47 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/examples/Makefile.am:
+         examples: dist qt examples
+         https://bugzilla.gnome.org/show_bug.cgi?id=796968
+
+2018-08-17 00:27:59 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * meson.build:
+       * meson_options.txt:
+       * tests/meson.build:
+         meson: Add an option for tests
+         This is needed because we don't always have gstreamer-check available,
+         for instance inside Cerbero on iOS.
+
+2018-08-16 18:55:29 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/multifile/gstsplitmuxsink.c:
+         mp4 robust muxing: improve documentation and logging
+
+2018-07-03 23:11:56 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph265pay.c:
+         rtph26*pay: Update param set timestamp even if parameters unchanged
+         rtph264pay and rtph265pay skip updating the parameter set timestamp if
+         the units they see contain no new configuration. This can result in
+         them injecting duplicate parameters.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796748
+
+2018-08-15 13:43:53 +0200  Ulf Olsson <ulfo@axis.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Add support for SET_PARAMETER and GET_PARAMETER using signals
+         https://bugzilla.gnome.org/show_bug.cgi?id=792131
+
+2018-08-15 02:28:20 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Don't leak old muxer/sink in async mode
+         Make sure to clear the reference taken earlier in the function
+         when switching muxer/sink asynchronously so they don't leak
+
+2018-08-15 02:10:25 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Fix reference counting loop
+         The stream context was holding a reference to the
+         internal queue and pads, with pad probes that were
+         in turn holding references to the stream context.
+         This lead to a leak if the request pads weren't explicitly
+         released.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796893
+
+2018-08-11 16:45:25 +0800  Roland Jon <rlandjon@gmail.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: fix codec_data buffer leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=740101
+
+2018-08-02 16:12:45 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Handle closed captions as subtitle streams
+
+2018-08-02 08:40:17 +0200  Iñigo Huguet <inigohuguet@hotmail.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: fix first input used is always used next times
+         The input from an v4l2 device that was used the first time was
+         remembered for next times, and set again always the pipeline is
+         set to READY state. This was making that users wasn't able to
+         select a different input without having to create a new pipeline.
+         This patch makes that v4l2src element forget previous used input
+         when going to NULL state, so it will check again for the current
+         selected input when going again to READY state. Users can change
+         to NULL state, select a new input with a VIDIOC_S_INPUT ioctl
+         and change to PLAYING again.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796908
+
+2018-08-02 13:40:09 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: The sample size we have to reserve is 256+8 bytes for the header for CDP packets
+
+2018-08-02 12:27:45 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Properly allocate 256 bytes per CDP packet in prefill mode
+         Instead of allowing 256 but only pre-allocating 100.
+
+2018-08-02 12:27:17 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         Revert "qtmux: Allow for CDP packets up to 320 bytes"
+         This reverts commit 5eed1d49bdb7e7a632c7135656c482ed38a6ac2a.
+         255 is actually the maximum, there's a bug if more is arriving.
+
+2018-08-01 16:50:03 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Allow for CDP packets up to 320 bytes
+         Apparently they can be bigger than 256 bytes sometimes.
+
+2018-07-13 22:31:04 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtp/gstrtpopuspay.c:
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtp/gstrtpvp9pay.c:
+         rtppayload: Fix VP8/VP9/OPUS dual encoding name handling
+         All these were copy pasted and would lead to assertion when chained with
+         rtpmux. This commit rewrite the negotiation with downstream. This also
+         drop the fallback to ancient names if the pad is unlinked. This was
+         completly arbitrary decision that made no sense.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796809
+
+2018-08-01 12:06:23 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtgl.h:
+         qt: Ensure GL headers are included
+         Otherwise there may be no valid typedef of GLsync.
+         ...
+         /usr/include/gstreamer-1.0/gst/gl/gstglfuncs.h:93:24: note: in definition of macro 'GST_GL_EXT_FUNCTION'
+         ret (GSTGLAPI *name) args;
+         ^~~~
+         /usr/include/gstreamer-1.0/gst/gl/glprototypes/sync.h:33:23: error: 'GLsync' has not been declared
+         (GLsync sync))
+         ^~~~~~
+         ...
+         https://bugzilla.gnome.org/show_bug.cgi?id=796879
+
+2018-08-01 03:18:58 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/oss4/meson.build:
+         meson: Fix oss4 header checks
+         Otherwise, oss4 ends up getting built when force-disabled.
+
+2018-08-01 01:10:49 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/v4l2/meson.build:
+         meson: Fix missing variable in v4l2 build
+
+2018-07-31 12:47:47 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtdemux: Don't assert in prefill mode if a track has no samples at all
+         Just write it with a duration of 0, no samples, etc.
+
+2018-07-31 12:33:54 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't assert if a file does not have any active streams
+         ** (gst-play-1.0:9113): CRITICAL **: 12:31:54.360: qtdemux_is_streams_update: assertion 'qtdemux->active_streams != NULL' failed
+
+2018-07-30 13:33:28 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Reserve 256 bytes for CDP packets in pre-fill mode
+         92 is sometimes too small and compared to the wasted space for other
+         codecs 256 bytes is small (and should be the maximum CDP packet size)
+
+2018-07-25 07:35:28 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/aalib/meson.build:
+       * ext/cairo/meson.build:
+       * ext/dv/meson.build:
+       * ext/flac/meson.build:
+       * ext/gdk_pixbuf/meson.build:
+       * ext/gtk/meson.build:
+       * ext/jack/meson.build:
+       * ext/jpeg/meson.build:
+       * ext/lame/meson.build:
+       * ext/libcaca/meson.build:
+       * ext/libpng/meson.build:
+       * ext/mpg123/meson.build:
+       * ext/pulse/meson.build:
+       * ext/qt/meson.build:
+       * ext/raw1394/meson.build:
+       * ext/shout2/meson.build:
+       * ext/soup/meson.build:
+       * ext/speex/meson.build:
+       * ext/taglib/meson.build:
+       * ext/twolame/meson.build:
+       * ext/vpx/meson.build:
+       * ext/wavpack/meson.build:
+       * gst/matroska/meson.build:
+       * gst/meson.build:
+       * meson.build:
+       * meson_options.txt:
+       * sys/directsound/meson.build:
+       * sys/meson.build:
+       * sys/oss/meson.build:
+       * sys/oss4/meson.build:
+       * sys/v4l2/meson.build:
+       * sys/ximage/meson.build:
+       * tests/examples/qt/qmlsink/meson.build:
+       * tests/examples/qt/qmlsrc/meson.build:
+       * tests/icles/meson.build:
+       * tests/meson.build:
+         meson: Add feature options for all plugins
+         Checks for GL, Qt5, and C++ are still automagic. FIXMEs have been
+         added for these so they can be fixed later.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795107
+
+2018-07-25 17:15:53 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlacemethod.h:
+         deinterlace: Closed caption pass-through
+         Pass through closed caption data when deinterlacing. When two
+         deinterlaced frames are created for the same interlaced frame (e.g.
+         fields=all), the second of the two frames will have no closed caption
+         data.
+         Also fixed memory leaks related to timecode meta pass-through.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796876
+
+2018-07-25 18:37:48 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: Implement muxing of AV1 into MP4 files
+         According to
+         https://aomediacodec.github.io/av1-isobmff/
+
+2018-07-25 17:09:06 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Put codec_data as CodecPrivate for AV1
+
+2018-07-25 17:08:53 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Accept muxing AV1
+
+2018-07-25 16:51:38 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Recognize more AV1 atoms
+
+2018-07-25 16:39:18 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Extract codec_data for AV1
+         According to
+         https://github.com/Matroska-Org/matroska-specification/blob/av1-mappin/codec/av1.md
+
+2018-07-25 14:31:39 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Extract AV1 codec_data and put it in the caps
+         Also extract the presentation-delay and put it in the caps.
+
+2018-07-25 10:43:11 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Add initial support for AV1 demuxing
+         Following the spec at
+         https://aomediacodec.github.io/av1-isobmff/
+
+2018-07-27 00:41:57 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Add a small configurable teardown delay
+         This causes rtspsrc to send a teardown and wait on
+         PAUSED->READY transition, with a configurable delay.
+         Otherwise, typically teardown never gets sent in
+         playbin / uridecodebin where the transition back to NULL
+         happens too quickly.
+         The timeout is set to 100ms default.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751994
+
+2018-07-26 16:43:28 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpgstpay.h:
+         rtpgstpay: Add support for force-keyunit events
+         This triggers immediate re-sending of the configuration data in-band.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796877
+
+2018-07-13 19:45:19 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+         rtp: Use running_time instead of PTS for config-interval calculations
+         PTS can start again from a different offset while the running time is
+         increasing. The only thing that matters here is the running time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796807
+
+2018-07-19 22:48:34 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/examples/gtk/meson.build:
+       * tests/examples/meson.build:
+         example: Build GTK  and GTK GL example code
+
+2018-07-19 17:31:03 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * gst/rtp/gstrtpL8pay.c:
+         rtpL8pay: don't try to modify a read-only structure
+         Just remove the code. It's not doing anything useful anyways. The modified
+         caps are the result of a caps query, so either not used afterwards of a
+         reference to some internal caps of another element that should not be
+         modified.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796837
+
+2018-07-17 08:23:54 +0200  Iñigo Huguet <inigohuguet@fanamoel.com>
+
+       * ext/qt/gstqtgl.h:
+         qmlgl: Fix conflicting declaration of type GLsync for non-android
+         https://bugzilla.gnome.org/show_bug.cgi?id=796821
+
+2018-07-16 19:03:39 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+       * gst/deinterlace/gstdeinterlacemethod.h:
+         deinterlace: Timecode pass-through
+         When it is trivial to pass-through a timecode, by only removing the
+         "interlaced" flag, do pass-through. Otherwise, double the fps_n and
+         adjust the "frames" field.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796818
+
+2018-07-17 00:03:19 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmux: Improve handling of repeated timestamps
+         When handling input with timestamps that repeat, sometimes
+         splitmuxsink would get confused and ignore a keyframe.
+         The logic in question is a holdover from before the cmd queue
+         moved the file cutting to the multiqueue output side and made
+         it deterministic, so it's no longer needed on the input
+         here.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796773
+
+2018-07-17 01:33:55 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         Revert "splitmuxsrc: Make sure events are writable"
+         This reverts commit 3ac5430311b20f30814cdabf5724fb687748bb5b.
+         There's no need to make a freshly created event writable,
+         and the other half of this patch was already fixed
+         and pushed in f2f15a1
+
+2018-07-16 23:43:29 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Make sure events are writable
+         Before setting the seqnum on events sent downstream,
+         make sure they are writable.
+
+2018-07-13 16:51:24 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Validate that capture buffers were queued
+         When the pool is started, we allocate and release buffer, expecting
+         the pool release-buffer handler to queue them. Though, as we rely
+         on release function, there is no direct way to detect that this
+         process didn't work.
+         To check this, validate that the number of queued buffer is the same
+         as the number of allocated buffers. This allow returning an error
+         when buffer importation was refused by the driver.
+         https://bugzilla.gnome.org/show_bug.cgi?id=583890
+
+2018-07-13 16:02:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Only return eos for M2M devices
+         This will avoid sending EOS on v4l2src when a driver sends an empty
+         buffers. This case would be a bug in the driver, but yet the camera
+         should keep running.
+         This also removes the check for corrupted buffers, as this check is
+         already done later.
+         https://bugzilla.gnome.org/show_bug.cgi?id=794842
+
+2018-07-13 15:58:36 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/v4l2-utils.h:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Add a macro to check for M2M
+         https://bugzilla.gnome.org/show_bug.cgi?id=794842
+
+2018-07-13 14:41:13 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Fix userptr importation
+         The length passed to the driver was always 0 instead of the size of
+         the memory. This would fail validation in videobuf2.
+
+2018-07-12 15:11:39 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Remove duplicate check
+         We were calling gst_v4l2_is_buffer_valid() before and inside
+         gst_v4l2_buffer_pool_qbuf() as we needed to access the group. The second
+         check failed since the writability of the buffer get inherited from the
+         GstMemory, which lead to pipeline failure. As we cannot avoid the extra
+         ref, it would be racy otherwise, just pass the group to _dbuf() so it
+         does not have to call gst_v4l2_is_buffer_valid() again.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796692
+
+2017-08-25 11:58:12 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Don't start the RTCP thread until it's needed
+         Always wait with starting the RTCP thread until either a RTP or RTCP
+         packet is sent or received. Special handling is needed to make sure the
+         RTCP thread is started when requesting an early RTCP packet.
+         We want to wait with starting the RTCP thread until it's needed in order
+         to not send RTCP packets for an inactive source.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2018-07-11 12:21:44 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Try to avoid TRY_FMT when camera is streaming
+         Some camera firmware crash is TRY_FMT is called during streaming. As a
+         side effect. This try and detect that the same format as currently
+         running is about to be tried, and skip renegotiation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796789
+
+2018-07-09 13:59:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Protect double calls to set_format()
+         In some cases, set_format() may get called twice before the output
+         format is set. Running an allocation query in this case is both not
+         needed and will cause assertion due tot he NULL caps.
+
+2018-07-08 20:08:18 -0400  Thibault Saunier <tsaunier@igalia.com>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Mark as Audio in classification
+
+2018-07-06 15:21:33 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Store and propagate SEGMENT sequence numbers
+         * When receiving a segment in TIME, use that seqnum
+         * Only reset the stored sequence number when doing HARD reset
+         (and not when we get a FLUSH event from upstream)
+
+2018-07-01 15:27:32 -0400  Michael Tretter <m.tretter@pengutronix.de>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Implement stable element name
+         The first converter to be found will now gain the name v4l2convert.
+         Other converters will be named after the m2m dev node end point they are
+         attached to.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784958
+
+2018-06-13 17:39:57 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Set subtitle tag title from TrackName field
+         GUI applications can then use the title tag to set menu items or labels
+         representing the track.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796567
+
+2018-06-28 19:08:35 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Only renegotiate with upstream
+         When the decoder get linked further, it will receive a renegotiation
+         event from downstream. This case is not supported and should be ignored.
+         This fixes issues when this encoder is used inside an GstRtspServer
+         pipeline.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796525
+
+2018-06-09 23:58:01 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: rework segment event pushing, again
+         This patch aims at fixing the recent regressions in the adaptive test
+         suite.
+         All segment pushing in push mode is now done with
+         gst_qtdemux_check_send_pending_segment(), which is idempotent and
+         handles both edit lists cases and cases where the upstream TIME segments
+         have to be sent directly.
+         Fragmented files that start with a non-zero tfdt are also taken into
+         account, but their handling has been vastly simplified: now they are
+         handled as implicit default seeks so there is no need to extend the
+         GstSegment formulas as was being done before.
+         qtdemux->segment.duration is no longer modified when
+         upstream_format_is_time, respecting in this way the durations provided
+         by dashdemux and fixing bugs in reverse playback tests where mangled
+         durations appeared in the emitted segments.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752603
+
+2018-06-17 02:01:59 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't send EOS during upstream reverse playback
+         Upstream driving elements such as dashdemux often do reverse playback by
+         feeding qtdemux with the fragments containing the requested playback
+         range in reverse order.
+         But the requested playback range stop may be somewhere in the
+         middle of a fragment. In that case, a naive pts >= segment.stop
+         condition may declare end of segment prematurely when demuxing this
+         first fragment.
+         This used not to happen because there were places in moov parsing where
+         segment.stop was overwritten to GST_CLOCK_TIME_NONE even if
+         upstream_format_is_time -- resulting in this case in a segment with rate
+         < 0 and stop == -1 and hence not triggering the EOS check, but that was
+         likely an accident.
+         This patch modifies the EOS check to take this case into account, not
+         sending EOS when upstream_format_is_time if rate < 0.
+         This fixes adaptive.dash.playback.seek_end_live.DASHIF_livestream_testpic_2s
+         https://bugzilla.gnome.org/show_bug.cgi?id=752603
+
+2018-02-06 13:51:14 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: fold property set/get PROP_OUTPUT_IO_MODE case into default
+         https://bugzilla.gnome.org/show_bug.cgi?id=796714
+
+2018-06-22 14:56:31 +0000  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Don't set colorimetry on capture
+         The colorimetry will be set along with the raw format and those fields
+         will then be copied from sink to src caps by the gst encoder.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791471
+
+2018-06-27 16:57:29 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Really always set colorimetry
+         This fixes patch dd1c5aed656e07e3dad01f83410f3af16cfb14cf which
+         pretended to always set colorimetry but the patch was incomplete.
+         This is again best effort considering the spec says that for CAPTURE
+         you may only read this value.
+
+2018-06-26 15:04:39 +0200  Michael Tretter <m.tretter@pengutronix.de>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: do not call streamon while pool is flushing
+         gst_v4l2_buffer_pool_flush() executes streamoff for the output, but
+         streamoff->streamon for the capture of the decoder.
+         gst_v4l2_buffer_pool_streamon() on capture assumes that is able to
+         resurrect the buffers from the pool, but acquiring buffers fails if the
+         buffer pool is still flushing.
+         The decoder needs to stop flushing the pools before calling
+         gst_v4l2_buffer_pool_flush() to restart the v4l2 device. Otherwise
+         starting the decoding thread might fail, because there are no buffers in
+         the capture pool.
+         This fixes a regression that was introduced in 97985a335c78
+         ("v4l2videodec: Add dynamic resolution change support").
+         https://bugzilla.gnome.org/show_bug.cgi?id=796681
+
+2018-06-25 16:03:17 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: use S_SELECTION instead of S_CROP in gst_v4l2_object_set_crop
+         The S_CROP call doesn't work on mem2mem output queues. Use the
+         S_SELECTION call to set the crop rectangle and only fall back to
+         S_CROP for ancient kernels.
+         This will allow v4l2videoenc to set the coded size on the output
+         queue via S_FMT and then set the visible size via the crop rectangle,
+         as required by the V4L2 codec API.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796672
+
+2018-06-27 13:46:00 +0000  Marian Mihailescu <mihailescu2m@gmail.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: activate capture pool after output pool
+         Some drivers need output buffers set before capture buffers.
+         CODA cannot set output format if capture is streaming.
+         Exynos MFC fails on output STREAMON if capture is already streaming.
+         This patch delays capture activation until output is configured and
+         streaming
+         https://bugzilla.gnome.org/show_bug.cgi?id=796693
+
+2018-06-23 23:44:19 +0200  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+         Update for g_type_class_add_private() deprecation in recent GLib
+         https://gitlab.gnome.org/GNOME/glib/merge_requests/7
+
+2018-06-20 10:03:59 +0200  Edward Hervey <edward@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Protect input stream with lock
+         This was the last remaining place where modifying/unreffing the
+         input stream was not protected by the lock
+         https://bugzilla.gnome.org/show_bug.cgi?id=796639
+
+2018-06-18 12:13:48 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Make sure events are writable before setting their seqnum
+
+2018-05-28 15:19:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Drop truncated frames
+         Drop truncated frames regardless if they have the ERROR flag or not.
+         Truncated frame causes video frame map failure in many elements
+         including cluttersink, glupload etc.
+
+2018-04-02 12:59:33 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Try return input buffer soon
+         In this patch we use a non-blocking poll in order to return all input
+         buffers (buffers from v4l2-output queue). This prevent holding too long
+         on upstreaming buffer in importing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=794904
+
+2018-06-07 13:56:03 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/meson.build:
+       * tests/examples/qt/qmlsink/meson.build:
+       * tests/examples/qt/qmlsrc/meson.build:
+         qt: also check for un-suffixed moc
+         e.g. Qt windows installer doesn't have suffixes
+
+2018-06-06 11:44:33 -0400  Thibault Saunier <tsaunier@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Do not set INVALID seqnum on events
+
+2018-06-01 22:47:10 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * tests/check/elements/qtdemux.c:
+         tests: qtdemux: Add checking exposed segment event
+         https://bugzilla.gnome.org/show_bug.cgi?id=796480
+
+2018-06-01 21:08:10 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Forward upstream time-format segment without mapping
+         Sample table based segment event (genereted by qtdemux) could break
+         presentation timeline. For example, qtdemux should not modify upstream
+         time format segment (e.g., adaptivedemux use case)
+         https://bugzilla.gnome.org/show_bug.cgi?id=796480
+
+2018-04-19 08:14:47 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Seek handling is always done with a valid event
+         Remove the checks
+
+2018-06-06 07:46:54 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Don't set invalid seqnum on events
+         Some codepath will call gst_wavparse_perform_seek without an event
+         and therefore without a valid seqnum
+
+2018-05-25 12:28:04 +0200  Thibault Saunier <tsaunier@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Clarify field name about stream-encryption-system
+         This field is actually only informatory and the user can potentially
+         choose something else. EME tests in WebKit testsuite actually doesn't
+         take it into and force another encryption system to be used, and expects
+         to be given the occasion to do so.
+         This basically also reverts 3e063703b3a51b8aaa7f75f36c4660c583a60e93.
+
+2018-05-28 11:01:42 -0700  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: mark segment as sent after pushing when moov is received
+         Otherwise we would try to send it a second time if the same moov is
+         received or in any other situation that might trigger segment sending.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752603
+
+2018-05-28 10:59:14 -0700  Thiago Santos <thiagossantos@gmail.com>
+
+       * tests/check/elements/qtdemux.c:
+         tests: qtdemux: Avoid using data beyond array and improve error msg
+         Makes it easier to debug the failures as well as prevents problems
+         reading out of bounds data.
+
+2018-05-16 20:16:44 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't open the device in get property
+         This is both racy and inefficient. This function is still missing some
+         locking which will be address in later patch.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796185
+
+2018-05-27 20:29:47 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rtpstorage.c:
+       * tests/check/elements/rtpulpfec.c:
+         tests: rtpstorage: fix potential crashes / test failures on 32-bit
+         Pass 64 bits to g_object_set() for 64-bit integer properties like
+         rtpstorage's "size-time" property.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796429
+
+2018-05-13 21:59:49 -0700  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: do not update segment.stop is it is not a valid time
+         Otherwise it overflows and starts having a meaningful and wrong value.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752603
+
+2016-04-26 16:54:30 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: offset edts segments by the min timestamp of the stream
+         Otherwise if the stream is starting at timestamp=X it would wait
+         'X' to start playing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752603
+
+2016-04-26 14:34:16 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: rework segment event pushing
+         Instead of always keeping a safe segment (start=0) event from the beginning,
+         delay the creation of this event to when we really know the timestamp of the
+         first sample. This is important to properly start fragmented streams that
+         we might join in the middle or to play isolated fragment files that might
+         have an advanced tfdt.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752603
+
+2018-05-25 10:49:21 +0200  Thibault Saunier <tsaunier@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Do not unref a NULL stream_tags
+         stream->stream_tags is reset to NULL once we expose the stream and
+         these have been consumed, we need to check that when cleaning up
+         the stream.
+
+2018-05-25 10:17:29 +0200  Thibault Saunier <tsaunier@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Do not run the preferred decryptor context query if no decryptor avalaible
+         Ultimately this avoids a segfault as the code expect a non NULL array
+         here.
+
+2018-03-30 17:03:13 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Allow edit lists on fragmented files on push mode
+         Fragmented files often use elst.duration=0 which before
+         ee78825eaef2c5fffac7d6c5526fe18cec6b3eef was wrongly interpreted as
+         having no frames.
+         Since that issue has now been fixed, there is no reason to disable edit
+         lists in fragmented files. This commit enables them, therefore producing
+         correct stream time for files containing edit lists.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793058
+
+2018-05-24 12:58:00 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix computation of first_duration for fragmented files in push mode
+         Since ca068865c391e87932b1268d0c675be233dd2ffe the duration of the first
+         frame is not used for estimating the frame rate.
+         For this purpose, stream->first_duration was initialized with the
+         duration of the first frame. In fragmented files, this was previously
+         done by peeking the first moof, but that can only be done in pull mode.
+         Fortunately, we don't really need to do that, at least with the current
+         design: When we are estimating the frame rate we already have the
+         sample table, regardless of the scheduling mode and whether the file is
+         fragmented or not, so we can obtain first_duration there much more
+         reliably.
+         This fixes frame rate estimation for fragmented files in push mode.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796384
+
+2017-06-13 17:42:55 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+       * tests/check/elements/splitmux.c:
+         splitmuxsink: Added new async-finalize mode
+         This mode is useful for muxers that can take a long time to finalize a
+         file. Instead of blocking the whole upstream pipeline while the muxer is
+         doing its stuff, we can unlink it and spawn a new muxer+sink combination
+         to continue running normally.
+         This requires us to receive the muxer and sink (if needed) as factories,
+         optionally accompanied by their respective properties structures. Also
+         added the muxer-added and sink-added signals, in case custom code has to
+         be called for them.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783754
+
+2018-05-23 19:00:48 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't send gaps bigger than 1 second (now in push mode too)
+         This applies the same workaround to gaps that is being used in pull
+         mode.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778426
+
+2018-05-23 20:08:56 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Properly handle edit list in push mode
+         If there are empty segments in edit list, demux should
+         adjust "accumulated_base" to apply it into running time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778426
+
+2018-05-22 22:14:03 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: write colorimetry
+         This is a straightforward translation of 5dd39d8, can be trivially
+         checked by running:
+         gst-launch-1.0 -v videotestsrc ! video/x-raw, colorimetry=2:4:7:1 ! \
+         matroskamux ! matroskademux ! fakesink
+         and verifying that the colorimetry is correctly preserved.
+         https://bugzilla.gnome.org/show_bug.cgi?id=796344
+
+2018-03-31 17:19:03 +0200  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix buggy duration in edits with duration=0 in fragmented files without a mehd
+         https://bugzilla.gnome.org/show_bug.cgi?id=794858
+
+2018-05-23 13:14:27 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/udp/gstmultiudpsink.c:
+         docs: fix typos
+
+2018-03-31 18:42:47 +0900  Seungha Yang <pudding8757@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Clarify variable name
+         As defined by spec, use "empty edit". It's more straightforward.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778426
+
+2017-06-21 17:59:21 +0200  Xabier Rodriguez Calvar <calvaris@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: add context for a preferred protection
+         qtdemux selected the first system corresponding to a working GStreamer
+         decryptor. With this change, before selecting that decryptor, qtdemux
+         will check if it has context (a preferred decryptor id) and if not, it
+         will request it.
+         The request includes track-id, available key system ids for the
+         available decryptors and even the events so that the init data is
+         accessible.
+         [eocanha@igalia.com: select the preferred protection system even if not available]
+         Test "4. ClearKeyVideo" in YouTube leanback EME conformance tests 2016 for
+         H.264[1] uses a media file[2] with cenc encryption which embeds 'pssh' boxes
+         with the init data for the Playready and Widevine encryption systems, but not
+         for the ClearKey encryption system (as defined by the EMEv0.1b spec[3] and with
+         the encryption system id defined in [4]).
+         Instead, the ClearKey encryption system is manually selected by the web page
+         code (even if not originally detected by qtdemux) and the proper decryption key
+         is dispatched to the decryptor, which can then decrypt the video successfully.
+         [1] http://yt-dash-mse-test.commondatastorage.googleapis.com/unit-tests/2016.html?test_type=encryptedmedia-test&webm=false
+         [2] http://yt-dash-mse-test.commondatastorage.googleapis.com/unit-tests/media/car_cenc-20120827-86.mp4
+         [3] https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1b/encrypted-media/encrypted-media.html#simple-decryption-clear-key
+         [4] https://www.w3.org/Bugs/Public/show_bug.cgi?id=24027#c2
+         https://bugzilla.gnome.org/show_bug.cgi?id=770107
+
+2017-05-20 16:55:40 +0000  Enrique Ocaña González <eocanha@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: also push buffers without encryption info instead of dropping them
+         Test "17. PlayReadyH264Video" in YouTube leanback EME conformance tests 2016
+         for H.264[1] uses a media file[2] with cenc encryption whose first two 'moof'
+         boxes have no encryption information (no 'saiz' and 'saio' boxes).
+         Those boxes are actually not encrypted and the current qtdemux implementation
+         was just dropping them, breaking the test use case.
+         This patch detects those kind of situations and just lets the unencrypted
+         buffers pass. Of course, this needs some collaboration by the decryptors,
+         which should also do the same and not to try to decrypt those clear buffers.
+         [1] http://yt-dash-mse-test.commondatastorage.googleapis.com/unit-tests/2016.html?test_type=encryptedmedia-test&webm=false
+         [2] http://yt-dash-mse-test.commondatastorage.googleapis.com/unit-tests/media/oops_cenc-20121114-142.mp4
+         https://bugzilla.gnome.org/show_bug.cgi?id=770107
+
+2018-05-21 11:49:08 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: use cdata.set_quoted() in more places
+
+2018-05-21 11:46:59 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+       * meson_options.txt:
+         meson: add 'nls' option to disable translations
+         And enable by default. Was implicitly disabled because
+         ENABLE_NLS was not defined.
+
+2016-02-09 14:00:00 -0800  Andre McCurdy <armccurdy@gmail.com>
+
+       * ext/taglib/gstid3v2mux.cc:
+         id3v2mux: ensure valid sentinal for gst_structure_get()
+         gst_structure_get() is declared with G_GNUC_NULL_TERMINATED, ie
+         __attribute__((__sentinel__)), which means gcc will generate a
+         warning if the last parameter passed to the function is not NULL
+         (where a valid NULL in this context is defined as zero with any
+         pointer type).
+         The C code callers to gst_structure_get() within gst-plugins-good
+         use the C NULL definition (ie ((void*)0)), which is a valid sentinel.
+         However gstid3v2mux.cc uses the C++ NULL definition (ie 0L), which
+         is not a valid sentinel without an explicit cast to a pointer type.
+         Upstream-Status: Pending
+         Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
+
+2016-02-03 18:12:38 -0800  Andre McCurdy <armccurdy@gmail.com>
+
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+         raw1394: avoid including <sys/poll.h> directly
+         Note from Edward Hervey: Patch from git.yoctoproject.org
+         musl libc generates warnings if <sys/poll.h> is included directly.
+         Upstream-Status: Pending
+         Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
+
+2018-02-23 13:38:32 +0100  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux_parse_segments: remove superfluous variable
+         https://bugzilla.gnome.org/show_bug.cgi?id=793751
+
+2018-04-23 13:29:30 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Remove custom get_next_time implementation
+         GstAggregator now does the same thing in the simple implementation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795486
+
+2018-05-15 11:50:30 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Add tests for PLI and FIR
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2018-04-30 08:41:19 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: make "clear-pt-map" action signal actually work
+         Needed for PLI + FIR unit tests in follow-up commit.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2016-10-06 16:08:38 +0200  Mikhail Fludkov <misha@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Avoid unnecessary copy of stats structure
+         The code before copied GstStructure twice. The first time inside
+         gst_value_set_structure and the second time in g_value_array_append.
+         Optimized version does no copies, just transfers ownership to
+         GValueArray. It takes advantage of the fact that array has already
+         enough elements preallocated and the memory is zero initialized.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2018-05-15 10:35:09 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/replaygain/gstrgvolume.c:
+         Revert "BugFix : Change peak value to normalize audio file with fallback gain"
+         This reverts commit 36e49fd6f872f0b3f33083107a55fb7f671a47d0.
+         Breaks unit test, someone needs to investigate if it's the
+         patch's fault or if the test needs adjusting/updating.
+         https://bugzilla.gnome.org/show_bug.cgi?id=673970
+
+2016-12-13 10:13:52 +0100  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Drop packet if trying to send from non-internal source
+         If obtain_internal_source() returns a source that is not internal it
+         means there exists a non-internal source with the same ssrc. Such an
+         ssrc collision should be handled by sending a GstRTPCollision event
+         upstream and choose a new ssrc, but for now we simply drop the packet.
+         Trying to process the packet further will cause it to be pushed
+         usptream (!) since the source is not internal (see source_push_rtp()).
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2018-05-14 00:29:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: tag disabled streams with FLAG_UNSELECT
+         So they're never picked as default, only by explicit
+         user action.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690911
+
+2018-05-14 21:06:55 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Print expected/actual values in debug log on mismatch in prefill mode
+         This helps debugging a lot.
+
+2018-04-10 18:05:47 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Try media_ssrc if no src can be found for PLI sender_ssrc
+         Some RTP stacks out there does not set the sender_ssrc. In order to be
+         more robust, try to lookup the media_ssrc before dropping the PLI.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2017-08-25 11:59:00 +0200  Mikhail Fludkov <misha@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Fix on-feedback-rtcp race
+         If there is an external source which is about to timeout and be removed
+         from the source hashtable and we receive feedback RTCP packet with the
+         media ssrc of the source, we unlock the session in
+         rtp_session_process_feedback before emitting 'on-feedback-rtcp' signal
+         allowing rtcp timer to kick in and grab the lock. It will get rid of
+         the source and rtp_session_process_feedback will be left with RTPSource
+         with ref count 0.
+         The fix is to grab the ref to the RTPSource object in
+         rtp_session_process_feedback.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2017-11-27 10:56:47 +0100  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Add missing lock around sess->ssrcs iteration
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2017-08-25 11:22:47 +0200  John-Mark Bell <jmb@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: do not emit RBs for internal senders.
+         These are the sources we send from, so there is no reason to
+         report receive statistics for them (as we do not receive on them,
+         and the remote side has no knowledge of them).
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2018-04-10 18:22:57 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * tests/check/elements/rtpsession.c:
+         tests: rtpsession: fix indentation
+         https://bugzilla.gnome.org/show_bug.cgi?id=795139
+
+2018-05-12 08:03:28 +0200  Edward Hervey <edward@centricular.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Fix typo in debug messages
+         It's a decoder, not an encoder :)
+         https://bugzilla.gnome.org/show_bug.cgi?id=795941
+
+2018-03-22 18:00:37 +0100  Vivia Nikolaidou <vivia@toolsonair.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Added caption_%u pad template
+         For closed-caption-enabled muxers (e.g. qtmux)
+
+2018-05-10 13:57:30 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Initialize riff library
+         Avoids debugging message issues. Also just use the main riff header
+
+2018-05-08 20:31:41 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * tests/check/elements/qtdemux.c:
+       * tests/check/elements/qtdemux.h:
+         tests: qtdemux: Add test for stream change
+         Add test case to verify track-id change and stream change
+         https://bugzilla.gnome.org/show_bug.cgi?id=684790
+
+2018-05-08 20:30:18 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Protect _expose_streams() from flush event
+         Flush during stream change can break autoplugging or the
+         flush event could be dropped.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684790
+
+2018-05-08 20:26:41 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Try to expose whenever got new moov or new stream-start
+         Whenever got new moov or new stream-start,
+         demux will try to expose new pad by following rule.
+         Comparing stream-id in the current moov with previous one, then
+         * If matched stream-id is found from previous one,
+         reuse existing pad (most common case)
+         * Otherwise, expose new pad with new stream-start
+         * No more used stream will be freed
+         https://bugzilla.gnome.org/show_bug.cgi?id=684790
+
+2018-05-08 20:10:39 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Remove duplication of initializing member variables
+         Most initialization of variables in gst_qtdemux_init() are duplicated in
+         gst_qtdemux_reset() function.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684790
+
+2018-05-08 20:09:10 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Create stream whenever got new moov
+         Whenever demux got moov, demux will create new stream. Only exception is
+         duplicated track-id in a moov box. In that case the first stream
+         will be accepted. This patch is pre-work for rework of moov handling.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684790
+
+2018-05-08 19:57:11 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Store stream-id to manage streams
+         In order to figure out stream change such as
+         track-id change or stream-id change, demux will store
+         stream-id per QtDemuxStream structure.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684790
+
+2018-05-08 19:39:02 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Use GList to manage QtDemuxStream
+         * Move to GList from static array
+         * Logging track-id instead of array index. It's more meaningful.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684790
+
+2018-05-08 18:44:15 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Adjust the number of args of some functions
+         To be used with g_list_free_full in the next patch
+         https://bugzilla.gnome.org/show_bug.cgi?id=684790
+
+2018-05-08 18:22:58 +0900  Seungha Yang <seungha.yang@navercorp.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add parentheses in macro
+         https://bugzilla.gnome.org/show_bug.cgi?id=684790
+
+2018-03-19 23:36:13 +0100  Marinus Schraal <mschraal@gnome.org>
+
+       * gst/isomp4/qtdemux.c:
+         isomp4: Use full date time if available
+         The ©day tag contains a full date time, use it for the DATE_TIME tag
+         instead of just the DATE tag. This overrules the unreliable qt creation
+         time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=731029
+
+2018-03-15 22:59:39 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix doc comment markers
+
+2016-02-02 18:58:24 +0200  Kyrylo Polezhaiev <kirushyk@gmail.com>
+
+       * gst/icydemux/gsticydemux.c:
+         icydemux: avoid timestamp field initialisation for tag event
+         This field is not used and will be removed in 2.0 API.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761462
+
+2014-10-05 15:51:18 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/audioparsers/gstdcaparse.c:
+         dcaparse: do not accept header with invalid channel count
+         https://bugzilla.gnome.org/show_bug.cgi?id=737928
+
+2018-05-05 19:27:24 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * meson.build:
+       * meson_options.txt:
+       * sys/v4l2/meson.build:
+         meson: Update option names to omit disable_ and with- prefixes
+         Also yield common options to the outer project (gst-build in our case)
+         so that they don't have to be set manually.
+
+2012-04-12 09:53:24 +0200  Anthony Violo <anthony.violo@ubicast.eu>
+
+       * gst/replaygain/gstrgvolume.c:
+         BugFix : Change peak value to normalize audio file with fallback gain
+         https://bugzilla.gnome.org/show_bug.cgi?id=673970
+
+2018-05-05 16:32:59 +0200  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         rtpvrawpay: don't use buffer lists if everything fits into one buffer
+         People might use very large mtu sizes where every payload
+         fits into a single output packet.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795758
+
+2018-04-04 15:50:55 +0200  Kirill Marinushkin <kmarinushkin@de.adit-jv.com>
+
+       * configure.ac:
+         configure: Fix hard-coded enabled v4l2 probe on Linux/ARM
+         Currently, enable_v4l2_probe is hard-coded to "yes" on linux, platforms
+         arm and aarch64. This even overrides the --disable-v4l2-probe argument.
+         As a result, it is impossible to disable v4l2_probe. It becomes a problem
+         for use-cases, when startup time is critical, because the v4l2_probe
+         feature increases the initialization time.
+         This commit makes the v4l2_probe feature configurable.
+         On linux, platforms arm and aarch64, the default value is still "yes".
+         But now it can be disabled by the --disable-v4l2-probe argument.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795200
+
+2018-04-23 11:26:12 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Don't wake up the muxer unless there is data
+         https://bugzilla.gnome.org/show_bug.cgi?id=795332
+
+2018-04-23 11:19:18 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Save the current position in the output segment
+         https://bugzilla.gnome.org/show_bug.cgi?id=795332
+
+2018-04-19 17:53:51 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+       * tests/check/elements/flvmux.c:
+         flvmux: Wait for caps from both srcs before writing header
+         Wait for caps on all pads to start writing data even when source is live.
+         Includes unit test by Havard Graff that simulates it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=794722
+
+2018-04-13 13:29:06 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: rely on gst_v4l2_dup() to set no_initial_format and keep_aspect
+         gst_v4l2_dup() will now take care of setting
+         v4l2capture->no_initial_format and keep_aspect instead of doing it
+         manually.
+         Fix a typo as keep_aspect was set twice on v4l2output but never on
+         v4l2capture.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795028
+
+2018-04-24 14:06:10 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * ext/cairo/meson.build:
+       * ext/dv/meson.build:
+       * ext/flac/meson.build:
+       * ext/gdk_pixbuf/meson.build:
+       * ext/gtk/meson.build:
+       * ext/jack/meson.build:
+       * ext/jpeg/meson.build:
+       * ext/lame/meson.build:
+       * ext/libpng/meson.build:
+       * ext/mpg123/meson.build:
+       * ext/pulse/meson.build:
+       * ext/shout2/meson.build:
+       * ext/soup/meson.build:
+       * ext/speex/meson.build:
+       * ext/taglib/meson.build:
+       * ext/twolame/meson.build:
+       * ext/vpx/meson.build:
+       * ext/wavpack/meson.build:
+       * gst/alpha/meson.build:
+       * gst/apetag/meson.build:
+       * gst/audiofx/meson.build:
+       * gst/audioparsers/meson.build:
+       * gst/auparse/meson.build:
+       * gst/autodetect/meson.build:
+       * gst/avi/meson.build:
+       * gst/cutter/meson.build:
+       * gst/debugutils/meson.build:
+       * gst/deinterlace/meson.build:
+       * gst/dtmf/meson.build:
+       * gst/effectv/meson.build:
+       * gst/equalizer/meson.build:
+       * gst/flv/meson.build:
+       * gst/flx/meson.build:
+       * gst/goom/meson.build:
+       * gst/goom2k1/meson.build:
+       * gst/icydemux/meson.build:
+       * gst/id3demux/meson.build:
+       * gst/imagefreeze/meson.build:
+       * gst/interleave/meson.build:
+       * gst/isomp4/meson.build:
+       * gst/law/meson.build:
+       * gst/level/meson.build:
+       * gst/matroska/meson.build:
+       * gst/monoscope/meson.build:
+       * gst/multifile/meson.build:
+       * gst/multipart/meson.build:
+       * gst/replaygain/meson.build:
+       * gst/rtp/meson.build:
+       * gst/rtpmanager/meson.build:
+       * gst/rtsp/meson.build:
+       * gst/shapewipe/meson.build:
+       * gst/smpte/meson.build:
+       * gst/spectrum/meson.build:
+       * gst/udp/meson.build:
+       * gst/videobox/meson.build:
+       * gst/videocrop/meson.build:
+       * gst/videofilter/meson.build:
+       * gst/videomixer/meson.build:
+       * gst/wavenc/meson.build:
+       * gst/wavparse/meson.build:
+       * gst/y4m/meson.build:
+       * meson.build:
+       * sys/directsound/meson.build:
+       * sys/v4l2/meson.build:
+       * sys/ximage/meson.build:
+         Meson: Generate pc file for all plugins in good
+         https://bugzilla.gnome.org/show_bug.cgi?id=794568
+
+2018-04-25 10:58:41 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: use -Wl,-Bsymbolic-functions where supported
+         Just like the autotools build.
+
+2018-04-25 10:37:40 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Read caption from input buffer
+         And not from unallocated output buffer GstMapInfo
+         CID #1435131
+
+2018-02-07 11:00:18 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/gstqtmuxmap.h:
+         isomp4: qtmux: Add Closed Caption support
+         Supports CEA 608 and CEA 708 CC streams
+         Also supports usage in "Robust Prefill" mode if the incoming caption
+         stream is constant (i.e. there is one incoming CC buffer for each
+         video frame).
+         https://bugzilla.gnome.org/show_bug.cgi?id=606643
+
+2018-02-06 15:38:00 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+         isomp4: Make 'gmhd' atom usage more generic
+         Only the 'gmin' atom is required. Any other entry within it are
+         optional.
+         https://bugzilla.gnome.org/show_bug.cgi?id=606643
+
+2018-04-22 10:40:19 -0300  Thibault Saunier <tsaunier@igalia.com>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: Accept sof-marker=4
+         sof-marker is 4 when input is in the RGB colorspace.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795463
+
+2018-04-02 16:06:35 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecdec.h:
+       * tests/check/elements/rtpulpfec.c:
+         ulpfecdec: output perfect seqnums
+         ULP FEC, as defined in RFC 5109, has the protected and protection
+         packets sharing the same ssrc, and a different payload type, and
+         implies rewriting the seqnums of the protected stream when encoding
+         the protection packets. This has the unfortunate drawback of not
+         being able to tell whether a lost packet was a protection packet.
+         rtpbasedepayload relies on gaps in the seqnums to set the DISCONT
+         flag on buffers it outputs. Before that commit, this created two
+         problems:
+         * The protection packets don't make it as far as the depayloader,
+         which means it will mark buffers as DISCONT every time the previous
+         packets were protected
+         * While we could work around the previous issue by looking at
+         the protection packets ignored and dropped in rtpptdemux, we
+         would still mark buffers as DISCONT when a FEC packet was lost,
+         as we cannot know that it was indeed a FEC packet, even though
+         this should have no impact on the decoding of the stream
+         With this commit, we consider that when using ULPFEC, gaps in
+         the seqnums are not a reliable indicator of whether buffers should
+         be marked as DISCONT or not, and thus rewrite the seqnums on
+         the decoding side as well to form a perfect sequence, this
+         obviously doesn't prevent the jitterbuffer from doing its job
+         as the ulpfec decoder is downstream from it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=794909
+
+2018-04-17 17:57:16 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * tests/examples/rtsp/test-onvif.c:
+         Revert "rtspsrc: Fix up sendonly/recvonly attribute handling"
+         This reverts commit af273b4de9eb292c0b6af63665e10ca015895902.
+         While RFC 3264 (SDP) says that sendonly/recvonly are from the point of view of
+         the requester, the actual RTSP RFCs (RFC 2326 / 7826) disagree and say
+         the opposite, just like the ONVIF standard.
+         Let's follow those RFCs as we're doing RTSP here, and add a property at
+         a later time if needed to switch to the SDP RFC behaviour.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793964
+
+2018-04-16 21:27:47 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Drain the parser when a CAPS event is received
+         After a CAPS event, in theory a new stream can start and it might start
+         with the FLAC headers again. We can't detect FLAC headers in the middle
+         of the stream, so we drain the parser to be able to detect either FLAC
+         headers after the CAPS event or the continuation of the previous stream.
+         This fixes for example
+         gst-launch-1.0 audiotestsrc num-buffers=200 ! flacenc ! c. \
+         audiotestsrc num-buffers=200 freq=880 ! flacenc ! c. \
+         concat name=c ! rtpgstpay ! udpsink host=127.0.0.1 port=5000
+         gst-launch-1.0 udpsrc multicast-group=127.0.0.1 port=5000 \
+         caps=application/x-rtp,media=application,clock-rate=90000,encoding-name=X-GST ! \
+         rtpgstdepay ! flacparse ! flacdec ! audioconvert ! pulsesin
+
+2018-04-16 10:52:56 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 3fa2c9e to ed78bee
+
+2018-04-05 16:05:12 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/meson.build:
+       * ext/qt/gstqtglutility.cc:
+       * ext/qt/meson.build:
+       * tests/examples/meson.build:
+       * tests/examples/qt/meson.build:
+       * tests/examples/qt/qmlsink/CMakeLists.txt:
+       * tests/examples/qt/qmlsink/meson.build:
+       * tests/examples/qt/qmlsink/play.pro:
+       * tests/examples/qt/qmlsink/qmlsink.qrc:
+       * tests/examples/qt/qmlsrc/grabqml.pro:
+       * tests/examples/qt/qmlsrc/meson.build:
+       * tests/examples/qt/qmlsrc/qmlsrc.qrc:
+         meson: add build files for the qml plugin
+         Tested on linux with X11/wayland and semi-tested on Windows.
+         Windows crashes on item destruction however this is better than nothing.
+         Fix up some win32 build issues on the way with mismatched {} and
+         G_STMT_{START,END}
+
+2018-04-13 23:02:26 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * tests/check/elements/flvmux.c:
+         flvmux test: refactor looped test.
+         Looping the test 500 times to only execute the test once every
+         33 times means we inited and deinited gstreamer 467 times
+         for no reason at all, which was annoying when running the test
+         with valgrind.
+
+2018-04-13 23:01:20 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: unref return of aggregator_pad_peek_buffer
+         We ended up leaking every single buffer going through the
+         muxer, which is far from ideal
+
+2018-04-13 22:49:43 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix leak
+         gst_qt_mux_can_renegotiate () gets called everywhere following
+         that pattern:
+         return gst_qt_mux_can_renegotiate (ref(self));
+         This means the reference must be released both in the success
+         and failure cases, it was only done in the success case.
+
+2018-04-13 22:44:14 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: aggregate should not push EOS itself
+         Instead it is expected to return GST_FLOW_EOS, and let the
+         base class handle that.
+
+2018-04-13 21:19:02 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * tests/check/gst-plugins-good.supp:
+         valgrind supps: ignore gnutls leaking a certificate
+         After investigating, we do dispose of the TLS connections
+         appropriately in the souphttpsrc test, which in turn
+         calls gnutls_deinit, but certificates get leaked anyway.
+
+2018-04-13 20:35:24 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         souphttpsrc test: free g_get_current_dir return
+
+2018-04-13 20:31:07 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * tests/check/gst-plugins-good.supp:
+         valgrind supps: bring getaddrinfo suppression from -base
+
+2018-04-13 20:28:35 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * tests/check/gst-plugins-good.supp:
+         valgrind supps: ignore more twolame conditional moves
+
+2018-04-13 17:37:47 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * tests/check/elements/rtpulpfec.c:
+         rtpulpfec tests: Fix leaks
+
+2018-02-16 23:40:50 +0100  Alicia Boya García <aboya@igalia.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Add comment about Opus clipping
+         https://bugzilla.gnome.org/show_bug.cgi?id=793523
+
+2018-04-11 20:28:00 +0000  Whoopie <whoopie79@gmx.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Disable DMABuf for emulated formats
+         libv4l2 does not prevent exporting DMABuf even when emulated formats are
+         in use. As a side effect, userspace ends up with buffers of the original
+         formats which will cause issues.
+         https://bugzilla.gnome.org/show_bug.cgi?id=795097
+
+2018-04-08 20:42:16 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Only use BT2020_12 for BT2020 v4l2 colorspace
+         BT2020_12 is not represented in V4L2, so drivers providing full colority
+         for BT2020 will set V4L2_XFER_FUNC_709 transfer function. To fix the
+         issue, we bump this to BT2020_12 if the resoltion is 4K, but we should
+         only do that if the colorspace is BT2020 to start with, otherwise it's
+         not possible to use normal BT709 for 4K 8bit formats.
+
+2018-04-08 13:43:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Always set the colorimetry in S_FMT
+         So far we were only setting colorimetry for OUTPUT devices (v4l2sink or
+         m2m sink pad). This prevented selecting through caps negotiation the
+         colorimetry for CAPTURE devices (v4l2src or m2m src pad). This is rarely
+         selectable, but trying is harmless.
+
+2018-04-11 21:41:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/monoscope/gstmonoscope.c:
+         monoscope: Only fixate pixel-aspect-ratio if the field exists
+
+2018-04-11 17:54:38 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Don't send fragment-opened-closed message if the reference ctx is NULL
+         It can happen during teardown that the reference context becomes NULL.
+         In that case, trying to send the fragment-opened-closed message would
+         lead to a crash.
+
+2018-04-11 09:12:09 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Run gst_iterator_foreach() as long as it returns GST_ITERATOR_RESYNC
+         CID 1434160
+
+2018-04-11 08:51:32 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix comparision for extra caption atom
+         We want to make sure we have *enough* data for the potential 2nd
+         caption atom.
+         CID #1434161
+
+2018-04-11 08:42:54 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Handle bogus caption samples
+         Corrupted files could potentially have multiple cdat/cdt2 atoms in
+         a sample entry, which is unclear how to handle.
+         Ignore repeated ones.
+         CID #1434162
+         CID #1434159
+
+2018-04-10 21:15:48 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/monoscope/gstmonoscope.c:
+         monoscope: Fixate pixel-aspect-ratio too and make sure the final caps are completely fixated
+         Otherwise e.g. this fails with assertions:
+         gst-launch-1.0 audiotestsrc ! audioconvert ! monoscope ! videoconvert ! \
+         videoscale ! video/x-raw,width=800,height=600 ! ximagesink
+
+2018-03-08 10:10:01 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Add comments and doc about prefill mode
+
+2018-02-06 14:36:50 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Refactor pad re-negotiation code
+         It was similar for all pads
+         https://bugzilla.gnome.org/show_bug.cgi?id=606643
+
+2018-01-31 15:10:03 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Detect and expose CEA 608/708 Closed Caption tracks
+         https://bugzilla.gnome.org/show_bug.cgi?id=606643
+
+2018-04-04 01:48:44 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtxsend: fix wrong memory layout assumption
+         The code responsible for creating retransmitted buffers
+         assumed the stored buffer had been created with
+         rtp_buffer_new_allocate when copying the extension data,
+         which isn't necessarily the case, for example when
+         the rtp buffers come from a udpsrc.
+         https://bugzilla.gnome.org/show_bug.cgi?id=794958
+
+2018-04-02 23:04:06 +0200  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: new signal "get-storage"
+         Similar to the get-session and get-internal-session signals,
+         we expose a get-storage signal in addition to the
+         get-internal-storage signal to give access to the actual
+         element for applications that need to set properties on the
+         element, in particular "size-time"
+         https://bugzilla.gnome.org/show_bug.cgi?id=794910
+
+2018-03-29 19:19:21 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Add new reset-muxer property
+         With this the muxer is not set to NULL after each segment but instead
+         only flush events are sent to it to reset the EOS state.
+         As a result, the muxer will keep stream state and e.g. mpegtsmux will
+         keep the packet continuity counter continuous between segments as needed
+         by hlssink2.
+         https://bugzilla.gnome.org/show_bug.cgi?id=794816
+
+2018-04-02 12:48:50 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/Makefile.am:
+       * tests/icles/meson.build:
+       * tests/icles/v4l2src-test.c:
+         tests: remove broken and now pointless v4l2src-test
+         This tests APIs that don't exist any longer and also doesn't
+         work at all, and was last touched in a meaningful way in 2006.
+
+2018-03-21 00:19:37 +0900  Seungha Yang <pudding8757@gmail.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Fix unknown type name ‘off_t’ error
+         Fix following build error
+         gstv4l2object.h:197:17: error: unknown type name ‘off_t’
+         gint fd,  off_t offset);
+         ^
+         https://bugzilla.gnome.org/show_bug.cgi?id=794533
+
+2017-05-25 03:44:39 +0200  Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: reject segment seeks
+         https://bugzilla.gnome.org/show_bug.cgi?id=784681
+
+2018-02-13 11:50:05 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Handle variant of vorbis in mp4
+         Comes from gpac apparently. The codec_data uses the same packing
+         mechanism as matroska.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738244
+
+2018-03-22 15:20:47 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Check sample count is valid in PIFF parsing
+         The value stored in cenc_aux_sample_count wasn't in sync with the
+         parsing code that followed which checks whether all entries are
+         valid and present.
+         Only write the actual sample count when we know for sure.
+         CID #1427087
+
+2018-03-04 15:14:08 +0100  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * configure.ac:
+       * ext/qt/gstqtglutility.cc:
+         qt: Get EGL native display from QPA if platform header is available
+         https://bugzilla.gnome.org/show_bug.cgi?id=792378
+
+2018-03-06 02:14:34 +0100  Petr Kulhavy <brain@jikos.cz>
+
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+         udpsrc: switch to using a buffer pool
+         This exposes a new property, mtu, which is used to determine the
+         initial size of buffers from the buffer pool. If received data
+         exceeds this, the element gracefully handles that in a manner similar
+         to what we had previously: a large memory gets filled and reallocated
+         at the next call to "fill".
+         The default size is set to 1500, which should cover most use cases.
+         With contributions from Mathieu Duponchelle <mathieu@centricular.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=772841
+
+2016-11-15 09:39:31 +0100  Petr Kulhavy <brain@jikos.cz>
+
+       * gst/udp/gstudpsrc.h:
+         udpsrc: optimize GstUdpSrc object for cache performance
+         Optimize GstUdpSrc for cache performance.
+         Move the hot properties, which are used by the read function, to the top:
+         @used_socket, @addr, @cancellable, @skip_first_bytes, @timeout,
+         @retrieve_sender_address.
+         Remove the unused property @ttl.
+         Where needed reorder so that holes are avoided (the 64-bit @timeout)
+         https://bugzilla.gnome.org/show_bug.cgi?id=772841
+
+2018-03-05 12:48:15 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix seeking on streams with frame reordering
+         The samples table is sorted by DTS, not PTS. As such we can only get the
+         correct result when using a binary search on it, if we search for the
+         DTS.
+         Also if we only ever search for the frame, where the following frame is
+         the first one with a PTS after the search position, we will generally
+         stop searching too early if frames are reordered.
+         In forwards playback this is not really a problem (after the decoder
+         reordered the frames, clipping is happening), in reverse playback
+         it means that we can output one or more frames too few as we stop too
+         early and the decoder would never receive it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=782118
+
+2018-03-20 11:36:32 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpreddec.c:
+       * gst/rtp/gstrtpredenc.c:
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecenc.c:
+       * gst/rtp/rtpstoragestream.c:
+       * tests/check/elements/rtpred.c:
+       * tests/check/elements/rtpulpfec.c:
+         rtp: Fix compilation with non-C99 compilers
+         By moving variable declarations out of loop headers.
+
+2018-03-20 09:24:19 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * meson.build:
+         Back to development
+
+=== release 1.14.0 ===
+
+2018-03-19 20:18:22 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.14.0
+
+2018-03-19 20:18:22 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         Update docs
+
+2018-03-19 18:39:08 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpulpfecdec.c:
+         rtpulpfecdec: fix build with older gcc
+         As on Ubuntu Trusty.
+         https://bugzilla.gnome.org/show_bug.cgi?id=794493
+
+2018-03-19 10:58:28 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Allow splitting at exactly the time/bytes threshold
+         76e458a119926424e9dd5acf3210a592a314d713 changed the conditions from
+         "queued > threshold" to "queued >= threshold", which broke hlssink2 and
+         resulting in too small fragments being created although keyframes would
+         be at *exactly* the configured threshold.
+         https://bugzilla.gnome.org/show_bug.cgi?id=794440
+
+2018-03-17 20:29:35 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/rtpulpfeccommon.h:
+         rtpulpfec: fix unconditional use of __attribute__ ((packed))
+         Fix compilation with MSVC. We still assume that attribute
+         is supported by all other relevant compilers, which seems
+         to be the case since we haven't had any complaints about
+         similar code in rtpsbcpay.
+
+2018-03-17 13:04:47 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecenc.c:
+       * gst/rtp/rtpulpfeccommon.c:
+         rtpulpfec: don't use non-portable notation for 64-bit int constants
+         Use GLib macro instead, even if it's a bit unwieldy.
+
+2018-03-17 12:55:57 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpulpfecdec.c:
+         rtpulpfecdec: don't use __builtin_ctzll unconditionally
+         Fixes build with MSVC, and possibly other compilers too.
+
+=== release 1.13.91 ===
+
+2018-03-13 19:16:42 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.13.91
+
+2018-03-13 19:16:42 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         Update docs
+
+2018-03-12 13:21:08 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         docs: rtpbin: add some Since markers for new properties
+
+2018-03-10 18:57:38 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/directsound/meson.build:
+         meson: Add deviceprovider changes to directsoundsink
+         These were missed when they were added to Makefile.am
+
+2018-03-08 10:12:16 +0100  Michael Tretter <m.tretter@pengutronix.de>
+
+       * configure.ac:
+         configure.ac: enable largefile support if possible
+         https://bugzilla.gnome.org/show_bug.cgi?id=793103
+
+2018-03-07 14:16:02 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Fix support for 32bit mmap
+         https://bugzilla.gnome.org/show_bug.cgi?id=793103
+
+=== release 1.13.90 ===
+
+2018-03-03 22:19:36 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.13.90
+
+2018-03-03 22:19:36 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         Update docs
+
+2018-03-01 18:24:33 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+       * tests/check/elements/flvmux.c:
+         flvmux: Duration & unit tests
+         The muxed buffers will not carry the duration of the
+         incoming buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793457
+
+2018-03-01 17:15:02 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Set PTS based on running time
+         https://bugzilla.gnome.org/show_bug.cgi?id=793457
+
+2018-03-01 18:13:20 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Ignore sendonly/recvonly attributes unless a backchannel is configured
+         This works around a bug in various ONVIF cameras that implement the
+         attributes the wrong way around. They still won't work with a
+         backchannel but at least normal playback will work for the time being.
+         It restores pre-1.14 behaviour where we would fail to preroll on any SDP
+         that lists a recvonly stream. For 1.16 a better solution should be
+         found.
+         The problem here is that the ONVIF spec has the meaning of the two
+         attributes the wrong way around in the examples, compared to RFC4566.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793715
+
+2018-03-01 18:16:24 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * meson.build:
+         meson: enable more warnings
+         https://bugzilla.gnome.org/show_bug.cgi?id=793961
+
+2018-03-01 00:34:20 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/flv/gstflvmux.c:
+         Port to latest GstAggregator segment API
+         The aggregator segment is now exposed on the src pad
+         https://bugzilla.gnome.org/show_bug.cgi?id=793945
+
+2018-03-01 15:34:13 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/directsound/gstdirectsoundplugin.c:
+         directsoundsink: Downgrade rank to match directsoundsrc in -bad
+         As stated in commit c2956036b8da4b8f22a63a4f5a254be03e870aa6 in -bad,
+         the wasapi elements are now better than directsound, and should be
+         preferred if they are available.
+         For a later release, once the elements have more testing, we can
+         consider moving them to -good.
+
+2018-02-28 19:21:53 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Only mark new clusters as keyframe if they start on a keyframe or we're muxing only audio
+         Based on a patch by Nicola Murino <nicola.murino@gmail.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=792775
+
+2018-02-28 19:19:10 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Clip maximum cluster duration to the maximum possible value
+         Only up to timescale * G_MAXINT16 is possible as cluster duration, which
+         is already higher than our default value. Using higher values would
+         cause overflows and broken files.
+         Based on the investigation by Nicola Murino <nicola.murino@gmail.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=792775
+
+2018-02-26 13:03:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: Refuse caps changes after starting to write headers
+         Matroska does not support changing the stream type and stream properties
+         after the headers were started to be written, and for example H264
+         codec_data changes can't be supported.
+         https://bugzilla.gnome.org/show_bug.cgi?id=782949
+
+2018-02-27 16:33:53 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * tests/check/elements/rtpred.c:
+         tests: fix redenc tests
+         The default of the allow-no-red-blocks property was changed in a
+         previous commit, thus breaking the test assumptions
+
+2018-02-27 13:13:49 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/rtpulpfeccommon.c:
+         rtp: fix another debug log printf format warning on 32-bit systems
+         rtpulpfeccommon.c:432:27: error: format ‘%lx’ expects argument of type
+         ‘long unsigned int’, but argument 10 has type ‘guint64 {aka long long unsigned int}’
+         https://bugzilla.gnome.org/show_bug.cgi?id=793732
+
+2018-02-26 17:02:52 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: provide example usage for ignored-payload-types
+
+2018-02-26 16:53:08 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpbin, rtpptdemux: Add missing Since markers
+
+2018-02-26 15:57:28 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtp/gstrtpreddec.c:
+       * gst/rtp/gstrtpredenc.c:
+       * gst/rtp/gstrtpstorage.c:
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecenc.c:
+       * gst/rtp/gstrtpulpfecenc.h:
+         FEC elements: document, remove irrelevant properties
+         The ulpfecenc "mux-seq" and "ssrc" properties were initially added
+         because the element did more than implement ULPFEC. As it was
+         decided that FLEXFEC would be implemented in a separate element,
+         both properties are now unneeded and confusing.
+         Change the default for the ulpfecenc multi-packet property,
+         as it is expected that most users of this element will be protecting video
+         streams.
+         Change the default property for the rtpredenc allow-no-red-blocks
+         property, as it should also be its default mode of operation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793843
+
+2018-02-24 20:05:05 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         rtpgstdepay: do not warn when caps were not yet received
+         It is expected that when connecting to a stream that has
+         already started, the caps will only arrive at the interval
+         specified on rtpgstpay, we shouldn't be warning as this is
+         a normal mode of operation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793798
+
+2018-02-22 21:53:40 +0100  Arnaud Bonatti <arnaud.bonatti@gmail.com>
+
+       * gst/rtp/gstrtpulpfecdec.c:
+         rtpulpfec: fix debug log printf format warning on 32-bit platforms
+         https://bugzilla.gnome.org/show_bug.cgi?id=793732
+
+2018-02-22 14:58:12 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * gst/rtp/gstrtpreddec.c:
+       * gst/rtp/gstrtpredenc.c:
+       * gst/rtp/gstrtpstorage.c:
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecenc.c:
+         docs: hook up new RTP FEC elements
+         https://bugzilla.gnome.org/show_bug.cgi?id=792696
+
+2018-02-22 14:57:58 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         docs: update for git master
+
+2018-02-22 10:54:02 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * .gitignore:
+       * tests/check/elements/.gitignore:
+         .gitignore more test binaries
+
+2018-02-21 20:46:10 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+         tests: also dist new fec test header file
+
+2018-02-21 20:44:26 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/Makefile.am:
+         rtp: dist new header files
+         Fixes make distcheck
+
+2018-02-21 18:52:44 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpreddec.c:
+       * gst/rtp/gstrtpstorage.c:
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecenc.c:
+       * gst/rtp/rtpulpfeccommon.c:
+       * gst/rtp/rtpulpfeccommon.h:
+         rtp: fec: fix build with gstreamer debug log system disabled
+
+2018-02-21 19:59:04 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: do no assume sink caps are non NULL
+
+2018-02-21 18:51:17 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * tests/check/Makefile.am:
+         check: Fix ulpfec test build
+         The test name was updated but not the build definition
+
+2017-11-28 06:02:05 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: Expose FEC support signals
+         Also slightly refactor complete_session_src
+         https://bugzilla.gnome.org/show_bug.cgi?id=792696
+
+2017-11-17 03:52:03 +0100  Mikhail Fludkov <misha@pexip.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpreddec.c:
+       * gst/rtp/gstrtpreddec.h:
+       * gst/rtp/gstrtpredenc.c:
+       * gst/rtp/gstrtpredenc.h:
+       * gst/rtp/gstrtpstorage.c:
+       * gst/rtp/gstrtpstorage.h:
+       * gst/rtp/gstrtpulpfecdec.c:
+       * gst/rtp/gstrtpulpfecdec.h:
+       * gst/rtp/gstrtpulpfecenc.c:
+       * gst/rtp/gstrtpulpfecenc.h:
+       * gst/rtp/meson.build:
+       * gst/rtp/rtpredcommon.c:
+       * gst/rtp/rtpredcommon.h:
+       * gst/rtp/rtpstorage.c:
+       * gst/rtp/rtpstorage.h:
+       * gst/rtp/rtpstoragestream.c:
+       * gst/rtp/rtpstoragestream.h:
+       * gst/rtp/rtpulpfeccommon.c:
+       * gst/rtp/rtpulpfeccommon.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/packets.h:
+       * tests/check/elements/rtpred.c:
+       * tests/check/elements/rtpstorage.c:
+       * tests/check/elements/rtpulpfec.c:
+       * tests/check/meson.build:
+         rtp: Implement ULPFEC (RFC 5109)
+         We expose a set of new elements:
+         * ULPFEC encoder / decoder
+         * A storage element, which should be placed before jitterbuffers,
+         and is used to store packets in order to attempt reconstruction
+         after the jitterbuffer has sent PacketLost events
+         * RED encoder / decoder (RFC 2198), these are necessary to
+         use FEC in webrtc, as browsers will propose and expect ulpfec
+         packets to be wrapped in red packets
+         With contributions from:
+         Mathieu Duponchelle <mathieu@centricular.com>
+         Sebastian Dröge <sebastian@centricular.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=792696
+
+2017-11-28 01:11:54 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpptdemux.h:
+         rtpptdemux: Add ignored-payload-types property
+         Packets with these payload types will be dropped. A use case
+         for this is FEC, where we want FEC packets to go through the
+         jitterbuffer, but not be output by rtpbin.
+         https://bugzilla.gnome.org/show_bug.cgi?id=792696
+
+2017-11-20 18:08:38 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: Add ssrc to output caps
+         It may be useful downstream
+         https://bugzilla.gnome.org/show_bug.cgi?id=792696
+
+2018-02-21 11:12:10 +0100  Arnaud Bonatti <arnaud.bonatti@gmail.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtk: fix compiler warning with recent glib
+         https://bugzilla.gnome.org/show_bug.cgi?id=793688
+
+2018-02-21 11:35:33 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtglutility.cc:
+         qt: don't use libEGL functions when we don't link to libEGL
+         Use the provided wrapper available from libgstgl.
+         https://bugzilla.gnome.org/show_bug.cgi?id=793547
+
+2018-02-18 21:38:13 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/monoscope/gstmonoscope.c:
+       * gst/monoscope/gstmonoscope.h:
+         monoscope: Forward the SEGMENT event from the chain function
+         Otherwise we'll break the event order and forward the SEGMENT event
+         before sending a CAPS event.
+
+2018-02-16 12:25:29 +0000  James Stevenson <james@stev.org>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix missing read property of backchannel
+         Add missing read property code for backchannel
+         https://bugzilla.gnome.org/show_bug.cgi?id=793507
+
+2018-02-16 09:42:59 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/examples/rtsp/meson.build:
+         examples: rtsp: fix meson build take 2
+
+2018-02-16 11:30:01 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/rtsp/meson.build:
+         rtsp: Fix meson.build of the example
+
+2018-01-26 16:33:21 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Implement ONVIF backchannel support via TCP
+
+2017-10-13 18:05:54 +0300  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * configure.ac:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+       * tests/examples/Makefile.am:
+       * tests/examples/meson.build:
+       * tests/examples/rtsp/Makefile.am:
+       * tests/examples/rtsp/meson.build:
+       * tests/examples/rtsp/test-onvif.c:
+         rtspsrc: Implement ONVIF backchannel support
+         Set backchannel=onvif to enable, and use the 'push-backchannel-sample'
+         action signal with the correct stream id.
+
+2018-02-16 01:49:57 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+       * gst/multifile/gstsplitmuxsrc.h:
+         splitmuxsrc: Improve not-linked handling.
+         Don't report not-linked unless all pads have
+         returned not-linked.
+
+2018-02-15 19:44:19 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * meson.build:
+         Back to development
+
+=== release 1.13.1 ===
+
+2018-02-15 17:06:10 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * NEWS:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.13.1
+
+2018-02-15 17:05:23 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gtk.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         docs: update plugin docs
+
+2018-02-15 13:32:20 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * po/bg.po:
+       * po/cs.po:
+       * po/da.po:
+       * po/de.po:
+       * po/el.po:
+       * po/fr.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/ru.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         po: update translations
+
+2018-02-14 16:38:07 +0100  Patrick Radizi <patrickr@axis.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: allow timestamps to move backwards
+         The original solution for #784002 incorrectly assumed that timestamps
+         may not move backwards and changed timestamps that did so.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784002
+
+2018-02-15 00:58:38 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/lame/gstlamemp3enc.c:
+       * gst/flv/gstindex.c:
+       * sys/v4l2/gstv4l2src.c:
+         docs: remove pointless Since: 0.10.x markers
+
+2017-09-27 16:01:35 +0200  Alban Bedel <alban.bedel@avionic-design.de>
+
+       * gst/rtp/gstrtpvorbisdepay.c:
+         rtpvorbisdepay: fix unbounded memory usage
+         All received configurations are parsed and added to a list, this lead
+         to an unbounded memory usage. As the configuration is resent every
+         second this quickly lead to a large memory usage.
+         Add a check to only add the config if it is not already available in
+         the list. This fix only handle the typical case of a well behaved
+         stream, a malicious server could still send many useless
+         configurations to raise the client memory usage.
+
+2018-02-12 18:41:41 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-qmlgl.xml:
+         docs: add qt plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=754094
+
+2018-02-12 18:34:16 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+       * ext/Makefile.am:
+       * ext/meson.build:
+       * tests/examples/meson.build:
+         qt: hook up to build
+         https://bugzilla.gnome.org/show_bug.cgi?id=754094
+
+2018-02-12 18:13:17 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+         Move qt plugin from -bad
+         https://bugzilla.gnome.org/show_bug.cgi?id=754094
+
+2018-02-12 15:44:35 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+         configure: fix build with --disable-external
+
+2018-02-10 20:31:49 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/inspect/plugin-gtk.xml:
+         docs: add moved gtk plugin to docs
+
+2018-02-10 20:28:46 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.prerequisites:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+         docs: update for git master
+
+2018-02-12 11:02:12 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gtk/meson.build:
+       * ext/meson.build:
+       * meson.build:
+       * tests/examples/meson.build:
+         gtk: hook up to meson build
+
+2018-02-10 13:20:43 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+       * ext/Makefile.am:
+       * ext/gtk/Makefile.am:
+       * tests/examples/Makefile.am:
+       * tests/examples/gtk/.gitignore:
+       * tests/examples/gtk/Makefile.am:
+         gtk: hook up to autotools build
+
+2018-02-10 12:49:36 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+         Move gtk plugin from -bad
+         https://bugzilla.gnome.org/show_bug.cgi?id=754094
+
+2018-02-09 11:26:56 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix comment typo in previous commit
+
+2018-02-09 11:20:38 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: More 'meta' atom parsing fixes
+         Turns out everybody is doing it their own way, so peek into the
+         meta atom itself to figure out which spec it is following
+
+2018-02-02 13:51:49 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Add support for muxing svmi atom for stereoscopic video information
+         https://bugzilla.gnome.org/show_bug.cgi?id=793120
+
+2018-02-09 08:59:56 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Minor cleanup
+         Just move variables to the blocks where they are used.
+         That function is massive, could do with some splitting up for
+         readability :(
+
+2018-02-09 08:54:05 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Cope with difference between QTFF and ISO BMFF specs
+         The 'meta' atom is defined differently in QTFF and BMFF, so try
+         to guess which spec the current stream applies to by looking
+         at the major file type.
+
+2018-02-09 08:35:52 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+         isomp4: Make 'hdlr' atom dump more flexible
+         The smallest possible is 24 (and not 25) bytes.
+         The last "name" field can according to QTFF specifications not be present
+         at all. The parser will handle this fine and so will the rest of
+         the qtdemux code.
+
+2018-02-09 08:35:25 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/audiofx/audiopanoramaorc-dist.c:
+       * gst/deinterlace/tvtime-dist.c:
+       * gst/videobox/gstvideoboxorc-dist.c:
+       * gst/videomixer/videomixerorc-dist.c:
+         Update ORC files
+
+2018-02-08 19:09:45 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: make version numbers ints and fix int/string comparison
+         WARNING: Trying to compare values of different types (str, int).
+         The result of this is undefined and will become a hard error
+         in a future Meson release.
+
+2017-10-01 18:21:26 +0200  Jérôme Laheurte <jerome@jeromelaheurte.net>
+
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: fix build on macOS versions < 12.0
+         Use value instead of version macro when testing for mac OS version,
+         since the define for the newer version may not be defined when
+         compiling against older versions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=788402
+
+2018-02-07 20:15:00 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtglutility.cc:
+         qt: don't #include platform specific gstglcontext_*.h headers
+         They aren't public headers
+
+2018-02-04 11:47:05 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+       * tests/check/Makefile.am:
+         autotools: use -fno-strict-aliasing where supported
+         https://bugzilla.gnome.org/show_bug.cgi?id=769183
+
+2017-12-04 20:12:40 +0900  Justin Kim <justin.kim@collabora.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/multifile/gstsplitmuxsink.c:
+         qtmux: send stream warning when refusing video caps
+         If codec_data is changed, the stream is no longer valid.
+         Rather than keeping running when refusing new caps,
+         this patch send a warning  to the bus.
+         Also fix up splitmuxsink to ignore this warning while changing caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=790000
+
+2017-11-29 21:30:11 +0900  Justin Kim <justin.kim@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: update output caps regardless format
+         `codec_data` should be transfered if any information of
+         SPS/PPS is changed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=790000
+
+2018-01-31 19:11:16 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_dump.h:
+       * gst/isomp4/qtdemux_types.c:
+         isomp4: Add gmhd/gmin debugging
+         * gmhd is a container, mark it as such so we can see/dump
+         what is contained within
+         * Add dumping for the Base Media Information atom (gmin)
+
+2015-09-23 10:01:32 +0200  Matthieu Crapet <mcrapet@gmail.com>
+
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstjpegenc.h:
+         jpegenc: add snapshot property
+         Like pngenc, automatically send an EOS message.
+         Example of bin:
+         appsrc ! jpegenc snapshot=true ! filesink location=out.jpg
+         This is especially useful for limited/slow hardware.
+         Otherwise calling gst_video_convert_sample() is a better option
+         (internally uses videoconvert and videoscale).
+         https://bugzilla.gnome.org/show_bug.cgi?id=755453
+
+2018-01-31 15:02:50 +0000  Philippe Normand <philn@igalia.com>
+
+       * gst/interleave/interleave.c:
+         interleave: fix memory leak of GAP buffers
+         https://bugzilla.gnome.org/show_bug.cgi?id=793067
+
+2018-01-31 11:38:35 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+         qtdemux_dump: Demote verbose logging to TRACE level
+
+2018-01-31 11:22:23 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+         qtdemux: Re-enable full debug logging of stsz entries
+         No idea why it was disabled (was the case since 2007)
+
+2018-01-30 20:34:32 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/taglib/meson.build:
+       * meson.build:
+         meson: use -fno-strict-aliasing where supported
+         https://bugzilla.gnome.org/show_bug.cgi?id=769183
+
+2017-12-12 00:14:02 +0900  Seungha Yang <pudding8757@gmail.com>
+
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Remove white space at end of line
+         https://bugzilla.gnome.org/show_bug.cgi?id=791483
+
+2017-12-12 00:11:24 +0900  Seungha Yang <pudding8757@gmail.com>
+
+       * gst/isomp4/Makefile.am:
+       * gst/isomp4/gstisoff.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+       * gst/isomp4/qtdemux_debug.h:
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_lang.c:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Apply qtdemux debug category to gstisoff
+         .. instead of the use of default debug category.
+         And, make new header to declare the debug category
+         https://bugzilla.gnome.org/show_bug.cgi?id=791483
+
+2018-01-25 00:46:57 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: properly set total duration on outgoing segment
+         We would accidentally pass through the duration value from the
+         demuxer from a single fragment, which causes problems when
+         feeding the stream from splitmuxsrc to rtsp-server. Streaming
+         would stop after one fragment due to that.
+         https://bugzilla.gnome.org/show_bug.cgi?id=792861
+
+2018-01-25 00:42:52 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: don't respond to duration query with CLOCK_TIME_NONE
+         total_duration is initialised to CLOCK_TIME_NONE, not 0, so check
+         for that as well in order not to return an invalid duration to
+         a duration query. Doesn't fix anything particular observed in
+         practice, just seemed inconsistent.
+
+2018-01-25 20:48:42 +0100  Alicia Boya García <aboya@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add more prose to the comment of gst_qtdemux_find_sample()
+         https://bugzilla.gnome.org/show_bug.cgi?id=792910
+
+2011-02-09 12:48:00 +0000  Oleksij Rempel <linux@rempel-privat.de>
+
+       * ext/vpx/gstvpxdec.c:
+         vpx: add VP8_DEBUG_TXT_* flags for postprocessing
+         https://bugzilla.gnome.org/show_bug.cgi?id=641399
+
+2018-01-25 21:22:10 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/directsound/gstdirectsoundsink.h:
+         directsoundsink: Add missing \ in multi-line #define
+
+2018-01-22 15:07:38 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/directsound/Makefile.am:
+       * sys/directsound/gstdirectsounddevice.c:
+       * sys/directsound/gstdirectsounddevice.h:
+       * sys/directsound/gstdirectsoundplugin.c:
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/directsound/gstdirectsoundsink.h:
+         directsoundsink: Add support for a DeviceProvider
+         https://bugzilla.gnome.org/show_bug.cgi?id=792782
+
+2018-01-23 18:37:09 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstmultifilesrc.c:
+         multifilesrc: fix up uri handler a little
+         Fix path escaping when creating URI from location in get_uri().
+         Return FALSE with an error when URI can't be parsed in set_uri().
+         https://bugzilla.gnome.org/show_bug.cgi?id=783581
+
+2017-06-15 13:37:28 +0200  Dimitrios Katsaros <patcherwork@gmail.com>
+
+       * gst/multifile/gstmultifilesrc.c:
+         multifilesrc: implement uri handler
+         With this patch we can now provide a set of files
+         created by multifilesink as a source for uri elements.
+         e.g. gst-launch-1.0 playbin uri=multifile://img%25d.ppm
+         Note that for the %d pattern you need to replace % with %25.
+         This is to be compliant with URL naming standards.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783581
+
+2018-01-19 15:05:26 +0200  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Make sure timecode uses the same timescale as video
+         Don't blindly derive it from the frame rate, but try to get the per-pad
+         configured timescale first (if it exists)
+         https://bugzilla.gnome.org/show_bug.cgi?id=792680
+
+2018-01-18 18:36:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Allow configuring trak timescale per pad/trak
+         It generally makes not much sense to configure it for all pads/traks at
+         once as this value is usually different for each of them. As such, add a
+         new property on the pads in addition to the existing property on the
+         whole muxer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=792649
+
+2018-01-23 09:46:32 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvmux.c:
+         Update for renamed aggregator pad API
+         https://bugzilla.gnome.org/show_bug.cgi?id=791204
+
+2018-01-22 12:24:18 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix up sendonly/recvonly attribute handling
+         We can't handle recvonly streams, sendonly streams are perfectly fine.
+         The direction is the one from the point of view of the SDP offerer
+         (i.e. the RTSP server), and a recvonly stream would be one where the
+         server expects us to send media.
+         RFC 3264, section 5.1:
+         If the offerer wishes to only send media on a stream to its peer, it
+         MUST mark the stream as sendonly with the "a=sendonly" attribute.
+         This is mixed up in the ONVIF streaming specification examples, but
+         actual implementations and conformance tools seem to not care at all
+         about the attributes.
+         https://bugzilla.gnome.org/show_bug.cgi?id=792376
+
+2017-11-11 13:49:22 +0900  paul.kim <paul.hyunil@lge.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Reset retry_count to 0 when GST_FLOW_FLUSHING
+         If a lot of seek method is called very quickly, sometimes data reading
+         and do_request occurs while seek flush event is occurring and error
+         occurs because retry_count
+         reaches to the max. Thus, reset retry_count if flush occurs after
+         do_request and read_buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=790199
+
+2018-01-18 15:09:04 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * tests/check/elements/aacparse.c:
+         tests: aacparser: Test that short raw frames don't get concatenated
+         https://bugzilla.gnome.org/show_bug.cgi?id=792644
+
+2018-01-18 14:23:07 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: When parsing raw input, accept frames of any size
+         Raw AAC streams might have very small frames, e.g. 6 byte frames
+         when encoding silence. These frames are then smaller than aacparse's
+         default min_frame_size of 10 bytes (ADTS_MAX_SIZE).
+         When passthrough is disabled or aacparse has to output ADTS, GstBaseParse
+         will concatenate these short frames to the following frame before
+         handling them to aacparse, which processes each input buffer as a single
+         frame, producing bad output.
+         To avoid this problem, set the min_frame_size to 1 when receiving a raw
+         stream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=792644
+
+2017-05-02 21:24:06 -0300  Adrián Pardini <github@tangopardo.com.ar>
+
+       * ext/shout2/gstshout2.c:
+         shout2send: print actual username in debug log out
+         https://bugzilla.gnome.org/show_bug.cgi?id=782093
+
+2018-01-15 18:13:37 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * tests/check/elements/rtpbin.c:
+         rtpbin: fix leak of elements requested by signals
+         When the signal returns a floating reference, as its return type
+         is transfer full, we need to sink it ourselves before passing
+         it to gst_bin_add (which is transfer floating).
+         This allows us to unref it in bin_remove_element later on, and
+         thus to also release the reference we now own if the signal
+         returns a non-floating reference as well.
+         As we now still hold a reference to the element when removing it,
+         we also need to lock its state and setting it to NULL before
+         unreffing it
+         Also update the request_aux_sender test.
+         https://bugzilla.gnome.org/show_bug.cgi?id=792543
+
+2018-01-17 11:10:37 +0100  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix division by 0 for complex video formats
+         So complex video formats have 0 as pstride. Don't try to divide the
+         stride in such cases.
+         https://bugzilla.gnome.org/show_bug.cgi?id=792596
+
+2018-01-17 11:08:25 +0100  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: display stride and width values if stride is too small
+         https://bugzilla.gnome.org/show_bug.cgi?id=792596
+
+2018-01-16 13:19:29 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: document unit of "max-file-duration" property
+
+2018-01-12 12:21:37 +0100  Florent Thiéry <florent.thiery@ubicast.eu>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: fix typo in documentation
+         https://bugzilla.gnome.org/show_bug.cgi?id=792458
+
+2018-01-12 09:53:37 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: add property set/get PROP_CAPTURE_IO_MODE error handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=791841
+
+2018-01-12 09:46:30 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: fold property set/get PROP_OUTPUT_IO_MODE case into default
+         https://bugzilla.gnome.org/show_bug.cgi?id=791841
+
+2018-01-12 09:49:14 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: add property set/get PROP_CAPTURE_IO_MODE error handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=791841
+
+2018-01-12 09:44:03 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: fold property set/get PROP_OUTPUT_IO_MODE case into default
+         https://bugzilla.gnome.org/show_bug.cgi?id=791841
+
+2018-01-11 10:44:18 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: fix capture-io-mode property get
+         https://bugzilla.gnome.org/show_bug.cgi?id=791841
+
+2018-01-11 17:47:39 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Maintain downstream caps order
+         The g_list_insert_sorted() will behave like prepend when the compare
+         function returns 0. In our case, we want to maintain the order hence
+         append. This fixes this issue and improve the sorting algorithm to make
+         a 10x10 prefered over 10x200 with a preference of 10x8 (and similar
+         cases which was badly handled). This fixes generally fixes issue were a
+         sub-optimal format / size is picked.
+         https://bugzilla.gnome.org/show_bug.cgi?id=792435
+
+2017-12-21 23:02:30 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Also re-enabled paused task
+         When we only run _finish(), the task is never stopped externally,
+         instead it's only paused from the inside. We still want to restart
+         it in this case.
+
+2018-01-08 15:23:24 +0100  Mathieu Duponchelle <mathieu@centricular.com>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacdec.h:
+         flacdec: flush flac decoder on lost sync.
+         This to allow the decoder to start searching for a new
+         frame again.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791473
+
+2017-12-21 22:56:51 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Call stop on object before renegotiation
+         Otherwise renegotiation fails as we are still streaming.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791338
+
+2017-12-21 22:55:49 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Remove dead code
+         gst_v4l2_object_stop() will free and nullify the pool, so the
+         following if will never be true.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791338
+
+2017-12-21 22:29:06 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Delay capture pool activation
+         This is support CODA driver which prevents setting the output format if
+         the capture is streaming.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791338
+
+2017-12-13 20:23:46 +0000  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Add dynamic resolution change support
+         This implements a "big hammer" reallocation method. We effectively
+         drain and stop both side of the decoder and restart. This though is
+         the most generic method. This change should enable on most drivers
+         adaptive streaming.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752962
+
+2017-12-30 01:52:13 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: zlib is not actually a hard requirement
+
+2017-09-28 18:00:38 -0300  Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpeg: Fixup frames without an EOI marker
+         Some cameras fail to send an end-of-image marker (EOI)
+         and can't be properly decoded by either JPEG or libjpeg.
+         This commit parses the frame, making sure it has an EOI.
+         If there isn't one, the EOI gets added to the buffer.
+         A similar fixup is done in the rtpjpegdepay element,
+         and it makes sense to do it in jpegdec as well.
+         Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
+         https://bugzilla.gnome.org/show_bug.cgi?id=791988
+
+2017-12-26 13:50:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: skip translations if gettext is not available
+
+2017-12-24 13:14:06 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-rtp.xml:
+         docs: add rtpL8pay/depay to docs
+
+2017-12-24 13:11:00 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+         docs: update for recent changes
+
+2015-05-15 17:00:26 +0100  Tim Allen <tim.allen@ge.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpL8depay.c:
+       * gst/rtp/gstrtpL8depay.h:
+       * gst/rtp/gstrtpL8pay.c:
+       * gst/rtp/gstrtpL8pay.h:
+       * gst/rtp/meson.build:
+         rtp: add L8 audio support
+
+2017-12-23 12:45:17 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: fix typo in multicast join error message
+
+2017-12-23 12:44:31 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: also proxy multicast-iface property to RTCP udpsrc
+
+2015-11-02 00:41:28 +0100  Sebastian Rasmussen <sebrn@hotmail.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: don't try to set IPV6_TCLASS on IPV4 sockets
+         Avoids ERROR log message.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757449
+
+2015-11-02 00:41:28 +0100  Sebastian Rasmussen <sebrn@hotmail.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/udpsink.c:
+         tests: udpsink: add check that sets QoS on IPv4/6 sockets
+         https://bugzilla.gnome.org/show_bug.cgi?id=757449
+
+2017-12-22 10:21:28 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+         v4l2deviceprovider: Don't do slow probes
+         This is problematic in the current design at it seriously slow down
+         startup of applications. As of now, no known application uses the
+         colorimetry and the interlace-modes for anything (the two fields that
+         won't be probed). So let's disable it, in the long term we'll try and
+         find a way to interact with the provider so applicaiton could opt-in
+         these slow probing methods for more advance configuration.
+
+2017-12-22 10:15:48 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't redefine mmap64
+         On Linux, there exist a case where mmap64 is already a define to mmap,
+         so avoid the redefine warning here.
+
+2017-12-19 17:37:58 +0800  Ting-Wei Lan <lantw@src.gnome.org>
+
+       * configure.ac:
+       * meson.build:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't use mmap64 if off_t is 64-bit
+         The difference between mmap and mmap64 is the type of 'offset' argument.
+         mmap64 always uses a 64-bit interger as offset, while mmap uses off_t,
+         whose size can vary on different operating systems or architectures.
+         However, not all operating systems support mmap64. Fortunately, although
+         FreeBSD only has mmap, its off_t is always 64-bit regardless of
+         architectures, so we can simply use mmap when sizeof(off_t) == 8.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791779
+
+2017-12-22 09:17:04 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         Revert "v4l2object: Use mmap64 to match libv4l2 signature"
+         This reverts commit b61bba48488c0a627d90f04cc9917d8c4f3f0d9b.
+
+2017-12-19 17:37:58 +0800  Ting-Wei Lan <lantw@src.gnome.org>
+
+       * configure.ac:
+       * meson.build:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Check for mmap64 before using it
+         mmap64 is not available on FreeBSD.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791779
+
+2017-12-20 15:23:26 -0500  Vincent Penquerc'h <vincent.penquerch@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flv: flvmux ported to the GstAggregator
+         This makes it possible to create a flv file from a live source and not stop
+         when there are packet drops.
+         https://bugzilla.gnome.org/show_bug.cgi?id=782920
+
+2017-12-19 16:47:52 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: Call gst_base_sink_wait_preroll on unlock
+         This means that packets will not be lost on fast pause/playing cycles.
+         Also refactor the code a little to simplify it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774945
+
+2017-12-19 16:22:52 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/examples/gtk/Makefile.am:
+         gtk example: Fix cflags in Makefile.am
+
+2017-12-19 15:46:52 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: Remove unused variable
+
+2017-12-19 13:03:28 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk: don't include uninstalled header
+
+2017-12-17 20:54:06 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/qt/Makefile.am:
+         gl: update plugins to use GstGL from -base
+
+2017-12-17 20:54:06 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gtk/Makefile.am:
+       * ext/gtk/meson.build:
+       * tests/examples/gtk/Makefile.am:
+         gl: update plugins to use GstGL from -base
+
+2017-12-19 11:57:52 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix two leaks
+         * gst_event_new_stream_start() does not take ownership of the stream_id
+         * the pipeline_request_id string that is created was not being freed
+
+2017-12-07 22:08:42 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/videocrop/gstvideocrop.c:
+         videocrop: Add GstVideoCropMeta support
+         If downstream supports this meta, it will add or update it from
+         the GstBuffer in-place rather then copying.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791453
+
+2017-12-13 09:22:17 +0000  Sean DuBois <sean@siobud.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/webm-mux.c:
+         Add AV1 to matroska plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=784160
+
+2017-12-15 14:48:09 +0100  fengalin <fengalin@free.fr>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-read-common.c:
+       * tests/check/elements/matroskademux.c:
+       * tests/check/elements/matroskamux.c:
+         matroska: fix memory leaks due to toc related updates
+         https://bugzilla.gnome.org/show_bug.cgi?id=790686
+
+2017-12-15 11:40:13 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/matroskamux.c:
+         matroskamux: Fix various memory leaks in the unit test
+         https://bugzilla.gnome.org/show_bug.cgi?id=790686
+
+2017-12-14 19:05:36 +0100  fengalin <fengalin@free.fr>
+
+       * tests/check/elements/matroskademux.c:
+       * tests/check/elements/matroskamux.c:
+         matroska-mux: migrate test to gst_harness
+         ... following the guide lines from Håvard Graff (see https://gstconf.ubicast.tv/videos/moar-better-tests/).
+         https://bugzilla.gnome.org/show_bug.cgi?id=790686
+
+2017-12-01 18:17:06 +0100  fengalin <fengalin@free.fr>
+
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+       * tests/check/elements/matroskademux.c:
+       * tests/check/elements/matroskamux.c:
+         matroska: re-activate and update TOC support
+         TOC support in mastroskamux has been deactivated for a couple of years. This commit updates it to recent GstToc evolutions and introduces toc unit tests for both matroska-mux and matroska-demux.
+         There are two UIDs for Chapters in Matroska's specifications:
+         - The ChapterUID is a mandatory unsigned integer which internally refers to a given chapter. Except for title & language which use dedicated fields, this UID can also be used to add tags to the Chapter. The tags come in a separate section of the container.
+         - The ChapterStringUID is an optional UTF-8 string which also uniquely refers to a chapter but from an external perspective. It can act as a "WebVTT cue identifier" which "can be used to reference a specific cue, for example from script or CSS".
+         During muxing, the ChapterUID is generated and checked for unicity, while the ChapterStringUID receives the user defined UID. In order to be able to refer to chapters from the tags section, we maintain an internal Toc tree with the generated ChapterUID.
+         When demuxing, the ChapterStringUIDs (if available) are assigned to the GstTocEntries UIDs and an internal toc mimicking the toc is used to keep track of the ChapterUIDs and match the tags with the appropriate GstTocEntries.
+         https://bugzilla.gnome.org/show_bug.cgi?id=790686
+
+2017-12-14 18:28:00 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/v4l2/v4l2src-renegotiate.c:
+         v4l2src: Fix compiler error in example caused by re-declaring `index`
+         ../tests/examples/v4l2/v4l2src-renegotiate.c:57:13: error: ‘index’ redeclared as different kind of symbol
+         static gint index = 0;
+         ^
+
+2017-12-14 14:49:01 +1100  Matthew Waters <matthew@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From e8c7a71 to 3fa2c9e
+
+2017-12-13 14:39:47 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2object: Use a debug object for tracing
+         This way we can pass the pad name instead of the element for tracing
+         which helps identifying which v4l2object is used withing M2M element
+         like decoder, encoder and transform. For the reference, pads are name
+         <parent-name>:<pad-name>.
+
+2017-12-13 12:06:21 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Push a GAP event if there's a second *or more*
+         And not "more than a second"
+
+2017-12-13 11:35:37 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't push GAP event if first buffer is within 1s
+         If we saw empty segments, we previously unconditionally pushed a
+         GAP event downstream regardless of the duration of that empty
+         segment.
+         In order to avoid issues with initial negotiation of downstream elements
+         (which would negotiate to something before receiving any data due to
+         that initial GAP event), check if there's at least a second of difference
+         (like we do for other GAP-related checks in qtdemux) before
+         deciding to push a GAP event downstream.
+
+2017-12-13 10:21:17 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't set pared=True on underspecified audio/mpeg
+         This *really* needs to go through a parser to figure out what the
+         exact content type is.
+
+2017-12-11 15:27:08 -0600  Michael Catanzaro <mcatanzaro@igalia.com>
+
+       * gst/equalizer/gstiirequalizer.c:
+         equalizer: Fix -Wincompatible-pointer-types warning
+         This is caused by the new type propagation for g_object_ref.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791494
+
+2017-12-09 16:15:24 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/.gitignore:
+         tests: ignore rtph264 test binary
+
+2017-08-25 15:19:37 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/udpsrc.c:
+         tests: udpsrc: verify the correct amount of bytes is sent to the socket
+         https://bugzilla.gnome.org/show_bug.cgi?id=786799
+
+2017-08-25 14:59:06 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/udpsrc.c:
+         tests: udpsrc: ensure test won't timeout if the buffers are already received
+         Sometimes all the buffers are received before the time we lock the
+         check_mutex, in which case g_cond_wait will wait forever for another
+         one. Just check if this is the case before waiting.
+         https://bugzilla.gnome.org/attachment.cgi?id=358397
+
+2017-08-25 14:45:52 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/udpsrc.c:
+         tests: udpsrc: fix test_udpsrc to actually run and fix locking
+         Previously this would silently be skipped because 1600 != 1400
+         and there is no assertion on this call.
+         Also unlock check_mutex after use.
+         https://bugzilla.gnome.org/show_bug.cgi?id=786799
+
+2017-09-21 18:23:54 +0300  John Nikolaides <jnikolaides@toolsonair.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: added a "split now" action signal
+         Now, the video file can be split at an arbitrary time chosen by the user.
+         https://bugzilla.gnome.org/show_bug.cgi?id=787922
+
+2017-12-08 00:31:32 +0000  Alvaro Margulis <alvaro.margulis@cirpack.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: fix bind address leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=790986
+
+2017-12-07 11:15:19 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+         Revert "flacparse: fix header rewriting being ignored"
+         This caused broken metadata and also looks a bit dodgy.
+         Revert until we can figure out a solution that works for
+         all cases and doesn't break anything.
+         This reverts commit adeee44b07a173b9ab4253216caba8f66dd43abb.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727802
+         https://bugzilla.gnome.org/show_bug.cgi?id=785558
+
+2017-12-05 15:14:04 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Handle drivers that only round up height
+         Commit 1f31715c9861 ("v4l2videodec: use visible size, not coded size,
+         for downstream negotiation filter") added support for removing the
+         padding obtained as the difference between width/height from G_FMT and
+         visible width/height from G_SELECTION from the probed caps obtained
+         via TRY_FMT.
+         This patch fixes the padding removal for drivers that only round up
+         height, but not width, to the padded frame size. This might happen
+         because horizontal padding can be handled by line stride (bytesperline),
+         but there is no such thing as plane stride in the V4L2 API for
+         single-buffer planar formats.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791271
+
+2017-11-01 08:21:37 -0600  Matt Staples <staples255@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Add a signal to allow outgoing messages to be modified or dropped
+         This feature allows applications to implement extensions to the RTSP
+         protocol, such as those defined in the ONVIF Streaming Specification.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762884
+
+2017-08-25 11:57:26 +0200  Haakon Sporsheim <haakon@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Handle zero length feedback packets
+         https://bugzilla.gnome.org/show_bug.cgi?id=791074
+
+2017-07-10 15:19:34 +0200  Florian Zwoch <fzwoch@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix debug log for 'hvcC' codec_data
+         https://bugzilla.gnome.org/show_bug.cgi?id=784749
+
+2017-12-01 13:04:41 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * tests/check/elements/rtpsession.c:
+         tests: rtpsession: refactor tests to use GstHarness
+         This patch simplifies the tests (44% less code) and
+         makes them much more readable.
+         The provided SessionHarness also makes it much easier
+         to write new tests for rtpsession.
+         https://bugzilla.gnome.org/show_bug.cgi?id=791070
+
+2017-11-24 10:36:01 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Request at least the full header size when parsing headers
+         Otherwise baseparse will incrementally send us bigger buffers until the
+         full header size is reached, which is not only pointless but also means
+         that baseparse will reallocate and copy into a bigger buffer for every
+         input buffers. In pull mode that's done in 64kb increments, in push mode
+         usually in much smaller increments, causing a lot of overhead for
+         example when parsing high-quality coverart.
+
+2017-11-29 11:29:31 +0100  Florent Thiéry <florent.thiery@ubicast.eu>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix dmabuf support detection
+         This resulted in improper selection of dmabuf on unsupported drivers.
+         The checked ioctl errno was not correct.
+         https://bugzilla.gnome.org/show_bug.cgi?id=790940
+
+2017-11-27 20:10:51 +1100  Matthew Waters <matthew@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From 3f4aa96 to e8c7a71
+
+2017-11-27 14:44:58 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtglutility.cc:
+         gl/caopengllayer: use public GstGLContext instead of Cocoa-specific one
+         Allows keeping the GstGLCAOpenGLLayer public but not the winsys-specific
+         context/display/window.
+
+2017-11-26 15:13:15 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+         autotools: stop controlling symbol visibility with -export-symbols-regex
+         Instead, use -fvisibility=hidden and explicit exports via GST_EXPORT.
+         This should result in consistent behaviour for the autotools and
+         Meson builds.
+
+2017-11-24 15:37:44 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Do more checks for seekability
+         When receiving a seek event, check whether we can actually seek based
+         on the information the server provided.
+         Also add more documentation on what the seekable field means
+
+2017-11-25 00:53:42 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Always update reserved-duration-remaining
+         If a reserved-max-duration is set, we should always track
+         and update the reserved-duration-remaining estimate, even
+         if we're not sending periodic moov updates downstream for
+         full robust muxing.
+
+2015-04-07 23:53:19 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+       * tests/check/elements/splitmux.c:
+         splitmuxsink: Use muxer reserved space properties if present.
+         If the use-robust-muxing property is set, check if the
+         assigned muxer has reserved-max-duration and
+         reserved-duration-remaining properties, and if so set
+         the configured maximum duration to the reserved-max-duration
+         property, and monitor the remaining space to start
+         a new file if the reserved header space is about to run out -
+         even though it never ought to.
+
+2017-11-24 08:00:21 +0100  Edward Hervey <edward@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk: Fix possibility of NULL variable
+         It's quite unlikely since it's initialized in instance initialization.
+         CID #1417721
+
+2017-11-24 16:56:03 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * tests/check/elements/splitmux.c:
+         splitmux: Fix file switch-on-caps-change.
+         Switching to a new fragment because the input caps have
+         changed didn't properly end the previous file. Use the normal
+         EOS sequence to ensure that happens. Add a test that it works.
+
+2017-11-24 16:53:40 +1100  Jan Schmidt <jan@centricular.com>
+
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstjpegenc.h:
+         jpegenc: Update output caps on input caps change
+         If the input changes width/height that should be reflected
+         in the output caps, so make sure they get updated
+
+2017-11-23 22:58:40 +1100  Jan Schmidt <jan@centricular.com>
+
+       * ext/qt/gstqtglutility.cc:
+         Revert "gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVIVFb subclass"
+         This reverts commit 47fd4d391e775c11f529705bb0f457a9d25ba5e7.
+         This patch is incorrect. It doesn't actually compile, and causes a crash
+         because the viv-fb window implementation needs a native EGL handle
+         to pass to fbCreateWindow, but the GstGLDisplayEGL handleis actually
+         an EGLDisplay now (and gets cast to the wrong type)
+
+2017-09-05 15:55:03 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: don't insert SPS/PPS inline for hvc1 output
+         Only for byte-stream or hev1. For hvc1 the SPS/PPS are in the
+         caps as codec_data field and in this case they shouldn't be in
+         the stream data as well. The output caps should be updated with
+         the new codec_data if needed, for hvc1.
+
+2017-09-05 15:47:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265depay.h:
+         rtph265depay: store negotiated output format as enum
+         We keep the boolean byte_stream around since it's nicer for
+         readability and most of the code just cares about byte_stream
+         or not. This is useful for future-proofing the code for when
+         we add support for hev1 output as well.
+
+2017-08-29 17:05:51 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: add support for hvc1 as output format
+
+2017-08-08 18:58:11 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: don't add trailing zeros to VPS/PPS/SPS
+         This would happen if input is byte-stream with four-byte
+         sync markers instead of three-byte ones. The code that
+         scans for sync markers will place the start of the NALU
+         on the third-last byte of the NALU sync marker, which
+         means that any additional zeros may be counted as belonging
+         to the previous NALU instead of being part of the next sync
+         marker. Fix that so we don't send VPS/SPS/PPS with trailing
+         zeros in this case.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=732758
+
+2017-06-16 12:41:49 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: assemble AUs into downstream-allocated memory
+         When merging NALs into AUs, use downstream-provided allocator
+         to allocate memory and copy NALs directly into that memory when
+         assembling them.
+
+2017-06-16 12:30:13 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265depay.h:
+         rtph265depay: try to negotiate an allocator with downstream
+
+2017-06-16 12:13:32 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: simplify buffer accumulation control flow
+         There is no difference between pushing out a buffer directly
+         with gst_rtp_base_depayload_push() and returning it from the
+         process function. The base class will just call _depayload_push()
+         on the returned buffer as well.
+         So instead of marshalling buffers through three layers and back,
+         just push them from one place in handle_nal() and always return
+         NULL from the process vfunc. This simplifies the code a little.
+         Also rename _push_fragmentation_unit() to _finish_fragmentation_unit()
+         for clarity. Push sounds like it means being pushed out, whereas
+         it might just be pushed into an adapter.
+         This change has the side-effect that multiple NALs in a single STAP
+         (such as SPS/PPS) may no longer be pushed out as a single buffer if
+         we output NALs in byte-stream format (i.e. not aggregate AUs), but
+         that shouldn't really make any difference to anyone.
+
+2017-06-16 11:18:16 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: fix crash with empty sprops-parameters
+         https://bugzilla.gnome.org/show_bug.cgi?id=780040
+
+2017-06-16 12:20:34 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: minor clean-up
+         Declutter caps update code a bit.
+
+2017-08-08 13:10:15 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: rtp-payloading: add unit test for rtph264pay codec_data
+         Make sure no trailing zero bytes sneak into our SPS or PPS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732758
+
+2014-07-05 06:21:48 +0000  Philip Craig <phil@blackmoth.com.au>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: don't add trailing zeros to PPS/SPS
+         This would happen if input is byte-stream with four-byte
+         sync markers instead of three-byte ones. The code that
+         scans for sync markers will place the start of the NALU
+         on the third-last byte of the NALU sync marker, which
+         means that any additional zeros may be counted as belonging
+         to the previous NALU instead of being part of the next sync
+         marker. Fix that so we don't send SPS/PPS with trailing
+         zeros in this case.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732758
+
+2017-05-20 15:50:22 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtph264.c:
+       * tests/files/Makefile.am:
+       * tests/files/h264.rtp:
+         tests: rtph264depay: add test for using downstream memory allocator
+
+2017-06-03 00:58:05 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: assemble AUs into downstream-allocated memory
+         When merging NALs into AUs, use downstream-provided allocator
+         to allocate memory and copy NALs directly into that memory when
+         assembling them.
+
+2017-06-02 21:27:40 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+         rtph264depay: try to negotiate an allocator with downstream
+
+2017-06-02 20:54:20 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: minor clean-up
+         Declutter caps update code a bit.
+
+2017-11-23 08:00:58 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Run gst-indent
+
+2017-11-23 07:59:07 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/replaygain/rganalysis.c:
+         rganalysis: Fix left shift of signed values
+         left shifting signed values is undefined.
+         Instead of doing "x << offs" which is undefined, do the equivalent
+         "x * (1 << offs)" which is well defined
+
+2017-11-23 07:57:44 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Check presence of bitrate tags
+         Check whether the tag was present before printing it out
+         CID #1418501
+
+2017-11-21 09:33:49 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Use the proper maximum value for seekable
+         it's a gfloat, not a gdouble
+
+2017-11-18 02:27:50 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Use new GST_SEQNUM_INVALID constant
+
+2017-11-18 02:01:58 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmuxsrc: Don't return FALSE from event handling.
+         Returning FALSE because we drop an event means that
+         internal sources like qtdemux might throw an error
+         and break the whole pipeline. The only time it can
+         happen is either flushing or shutdown, and those
+         will be handled anyway.
+
+2017-10-22 18:26:12 +0800  Jun Xie <jun.xie@samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: reset reused QtDemuxStream while parsing a new 'trak'
+         if QtDemuxStream is reused, then we need to reset it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=788759
+
+2017-11-13 10:43:11 +0900  Seungha Yang <pudding8757@gmail.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+         isomp4: Add official fourcc for VP8 codec
+         fourcc for VP8 codec is "vp08" defined by spec. To follow it,
+         add it to demux and change legacy VP8 fourcc "VP80" to "vp08" in mux.
+         Also, enable sync table in case of VP8 codec.
+         See also https://www.webmproject.org/vp9/mp4/
+         https://bugzilla.gnome.org/show_bug.cgi?id=790026
+
+2017-11-13 10:38:06 +0900  Seungha Yang <pudding8757@gmail.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/qtdemux.c:
+         isomp4: Add support VP9 codec
+         Add fourcc for VP9 codec and support it by qtdemux and qtmux
+         See also https://www.webmproject.org/vp9/mp4/
+         https://bugzilla.gnome.org/show_bug.cgi?id=790026
+
+2017-11-13 13:51:20 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Remove bogus error message
+         It's just informational
+
+2017-11-10 15:51:05 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/rtp/gstrtpmpvpay.c:
+         rtpmpvpay: Don't create empty buffer list
+         If there's nothing to send, just return
+
+2017-03-13 18:14:12 +0900  paul.kim <paul.hyunil@lge.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Remove range header when seek to 0
+         This fixes the previous range header is remained if seek to 0 is
+         attempted.
+         https://bugzilla.gnome.org/show_bug.cgi?id=779957
+
+2017-11-08 16:34:01 +0100  Edward Hervey <edward@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Fix seeking back to 0
+         This is a regression introduced by "03db374 - souphttpsrc: retry
+         request on early termination from the server"
+         The problem was that when seeking back to 0, we would not end up calling
+         add_range_header() which in addition to adding range headers *ALSO* sets
+         the read_position to the requested one.
+         This would result in a wide variety of later failures, like reading
+         again and again instead of stopping properly.
+
+2017-11-07 18:03:53 +0900  Seungha Yang <pudding8757@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-ids.h:
+         matroskademux: Add parsing Colour element
+         ... and forward colorimetry to downstream. The Colour element describes
+         various color information (similar to 'colr' box in isobmff).
+         Note that, due to the comparatively limited syntax for color information
+         in vpx codecs, the color information in mkv/wemb container level
+         should be used for sophisticated color handling (e.g., HDR video).
+         https://bugzilla.gnome.org/show_bug.cgi?id=790023
+
+2017-10-19 14:02:37 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+         v4l2deviceprovider: Ignore touch sensing devices
+         With GST_V4L2_USE_LIBV4L2=1, my laptop's touchpad shows up as a video
+         source device in gst-device-monitor, but attempting to stream from it
+         fails because the device doesn't actually support any video formats.
+         name  : Synaptics RMI4 Touch Sensor
+         class : Video/Source
+         caps  : video/x-raw, format=(string)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)0, height=(int)0, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1;
+         video/x-raw, format=(string)YV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)0, height=(int)0, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1;
+         video/x-raw, format=(string)BGR, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)0, height=(int)0, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1;
+         video/x-raw, format=(string)RGB, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)0, height=(int)0, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1;
+         properties:
+         udev-probed = true
+         device.bus_path = /sys/devices/rmi4-00/rmi4-00.fn54/video4linux/v4l-touch0
+         sysfs.path = /sys/devices/rmi4-00/rmi4-00.fn54/video4linux/v4l-touch0
+         device.subsystem = video4linux
+         device.product.name = "Synaptics\ RMI4\ Touch\ Sensor"
+         device.capabilities = :capture:
+         device.api = v4l2
+         device.path = /dev/v4l-touch0
+         v4l2.device.driver = rmi4_f54
+         v4l2.device.card = "Synaptics\ RMI4\ Touch\ Sensor"
+         v4l2.device.bus_info = rmi4:rmi4-00.fn54
+         v4l2.device.version = 265480 (0x00040d08)
+         v4l2.device.capabilities = 2501902337 (0x95200001)
+         v4l2.device.device_caps = 354418689 (0x15200001)
+         gst-launch-1.0 v4l2src device=/dev/v4l-touch0 ! ...
+         v4l2-ctl -d /dev/v4l-touch0 --list-formats reports:
+         ioctl: VIDIOC_ENUM_FMT
+         Index       : 0
+         Type        : Video Capture
+         Pixel Format: 'TD16'
+         Name        : 16-bit signed deltas
+         Index       : 1
+         Type        : Video Capture
+         Pixel Format: 'TD08'
+         Name        : 8-bit signed deltas
+         Index       : 2
+         Type        : Video Capture
+         Pixel Format: 'TU16'
+         Name        : 16-bit unsigned touch data
+         https://bugzilla.gnome.org/show_bug.cgi?id=789197
+
+2017-11-03 13:27:50 -0400  Youness Alaoui <kakaroto@kakaroto.homelinux.net>
+
+       * gst/rtp/gstrtpg722pay.c:
+         rtpg722pay: Add encoding-params to the src caps template
+         The G722 payload only accepts G722 audio with channels=1, so it must
+         specify the encoding-params=1 in its src caps, otherwise it causes issues
+         with farstream which thinks it supports 2 channels G722 and when
+         confronted with a remote that has G722/8000/2, it will negotiate it
+         and error out with a not-negotiated when the caps don't intersect
+         at runtime.
+         https://bugzilla.gnome.org/show_bug.cgi?id=789878
+
+2017-10-06 17:36:34 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2allocator: Add support for data_offset
+         In MPLANE mode, the driver may set data_offset, which represent some
+         padding at the start of the buffer used internally. This portion of the
+         data need to be skipped, though it is included in bytesused.
+         This patch removes frame size sanity check as the method used will no
+         longer work. This check was simply there to help detect broken kernel
+         drivers. It would be re-implement by estimating the plane size, which is
+         not totally trivial and may be too much work for a simple debug check.
+         https://bugzilla.gnome.org/show_bug.cgi?id=733501
+
+2017-07-17 17:09:18 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Add "accept-certificate" signal for manually checking a TLS certificate for validity
+         https://bugzilla.gnome.org/show_bug.cgi?id=785024
+
+2017-10-30 19:15:56 +0900  Sangkyu Park <sk1122.park@samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Print RTSP/SDP messages to gstreamer log instead of stdout
+         - 'debug' property is deprecated
+         - All RTSP messages are printed to gstreamer log with 'log' level.
+         https://bugzilla.gnome.org/show_bug.cgi?id=788917
+
+2017-11-01 15:29:58 +0900  Justin Kim <justin.kim@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsesson: downgrade message level to debug when detected XR
+         When XR packet is detected, warning message leads to misunderstandings.
+         Until RFC3611 is implemented in gst-plugins-base, the level needs to
+         be downgraded to avoid confusion.
+         https://bugzilla.gnome.org/show_bug.cgi?id=789746
+
+2017-10-24 20:12:29 +0530  Ashish Kumar <kr.ashish@samsung.com>
+
+       * gst/isomp4/atomsrecovery.c:
+         gst-plugins-good: atoms_recovery: Handled buffer mapping failure
+         https://bugzilla.gnome.org/show_bug.cgi?id=789413
+
+2017-07-08 22:11:49 -0700  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/isomp4/atomsrecovery.c:
+       * gst/isomp4/atomsrecovery.h:
+       * gst/isomp4/gstqtmoovrecover.c:
+         atomsrecovery: read from mdat only what is on headers
+         It is possible that the mdat has more data than what was stored in the
+         headers file. If we put that to the output the file will have bogus data
+         at the end and some players will complain.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784258
+
+2017-07-05 22:23:21 -0700  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/isomp4/atomsrecovery.c:
+         isomp4: atomsrecovery: handle common and large atom headers
+         Do not assume all files are large files. Check and use the short or
+         extended atom size field only if needed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784258
+
+2017-10-20 11:08:24 +0200  Andreas Frisch <afrisch@make.tv>
+
+       * configure.ac:
+         pngdec: fix build with libpng versions between 1.2 and 1.5.1 (revised)
+         https://bugzilla.gnome.org/show_bug.cgi?id=765927
+
+2017-10-19 18:23:34 +0200  Andreas Frisch <fraxinas@dreambox.guru>
+
+       * configure.ac:
+       * ext/libpng/gstpngdec.c:
+         pngdec: fix build with libpng versions between 1.2 and 1.5.1
+         https://bugzilla.gnome.org/show_bug.cgi?id=765927
+
+2017-10-19 16:17:45 +0200  Andreas Frisch <fraxinas@dreambox.guru>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: Extract icc profiles and send them downstreams for colormanagement elements
+         https://bugzilla.gnome.org/show_bug.cgi?id=765927
+
+2017-10-16 14:20:47 +0200  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtsp: Add missing Since marker
+
+2017-10-13 12:25:22 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/qt/qtplugin.pro:
+         qt: update qmake .pro file
+         Update for renaming of plugin file, and add some
+         missing source files.
+
+2017-06-13 18:51:32 +0200  Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+         gstgdkpixbufdec: stop pretending to decode gifs.
+         If you can't decode an animated gif, you can't decode a gif,
+         so stop squatting GST_RANK_SECONDARY for that format, libav
+         does a better job.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784683
+
+2017-09-28 22:51:57 +0200  Philippe Renon <philippe_renon@yahoo.fr>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: simplify how DirecSoundBuffer is cleared
+         we always want to clear the whole buffer so no need to
+         start from offset even if the offset is always zero.
+         https://bugzilla.gnome.org/show_bug.cgi?id=788847
+
+2017-09-28 22:49:31 +0200  Philippe Renon <philippe_renon@yahoo.fr>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: fix comment
+         https://bugzilla.gnome.org/show_bug.cgi?id=788847
+
+2017-09-28 22:48:41 +0200  Philippe Renon <philippe_renon@yahoo.fr>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: don't call set_volume with private scaled volume
+         use get_volume() instead to get unscaled volume
+         https://bugzilla.gnome.org/show_bug.cgi?id=788847
+
+2017-09-28 22:46:23 +0200  Philippe Renon <philippe_renon@yahoo.fr>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: remove duplicate volume initialization
+         https://bugzilla.gnome.org/show_bug.cgi?id=788847
+
+2017-10-10 18:04:50 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix compiler warning
+         qtdemux.c: In function ‘gst_qtdemux_configure_stream’:
+         qtdemux.c:7764:34: error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses]
+         if ((stream->n_samples == 1) && (stream->first_duration == 0)
+         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+2017-09-22 18:41:52 +0200  Nael Ouedraogo <nael.ouedraogo@crf.canon.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix assert when moof containing one sample
+         Avoid computing frame rate when a stream contain moof with only one
+         sample, to avoid an assert. The moof is considered as still picture.
+         The same is already done for one sample given in the moov.
+         https://bugzilla.gnome.org/show_bug.cgi?id=782217
+
+2017-10-09 14:17:25 +0200  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Avoid potentially dereferencing NULL pointer
+         CID 1418986
+
+2017-10-08 00:07:43 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: fix debug message on pt mismatch
+
+2017-10-07 21:11:41 +0000  Nicolas Dufresne <nicolas@ndufresne.ca>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Fix driver capability dectection
+         Use the right set of caps when checking if caps intersect. That makes
+         the check only select the supported devices.
+
+2017-09-20 01:46:15 +0000  Nicolas Dufresne <nicolas@ndufresne.ca>
+
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc/dec: Don't leak template caps
+
+2017-10-07 21:17:53 +0000  Nicolas Dufresne <nicolas@ndufresne.ca>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videodec: Protect against null pool in _stop
+         This may happen if the negotiation fails, as we will have never
+         created the pools.
+
+2017-10-07 15:55:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtsp/gstrtspsrc.c:
+         rtpbin, rtspsrc: fix compiler warnings about 64-bit integer signednes
+         "warning: this decimal constant is unsigned only in ISO C90" with
+         gcc 4.8.4 (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04.3)
+
+2017-10-07 15:39:18 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix build without libv4l
+         https://bugzilla.gnome.org/show_bug.cgi?id=779466
+
+2017-10-07 14:06:38 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpsbcdepay.c:
+         rtpsbcdepay: Fix potential NULL pointer dereference
+         CID 1418864
+
+2017-10-07 01:21:19 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/audioecho.c:
+         audioecho: Micro-optimize
+         Gives 1.28x speedup in surround-delay=false mode
+
+2017-10-06 23:59:43 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/audioecho.c:
+         audioecho: Don't do linear interpolation between samples
+         Linear interpolation adds quite some noise, and it's unlikely that
+         anybody will ever need sub-sample accurate delays. Proper resampling
+         before that will lead to better results.
+
+2017-09-29 22:19:42 -0400  Enrico Jorns <ejo@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: auto-detect dmabuf export for V4L2_IO_AUTO on capture side
+         Issue an invalid VIDIOC_EXPBUF ioctl to the driver to check if the
+         driver supports dmabuf export. If the driver does not implement the
+         IOCTL, the error is ENOTTY. Any other error codes mean that the driver
+         implements VIDIOC_EXPBUF.
+         https://bugzilla.gnome.org/show_bug.cgi?id=779466
+
+2017-09-24 14:35:01 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Only set pixel-aspect-ratio if specified
+         If it's not specified, we should let the decoder figure it out.
+         Apparently the code was already in place, all was to make the code
+         conditional.
+         https://bugzilla.gnome.org/show_bug.cgi?id=787795
+
+2017-09-23 15:44:09 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Don't pull passed the EOS
+         When a truncated FLV is provided and processed in pull mode, we
+         may endup trying to pull passed EOS, causing a rather confusing
+         warning as the pull offset is an integer overflow.
+         https://bugzilla.gnome.org/show_bug.cgi?id=787795
+
+2017-09-23 15:41:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Ignore invalid H.264 codec data
+         This code basically skip over codec_data with empty payload. In
+         this case, the codec_data variable is the size of the header for
+         the CODEC part of Video Tag. The remaining is supposed to be the
+         H.264 codec data, hence should not be empty.
+         https://bugzilla.gnome.org/show_bug.cgi?id=787795
+
+2017-09-23 15:38:07 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Avoid integer overflow on invalid CTS
+         If the CTS is negative an would lead to a negtive PTS, clip
+         the CTS so the PTS will be 0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=787795
+
+2017-10-05 14:36:28 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+         docs: Update for git changes
+
+2017-10-05 14:35:27 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix build
+
+2017-07-13 14:46:55 -0400  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Handle TCP as lower transport with RTSP 2.0
+         Meaning that the interleave fields have to be updated as
+         if streams setup was working when using pipelined setup
+         request. Otherwise there is a mismatch between the server
+         channel count and our own.
+         This also makes RTSP 2.0 over HTTP working.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781446
+
+2017-04-20 17:45:39 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtsp: Start implementing support for RTSP 2.0
+         - Handle version negotation:
+         Added a `default-version` property so that the user can configure
+         what to use in case the server does not support version negotation
+         (which actually exist)
+         - Handle pipelined requests, which allow avoiding full round trip to
+         setup the RTP streams (request are sent in a raw, and response are
+         handled as they arrive).
+         - Handle the new Media-Properties header
+         - Handle the new Seek-Style header
+         - Handle the new Accept-Ranges header
+         Handling of IPV6 should already be OK.
+         We are still missing (at least) the following features (which do not
+         seem really mandatory as they require a "persistent connection between
+         server and client"):
+         - Server to Client TEARDOWN command (Not so usefull fmpov)
+         - PLAY_NOTIFY (not needed for our server yet)
+         - Support for the new REDIRECT features
+         and probably some more protocol changes might not be handled yet.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781446
+
+2017-05-03 11:19:03 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Use a macro to debug RTSP messages
+         Simplifying the code a little.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781446
+
+2017-10-03 16:30:10 -0700  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+       * gst/level/gstlevel.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/spectrum/gstspectrum.c:
+         Use proper GtkDoc notation for NULL/FALSE/TRUE
+
+2017-10-02 12:35:48 -0700  Cassandra Rommel <cassandra.rommel@gmail.com>
+
+       * ext/qt/gstqtglutility.cc:
+         gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVIVFb subclass
+         This simplifies the code a lot without any functional changes apart from
+         not closing the display connection. Closing the display connection is
+         not safe to do as it is shared between all other code in the same
+         process and no reference counting or anything happens at the platform
+         layer.
+
+2017-10-01 16:09:13 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Ignore medias marked as sendonly
+         We're never going to receive anything from them, so don't create pads
+         for them. These medias are destinations where *we* could send something.
+
+2017-09-05 11:41:35 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpsbcdepay.c:
+       * gst/rtp/gstrtpsbcdepay.h:
+         sbcdepay: Add property to ignore input timestamps
+         This then just counts samples and calculates the output timestamps based
+         on that and the very first observed timestamp. The timestamps on the
+         buffers are continued to be used to detect discontinuities that are too
+         big and reset the counter at that point.
+         When receiving data via Bluetooth, many devices put completely wrong
+         values into the RTP timestamp field. For example iOS seems to put a
+         timestamp in milliseconds in there, instead of something based on the
+         current sample offset (RTP clock-rate == sample rate).
+         https://bugzilla.gnome.org/show_bug.cgi?id=787297
+
+2017-09-21 13:59:00 +0530  Ponnam Srinivas <p.srinivas@samsung.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: Fix Memory leak in error case
+         https://bugzilla.gnome.org/show_bug.cgi?id=787937
+
+2017-09-22 16:55:21 +0530  Deepak Srivastava <srivastava.d@samsung.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fixed memory leak in error code path
+         https://bugzilla.gnome.org/show_bug.cgi?id=788041
+
+2017-09-20 09:37:59 +0530  Ponnam Srinivas <p.srinivas@samsung.com>
+
+       * ext/libpng/gstpngenc.c:
+         pngenc: fix memory leak in error code path
+         Don't leak row_pointers if frame can't be mapped.
+         https://bugzilla.gnome.org/show_bug.cgi?id=787885
+
+2017-09-19 17:55:58 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Don't leak codec name
+
+2017-08-05 12:23:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2bufferpool: Don't stop streaming when pool is flushing
+         The purpose of being able to flush the buffer pool is only to
+         unlock any blocked operation. Doing streamoff/streamon had the
+         side effect of turning off and on the camera. As we do a flush_start
+         / flush_stop sequence when shutting down, that would cause a really
+         quick sequence of streamoff/streamon/streamoff/close which was
+         causing some cameras to stop working.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783945
+
+2017-09-17 16:18:48 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: implement basic chain_list function
+         Doesn't do anything fancy yet, but still avoids lots of
+         unnecessary locking/unlocking that would happen if the
+         default chain_list fallback function in GstPad got invoked.
+
+2017-09-17 12:50:30 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: use new gst_buffer_list_calculate_size()
+
+2017-09-14 13:00:56 +0200  Patrick Radizi <patrickr@axis.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtpbin: add option for sanity checking timestamp offset
+         Timestamp offsets needs to be checked to detect unrealistic values
+         caused for example by NTP clocks not in sync. The new parameter
+         max-ts-offset lets the user decide an upper offset limit. There
+         are two different cases for checking the offset based on if
+         ntp-sync is used or not:
+         1) ntp-sync enabled
+         Only negative offsest are allowed since a positive offset would
+         mean that the sender and receiver clocks are not in sync.
+         Default vaule of max-ts-offset = 0 (disabled)
+         2) ntp-sync disabled
+         Both positive and negative offsets are allowed.
+         Default vaule of max-ts-offset = 3000000000
+         The reason for different default values is to be backwards
+         compatible.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785733
+
+2017-09-14 11:20:17 +0200  Patrick Radizi <patrickr@axis.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtpbin: add option for increasing ts_offset gradually
+         Instant large changes to ts_offset may cause timestamps to move
+         backwards and also cause visible effects in media playback. The new
+         option max-ts-offset-adjustment lets the application control the rate to
+         apply changes to ts_offset.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784002
+
+2017-09-06 07:59:56 +0000  Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+       * ext/qt/qtitem.cc:
+       * ext/qt/qtitem.h:
+         qmlglsink: Expose itemInitialized as property
+         Instead of just signalling when ready exposing the state
+         as a property allows us to bind at any time if player is
+         loaded async.
+
+2017-09-13 16:05:08 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Ensure all caps a fixated
+         The code relied on the list compare function to fixate the caps
+         but if the caps only has one structure, the compare function will
+         never get called. Capture device for which there is only one
+         structure in the caps would then get some assertion and later
+         fail badly.
+         Instead, fixate before inserting into the list and split the reading
+         and the fixation of the structures.
+
+2017-09-13 11:52:09 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't leak the par value
+
+2017-09-13 11:38:44 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/examples/v4l2/v4l2src-renegotiate.c:
+         v4l2-renegotiate: Don't leak the option context
+
+2017-09-13 11:33:33 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/examples/v4l2/v4l2src-renegotiate.c:
+         v4l2src-renegotiate: Don't leak pipeline desc string
+
+2017-09-13 11:32:09 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/examples/v4l2/v4l2src-renegotiate.c:
+         v4l2-renegotiate: Change --enable-dmabuf into --io-mode=
+         This gives allow testing dmabuf importation but also exportation buy
+         letting user pick anything from the io-mode property on v4l2src.
+
+2017-09-11 20:24:27 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: search_cluster should find preceding cluster before target
+         ... since failing this constraint takes search_pos by surprise which might
+         then end up in an infinite loop.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=787538
+
+2017-09-07 14:33:57 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtx{send,receive}: improve the debug messages
+         * use INFO/DEBUG/LOG/TRACE equaly and meaningfully;
+         previously rtprtxsend:LOG and rtprtxreceive:LOG would generate
+         a totally different amount of log traffic and sometimes it was
+         impossible to see the information you wanted without useless
+         spam being printed around
+         * improve the wording, give a reasonable and self-explanatory
+         amount of information
+         * print SSRCs in hex
+         * avoid G_FOO_FORMAT for readability (we are just printing integers)
+
+2017-09-07 09:39:13 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/qt/gstplugin.cc:
+       * ext/qt/qtplugin.pro:
+         qt: fix build with qmake
+         Move the package defines for GST_PLUGIN_DEFINE from the
+         command line into the source file to avoid quoting issues
+         (-DPACKAGE_NAME="foo" means the quotes won't actually make
+         it to the compiler and then it no longer gets a string constant).
+
+2017-09-05 16:20:44 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+         Request minimum buffer even if need_pool is FALSE
+         When tee is used, it will not request a pool, but still it wants to
+         know how many buffers are required.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730758
+
+2017-09-05 16:20:44 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/qt/gstqtsink.cc:
+         Request minimum buffer even if need_pool is FALSE
+         When tee is used, it will not request a pool, but still it wants to
+         know how many buffers are required.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730758
+
+2017-09-05 15:30:40 +0100  Ian Jamison <ian.dev@arkver.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Handle BT2020 for colorspace and transfer
+         This was not fully handled in switches and
+         ub gst_v4l2_object_get_colorspace();
+         https://bugzilla.gnome.org/show_bug.cgi?id=787313
+
+2017-09-05 15:29:24 +0100  Ian Jamison <ian.dev@arkver.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix colorimetry transfer lookup for 4K video
+         https://bugzilla.gnome.org/show_bug.cgi?id=787160
+
+2017-09-06 11:25:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Check if caps have changed after try_fmt
+         try_fmt will update the caps colorimetry and interlace-mode. Before this
+         call, those field are missing. The caps equality check was always
+         failing when a spurious reconfigure event was received.
+
+2017-09-06 23:55:38 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: Allow MPEG layer 1/2, AC3 and Opus in qtmux
+         qtmux is supposed to be the muxer that allows all formats,
+         with others (mp4mux and friends) being profile-restricted.
+
+2017-09-05 12:56:44 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: fix keyunit detection
+         https://bugzilla.gnome.org/show_bug.cgi?id=787254
+
+2017-09-05 15:42:17 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Fix decoding of streams that don't signal exactly twice the height
+         ... and also progressive streams.
+
+2017-09-05 13:28:16 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Handle interlaced MJPEG streams
+         These come with two JPEG images per buffer of half height than signalled
+         in the container.
+         Changes based on Tim-Philipp Müller's 0.10 branch:
+         https://cgit.freedesktop.org/~tpm/gst-plugins-good/log/?h=jpegdec-interlaced
+         https://bugzilla.gnome.org/show_bug.cgi?id=568555
+
+2017-09-01 15:00:12 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gtkgstglwidget.c:
+         gtkglsink: expose the created display and context correctly
+         1. Propagate the GstGLDisplay we create
+         2. Add the created GstGLContext to the propagated GstGLDisplay
+         Otherwise with multi-branch GL pipelines involving gtkglsink, things
+         will fall apart and errors will be genarated somewhere.
+
+2017-09-04 17:06:39 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/audioparsers/gstdcaparse.c:
+         dcaparse: Really fix "usage before unmap"
+         Previous patch would try to unref a buffer that was pushed downstream.
+         Instead only unref when/if needed and keep usage of the cleanup: goto
+         block
+
+2017-09-03 15:23:10 +0530  Arun Raghavan <arun@arunraghavan.net>
+
+       * gst/audioparsers/gstdcaparse.c:
+         dcaparse: Don't unmap buffer before accessing data from it
+         The previous patch added a check for a substream header after
+         gst_buffer_unmap(), which is incorrect.
+
+2017-06-24 18:47:14 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/audioparsers/gstdcaparse.c:
+         dcaparse: preserve DTS HD substream
+
+2017-09-01 15:56:04 +0200  Edward Hervey <edward@centricular.com>
+
+       * ext/qt/gstqtgl.h:
+         qt: Only include qtgui-config.h on qt >= 5.9.0
+         The file does not exist in previous versions
+
+2017-08-31 14:40:44 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtgl.h:
+         qt: the defines for QT_OPENGL_ES_2 have moved
+         Update the includes to account for that
+
+2017-04-26 13:50:41 +0200  Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+       * ext/qt/qtwindow.cc:
+         qt: ensure GL_DRAW_FRAMEBUFFER
+
+2017-08-14 18:18:07 +0530  Arun Raghavan <arun@arunraghavan.net>
+
+       * gst/rtp/gstrtpsbcpay.h:
+         rtpsbcpay: Fix some tabs that crept in somehow
+
+2017-08-29 19:13:58 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Also log local and SR RTP running times when doing ntp-sync=true
+
+2017-08-24 17:06:38 +1000  Matthew Waters <matthew@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: also create session when creating the send_rtcp_src_%u pad
+         If one requests the send_rtcp_src_%u pad before a recv_rtcp_sink_%u pad,
+         the session/pad would never be created and NULL was returned.
+         Switching the request order would work.
+         https://bugzilla.gnome.org/show_bug.cgi?id=786718
+
+2017-08-26 12:59:35 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/files/Makefile.am:
+       * tests/files/cbr_stream.mp3:
+       * tests/files/stream.mp2:
+       * tests/files/vbr_stream.mp3:
+         tests: mpg123audiodec: add files needed by unit tests
+
+2017-08-26 10:10:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/gst-plugins-good.supp:
+       * tests/check/pipelines/.gitignore:
+       * tests/check/pipelines/lame.c:
+       * tests/check/pipelines/twolame.c:
+         tests: add basic unit test for twolame as well
+
+2017-08-26 09:59:22 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/pipelines/lame.c:
+         tests: lame: fix build
+
+2017-08-26 09:52:33 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/examples/v4l2/.gitignore:
+         tests: ignore another binary
+
+2017-08-26 09:41:13 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * REQUIREMENTS:
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * ext/Makefile.am:
+       * ext/meson.build:
+       * ext/twolame/meson.build:
+       * po/POTFILES.in:
+         twolame: hook up to build system
+         https://bugzilla.gnome.org/show_bug.cgi?id=774252
+
+2017-08-26 09:21:44 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+         Moving twolame mp2 encoder plugin from -ugly
+         https://bugzilla.gnome.org/show_bug.cgi?id=774252
+
+2017-08-26 09:03:08 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * REQUIREMENTS:
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * ext/Makefile.am:
+       * ext/lame/Makefile.am:
+       * ext/lame/meson.build:
+       * ext/meson.build:
+       * po/POTFILES.in:
+       * tests/check/Makefile.am:
+       * tests/check/gst-plugins-good.supp:
+       * tests/check/meson.build:
+         lame: hook up to build system
+         https://bugzilla.gnome.org/show_bug.cgi?id=774252
+
+2017-08-25 21:13:58 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+         Moving lame mp3 encoder plugin from -ugly
+         https://bugzilla.gnome.org/show_bug.cgi?id=774252
+
+2017-08-22 12:39:43 +0100  Julien Isorce <jisorce@oblong.com>
+
+       * ext/qt/gstqsgtexture.cc:
+       * ext/qt/gstqtglutility.cc:
+       * ext/qt/gstqtsink.cc:
+       * ext/qt/qtwindow.cc:
+         qt: fix broken build due to commit 2fd84a6c for gstgl
+         https://bugzilla.gnome.org/show_bug.cgi?id=784779
+
+2017-07-07 16:15:12 +0100  Julien Isorce <jisorce@oblong.com>
+
+       * ext/gtk/Makefile.am:
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gtkgstglwidget.c:
+       * tests/examples/gtk/glliveshader.c:
+         gl: do not include GL headers in public gstgl headers
+         Except for gst/gl/gstglfuncs.h
+         It is up to the client app to include these headers.
+         It is coherent with the fact that gstreamer-gl.pc does not
+         require any egl.pc/gles.pc. I.e. it is the responsability
+         of the app to search these headers within its build setup.
+         For example gstreamer-vaapi includes explicitly EGL/egl.h
+         and search for it in its configure.ac.
+         For example with this patch, if an app includes the headers
+         gst/gl/egl/gstglcontext_egl.h
+         gst/gl/egl/gstgldisplay_egl.h
+         gst/gl/egl/gstglmemoryegl.h
+         it will *no longer* automatically include EGL/egl.h and GLES2/gl2.h.
+         Which is good because the app might want to use the gstgl api only
+         without the need to bother about gl headers.
+         Also added a test: cd tests/check && make libs/gstglheaders.check
+         https://bugzilla.gnome.org/show_bug.cgi?id=784779
+
+2017-08-20 20:41:19 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/check/meson.build:
+         meson: Link mpeg123audiodec test against gstfft
+         Fixing build error:
+         /run/build/gst-plugins-good/_flatpak_build/../tests/check/elements/mpg123audiodec.c:150: undefined reference to `gst_fft_s32_new'
+         /run/build/gst-plugins-good/_flatpak_build/../tests/check/elements/mpg123audiodec.c:151: undefined reference to `gst_fft_s32_window'
+         /run/build/gst-plugins-good/_flatpak_build/../tests/check/elements/mpg123audiodec.c:151: undefined reference to `gst_fft_s32_fft'
+         /run/build/gst-plugins-good/_flatpak_build/../tests/check/elements/mpg123audiodec.c:147: undefined reference to `gst_fft_s32_free'
+
+2017-08-20 17:15:33 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/pipelines/tagschecking.c:
+         tests: tagschecking: remove gst-check-xmp-* temp files when done
+         Also fix temp file creation a bit.
+
+2017-08-20 15:49:12 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+         docs: update for changes in git
+
+2017-08-20 15:48:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+         mpg123: add to docs
+
+2017-08-20 13:56:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * REQUIREMENTS:
+       * configure.ac:
+       * ext/Makefile.am:
+       * ext/meson.build:
+       * ext/mpg123/meson.build:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/meson.build:
+         mpg123: hook up to build system
+         https://bugzilla.gnome.org/show_bug.cgi?id=774252
+
+2017-08-20 13:48:48 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+         Moving mpg123 plugin from -ugly
+
+2017-08-17 12:23:25 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 48a5d85 to 3f4aa96
+
+2017-08-14 15:28:22 +0800  Sky Juan <skyjuan@realtek.com>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: fix not-linked handling causing glitches when selecting stream
+         Fix chain function not handling not-linked from baseparse.
+         When an input data is separated into 2 buffers, the second buffer
+         would not be pushed into the adapter if baseparse returns not-linked
+         for first buffer.
+         This caused glitches when switching streams and selecting
+         a stream that was previously unselected.
+         https://bugzilla.gnome.org/show_bug.cgi?id=786268
+
+2017-08-16 13:57:50 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * gst/goom2k1/filters.c:
+       * gst/goom2k1/filters.h:
+       * gst/goom2k1/goom_core.c:
+         goom2k1: Convert source files to UTF-8
+         Causes problems with the new gtk-doc 1.26 otherwise,
+         but is a good idea in any case.
+         https://bugzilla.gnome.org/show_bug.cgi?id=786364
+
+2017-08-14 03:08:41 -0500  Eduard Sinelnikov <eduard@reporty.com>
+
+       * gst/wavparse/gstwavparse.c:
+       * gst/wavparse/gstwavparse.h:
+         wavparse: Add support for growing WAV files
+         With some fixes by me.
+
+2017-08-14 17:39:15 +0530  Arun Raghavan <arun@arunraghavan.net>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: Fix compile error
+
+2017-05-21 16:01:14 +0200  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/qt/qtitem.cc:
+       * ext/qt/qtitem.h:
+         qmlglsink: Add itemInitialized signal to QML item
+         This is useful for autoplay for example. With autoplay, it is necessary to
+         wait until the scene graph is fully set up. This signal is emitted once the
+         QML item node is ready. So, inside a connected slot, the pipeline's state
+         can be set to PLAYING to automatically start playback as soon as the QML
+         script is loaded.
+         https://bugzilla.gnome.org/show_bug.cgi?id=786246
+
+2017-08-14 10:36:56 +0000  Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: fix if buffer size exceeds MTU
+         The plugin queued buffer data if not all buffer data fit
+         into a single RTP packet. Now RTP packets are pushed as long
+         as enough data is available.
+
+2017-07-27 17:21:48 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * ext/vpx/gstvpxenc.c:
+         vpxenc: discard frames that have been dropped by libvpx
+         This fixes a memory leak. When dropframe-threshold has been set,
+         libvpx may output less frames than the input ones, which causes
+         some GstVideoCodecFrames to queue up in GstVideoEncoder's internal
+         frame queue with no chance of ever being all released. And because
+         the frames keep references to the input buffers, the input buffer
+         pool keeps allocating new buffers and memory usage grows very fast.
+         For example the following pipeline's memory usage grows at a rate
+         of about 1GB per minute!
+         videotestsrc ! capsfilter caps=video/x-raw,width=1920,height=1080,framerate=30/1,format=I420 ! \
+         vp8enc target-bitrate=1000000 end-usage=cbr dropframe-threshold=95 ! fakesink
+         https://bugzilla.gnome.org/show_bug.cgi?id=783086
+
+2017-08-08 13:11:58 +0200  Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+       * gst/rtpmanager/rtpstats.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtpstats: fix unsigned integer comparisons.
+         Callers of the API (rtpsource, rtpjitterbuffer) pass clock_rate
+         as a signed integer, and the comparison "<= 0" is used against
+         it, leading me to think the intention was to have the field
+         be typed as gint32, not guint32.
+         This led to situations where we could call scale_int with
+         a MAX_UINT32 (-1) guint32 as the denom, thus raising an
+         assertion.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785991
+
+2017-08-10 14:44:35 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/taglib/meson.build:
+         taglib: use -fvisibility=hidden with this C++ plugin in meson too
+         Also pass args as cpp_args.
+
+2017-03-22 15:25:17 +0100  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: allow larger files
+         For really long files such as contiguous recordings of a whole day, the
+         50MB limit is not sufficient.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781458
+
+2017-08-10 16:08:06 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix offsets for reading lpcm specific fields
+         We were reading at the completely wrong positions, 16 bytes later in the
+         data.
+         Also add support for high-aligned samples.
+
+2017-08-10 14:01:09 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: don't export symbols by default
+         Only plugin entry points should be exported.
+         Currently plugins might export more symbols with
+         the meson build, as we don't have the exports
+         regexp there that we pass to libtool.
+
+2017-08-10 15:14:31 +0530  Deepak Srivastava <srivastava.d@samsung.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Fix memory leak in wavparse element
+         Fixing of leaking the text field of the GstWavParseNote and
+         GstWavParseLabl structure.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785429
+
+2017-08-08 10:37:12 +0000  Cyril Lashkevich <notorca@gmail.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Don't mark jpeg frames as deltas
+         JPEG formats are encoded, but they never have keyframe flag. But in
+         fact they are keyframes
+         https://bugzilla.gnome.org/show_bug.cgi?id=785990
+
+2017-08-06 13:06:45 +0100  Philippe Normand <philn@igalia.com>
+
+       * sys/osxvideo/Makefile.am:
+         osxvideo: rename library according to the plugin name
+         https://bugzilla.gnome.org/show_bug.cgi?id=785880
+
+2017-08-02 17:16:21 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Don't drop buffer ref on qbuf
+         This function no longer take ownership of the buffer.
+         CID 1414800
+
+2017-08-02 17:13:55 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Enable VP9 format
+         This was missing, preventing the encoder and decoder to work
+         properly. This also adds support for camera that would produce
+         VP9 (if that exists).
+
+2017-08-02 12:28:38 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2h263enc.h:
+       * sys/v4l2/gstv4l2h264enc.h:
+       * sys/v4l2/gstv4l2mpeg4enc.h:
+       * sys/v4l2/gstv4l2sink.h:
+       * sys/v4l2/gstv4l2src.h:
+       * sys/v4l2/gstv4l2transform.h:
+       * sys/v4l2/gstv4l2videodec.h:
+       * sys/v4l2/gstv4l2videoenc.h:
+       * sys/v4l2/gstv4l2vp8enc.h:
+       * sys/v4l2/gstv4l2vp9enc.h:
+         v4l2: Remove spurious CATEGORY_EXTERN
+         These have been copy pasted all over the place and are not used anymore.
+         All object have it's own category now. This fixes build warning since
+         the VP9 decoder had vp8 category declared.
+
+2017-08-02 10:39:46 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2h264enc.c:
+       * sys/v4l2/gstv4l2mpeg4enc.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+       * sys/v4l2/gstv4l2videoenc.h:
+       * sys/v4l2/gstv4l2vp8enc.c:
+       * sys/v4l2/gstv4l2vp9enc.c:
+         v4l2videoenc: Move the profile/level negotation in the base class
+         This removes duplicated code across different codec.
+
+2017-08-02 09:36:08 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2h263enc.c:
+       * sys/v4l2/gstv4l2h264enc.c:
+       * sys/v4l2/gstv4l2mpeg4enc.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+       * sys/v4l2/gstv4l2videoenc.h:
+       * sys/v4l2/gstv4l2vp8enc.c:
+       * sys/v4l2/gstv4l2vp9enc.c:
+         v4l2videoenc: Turn gst_v4l2_is_video_enc into a helper
+         This reduces the amount of code needed in each codec class.
+
+2017-08-01 16:01:11 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2vp8enc.c:
+       * sys/v4l2/gstv4l2vp8enc.h:
+       * sys/v4l2/gstv4l2vp9enc.c:
+       * sys/v4l2/gstv4l2vp9enc.h:
+       * sys/v4l2/meson.build:
+         v4l2: Add VP8/9 encoder support
+
+2017-07-31 11:56:05 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Use mmap64 to match libv4l2 signature
+         https://bugzilla.gnome.org/show_bug.cgi?id=785628
+
+2017-08-01 09:22:43 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Copy flags and timestamp when importing
+         Whenever we import from downstream pool (userptr or dmabuf-import), we
+         should copy over the flags and timestamp, otherwise downstream will not
+         get proper synchronization or will not be able to notice frames that has
+         corruption in it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785680
+
+2017-07-31 16:09:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2h263enc.c:
+       * sys/v4l2/gstv4l2h263enc.h:
+       * sys/v4l2/meson.build:
+         v4l2: Add H263 Encoder support
+
+2017-07-27 13:51:25 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+         v4l2: Add missing no-inst header
+
+2017-07-26 15:18:01 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2mpeg4enc.c:
+       * sys/v4l2/gstv4l2mpeg4enc.h:
+       * sys/v4l2/gstv4l2videoenc.c:
+       * sys/v4l2/gstv4l2videoenc.h:
+       * sys/v4l2/meson.build:
+         v4l2: Add interface for MPEG4 encoding
+
+2017-07-27 10:51:07 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2h264enc.c:
+       * sys/v4l2/gstv4l2h264enc.h:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2transform.h:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videodec.h:
+       * sys/v4l2/gstv4l2videoenc.c:
+       * sys/v4l2/gstv4l2videoenc.h:
+         v4l2: Ignore register issue and keep probing
+         Don't stop registering the other dynamic plugins if one registration
+         fails.
+
+2017-07-27 14:21:34 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/law/mulaw-decode.c:
+         mulawdec: Unmap input buffer if failing to map the output buffer
+
+2017-07-27 09:22:25 +0530  Satya Prakash Gupta <sp.gupta@samsung.com>
+
+       * gst/law/alaw-decode.c:
+         alawdec: Fix Memory leak in error case
+         https://bugzilla.gnome.org/show_bug.cgi?id=785435
+
+2017-07-26 20:36:15 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/ext/v4l2-common.h:
+       * sys/v4l2/ext/v4l2-controls.h:
+       * sys/v4l2/ext/videodev2.h:
+         v4l2: Update external files with latest
+         This is copied from the linux kernel with only some include changes so
+         it works outside the kernel headers.
+
+2017-07-18 10:41:40 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: For audio tracks, take the default duration from the first buffer
+         ... if we don't have any better idea from the caps. This allows writing
+         SimpleBlocks for a majority of audio streams where the duration of
+         frames is usually fixed. And as a side effect, allows VLC to play
+         streams with Opus as it only works with SimpleBlocks currently:
+         https://trac.videolan.org/vlc/ticket/18545
+         https://bugzilla.gnome.org/show_bug.cgi?id=784969
+
+2017-07-24 16:45:40 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Fix compilation without libv4l2
+
+2017-07-24 16:13:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: Keep ref to element in allocator/pool
+         Removes the FIXME/Question in the buffer pool and add a ref to the
+         element in the GstAllocator too. This ref is strictly required to keep
+         the GstV4l2Object structure around.
+
+2017-07-24 14:27:05 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Removed unused members
+
+2017-07-24 14:19:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2h264enc.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Add run-time environment to enable libv4l2
+         The library has started preventing a lot of interesting use cases,
+         like CREATE_BUFS, DMABuf, usage of TRY_FMT. As the libv4l2 is totally
+         inactive and not maintained, we decided to disable it. As a convenience
+         we added a run-time environment that let you enable it for testing.
+         GST_V4L2_USE_LIBV4L2=1
+         This of course only works if you have enabled libv4l2 at build time.
+
+2017-07-17 10:04:02 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: declare quality property changeable in PLAYING state
+         https://bugzilla.gnome.org/show_bug.cgi?id=785012
+
+2017-07-21 23:34:59 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix colorimetry validation
+         While not documented, gst_video_colorimetry_matches() only accepts well
+         known names. Looking at the code and unit test, this seems to be on
+         purpose, so fixing by parsing the string and compating the colorimetry
+         structures.
+
+2017-07-21 15:40:24 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2encoder: Fix negotiation error handling
+         The subclass negotiated function will call set_format, if that fails the
+         pool will not be created. We ended up with an assertion.
+         GStreamer-CRITICAL **: gst_buffer_pool_set_active: assertion 'GST_IS_BUFFER_POOL (pool)' failed
+
+2017-07-19 22:25:49 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Speedup camera startup by skipping try_fmt
+         In this commit, we enabled skip_try_fmt_probes quirk in order to speed
+         up the start which is known to be disastrously slow with certain USB
+         cameras.
+         This has the side effect that we needed to rewrite the entire
+         negotiation process in a way that we iterate over the possible caps
+         until we find one that works.
+         The new negotiation method consist of extracting a preferred structure
+         from the peer caps and using this to fixate and sort the caps. To
+         reflect the old behaviour, we sort all resolution strictly bigger
+         to the preferred one with the closes one first. The rest is appended,
+         keeping the same order. We then normalize the caps in case there was
+         some list of interlace-mode or colorimetry left. We finally iterate
+         over all fixed caps and try it. 99% of the time, the first or the
+         second one should work, whit the result of a single S_FMT being issues.
+         From there, it will be relatively easy to introduce new negotiation
+         algorithm. The current algorithm is made for optimal image quality
+         with a scaling sink that sets it's window resolution as preference.
+         This the case if for:
+         v4l2src ! videoconvert ! videoscale ! ximagesink
+         Other strategy would be needed to optimize for non-scaling sink like
+         ximagesink or kmssink when the driver does not scale.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785156
+
+2017-07-19 22:09:38 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Introduce quirk to skip slow probes
+         skip_try_fmt_probes quirk is set, V4L2 object will not probe for
+         interlace-mode and colorimetry to avoid relying on try_fmt. This quirk
+         will be used by v4l2src to avoid desastrous startup time with slow
+         USB webcams.
+         When this quirk is enabled, caller will have to iterate over the
+         negotiated caps as it may contains unsupported formats. If the peer
+         didn't choose a specific interlace-mode, or colorimetry, the value
+         chosen by the driver is set into the caps. For this reason, when this
+         mode is enabled, gst_v4l2_object_set_format() will require writable
+         caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785156
+
+2017-07-19 22:07:32 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: always set the GstV4l2Error on error
+         Some of the error case were conditional to using try_fmt or not.
+         This is slightly unexpected, always set the error so the caller
+         can decide.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785156
+
+2017-07-19 22:05:49 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Minor style fix and useful trace
+         https://bugzilla.gnome.org/show_bug.cgi?id=785156
+
+2017-07-19 22:03:29 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix try/s_fmt errors
+         According to the spec,TRY_FMT cannot return EBUSY, though it can
+         return EINVAL if it was not possible to update the format to
+         something supported.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785156
+
+2017-07-19 22:01:26 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Validate colorimetry in S/TRY_FMT
+         This is in preparation for removing slow TRY_FMT probes for
+         colorimetry. As we won't have tried that colorimetry we cannot
+         assume the driver will accept it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785156
+
+2017-07-19 21:56:14 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Validate field in S/TRY_FMT
+         This is in preparation from removing the slow TRY_FMT probes for
+         interlacing. As we won't have tried that interlace-mode already
+         we need to validate that the driver isn't refusing it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=785156
+
+2017-07-21 19:01:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/test-accurate-seek.c:
+         tests: icles: fix build
+         Can't do additions/subtractions on void* pointers.
+
+2017-07-21 11:04:17 -0400  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/icles/test-accurate-seek.c:
+         tests:icles: Fix previous patch by implementing our memmem
+         Using the string version of it will fail on '\0'.
+
+2017-07-21 10:17:00 -0400  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/icles/test-accurate-seek.c:
+         tests:icles: Do not use memmem GNU extension function
+         As it is not avalaible on windows/msvc and we can use pure GLib for that
+
+2017-07-20 17:21:05 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/directsound/Makefile.am:
+         directsound: Fix .c file name in Makefile
+         This was broken by accident, bad search and replace.
+
+2017-07-20 11:02:10 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * Makefile.am:
+       * sys/waveform/Makefile.am:
+         waveform: Fix DLL name to match plugin name
+         https://bugzilla.gnome.org/show_bug.cgi?id=785168
+
+2017-07-20 10:38:32 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * Makefile.am:
+       * sys/directsound/Makefile.am:
+       * sys/directsound/meson.build:
+         directsound: Fix DLL name to match plugin name
+         https://bugzilla.gnome.org/show_bug.cgi?id=785168
+
+2017-07-19 12:38:03 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: preferably send open-ended segment rather than repeated segment events
+
+2017-07-19 11:27:32 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix seeking in fragmented file without mfra random access info
+         ... which no longer worked due to unconditionally clearing sample info and
+         ending up in inconsistent state.  Let's tread a bit more carefully and also
+         allow for the old seek handling that resorts to scanning if no mfra info
+         is available.
+
+2017-07-19 10:42:46 +0200  Nicolas Dechesne <nicolas.dechesne@linaro.org>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: add some useful debug messages
+         Add a couple of useful debug traces , they happened to be useful to
+         debug/investigate a 4K video playback issue with v4l2, so let's make these
+         changes more permanent.
+         Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
+         https://bugzilla.gnome.org/show_bug.cgi?id=785109
+
+2017-07-18 11:28:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Fix 4K colorimetry
+         Since 1.6, the transfer function for BT2020 has been changed from BT709
+         to BT2020_12. It's the same function, but with more precision. As a side
+         effect, the V4L2 colorpsace didn't match GStreamer colorspace. When
+         GStreamer ended up making a guess, it would not match anything supported
+         by V4L2 anymore. This this by using BT2020_12 for BT2020 colorspace and
+         BT2020 transfer function in replacement of BT709 whenever a 4K
+         resolution is detected.
+
+2017-07-14 16:21:38 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Only check CROPCAP for par once
+         The pixel aspect ratio is documented to not change unless the TV
+         Standard is changed. So this mean that this will be uniform across all
+         possible format and resolutions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784674
+
+2017-07-18 10:01:13 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/matroskamux.c:
+         Revert "matroskamux: adjust unit test to modified behaviour"
+         This reverts commit 8fe478c8a7746cd2c63f20d23e97e26e1a0e6192.
+         We're back to previous behaviour
+
+2017-07-18 00:26:11 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: add properties to control cluster duration
+         https://bugzilla.gnome.org/show_bug.cgi?id=784971
+
+2017-07-17 20:47:26 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: UVC driver is named uvcvideo these days
+         The quirk to avoid probing interlacing didn't work anymore as the driver
+         is now name uvcvideo. This should slightly speed up camera startup.
+
+2017-07-12 21:02:39 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Remove unused defines
+
+2017-07-12 20:53:51 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Make gst_v4l2_get_capabilities static
+         It's not used outside of v4l2_calls.c
+
+2017-07-12 20:49:47 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2colorbalance.h:
+       * sys/v4l2/gstv4l2deviceprovider.c:
+       * sys/v4l2/gstv4l2h264enc.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2tuner.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+       * sys/v4l2/gstv4l2vidorient.c:
+       * sys/v4l2/v4l2_calls.c:
+       * sys/v4l2/v4l2_calls.h:
+         v4l2: Merge v4l2_calls.h into gstv4l2object.h
+         First step of a larger cleanup, all function from v4l2_calls are in fact
+         methods on GstV4l2Object. This split makes the code really confusing.
+         This also remove no longer unused macros.
+
+2017-07-15 14:57:49 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123audiodec: fix caps leak
+         The pad template takes its own ref, so we should unref the caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784982
+
+2017-07-15 12:48:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * po/meson.build:
+         meson: po: use glib preset and read language list from LINGUAS
+         Supported since meson 0.37, so we can use it now.
+
+2017-07-14 12:12:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Trace unknown fourcc as text
+         This makes it easier to find out what is not supported.
+
+2017-07-14 11:54:57 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2: Don't probe for unneeded format
+         For v4l2videodec/enc, we generate elements per formats, and in
+         this case we can speed up the start up by only probing the format
+         we care about.
+
+2017-07-13 12:32:00 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Implement stable element names
+         Before that, each m2m node would be wrapped as a single, multi-format
+         decoder element. As a unique name was needed, we where using the device
+         name, which changes between re-boots. This led to unpredictable element
+         names. In this patch, we generate an element per codec, using
+         v4l2<codec>dec name. If there is multiple decoder for the same format,
+         the following elements will be named v4l2<node><codec>dec.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784908
+
+2017-07-13 14:50:44 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Post an element message with the HTTP headers on the bus too
+         Instead of just sending a sticky event with them downstream. This allows
+         getting the HTTP headers easily in the application, and especially also
+         on errors.
+
+2017-07-13 12:47:02 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix parsing of RLE depth
+         Regression introduced by 86b427dc70562f891a551ffc9f96cefe1cafcddd
+         https://bugzilla.gnome.org/show_bug.cgi?id=784812
+
+2017-07-12 15:29:32 +1000  Jan Schmidt <jan@centricular.com>
+
+       * ext/qt/gstqtsink.cc:
+       * ext/qt/gstqtsink.h:
+       * ext/qt/qtitem.cc:
+       * ext/qt/qtitem.h:
+         qt: Use a proxy object for access to the QML widget
+         QML can destroy the video widget at any time, leaving
+         us with a dangling pointer. Use a lock and a proxy
+         object to cope with that, and block in the widget
+         destructor if there are ongoing calls into the widget.
+
+2017-07-10 18:57:11 +0200  Philippe Renon <philippe_renon@yahoo.fr>
+
+       * ext/shout2/gstshout2.h:
+         shout2: use gint and guint in place of int and uint
+         this fixes a compilation error with gcc 7.1.0 on mys2 where uint is not defined
+         https://bugzilla.gnome.org/show_bug.cgi?id=784758
+
+2017-07-07 21:15:57 +0900  Yasushi SHOJI <yashi@atmark-techno.com>
+
+       * gst/rtp/gstrtpgsmpay.c:
+         rtpgsmpay: fix accidental garbage data before actual payload
+         Do not allocate payload size outbuf if appending payload buffer.
+         The commit 137672ff1824948bda4b1b1967de8c24a0055b67 attached payload
+         to the output buffer but forgot to remove payload allocation.  That
+         effectively doubled payload size and add zero'ed or random bytes.
+         Makes the following pipeline work again:
+         gst-launch-1.0 -v audiotestsrc wave=2 ! gsmenc ! rtpgsmpay ! rtpgsmdepay ! gsmdec ! autoaudiosink
+         https://bugzilla.gnome.org/show_bug.cgi?id=784616
+
+2017-07-01 18:57:47 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: segment seek position is expressed in buffer time
+         ... so it need not be corrected again for stream start
+
+2017-07-09 10:54:27 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: provide average bitrate tag
+
+2017-07-07 23:49:44 -0700  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * tests/examples/v4l2/v4l2src-renegotiate.c:
+         examples: v4l2: fix wrong initializations brought by 4e8ad583022671c5
+         https://bugzilla.gnome.org/show_bug.cgi?id=682770
+
+2015-02-27 13:03:42 -0300  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/examples/v4l2/Makefile.am:
+       * tests/examples/v4l2/meson.build:
+       * tests/examples/v4l2/v4l2src-renegotiate.c:
+         examples: v4l2: add example for v4l2src renegotiation
+         Based on work from Thiago Santos <thiagoss@osg.samsung.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=682770
+
+2017-07-07 11:58:10 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: find python3 via python3 module
+         https://bugzilla.gnome.org/show_bug.cgi?id=783198
+
+2017-07-05 14:44:41 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+         tests: rtpbin: fix build in uninstalled setup
+
+2017-07-04 17:42:25 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtpbin.c:
+         rtpsession: Send EOS if all internal sources sent bye
+         The ones which are not internal should not matter, and we should
+         wait for all sources to have sent their BYEs.
+         And add unit test
+         https://bugzilla.gnome.org/show_bug.cgi?id=773218
+
+2017-07-04 12:24:41 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Only send EOS if all sources have been marked bye
+         Now that multiple sender RTPSource can share the same RTPSession, we
+         must not send an EOS unless they're all marked bye.
+
+2017-07-04 11:49:29 -0400  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * ext/libcaca/gstcacasink.c:
+         caca: Do not include, unused, sys/time.h
+         Which moreover makes building on windows (mingw/msvc) fail:
+         https://ci.appveyor.com/project/thiblahute/gst-build-ge9m5
+
+2017-07-03 11:47:13 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtprtxreceive: Add memory and boudary checks
+         This element was not checking if mapping the RTP buffer and the payload
+         worked, and was not checking if the RTX payload was large enough.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784484
+
+2017-07-04 14:58:00 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Unset limit on the number of connection if soup session sharing is used
+         Soup allows only up to two connections per host in a session,
+         if we use default value. When session sharing is used, however,
+         more connections might be required in a session.
+         (e.g., multi-audio adaptive streaming case)
+         https://bugzilla.gnome.org/show_bug.cgi?id=784495
+
+2017-07-03 20:27:29 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: fix use-after-free on seek event
+         Get seqnum before unreffing the seek event.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784486
+
+2017-07-01 18:59:14 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: robustify time tracking for sparse subtitle stream
+
+2017-07-01 18:59:07 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: correctly track chunk size of subtitle stream
+         ... thereby ensuring correct chunk offset tracking for all streams.
+
+2017-06-27 15:59:18 +0100  Julien Isorce <jisorce@oblong.com>
+
+       * gst/rtpmanager/rtpstats.h:
+         rtpstats: fix assertion 'denom > 0' failed
+         gst_util_uint64_scale_int takes a gint as denom parameter
+         whereas ctx->clock_rate is a guint32.
+         It happens when gst_rtp_packet_rate_ctx_reset set clock_rate
+         to -1.
+         So just define clock_rate as gint like it is done in rtpsource.h
+         https://bugzilla.gnome.org/show_bug.cgi?id=784250
+
+2017-06-28 14:05:27 -0500  Matt Fischer <matt.fischer@garmin.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: Block recursive calls to resurect_buffer
+         When resurrecting a buffer, the subsequent free call can result
+         in the group-released handler being called again, which causes
+         a recursive loop.  This patch blocks the signal handler during
+         the time that it executes, ensuring that the loop will not occur.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759292
+
+2017-06-20 16:39:36 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: souphttpsrc: Avoid deprecated ssl-ca-file property
+         SoupSession's ssl-ca-file property is deprecated. Use the recommended
+         tls-database property.
+         This is a bit more complex as it requires creating a GTlsFileDatabase
+         object for an absolute (!) path to the CA certificates file.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784005
+
+2017-06-20 16:37:55 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: souphttpsrc: Avoid deprecated server ssl properties
+         The ssl-cert-file and ssl-key-file properties are deprecated. Use the
+         soup_server_set_ssl_cert_file function to load the files.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784005
+
+2017-06-20 16:34:41 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: souphttpsrc: Make ssl_cert/key_file static
+         Just a bit of cleanup.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784005
+
+2017-06-20 16:28:35 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * tests/files/test-cert.pem:
+         tests: souphttpsrc: Update test-cert.pem
+         Recent GnuTLS disregards the Common Name and only looks at the Subject
+         Alternative Name extension. Since our test-cert has no SAN extension,
+         validation fails.
+         Generate a new certificate with SAN. In addition to 127.0.0.1, for good
+         measure make it valid for localhost and ::1, too.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784005
+
+2017-06-29 15:22:39 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Allow any type of proxy
+         Currently we only allowed HTTP proxy. Don't filter for the scheme, just check
+         if it looks like an URI. Soup will warn if the URI is invalid or if
+         proxy protocol is not supported. This enables using SOCKS 4/5 which is
+         directly implemented into GIO.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783012
+
+2017-05-24 15:07:51 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: increase by one the number of allocated buffers
+         Increasing this number fix a buffer starvation problem I'm hitting
+         with a "v4l2src ! kmssink" pipeline.
+         kmssink requests 2 buffer as it keeps a reference on the last rendered
+         one. So we were allocating 3 buffers for the pipeline.
+         Once the first 2 buffers have been pushed we ended up with:
+         - one buffer queued in v4l2
+         - one being pushed
+         - one kept as last rendered
+         If this 3rd buffer is released after that v4l2 used the first one to
+         capture we end up with a buffer starvation problem as no buffer is currently
+         queued in v4l2 for capture.
+         Fixing this by adding one extra buffer to the pipeline so when one
+         buffer is being pushed downstream the other can already be queued to
+         capture the next frame.
+         We were already adding 3 buffers if downstream didn't reply to the
+         allocation query. I reduced this number to 2 to compensate the extra
+         buffer which is now always added.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783049
+
+2017-06-29 18:59:58 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Create send/recv mutexes once, not on every connect()
+         Also fixes a crash caused by freeing an uninitialized mutex in an error
+         case.
+         https://bugzilla.gnome.org//show_bug.cgi?id=784282
+
+2017-06-27 18:20:17 -0500  Matt Fischer <matt.fischer@garmin.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Fix memory leak with dmabuf
+         This patch fixes a memory leak that is caused if the dmabuf file
+         descriptor dup fails.  Previously, _cleanup_failed_alloc() would
+         not unref the memory because mems_allocated had not yet been
+         incremented.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784302
+
+2017-06-28 19:46:04 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: specify '_swr' atom as a container atom
+         ... so it is parsed as an mp4 style metadata atom as written by muxer
+
+2017-06-27 20:14:57 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/atoms.c:
+         qtmux: initialize mdhd language code as undefined
+
+2017-06-22 15:34:42 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         rtpjitterbuffer: Add a faststart-min-packets property
+         When set this property will allow the jitterbuffer to start delivering
+         packets as soon as N most recent packets have consecutive seqnum. A
+         faststart-min-packets of zero disables this feature. This heuristic is
+         also used in rtpsource which implements the probation mechanism and a
+         similar heuristic is used to handle long gaps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769536
+
+2017-06-23 16:18:57 -0400  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * meson.build:
+         meson: Allow using glib as a subproject
+
+2017-06-26 11:09:48 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/examples/audiofx/meson.build:
+       * tests/examples/cairo/meson.build:
+       * tests/examples/equalizer/meson.build:
+       * tests/examples/jack/meson.build:
+       * tests/examples/level/meson.build:
+       * tests/examples/meson.build:
+       * tests/examples/rtp/meson.build:
+       * tests/examples/shapewipe/meson.build:
+       * tests/examples/spectrum/meson.build:
+       * tests/examples/v4l2/meson.build:
+       * tests/meson.build:
+         meson: build examples
+         https://bugzilla.gnome.org/show_bug.cgi?id=784134
+
+2017-06-26 09:47:55 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: fix with-package-name option
+         https://bugzilla.gnome.org/show_bug.cgi?id=784082
+
+2017-06-26 09:38:46 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/meson.build:
+         meson: tests: icles: simplify build file
+
+2017-06-26 00:22:05 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/meson.build:
+       * tests/meson.build:
+         meson: build tests/icles/
+         https://bugzilla.gnome.org/show_bug.cgi?id=784134
+
+2017-06-19 21:13:42 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: correctly calculate overall first_ts to ensure stream sync
+         ... by minding and compensating for the dts_adjustment that may have
+         been introduced in the PTS timeline.
+
+2017-06-10 15:14:41 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: track highest known cluster position and time
+         ... to use as a fallback initial duration estimate and to provide for
+         interpolation when scanning for position.
+
+2017-06-10 13:46:20 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: improve and simplify searching for cluster and position
+         ... avoiding inefficiency proportional to file size
+
+2017-06-08 16:55:29 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: increase chunk size when scanning for cluster
+
+2017-06-08 16:39:06 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: maintain variable state when searching for position
+         ... so skipping to next cluster happens efficiently
+
+2017-06-24 00:21:00 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/meson.build:
+       * ext/raw1394/meson.build:
+         meson: build raw1394 plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=784134
+
+2017-06-23 23:50:00 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/aalib/meson.build:
+       * ext/meson.build:
+         meson: build aalib plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=784134
+
+2017-06-23 23:38:27 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/libcaca/meson.build:
+       * ext/meson.build:
+         meson: build caca plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=784134
+
+2017-06-23 20:01:59 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         docs: update for git master
+
+2017-06-23 19:52:04 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * README:
+       * configure.ac:
+       * meson.build:
+       * po/POTFILES.in:
+       * sys/Makefile.am:
+       * sys/meson.build:
+       * sys/sunaudio/Makefile.am:
+       * sys/sunaudio/gstsunaudio.c:
+       * sys/sunaudio/gstsunaudiomixer.c:
+       * sys/sunaudio/gstsunaudiomixer.h:
+       * sys/sunaudio/gstsunaudiomixerctrl.c:
+       * sys/sunaudio/gstsunaudiomixerctrl.h:
+       * sys/sunaudio/gstsunaudiomixeroptions.c:
+       * sys/sunaudio/gstsunaudiomixeroptions.h:
+       * sys/sunaudio/gstsunaudiomixertrack.c:
+       * sys/sunaudio/gstsunaudiomixertrack.h:
+       * sys/sunaudio/gstsunaudiosink.c:
+       * sys/sunaudio/gstsunaudiosink.h:
+       * sys/sunaudio/gstsunaudiosrc.c:
+       * sys/sunaudio/gstsunaudiosrc.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/sunaudio.c:
+       * tests/check/meson.build:
+         sys: remove sunaudio plugin
+         Even though hooked up to the build system, it's clear that no one
+         has ever built or used this with GStreamer 1.x. It wants to link
+         against libgstinterfaces, which no longer exists. And uses 0.10-style
+         raw audio caps. And the last meaningful change was done in 2009.
+         Let's just remove it.
+
+2017-06-23 19:35:28 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/meson.build:
+       * sys/oss4/meson.build:
+         meson: build oss4 plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=784134
+
+2017-06-23 19:23:52 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/meson.build:
+       * sys/oss/meson.build:
+         meson: build oss plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=784134
+
+2017-06-22 11:38:56 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Actually use the receive lock when receiving, not the send lock
+
+2017-06-22 01:01:40 +1000  Jan Schmidt <jan@centricular.com>
+
+       * tests/examples/qt/qmlsink/CMakeLists.txt:
+         qmlsink example: Add CMakeLists.txt
+         Make it possible to build using cmake instead of qmake
+
+2017-06-22 01:01:40 +1000  Jan Schmidt <jan@centricular.com>
+
+       * ext/qt/qtitem.cc:
+         qt: Remove misleading reference to GTK in qtitem.cc
+
+2017-06-15 11:46:54 -0400  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * ext/flac/gstflactag.c:
+         flactag: Fix warning with the newly added GstStateChange values
+         https://bugzilla.gnome.org/show_bug.cgi?id=783798
+
+2017-06-15 19:09:26 +0200  Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: do not checksum the stream id
+         https://bugzilla.gnome.org/show_bug.cgi?id=783307
+
+2017-06-15 23:31:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/qtdemux.c:
+         qtmux: add support for muxing PNG
+         Demuxer already supported it.
+
+2017-06-15 10:40:51 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Use a mutex for protecting against concurrent send/receives
+         We currently send data to the RTSP connection from multiple threads:
+         whenever a command is to be handled and whenever RTCP is generated. This
+         can cause data corruption or worse if both happen at the same time.
+         As such, protect gst_rtsp_connection_send() and gst_rtsp_connection_receive()
+         calls with a mutex. While this means that we hold a mutex during the IO
+         operation, this is not actually a problem as the IO operation can be
+         interrupted (gst_rtsp_connection_flush()) at any time and is blocking by
+         itself anyway.
+
+2017-06-15 11:50:44 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+         qtmux: Un-merge the last two stsc entries after serializing
+         The last entry will most likely get new samples added to it in "robust"
+         muxing mode, changing the samples_per_chunk and thus making it wrong to
+         keep the last two entries merged. It will run into an assertion later
+         when adding a new sample to the chunk.
+         Thanks to gdiener@cardinalpeak.com for the analysis of the bug and
+         proposal for a solution.
+
+2017-06-14 00:09:25 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Actually clip to upstream size instead of size of the data chunk
+         There might be other chunks after the data chunk, so clipping the chunk
+         size with the data size can lead to a negative number and all following
+         calculations go wrong and cause crashes or worse.
+         This was introduced in 3ac119bbe2c360e28c087cf3852ea769d611b120.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783760
+
+2017-06-13 17:40:19 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmux: Drop allocation queries
+         They can cause us to deadlock, while we're waiting for a new frame and
+         upstream is waiting for the allocation query to be answered before
+         sending a frame
+         https://bugzilla.gnome.org/show_bug.cgi?id=783753
+
+2017-06-01 02:03:27 +0200  Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: uniquify stream ids
+         https://bugzilla.gnome.org/show_bug.cgi?id=783307
+
+2017-06-07 12:47:59 -0400  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/check/meson.build:
+         meson: Do not use path separator in test names
+         Avoiding warnings like:
+         WARNING: Target "elements/audioamplify" has a path separator in its name.
+
+2017-06-06 11:29:29 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/examples/v4l2/camctrl.c:
+         Fix v4l2 example
+
+2017-06-05 16:55:13 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: remove not needed code
+         remove not needed code about res variable.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783422
+
+2017-06-02 14:01:17 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Make sure min_buffers is valid
+         When upstream does no use the v4l2videoenc pool, we need to activate
+         that internal pool. Though, we relied the driver to provide a minimum
+         required buffer, which Qualcomm Venus driver don't currently provide.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783361
+
+2017-06-02 11:30:15 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: fix caps leak
+
+2017-05-26 16:30:06 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: simplify buffer accumulation control flow
+         There is no difference between pushing out a buffer directly
+         with gst_rtp_base_depayload_push() and returning it from the
+         process function. The base class will just call _depayload_push()
+         on the returned buffer as well.
+         So instead of marshalling buffers through three layers and back,
+         just push them from one place in handle_nal() and always return
+         NULL from the process vfunc. This simplifies the code a little.
+         Also rename _push_fragmentation_unit() to _finish_fragmentation_unit()
+         for clarity. Push sounds like it means being pushed out, whereas
+         it might just be pushed into an adapter.
+         This change has the side-effect that multiple NALs in a single STAP
+         (such as SPS/PPS) may no longer be pushed out as a single buffer if
+         we output NALs in byte-stream format (i.e. not aggregate AUs), but
+         that shouldn't really make any difference to anyone.
+
+2017-05-30 22:23:10 +0200  Juan Navarro <juan.navarro@gmx.es>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: print value of unknown RTCP Payload Type
+         This adds printing the actual value of any unknown RTCP PT
+         to the already existing WARNING log message.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783248
+
+2017-05-26 17:52:19 +0200  Edward Hervey <edward@centricular.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Don't leak VideoCodecState
+         CID #1409852
+
+2017-05-26 17:48:01 +0200  Edward Hervey <edward@centricular.com>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: Remove un-needed variable check
+         if pad wasn't present by now everything would have broken before
+         CID #1409854
+
+2017-05-25 15:26:37 +0200  Piotr Drąg <piotrdrag@gmail.com>
+
+       * po/POTFILES.in:
+         po: update POTFILES
+         https://bugzilla.gnome.org/show_bug.cgi?id=783093
+
+2017-05-25 10:09:04 +0800  Haihua Hu <jared.hu@nxp.com>
+
+       * ext/qt/qtwindow.cc:
+         glframebuffer: check frame buffer status need use specific fbo target
+         https://bugzilla.gnome.org/show_bug.cgi?id=783065
+
+2017-05-24 14:19:27 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videoenc.c:
+         v4l2videoenc: Remove unused function
+
+2017-05-21 15:29:11 +0200  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/ext/types-compat.h:
+         v4l2: Don't redefine __bitwise if already set
+         https://bugzilla.gnome.org/show_bug.cgi?id=728438
+
+2017-05-23 14:40:56 -0400  Ayaka <ayaka@soulik.info>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2h264enc.c:
+       * sys/v4l2/gstv4l2h264enc.h:
+       * sys/v4l2/gstv4l2videoenc.c:
+       * sys/v4l2/gstv4l2videoenc.h:
+       * sys/v4l2/meson.build:
+         v4l2: Add Video Encoder support
+         This implements H264 encoding support using generic V4L2 interface. It is
+         reported to work with Samsung MFC driver, IXM.6 CODA driver and
+         Qualcomm mainline Venus driver. Other platform should be supported as
+         none of this work is platform specific.
+         The implementation consist of a GstV4l2VideoEnc base class, which
+         implements the core streaming functionality. This base class is implemented
+         by GstV4l2H264Enc class that implements the caps negotiation specific to
+         H264 profiles and level. This implementation supports hardware with multiple
+         H264 encoder. Though, to make it simplier to use, the first discovered H264
+         encoder will be named v4l2h264enc. Other encoder found during discovery will
+         have a unique name like v4l2video0h264enc.
+         This work is the combined work of multiple developpers in the last 3
+         years. Thanks to all of the contributors:
+         Ayaka <ayaka@soulik.info>
+         Frédéric Sureau <frederic.sureau@vodalys.com>
+         Jean-Michel Hautbois <jean-michel.hautbois@veo-labs.com>
+         Nicolas Dufresne <nicolas.dufresne@collabora.com>
+         Pablo Anton <pablo.anton@vodalys-labs.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=728438
+
+2017-05-23 14:36:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Remove unused forward declaration
+         https://bugzilla.gnome.org/show_bug.cgi?id=728438
+
+2015-10-05 16:30:46 +0100  Ayaka <ayaka@soulik.info>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2pool: Fix wrong error message
+         https://bugzilla.gnome.org/show_bug.cgi?id=728438
+
+2015-10-05 16:20:19 +0100  Ayaka <ayaka@soulik.info>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: increase pre-allocated encoded buffer size
+         As of today, the MFC encoder often need to exceed that 1 MB
+         size for encoded buffer we fixed earlier for decoding.
+         https://bugzilla.gnome.org/show_bug.cgi?id=728438
+
+2017-05-24 16:32:30 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpopusdepay.c:
+         rtpopusdepay: minor perf improvements
+         Use the ::process_rtp_packet() vfunc to avoid mapping the
+         RTP buffer twice.
+         gst_rtp_buffer_get_payload_buffer() returns a new sub-buffer
+         which will always be writable, so no need to make it writable.
+
+2017-05-24 16:14:54 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopuspay.c:
+         rtp: opus: use existing utility funcs for copying/dropping metas
+         We had our own copies of those while the code was in -bad, but now
+         we can use the existing utility functions instead of re-implementing
+         them.
+
+2017-05-24 12:57:10 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL24depay.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtph261depay.c:
+       * gst/rtp/gstrtph261pay.c:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpsbcdepay.c:
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtputils.c:
+       * gst/rtp/gstrtputils.h:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtp/gstrtpvp9depay.c:
+       * gst/rtp/gstrtpvp9pay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+         rtp: cache meta tag quarks and add more utility functions for metas
+         Every g_quark_from_static_string() is a hash table lookup serialised
+         on the global quark lock in GLib. Let's just look up the two quarks
+         we need once and cache them locally for future use. While we're at it,
+         add new utility functions for the two most commonly used tags
+         (audio + video). Make first argument a gpointer so we don't have to
+         cast and make the code ugly. These are used for logging purposes
+         only anyway.
+
+2017-05-24 11:33:05 +0530  vijay <vijay.palaniswamy@in.bosch.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse : Fix, Caps were not set while reusing aacparse
+         While reusing aacparse caps were not set.This fix enables aacparse to reuse in same pipeline.
+         https://bugzilla.gnome.org/show_bug.cgi?id=783027
+
+2017-05-21 17:45:34 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+       * config.h.meson:
+       * meson.build:
+         meson: don't need config.h.meson any longer
+
+2017-05-21 15:26:12 +0200  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/qt/gstqsgtexture.cc:
+       * ext/qt/gstqsgtexture.h:
+         qmlglsink: Add dummy texture that is shown as placeholder for NULL buffers
+         https://bugzilla.gnome.org/show_bug.cgi?id=782917
+
+2017-04-24 16:55:22 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * ext/shout2/gstshout2.c:
+       * ext/shout2/gstshout2.h:
+         shout2send: use non-blocking I/O and a configurable network operations timeout
+         This allows timing out on network errors much earlier
+         (currently it takes ~15min to timeout) and we can still
+         unlock and change state in the meantime.
+         https://bugzilla.gnome.org/show_bug.cgi?id=571722
+
+2017-05-21 10:37:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/taglib/meson.build:
+       * meson.build:
+         meson: make C++ compiler optional
+         It's only needed for the taglib plugin which is optional.
+
+2017-05-21 10:33:43 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/multifile.vproj:
+         multifile: remove some cruft
+
+2017-05-20 17:09:52 +0200  Josep Torra <jtorra@oblong.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+         osxaudio: fixes playback of mono streams with no channel-mask field in caps
+         Fixes a negotiation error seen when trying to playback of a .MOV file with
+         a mono AAC audio stream decoded by avcdec_aac that doesn't set channel-mask
+         field but sink was requiring channel-mask=0x3.
+
+2015-09-06 20:49:59 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/dv/gstdvdemux.h:
+         dvdemux: Push tag event to both pads
+         Tags are pushed to "videosrcpad"/"audiosrcpad" in
+         gst_dvdemux_add_pad() method, however they will be NULL
+         in this method, hence tags are not pushed.
+         Instead, send tag event to "pad" created gst_dvdemux_add_pad().
+         Signal no-more-pads when both pads are created
+         https://bugzilla.gnome.org/show_bug.cgi?id=743657
+
+2017-05-20 14:53:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+       * meson_options.txt:
+       * tests/check/elements/autodetect.c:
+         meson: add options to set package name and origin
+         https://bugzilla.gnome.org/show_bug.cgi?id=782172
+
+2017-05-20 11:40:33 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: fix property name in example pipeline
+         Since the move from CVS the property name of the documentation example
+         has been filename instead of location. Users trying the gst-launch
+         command as is will get:
+         no property name "filename" in element
+         Fixing it.
+
+2017-05-20 11:13:40 +0200  Josep Torra <jtorra@oblong.com>
+
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideo: fix macOS 10.12 deprecation warnings
+         Add #defines to allow older versions of macOS to use the new constant names.
+
+2017-05-13 09:05:57 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_types.c:
+         isomp4: Safely ignore [skip] atoms
+         Instead of warning about them
+
+2017-05-18 15:23:14 +0300  Simon Himmelbauer <shimmelbauer@toolsonair.com>
+
+       * ext/qt/gstqtglutility.cc:
+         qt: Use GST_GL_HAVE_PLATFORM_CGL instead of GST_GL_HAVE_PLATFORM_COCOA
+         The latter is not used/available anymore since years. Also fix a typo
+         in the include path for the Cocoa GL display header.
+
+2017-05-18 15:10:30 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: Make session sharing thread-safe on our side
+         https://bugzilla.gnome.org/show_bug.cgi?id=780140
+
+2017-05-18 10:53:48 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audiofx/gststereo.c:
+         stereo: fix typo in plugin description
+
+2017-05-18 10:43:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/shout2/gstshout2.c:
+       * gst/audiofx/gstscaletempoplugin.c:
+         Fix up package name and origin in some plugins
+
+2017-05-15 19:51:47 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent
+         https://bugzilla.gnome.org/show_bug.cgi?id=743062
+
+2017-05-15 14:22:34 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/raw1394/gst1394clock.c:
+         1394: Sink the clock reference in the constructor
+         This is now needed as GstClock does not do that internally anymore,
+         because that broke bindings.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743062
+
+2017-05-17 10:58:05 +0800  Haihua Hu <jared.hu@nxp.com>
+
+       * ext/qt/gstqtglutility.cc:
+         qml: Add EGL platform support for x11 backend
+         Add support for EGL platform when x11 is available. This can work
+         e.g. on imx6 platform.
+         https://bugzilla.gnome.org/show_bug.cgi?id=782718
+
+2017-04-28 23:05:35 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/pulse/pulseutil.h:
+         pulse: Accept MPEG 1 layer 3 version 2.5
+         https://bugzilla.gnome.org/show_bug.cgi?id=781929
+
+2017-05-16 13:50:16 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * configure.ac:
+       * ext/aalib/Makefile.am:
+       * ext/cairo/Makefile.am:
+       * ext/dv/Makefile.am:
+       * ext/flac/Makefile.am:
+       * ext/gdk_pixbuf/Makefile.am:
+       * ext/jack/Makefile.am:
+       * ext/jpeg/Makefile.am:
+       * ext/libcaca/Makefile.am:
+       * ext/libpng/Makefile.am:
+       * ext/pulse/Makefile.am:
+       * ext/raw1394/Makefile.am:
+       * ext/shout2/Makefile.am:
+       * ext/soup/Makefile.am:
+       * ext/speex/Makefile.am:
+       * ext/taglib/Makefile.am:
+       * ext/vpx/Makefile.am:
+       * ext/wavpack/Makefile.am:
+       * gst/alpha/Makefile.am:
+       * gst/apetag/Makefile.am:
+       * gst/audiofx/Makefile.am:
+       * gst/audioparsers/Makefile.am:
+       * gst/auparse/Makefile.am:
+       * gst/autodetect/Makefile.am:
+       * gst/avi/Makefile.am:
+       * gst/cutter/Makefile.am:
+       * gst/debugutils/Makefile.am:
+       * gst/deinterlace/Makefile.am:
+       * gst/dtmf/Makefile.am:
+       * gst/effectv/Makefile.am:
+       * gst/equalizer/Makefile.am:
+       * gst/flv/Makefile.am:
+       * gst/flx/Makefile.am:
+       * gst/goom/Makefile.am:
+       * gst/goom2k1/Makefile.am:
+       * gst/icydemux/Makefile.am:
+       * gst/id3demux/Makefile.am:
+       * gst/imagefreeze/Makefile.am:
+       * gst/interleave/Makefile.am:
+       * gst/isomp4/Makefile.am:
+       * gst/law/Makefile.am:
+       * gst/level/Makefile.am:
+       * gst/matroska/Makefile.am:
+       * gst/monoscope/Makefile.am:
+       * gst/multifile/Makefile.am:
+       * gst/multipart/Makefile.am:
+       * gst/replaygain/Makefile.am:
+       * gst/rtp/Makefile.am:
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtsp/Makefile.am:
+       * gst/shapewipe/Makefile.am:
+       * gst/smpte/Makefile.am:
+       * gst/spectrum/Makefile.am:
+       * gst/udp/Makefile.am:
+       * gst/videobox/Makefile.am:
+       * gst/videocrop/Makefile.am:
+       * gst/videofilter/Makefile.am:
+       * gst/videomixer/Makefile.am:
+       * gst/wavenc/Makefile.am:
+       * gst/wavparse/Makefile.am:
+       * gst/y4m/Makefile.am:
+       * sys/directsound/Makefile.am:
+       * sys/oss/Makefile.am:
+       * sys/oss4/Makefile.am:
+       * sys/osxaudio/Makefile.am:
+       * sys/osxvideo/Makefile.am:
+       * sys/sunaudio/Makefile.am:
+       * sys/v4l2/Makefile.am:
+       * sys/waveform/Makefile.am:
+       * sys/ximage/Makefile.am:
+         Remove plugin specific static build option
+         Static and dynamic plugins now have the same interface. The standard
+         --enable-static/--enable-shared toggle are sufficient.
+
+2017-05-16 14:07:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/twolame/Makefile.am:
+         Remove plugin specific static build option
+         Static and dynamic plugins now have the same interface. The standard
+         --enable-static/--enable-shared toggle are sufficient.
+
+2017-05-16 14:07:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/lame/Makefile.am:
+         Remove plugin specific static build option
+         Static and dynamic plugins now have the same interface. The standard
+         --enable-static/--enable-shared toggle are sufficient.
+
+2017-05-16 14:07:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/mpg123/Makefile.am:
+         Remove plugin specific static build option
+         Static and dynamic plugins now have the same interface. The standard
+         --enable-static/--enable-shared toggle are sufficient.
+
+2017-05-16 14:05:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/Makefile.am:
+         Remove plugin specific static build option
+         Static and dynamic plugins now have the same interface. The standard
+         --enable-static/--enable-shared toggle are sufficient.
+
+2017-05-16 14:05:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/qt/Makefile.am:
+         Remove plugin specific static build option
+         Static and dynamic plugins now have the same interface. The standard
+         --enable-static/--enable-shared toggle are sufficient.
+
+2017-05-12 17:53:57 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Add alignment-threshold argument
+         If a non-reference stream is behind the reference stream by an amount of
+         time smaller than the alignment threshold (in nsec), it counts as being
+         after it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=782563
+
+2017-05-16 12:56:15 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Do not check timecode data for mp4 container
+         Timecode trak is only supported for mov right now, not for mp4. That
+         code would otherwise create an invalid trak if the muxed video contained
+         timecode metadata.
+         https://bugzilla.gnome.org/show_bug.cgi?id=782684
+
+2017-05-11 20:01:15 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: When accepting renegotiation, just return TRUE and change nothing
+         We only accept new caps if they are basically the same. We don't want to
+         reset anything as if the caps are new, otherwise various state could get
+         out of sync with the current run.
+
+2017-05-11 19:21:22 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: In prefill mode, only pad buffers with > 0 sized memories as needed
+         Adding a 0-byte memory has not much effect.
+         Also add some debug output.
+
+2017-05-10 15:58:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Lateness is in QT timescale, diff in GstClockTime
+         Print the right one in debug output to get meaningful numbers.
+
+2017-05-10 14:31:40 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Error out if a gap edit list has to be written in prefill mode
+         We don't have any space reserved for this in the moov and the
+         pre-finalized moov would have broken A/V synchronization. Error out here
+         now
+
+2017-05-10 11:42:09 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Calculate with reserved moov size instead of last moov size
+         We have some padding added after the initial moov, so a bigger updated
+         moov can be handled to some degree and is expected. Previously we just
+         ignored the padding and errored out in cases when the padding would've
+         just been enough.
+
+2017-05-10 11:12:23 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Error out directly if sending filler data results in a flow error
+         CID 1405994
+
+2017-05-09 16:02:43 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: In prefill mode, handle the case when only the first chunk was ever used
+
+2017-05-09 09:47:10 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/qt/gstplugin.cc:
+         qmlgl: Make the plugin name match the pugin file name
+
+2017-03-16 15:12:07 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Use a in-memory cookie jar by default in sessions we created
+         This ensures that cookies are stored and used as set by the server, and
+         shared with other souphttpsrc that use the same SoupSession.
+         https://bugzilla.gnome.org/show_bug.cgi?id=780140
+
+2017-03-16 13:58:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: Implement soup session sharing
+         souphttpsrc now shares its SoupSession with other elements in the
+         pipeline via GstContext if possible (session-wide settings are all the
+         defaults), or if the context was forced by the application.
+         This allows multiple souphttpsrcs to reuse connections, cookies, etc.
+         https://bugzilla.gnome.org/show_bug.cgi?id=780140
+
+2017-03-09 10:15:34 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Add new prefill recording mode
+         This sets up a moov with the correct sample positions beforehand and
+         only works with constant framerate, I-frame only streams.
+         Currently only support for ProRes and raw audio is implemented but
+         adding new codecs is just a matter of defining appropriate maximum frame
+         sizes.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781447
+
+2017-03-29 14:01:25 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Error out on discontinuities/gaps when muxing raw audio
+         When muxing raw audio, we have no way of storing timestamps but are just
+         storing a continuous stream of audio samples. If the difference between
+         the expected and the real timestamp becomes to big, we should error out
+         instead of silently creating files with wrong A/V sync.
+         https://bugzilla.gnome.org/show_bug.cgi?id=780679
+
+2017-05-09 11:41:25 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvpxdec.c:
+         vpxdec: Set fb->priv to NULL after freeing just in case
+         https://bugzilla.gnome.org/show_bug.cgi?id=782359
+
+2017-05-08 15:22:00 +0000  Dustin Spicuzza <dustin@virtualroadside.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/directsound/gstdirectsoundsink.h:
+         directsoundsink: Use GstClock API instead of Sleep() for waiting
+         It's more accurate and allows cancellation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773681
+
+2017-05-08 15:05:45 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/vpx/gstvp9dec.c:
+         vpx: fix build against older libvpx versions
+         Such as 1.3.0 as on raspbian.
+
+2017-05-03 23:23:10 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Fix corner case causing large CPU usage
+         We were unnecessarily looping/goto-ing repeatedly when we had exactly
+         the amount of data as the free space, and also when the free space was
+         too small. This, as it turns out, is a very common scenario with
+         Directsound on Windows.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=773681
+         We have to do polling here because the event notification API that
+         Directsound exposes cannot be used with live playback since all events
+         must be registered in advance with the capture buffer, you cannot
+         add/remove them once playback has begun. Directsoundsrc had the same
+         problem.
+         See also: https://bugzilla.gnome.org/show_bug.cgi?id=781249
+
+2017-05-03 23:31:00 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Clean up some debug logging
+         Don't need to print the function name, gstreamer does it for you.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773681
+
+2017-05-06 22:30:20 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-ids.h:
+         matroskademux: improve index memory usage
+         Re-arrange order of index entry struct members to avoid padding
+         bytes in the middle of the struct, thus potentially reducing the
+         overall size of the struct and reducing memory used by the index.
+         On Linux x86_64 the size goes down from 32 bytes to 24 bytes for
+         each index entry.
+
+2017-05-04 18:59:14 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+       * meson.build:
+         Back to development
+
+=== release 1.12.0 ===
+
+2017-05-04 15:38:34 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.12.0
+
+2017-05-04 15:07:27 +0300  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/fur.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2017-05-04 13:47:20 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/el.po:
+         po: Update translations
+
+2017-05-02 10:32:30 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix crash on mss stream caused by invalid stsd entry access
+         Since mss has no moov, default stsd entry should be created with media-caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=782042
+
+=== release 1.11.91 ===
+
+2017-04-27 17:29:58 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.11.91
+
+2017-04-27 15:58:47 +0300  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/fur.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2017-04-27 15:28:02 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/LINGUAS:
+       * po/el.po:
+       * po/fur.po:
+         po: Update translations
+
+2017-04-27 12:56:27 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't crash in debug output if stream==NULL
+         That case is correctly handled below but not in the debug output.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781270
+
+2017-04-25 17:11:27 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't perform seeks with inconsistent seek values
+         If gst_segment_do_seek() fails, we shouldn't try seeking on that
+         resulting segment but just error out. Crashes further down the line
+         otherwise.
+
+2017-04-24 20:27:49 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From 60aeef6 to 48a5d85
+
+2017-04-24 17:31:04 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtp-payloading.c:
+         tests: rtp-payloading: add test for rtph264depay avc/byte-stream output
+         Make sure avc output doesn't contain SPS/PPS inline, but
+         byte-stream output does.
+
+2017-04-24 17:29:37 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: don't insert SPS/PPS inline for AVC output
+         SPS/PPS are in the caps in this case and shouldn't be in
+         the stream data.
+
+2017-04-21 19:09:14 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Chain up to the parent class' provide_clock() implementation
+         If no clock was provided directly by rtspsrc. This behaviour was removed
+         by f8013487c91a6ffc552a4b25aa1a70f0bd5377f8 and results in rtspsrc not
+         providing the system clock via the rtpjitterbuffer.
+         As a result, if another element like an audio sink, provides a clock,
+         the pipeline would select that (when going to PAUSED/PLAYING again later).
+         Audio clocks usually don't progress in PAUSED, and thus our live source
+         won't be able to use the clock to produce data, making the sink never
+         preroll and everything is stuck.
+
+2017-04-20 11:22:15 +0200  Jürgen Sachs <juergen.sachs@metz-ce.de>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: reset sample_description_id to default
+         Fixes stream where sample_description_id is specified in the tfhd
+         https://bugzilla.gnome.org/show_bug.cgi?id=778337
+
+2017-04-20 13:16:24 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Don't use an explicit name for requesting audio pads
+         ... unless the muxer uses the same audio pad template name as
+         splitmuxsink. We can't request a pad called "audio_0" on a muxer that
+         wants pads to be "sink_%d".
+
+2017-02-23 09:31:36 +0900  ChangBok Chae <changbok.chea@gmail.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: remove duplicated segment initialization
+         It's also done in gst_flv_demux_cleanup().
+         https://bugzilla.gnome.org/show_bug.cgi?id=779106
+
+2017-04-20 20:17:35 +1000  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Correctly catch FLUSH events in probes
+         https://bugzilla.gnome.org/show_bug.cgi?id=767498
+
+2017-04-19 12:28:12 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         Revert "rtpbin: pipeline gets an EOS when any rtpsources byes"
+         This reverts commit eeea2a7fe88a17b15318d5b6ae6e190b2f777030.
+         It breaks EOS in some sender pipelines, see
+         https://bugzilla.gnome.org/show_bug.cgi?id=773218#c20
+
+2017-04-14 17:01:49 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Reset adapter in more discontinuity cases
+         In push mode we process as much as possible in the adapter. When we receive
+         a DISCONT buffer which we can't match to an actual sample (based on the existing
+         sample table) and there is still data remaining in the incoming adapter,there is
+         one of two cases happening:
+         1) We are doing reverse playback, in which case we should flush out all pending
+         data
+         2) We have leftover data from the previous incoming buffer... which we can't do
+         anything about.
+         For the second case, make sure we flush out the remaining data so that we can start
+         parsing again from scratch.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781319
+
+2017-04-14 10:56:41 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Use GST_ELEMENT_ERROR_WITH_DETAILS
+         Allows the application to know the exact status code that was returned
+         by the server in a programmatic fashion.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781304
+
+2017-04-16 18:47:56 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix leak on QtDemuxStreamStsdEntry
+         Fix unit test failure
+         https://bugzilla.gnome.org/show_bug.cgi?id=781362
+
+2017-04-14 13:38:53 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix timescale of timecode tracks
+         They should have ideally the same timescale of the video track, which we
+         can't guarantee here as in theory timecode configuration and video
+         framerate could be different. However we should set a correct timescale
+         based on the framerate given in the timecode configuration, and not just
+         use the framerate numerator.
+
+2017-04-13 13:25:06 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Properly reset demuxer when all streams are EOS
+         Make sure offset and neededbytes are properly resetted when all
+         streams are EOS in push-mode.
+         Avoids cases when some data might still be pushed by upstream (because
+         it didn't yet see the resulting GST_FLOW_EOS yet) and qtdemux gets
+         completely lost.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781266
+
+2017-04-13 08:00:30 +0200  Edward Hervey <edward@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Make more usage of error macro
+         And make sure we actually use the provided soup_msg argument in the macro
+
+2017-03-08 15:01:13 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * gst/audiofx/gststereo.c:
+         docs: Port all docstring to gtk-doc markdown
+
+2017-03-08 15:01:13 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstwidget.c:
+         docs: Port all docstring to gtk-doc markdown
+
+2017-04-12 18:46:53 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/meson.build:
+         meson: Print message when disabling taglib on MSVC
+
+2017-04-12 13:26:59 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Don't forget to update pad->last_buf
+         buf is the current pad->last_buf value. If ever it gets copied/unreffed,
+         we need to make sure to write back the new  pointer to the last_buf
+         variable.
+         Fixes using wrong pointer values in the case of decrasing DTS value
+
+2017-04-12 11:33:05 +0200  Edward Hervey <edward@centricular.com>
+
+       * tests/check/elements/.gitignore:
+         tests: Add vp9enc to gitignore
+
+2017-04-11 13:41:48 +0200  Jürgen Sachs <juergen.sachs@metz-ce.de>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix: sample description index override in tfhd not evaluated
+         https://bugzilla.gnome.org/show_bug.cgi?id=778337
+
+2017-04-12 11:03:24 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add out-of-bound check
+         Make sure we don't read invalid memory
+
+2016-04-27 12:17:37 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: move parsing of tkhd out of stsd entry loop
+         It needs only to be read once.
+
+2016-04-07 12:23:35 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: check for a different stsd entry before pushing a sample
+         Before pushing a sample, check if there was a change in the current
+         stsd entry. This patch also assumes that the first stsd entry is
+         used as default for the first sample. It might cause an uneeded
+         caps renegotiation when this isn't the case.
+
+2016-04-06 12:55:18 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: parse all stsd entries
+         stsd can have multiple format entries, parse them all.
+         This is required to play DVB DASH profile that uses multiple entries
+         to identify the different available bitrates/options on dash streams
+         The stream format-specific data is not stored into QtDemuxStreamStsdEntry
+
+2016-04-05 14:34:00 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: rework stsd sample entries access
+         Instead of using the stsd as a base pointer, use the actual stsd
+         entry as the stsd can have multiple entries. This is rarely used
+         for file playback but is a possible profile with in DVB DASH specs.
+         This still doesn't support stsd with multiple entries but makes it
+         easier to do so.
+
+2016-04-05 18:00:10 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: get stsd child by index instead of type
+         There might be multiple children with the same type
+
+2017-04-07 16:33:18 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests/check/rtprtx: add checks for rtprtxqueue's max-size-{time,packets} properties
+         https://bugzilla.gnome.org/show_bug.cgi?id=780867
+
+2017-04-04 17:33:31 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxqueue.c:
+       * gst/rtpmanager/gstrtprtxqueue.h:
+         rtprtxqueue: implement handling of the max-size-time property
+         https://bugzilla.gnome.org/show_bug.cgi?id=780867
+
+2017-04-10 23:49:06 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From 39ac2f5 to 60aeef6
+
+2017-04-10 08:56:00 +0000  Todor Tomov <todor.tomov@linaro.org>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2object: Copy timestamp when importing buffers
+         This is needed for V4L2_OUTPUT interface, and is harmless of
+         V4L2_CAPTURE interfaces. This will fix timestamp in cases like:
+         v4l2src io-mode=dmabuf ! v4l2videoNenc output-io-mode=dmabuf-import !  ...
+         Same apply for userptr.
+         https://bugzilla.gnome.org/show_bug.cgi?id=781119
+
+2017-04-10 15:55:30 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix last_dts tracking for raw audio and similar formats
+         Accumulate the durations directly and don't scale yet another time by
+         the number of samples.
+
+2017-04-07 10:48:50 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * tests/check/elements/splitmux.c:
+         tests: fix leak in splitmux test
+         https://bugzilla.gnome.org/show_bug.cgi?id=781025
+
+2017-04-07 15:29:43 +0800  Lyon Wang <lyon.wang@nxp.com>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Scale GAP event timestamp and duration like for buffers
+         https://bugzilla.gnome.org/show_bug.cgi?id=781008
+
+2017-02-17 10:01:08 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videodec.h:
+         v4l2dec: Fix race when going from PAUSED to READY
+         Running `gst-validate-launcher -t validate.file.playback.change_state_intensive.vorbis_vp8_1_webm`
+         on odroid XU4 (s5p-mfc v4l2 driver) often leads to:
+         ERROR:../subprojects/gst-plugins-good/sys/v4l2/gstv4l2videodec.c:215:gst_v4l2_video_dec_stop: assertion failed: (g_atomic_int_get (&self->processing) == FALSE)
+         This happens when the following race happens:
+         - T0: Main thread
+         - T1: Upstream streaming thread
+         - T2. v4l2dec processing thread)
+         [The decoder is in PAUSED state]
+         T0. The validate scenario runs `Executing (36/40) set-state: state=null repeat=40`
+         T1- The decoder handles a frame
+         T2- A decoded frame is push downstream
+         T2- Downstream returns FLUSHING as it is already flushing changing state
+         T2- The decoder stops its processing thread and sets `->processing = FALSE`
+         T1- The decoder handles another frame
+         T1- `->process` is FALSE so the decoder restarts its streaming thread
+         T0- In v4l2dec-> stop the processing thread is stopped
+         NOTE: At this point the processing thread loop never started.
+         T0- assertion failed: (g_atomic_int_get (&self->processing) == FALSE)
+         Here I am removing the whole ->processing logic to base it all on the
+         GstTask state to avoid duplicating the knowledge.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778830
+
+=== release 1.11.90 ===
+
+2017-04-07 16:31:56 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * meson.build:
+         Release 1.11.90
+
+2017-04-07 15:18:11 +0300  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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2017-04-07 15:06:30 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/el.po:
+         po: Update translations
+
+2017-04-06 12:01:00 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: streamline and improve AudioSpecificConfig parsing
+         AudioSpecifigConfig is used in a variety of AAC streams but was
+         being parsed differently. Instead, make everyone use the same parsing.
+         * Remove unused 'bits' field (it was always set to 0 if present)
+         * Add proper GAConfig parsing (to know the  number of samples per frame
+         if present).
+         Fixes wrong rate/channels configuration in streams coming from qtdemux
+         https://bugzilla.gnome.org/show_bug.cgi?id=780966
+
+2017-04-05 09:46:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Fix 32bit only printf format
+         The previous patch was using %llu for 64bits printf, which is 32bit
+         specific. We also trace the latency in time human readable form now.
+
+2016-03-16 16:22:48 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: set streamparm for outputs that support it
+         Without a specified framerate from the sink, the decoder frame interval
+         should be set using the framerate of the encoded video stream.
+         Therefore, the v4l2object should be able to change the framerate on the
+         output if the V4L2 device accepts it.
+         This is also necessary for mem2mem encoders so that their bitrate
+         calculation code may work correctly and they may report the correct
+         frame duration on the capture queue.
+         https://bugzilla.gnome.org/show_bug.cgi?id=779466
+
+2016-03-16 16:24:55 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: only set latency if the frame duration is valid
+         If the duration of the v4l2object is GST_CLOCK_TIME_NONE, because the
+         sink did not specify a framerate in the caps and the driver accepts the
+         framerate, the decoder element uses GST_CLOCK_TIME_NONE to calculate and
+         set the element latency.
+         While this is a bug of the capture driver, the decoder element should
+         not use the invalid duration to calculate a latency, but print a warning
+         instead.
+         https://bugzilla.gnome.org/show_bug.cgi?id=779466
+
+2016-11-23 12:17:55 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: Block in preroll_wait on unlock
+         The correct behaviour of anything stuck in the ->render() function
+         between ->unlock() and ->unlock_stop() is to call
+         gst_base_sink_wait_preroll() and only return an error if this returns an
+         error, otherwise, it must continue where it left off!
+         https://bugzilla.gnome.org/show_bug.cgi?id=774945
+
+2017-04-05 15:55:20 +1000  Jan Schmidt <jan@centricular.com>
+
+       * ext/vpx/gstvp9dec.c:
+         vp9dec: Add warnings for unsupported frame formats
+         At least output an element warning on the bus when we
+         encounter a frame format GStreamer doesn't currently support.
+
+2017-04-04 17:55:13 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Handle Parametric Stereo with HE-AAC(v2)
+         According to ISO/IEC:14496-2:2009 , in the case of HE-AACv2 (audioObjecType
+         29) parametric stereo is used (a single mono track is used and then
+         transformations are applied to it to provide a stereo output).
+         We therefore report two channels in the case where there is one reported
+         in the audioChannelConfiguration.
+         Fixes the various issues where a demuxer would report two channels, but
+         then the parser would say there's only one channel, and then the decoder
+         would output two channels.
+
+2017-04-04 15:22:25 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Simplify buffer refcounting in add_buffer() and remove unneeded NULL checks
+
+2017-04-04 15:08:33 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Select the best pad based on the cached last_buf if any
+         last_buf is the one we're going to write next, not buf. As such we
+         should check timestamps against that one if there is one to select the
+         earliest pad.
+         Also remember the currently selected pad in the very beginning when
+         storing the first last_buf.
+         This both solves some edge cases where not the correct next pad was
+         selected corresponding to the target interleave.
+
+2017-04-04 15:07:40 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Error out immediately if a timecode is to be written but downstream return not-OK
+
+2017-04-03 11:34:49 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Update variables before early exit
+         This is an update of d78d5896272d78df41e696fac929e7dfb3bb3dfa
+         We still exit as early as possible in case of non-ok/non-unlinked combined
+         flow, but we first make sure that we update the internal position variables.
+         This ensures that if upstreams "ignores" the flow return (and carries on pushing),
+         we don't end up processing data with completely bogus variables/positions.
+
+2017-03-24 00:11:13 +1300  Douglas Bagnall <douglas@halo.gen.nz>
+
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+         interleave: avoid using uninitialised ordering_map
+         If self->channel_positions == NULL (which seems unlikely),
+         self->default_channels_ordering_map will be used unintialised.
+         We avoid that by keeping track of the channel_mask, which is set when
+         the ordering map is initialised.
+         https://bugzilla.gnome.org/show_bug.cgi?id=780331
+
+2017-03-23 23:56:31 +1300  Douglas Bagnall <douglas@halo.gen.nz>
+
+       * gst/interleave/interleave.c:
+         interleave: don't overflow channel map with >64 channels
+         When there are more than 64 channels, we don't want to exceed the
+         bounds of the ordering_map buffer, and in these cases we don't want to
+         rempa at all. Here we avoid doing that.
+         https://bugzilla.gnome.org/show_bug.cgi?id=780331
+
+2017-03-28 14:23:16 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/check/meson.build:
+         meson: Use get_pkgconfig_variable instead of calling pkg-config ourself
+         It is avalaible in meson 0.36 which is now are requirement
+
+2017-03-28 14:22:41 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * pkgconfig/gstreamer-plugins-good.pc.in:
+       * pkgconfig/meson.build:
+         pkgconfig: Do not ever build an installed .pc file
+
+2017-03-28 11:15:53 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/check/meson.build:
+         meson: test: Fix environment object usage
+
+2017-03-28 11:14:47 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * meson.build:
+       * pkgconfig/gstreamer-plugins-good.pc.in:
+       * pkgconfig/meson.build:
+         pkgconfig: Generate the pkg-config with meson too
+
+2017-03-27 21:52:00 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: In gap mode, consider the mdat offset when calculating the remaining mdat size
+         The mdat generally does not start at offset 0, we have to include the
+         size of the moof and whatever else was in front of the mdat.
+
+2017-03-27 11:43:31 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atomsrecovery.c:
+         atomsrecovery: Error out when fseek() fails instead of silently ignoring
+         CID 1403262
+
+2017-03-23 22:13:05 +0100  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Also add videometa if there is padding to the right and bottom
+         https://bugzilla.gnome.org/show_bug.cgi?id=780478
+
+2017-03-21 12:54:27 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: fix output segment and buffer DTS to correspond to the flattened PTS
+         https://bugzilla.gnome.org/show_bug.cgi?id=780347
+
+2017-03-23 17:53:19 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Remove some unused variables
+
+2017-03-23 15:01:16 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Remove a couple of unneeded levels of indentation
+
+2017-03-22 18:18:40 +0000  Enrique Ocaña González <eocanha@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: distinguish TFDT with value 0 from no TFDT at all
+         TFDTs with time 0 are being ignored since commit 1fc3d42f. They're
+         mistaken with the case of not having TFDT, but those two cases
+         must be distinguished in some way.
+         This patch passes an extra boolean flag when the TFDT is present.
+         This is now the condition being evaluated, instead of checking for
+         0 time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=780410
+
+2017-03-22 19:15:09 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Reset current chunk after writing out timecode
+         If we have multiple tracks with timecodes, or it's not the first track
+         that has timecodes, or not the first buffer, we already started a chunk
+         for media data. We now need to "close" that chunk because we wrote data
+         for the timecode track and a new chunk has to be started for the
+         original track the next time it has data.
+
+2017-03-22 18:52:51 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Do timecode handling per track, not per muxer instance
+         There could be multiple video tracks with timecodes.
+
+2017-03-22 00:38:51 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+         qtdemux: matroskademux: Ignore repeated seek events
+         Similar to what was done in adaptivedemux, ignore seek
+         events we've already handled - such as when they are received
+         on every srcpad of files with lots of streams.
+
+2017-03-21 14:55:32 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         dashdemux: Update mdatleft from overall mdatsize and offset when observing a gap
+         Otherwise mdatleft will have a value calculated from the initial
+         mdatsize minus the parts of the stream that we saw, which is not
+         including all the parts of the stream that might've been skipped.
+
+2017-03-20 17:03:32 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+         docs: update two references to the removed 'mad' plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=776140
+
+2017-03-20 12:03:29 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxqueue.c:
+         rtprtxqueue: add basic documentation and example pipelines
+         Mostly explaining the difference between rtprtxqueue and rtprtxsend.
+
+2017-03-17 20:58:28 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/meson.build:
+         v4l2: Fix meson plugin shared object name
+         It didn't match between AutoMake and Meson, and the Meson name
+         didn't math the plugin name (video4linux2).
+
+2017-03-16 18:20:54 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtprtxreceive: fix example pipelines and improve the documentation
+         https://bugzilla.gnome.org/show_bug.cgi?id=771383
+
+2017-03-17 14:10:40 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+         flacparse: fix playback if sample number does not start at 0
+         This reverts commit 29b807685d3c962bbe8afe351c5dca97d59eb5e0, while
+         fixing the original breaking tests/check/pipelines/flacdec.
+
+2017-03-17 11:30:04 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+         Revert "flacparse: fix playback if sample number does not start at 0"
+         This breaks gst-validate on the build server (though not locally),
+         and a unit test, and I can't run unit tests right now for some
+         unrelated reason.
+         This reverts commit 0747b56f8e7f4731d67f8d13a4bdc453dde0fdf7.
+
+2017-03-16 17:44:41 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: print the correct variable in debug statement
+         This debug statement is meant to print the time since the last (early)
+         RTCP transmission, not the last regular RTCP transmission (which also
+         happens to be set a few lines above to current_time, so the debug output
+         is just confusing)
+
+2017-03-16 17:42:27 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: convert LOG message to TRACE
+         This is printed too often (for every chained buffer!) and just clutters the logs.
+
+2017-03-16 14:58:45 +0100  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: fix warning message
+         https://bugzilla.gnome.org/show_bug.cgi?id=780105
+
+2017-03-16 13:54:54 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+         flacparse: fix playback if sample number does not start at 0
+         https://bugzilla.gnome.org/show_bug.cgi?id=777738
+
+2017-03-15 18:58:55 +0100  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         rtpsource: get clock-rate from pt if needed to generate SR
+         https://bugzilla.gnome.org/show_bug.cgi?id=780105
+
+2017-03-16 13:52:48 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Include GStreamer souphttpsrc version in default User-Agent string
+
+2017-03-16 00:41:44 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: fix crash with empty sprops-parameters
+         https://bugzilla.gnome.org/show_bug.cgi?id=780040
+
+2017-03-11 21:20:40 -0800  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/isomp4/atomsrecovery.c:
+       * gst/isomp4/atomsrecovery.h:
+         atomsrecovery: also handle extra atoms after 'mdia' in a 'trak'
+         Take into account the atoms at the end of the 'trak' atom when
+         recovering it. So that its size (already computed and added in the trak
+         size) isn't making offsets wrong.
+         https://bugzilla.gnome.org/show_bug.cgi?id=771478
+
+2017-03-11 12:56:33 -0800  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: avoid fallthrough to moovrecovery failure section
+         Return before that to preserve our successfull results, otherwise no
+         moov recovery information would be written
+         https://bugzilla.gnome.org/show_bug.cgi?id=771478
+
+2017-03-11 12:27:28 -0800  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/isomp4/atomsrecovery.c:
+         atomsrecovery: expect more atom types at the headers
+         Skip more atoms at the header until it finds the 'mdat' to continue the
+         moov recovery
+         https://bugzilla.gnome.org/show_bug.cgi?id=771478
+
+2017-03-14 16:42:25 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * Makefile.am:
+       * configure.ac:
+       * tests/examples/Makefile.am:
+       * tests/examples/pulse/.gitignore:
+       * tests/examples/pulse/Makefile.am:
+       * tests/examples/pulse/pulse.c:
+         pulse example: Remove
+         That example only tested the property probe interface, which has been removed.
+         The same kind of thing can now be done with the generic gst-device-monitor tool.
+
+2017-03-14 16:38:02 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Remove unused macro
+
+2017-03-14 16:35:25 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Remove unused definitions
+
+2017-03-14 10:10:19 +0100  Emeric Grange <egrange@gopro.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_types.c:
+         qtmux: add CineForm support
+         https://bugzilla.gnome.org/show_bug.cgi?id=780024
+
+2017-03-14 15:09:44 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Only create new chunks if we have more than a single stream
+         There's no point in creating multiple chunks otherwise, it only wastes
+         some bytes for storing the chunk offsets.
+
+2017-03-14 10:09:46 +0100  Emeric Grange <egrange@gopro.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add S16L support
+         https://bugzilla.gnome.org/show_bug.cgi?id=780022
+
+2017-03-14 15:48:08 +1100  Jan Schmidt <jan@centricular.com>
+
+       * tests/check/elements/splitmux.c:
+         splitmux test: Use passed first/last timestamps
+         Don't hard-code the expected timestamp range, use the
+         values the caller is passing in.
+
+2017-03-14 14:15:00 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gl: GL_ARRAY_BUFFER is not a part of VAO state
+         As a result we need to bind it on every draw in order to have the
+         correct state in the GL state machine.
+
+2017-03-13 14:28:47 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtsrc.cc:
+         gl/format: use our own GL format enum's instead of gstvideo's
+         They can describe in more detail (such as component sizes) the requested format.
+
+2017-03-12 11:42:25 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * Makefile.am:
+       * docs/plugins/inspect/plugin-soup.xml:
+         Add old plugin names to cruft list
+         This will help fixing uninstalled setup. Also fix missing path
+         correction in one of the plugin xml.
+         https://bugzilla.gnome.org/show_bug.cgi?id=779344
+
+2016-12-15 12:38:40 +0100  Michael Dutka <mail@michael-dutka.de>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph265depay.c:
+         rtph264depay, rtph265depay: remove stray g_debug()
+         https://bugzilla.gnome.org/show_bug.cgi?id=779858
+
+2017-03-10 11:24:14 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: init fourcc
+         Initialize the fourcc to 0 so that we can detect failure later.
+
+2017-03-08 22:50:52 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/level.c:
+       * tests/check/elements/rglimiter.c:
+         tests: Add missing LDADD for libm in tests using math.h
+         Also, remove the math.h include for the one that just prentend to need
+         it.
+
+2017-03-08 22:15:46 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+         Fix shout2 plugin doc generation
+         In the previous patch, we also renamed shout2send to shout2, so it does
+         not clash with it's feature. Though we forgot to rename it in the doc
+         reference. This patch also add a cruft detection on the xml that made me
+         miss this error.
+         https://bugzilla.gnome.org/show_bug.cgi?id=779344
+
+2017-03-04 11:03:53 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/Makefile.am:
+       * ext/gtk/gstplugin.c:
+         Rename plugin filesnames to match plugin names
+         - libgstgtksink.so -> libgstgtk.so
+         - libgstteletextdec.so -> libgstteletex.so
+         - libgstcamerabin2.so -> libgstcamerabin.so
+         - libgstonvif.so -> libgstrtponvif.so (meson only)
+         - sdp -> sdpelem (avoid clash with libgstsdp)
+         - gstsiren -> siren
+         - libgstkmssink.so -> libgstkms.so
+         https://bugzilla.gnome.org/show_bug.cgi?id=779344
+
+2017-03-04 10:52:47 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-shout2.xml:
+       * ext/pulse/Makefile.am:
+       * ext/pulse/meson.build:
+       * ext/shout2/gstshout2.c:
+       * ext/soup/Makefile.am:
+       * ext/soup/meson.build:
+       * sys/oss4/Makefile.am:
+         Fix plugin filenames to match plugin names
+         - libgstpulse.so becomes libgstpulseaudio.so
+         - libgstsouphttpsrc.so becomes libgstsoup.so
+         - libgstoss4audio.so becomes libgstoss4.so
+         https://bugzilla.gnome.org/show_bug.cgi?id=779344
+
+2017-03-08 16:01:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+         qtmux: Free EDTS instead of just clearing it and setting it to NULL
+
+2017-03-08 15:27:32 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix some memory leaks related to timecode tracks
+
+2017-03-04 00:34:44 +1100  Jan Schmidt <jan@centricular.com>
+
+       * tests/check/elements/splitmux.c:
+         splitmux: Add unit test for reverse playback
+         Ensure that reverse playback works and generates the range
+         of timestamps (0-3s) we expect, in monotonically descending order.
+
+2017-02-28 11:50:45 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Fix reverse playback
+         Fix the check for whether the start time of the segment has
+         been reached when playing in reverse. Otherwise, playback
+         stops after reaching the start of any file part, instead of
+         continuing until all parts within the segment have played
+
+2017-02-22 03:01:31 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't lose crypto info on a new moof
+         We parse the next moof in advance of having pushed
+         all samples from the previous one in some cases, and
+         we'll still need the crypto info from the previous
+         fragment so keep around any unused crypto info entries
+         when adding new ones
+
+2017-02-27 13:55:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Update modification times when sending the moov
+         https://bugzilla.gnome.org/show_bug.cgi?id=779422
+
+2017-03-01 16:11:47 -0800  Michael Smith <mlrsmith@gmail.com>
+
+       * gst/audioparsers/gstsbcparse.h:
+         sbcparse: Fix up values for allocation enumeration.
+         https://bugzilla.gnome.org/show_bug.cgi?id=779389
+
+2017-02-28 13:10:50 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtprtxreceive: fix potential leak of old, unassociated, association requests
+         https://bugzilla.gnome.org/show_bug.cgi?id=722560
+
+2017-02-28 15:47:23 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Don't increment -1 / unset indices
+         CID 1398545
+
+2017-02-28 15:20:31 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Protect against NULL pointer dereference for streams without caps
+         CID 1363332
+
+2017-02-28 12:57:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: Free mac on errors
+         CID 1212149
+
+2017-02-28 12:45:24 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         rtpvorbispay: Add missing break to for loop
+
+2017-02-28 11:02:54 +0100  Edward Hervey <edward@centricular.com>
+
+       * tests/check/Makefile.am:
+         check: Fix splitmux test CFLAGS
+         Needs to know where the gstapp headers are
+
+2017-02-27 21:02:51 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix compilation with gcc 7
+         qtdemux.c: In function ‘qtdemux_parse_samples’:
+         qtdemux.c:8450:39: error: ‘*’ in boolean context, suggest ‘&&’ instead [-Werror=int-in-bool-context]
+         if (stream->samples_per_frame * stream->bytes_per_frame) {
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
+
+2017-02-27 21:01:23 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: Fix compilation with gcc 7
+         gstmpegaudioparse.c: In function ‘gst_mpeg_audio_parse_reset’:
+         gstmpegaudioparse.c:209:3: error: ‘memset’ used with length equal to number of elements without multiplication by element size [-Werror=memset-elt-size]
+         memset (mp3parse->xing_seek_table_inverse, 0, 256);
+         ^~~~~~
+         gstmpegaudioparse.c: In function ‘gst_mpeg_audio_parse_handle_first_frame’:
+         gstmpegaudioparse.c:951:7: error: ‘memset’ used with length equal to number of elements without multiplication by element size [-Werror=memset-elt-size]
+         memset (mp3parse->xing_seek_table_inverse, 0, 256);
+         ^~~~~~
+
+2017-02-27 19:31:39 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         rtpvorbispay: When getting new headers, replace the old version of them
+         This prevents storing an infinite amount of e.g. comment headers if they
+         come without a new initialization header in front of them. There can
+         only be one header of each type.
+
+2017-02-27 19:25:35 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtp-payloading.c:
+         rtp-payloading: Add new test for Vorbis renegotiation
+         Check if encoding, payloading, depayloading and decoding works if the
+         stream configuration (and thus the headers) change.
+
+2017-02-27 19:24:07 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         vorbispay: Only replace headers when receiving a new config header
+         If we also replace all headers when receiving any possibly following
+         comments header, we would throw away the config header before being able
+         to make use of it.
+
+2017-02-23 12:11:15 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/splitmux.c:
+         tests: splitmux: add unit test for content with sparse streams
+         https://bugzilla.gnome.org/show_bug.cgi?id=761086
+
+2017-02-22 11:23:19 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmuxpartreader: ignore sparse streams when calculating the end offset of a part
+         A sparse stream's ending timestamp can be considerably smaller
+         than the ending timestamps of the other streams, which can lead
+         to skipping considerable time from the next part.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761086
+
+2017-02-22 11:21:06 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmuxpartreader: identify sparse streams
+
+2017-02-17 14:37:08 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/qt/gstqtglutility.cc:
+         qml: Add support for Vivante EGL FS windowing system
+         https://bugzilla.gnome.org/show_bug.cgi?id=778825
+
+2017-02-25 21:47:03 -0300  Edgard Lima <edgard.lima@gmail.com>
+
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726depay.h:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg726pay.h:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmadepay.h:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmapay.h:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtppcmudepay.h:
+       * gst/rtp/gstrtppcmupay.c:
+       * gst/rtp/gstrtppcmupay.h:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexdepay.h:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpspeexpay.h:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2colorbalance.c:
+       * sys/v4l2/gstv4l2colorbalance.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+       * sys/v4l2/gstv4l2tuner.c:
+       * sys/v4l2/gstv4l2tuner.h:
+       * sys/v4l2/gstv4l2vidorient.c:
+       * sys/v4l2/gstv4l2vidorient.h:
+       * sys/v4l2/v4l2_calls.c:
+       * sys/v4l2/v4l2_calls.h:
+         Update Edgard Lima's email
+         https://bugzilla.gnome.org/show_bug.cgi?id=779230
+
+2017-02-08 13:36:00 +0000  Andrew <nifigase@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         rtpjitterbuffer: Don't always reset PTS to 0 after a gap
+         In function rtp_jitter_buffer_calculate_pts: If gap in incoming RTP
+         timestamps is more than (3 * jbuf->clock_rate) we call
+         rtp_jitter_buffer_reset_skew which resets pts to 0. So components down
+         the pipeline (playes, mixers) just skip frames/samples until pts becomes
+         equal to pts before gap.
+         In version 1.10.2 and before this checking was bypassed for packets with
+         "estimated dts", and gaps were handled correctly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778341
+
+2017-02-24 15:59:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * meson.build:
+         meson: Update version
+
+2017-02-24 15:37:36 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.11.2 ===
+
+2017-02-24 15:07:23 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+         Release 1.11.2
+
+2017-02-24 12:50:21 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2017-02-24 12:44:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/el.po:
+         po: Update translations
+
+2017-02-10 20:50:17 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Extract redirection uri on libsoup's restarted callback
+         Let libsoup handle redirection automatically.
+         And then, to figure out redirection uri, extract it on "restarted"
+         callback which will be fired before soup_session_send() is returned.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778428
+
+2017-01-02 19:29:04 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Update image size when extrapolating
+         Update the image size according the amount of data we are going to
+         read/write. This workaround bugs in driver where the sizeimage provided
+         by TRY/S_FMT represent the buffer length (maximum size) rather then the expected
+         bytesused (buffer size).
+         https://bugzilla.gnome.org/show_bug.cgi?id=775564
+
+2017-02-17 15:50:32 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix typo in _acquire_format() error messages
+         Fixes:
+         https://bugzilla.gnome.org/show_bug.cgi?id=778815
+
+2017-02-07 17:27:56 +0100  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * tests/check/elements/matroskamux.c:
+       * tests/check/elements/qtmux.c:
+         tests: matroskamux, qtmux: don't add codec_data buffers to template caps
+         streamheader and codec_data buffers fields are only meant to be
+         in the negotiated caps, not the template caps.
+         Fixes false-positive leaks of those buffers detected by the leaks
+         tracer, as template caps are static, and we decided to not include
+         code in gstreamer core to handle this unusual case of template caps
+         having buffers in them.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768762
+
+2017-02-09 12:46:54 +0000  Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         rtpvorbispay: Update and send out headers when new headers are received
+         The payloader needs to reset and update the vorbis config data which is
+         pushed on the network if it receives new headers, or at least, it may
+         have to do so.
+         Without this, the stream configuration could change without the
+         payloader sending the new configuration to the other side.
+
+2017-02-15 14:48:58 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Change files on incompatible caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=761761
+
+2017-02-15 16:35:01 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Reset ready_for_output on state change
+         https://bugzilla.gnome.org/show_bug.cgi?id=761761
+
+2017-02-15 15:09:06 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Remove unused next_max_out_running_time
+         https://bugzilla.gnome.org/show_bug.cgi?id=761761
+
+2017-02-15 15:07:32 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Remove unused muxed_out_time
+         https://bugzilla.gnome.org/show_bug.cgi?id=761761
+
+2017-02-17 13:07:05 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         Revert "qtdemux: Always snap to the start of the keyframe"
+         This reverts commit 107902ec514bd826aa29d2298107e2c091e1c779.
+         This commit intended to ensure that keyframe seeks land at the
+         start timestamp of a keyframe, rather than in the middle of one,
+         but they cause trouble on files with sparse streams, or with
+         JPEG 'cover art' tracks that have only one or a few JPEG samples
+         with very long durations.
+         That's still desirable for doing seamless cutting of videos,
+         but needs a rethink for implementation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778690
+
+2017-02-17 01:22:11 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audioecho.h:
+         audiofx/echo: added surround-delay and surround-mask
+         Add a new boolean surround-delay property that makes
+         audioecho just apply a delay to certain channels to create
+         a surround effect, rather than an echo on all
+         channels. This is useful when upmixing from stereo - for example.
+         Add a surround-mask property to control which channels
+         are considered surround sound channels when adding a
+         delay with surround-delay = true
+         Original patch from Jochen Henneberg <jh@henneberg-systemdesign.com>
+
+2017-02-15 00:13:30 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Use IP_MULTICAST_ALL for filtering IPv4 packets if available
+         This goes around the inefficient control message based filtering and
+         does all the filtering kernel-side. Unfortunately this is Linux-only and
+         there is no IPv6 variant of it (yet).
+
+2017-02-14 19:53:30 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+         meson: dist meson build files
+         Ship meson build files in tarballs, so people who use tarballs
+         in their builds can start playing with meson already.
+
+2017-02-10 10:53:05 +0100  Søren Juul <zpon.dk@gmail.com>
+
+       * gst/icydemux/gsticydemux.c:
+       * tests/check/elements/icydemux.c:
+         icydemux: reset tags on empty value
+         Some radio streams uses StreamTitle='' to reset the title after a
+         track stopped playing, e.g. while the host talks between tracks or
+         during news segments.
+         This change forces an empty tag object to be distributed if
+         StreamTitle or StreamUrl is received with empty value, thus allowing
+         downstream elements to get notified about this.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778437
+
+2017-02-13 11:17:25 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Properly notify missing elements
+         If the srtp elements are not present, post a message on the bus
+         informing about the missing plugins.
+
+2017-02-10 10:32:57 -0300  Juan Pablo Ugarte <ugarte@endlessm.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: mark singleton caps as "may be leaked" objects.
+         Set MAY_BE_LEAKED flag on static pads returned by gst_v4l2_object_get_*_caps()
+         functions. Made functions thread safe by using g_once_init[enter|leave]
+         funtions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778453
+
+2017-02-09 14:18:30 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: Remove now unused done label
+
+2017-02-09 12:55:32 +0100  Nick Kallen <nickkallen@me.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: do not cache caps
+         Upstream elements like videoflip can transform caps, such as changing width and height.
+         When an imagefreeze downstream receives an ACCEPT_CAPS query it will NOW return
+         all caps that it can accept.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778389
+
+2017-02-09 11:29:43 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Add a comment about how atom_trak_set_elst_entry() works
+
+2014-08-22 09:55:43 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+         qtdemux: demote some log messages to TRACE level
+         Don't spam debug log with uninteresting stuff.
+
+2017-02-08 17:24:26 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Clear edit lists every time we recalculate them
+         We recalculate them, so any old information has to be forgotten.
+         Otherwise we write invalid edit lists when writing headers multiple
+         times.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778330
+
+2017-02-07 13:10:18 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmuxsrc: Allow for buffers before the segment when measuring
+         Used signed calculations when measuring the max_ts of an input
+         fragment, so as to calculate the correct duration and offset
+         when buffers have timestamps preceding their segment
+
+2017-02-02 12:55:25 +0100  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         rtpsession: relate received FIRs and PLIs to source
+         This is needed in order to:
+         - Avoid ignoring requests for different media sources.
+         - Add SSRC field in the GstForceKeyUnit event.
+         https://bugzilla.gnome.org/show_bug.cgi?id=778013
+
+2017-01-30 20:20:08 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: sanity check number of segments in edit list
+         Fixes crash with fuzzed file.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777940
+
+2017-01-02 22:16:39 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Skip seeking query if upstream format is time
+         Don't need to querying byte-format seeking for time-format
+         upstream case
+         https://bugzilla.gnome.org/show_bug.cgi?id=776715
+
+2016-12-01 12:47:08 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Use upstream's StreamFlags if there are
+         When multiple demuxer's are used, upstream might want to indicate
+         default streams using GST_STREAM_FLAG_{SELECT, UNSELECT}
+         https://bugzilla.gnome.org/show_bug.cgi?id=775440
+
+2017-01-27 16:14:16 +0200  Vivia Nikolaidou <vivia@toolsonair.com>
+
+       * gst/isomp4/atoms.c:
+         qtmux: Timecode track fixes for STSD entry
+         The n_frames field (frames per second) should follow the nominal frame
+         rate for drop-frame timecodes.
+         Also, the trak's timescale (and duration, accordingly) should follow the
+         STSD entry's timescale and frame duration (fps_n and fps_d accordingly),
+         not the other way around.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777832
+
+2017-01-19 11:08:11 +0100  Arnaud Vrac <avrac@freebox.fr>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: retry request on early termination from the server
+         Fix a regression introduced by commit 183695c61a54f1 (refactor to use
+         Soup's sync API). The code previously attempted to reconnect when the
+         server closed the connection early, for example when the stream was put
+         in pause for some time.
+         Reintroduce this feature by checking if EOS is received before the
+         expected content size is downloaded. In this case, do the request
+         starting at the previous read position.
+         https://bugzilla.gnome.org/show_bug.cgi?id=776720
+
+2017-01-10 09:40:56 -0700  Matt Staples <staples255@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: find_stream_by_channel should ignore unconfigured streams
+         https://bugzilla.gnome.org/show_bug.cgi?id=777101
+
+2017-01-25 18:43:00 +0000  Brendan Shanks <brendan.shanks@teradek.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix debug typo and remove misleading warning
+         https://bugzilla.gnome.org/show_bug.cgi?id=777362
+
+2017-01-25 20:56:24 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/rtp/client-PCMA.c:
+         rtp: Remove unused variable in example
+         client-PCMA.c:84:22: warning: unused variable 'isrc' [-Wunused-variable]
+         GObject *session, *isrc, *osrc;
+         ^
+
+2017-01-25 19:21:03 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/qt/Makefile.am:
+         qt: The code requires at least C++11
+         ... and clang requires this to be specified on the commandline while gcc
+         nowadays defaults to C++11 or even newer.
+
+2017-01-09 11:32:35 +0530  Rahul Bedarkar <rahul.bedarkar@imgtec.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: check for not NULL before clearing adapter
+         In case wavparse receives a manually injected FLUSH_STOP event
+         while operating in pull mode we get criticals because we'd try
+         to clear a NULL adapter.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777123
+
+2017-01-24 19:23:44 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/check/meson.build:
+         meson: Properly use ':' for defining keywords
+
+2017-01-17 16:41:58 +0100  Jean-Christophe Trotin <jean-christophe.trotin@st.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: reference memory before the buffer is queued
+         In gst_v4l2_allocator_qbuf(), the memory is referenced after the
+         buffer is queued. Once queued (VIDIOC_QBUF), the buffer might be handled
+         by the V4L2 driver (e.g. decoded) and dequeued (gst_v4l2_allocator_dqbuf),
+         through a different thread, before the memory is referenced (gst_memory_ref).
+         In this case, in gst_v4l2_allocator_dqbuf(), the memory is unreferenced
+         (gst_memory_unref) before having been referenced: the memory refcount
+         reaches 0, and the memory is freed.
+         So, to avoid this crossing case, in gst_v4l2_allocator_qbuf(), the
+         memory shall be referenced before the buffer is queued.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777399
+
+2017-01-24 17:59:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+         qtmux: Only write 4 byte zero padding to the Video Sample Description in MOV
+         For MP4 this is not defined, and it actually breaks things for MSE in
+         Chrome if we do this. For MOV this is required by some broken software
+         but the official specification says it's optional:
+         https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html
+         https://bugzilla.gnome.org/show_bug.cgi?id=777540
+
+2017-01-02 13:42:04 +0100  Santiago Carot-Nemesio <scarot@twilio.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtpstats: Keep number of nacks sent/received per source
+         Currently, the nack packets sent or received are kept at session level,
+         which makes it impossible to distinguish how many of these packages were
+         sent/received per ssrc when several sources are in the same session. This
+         patch is aligned with the https://www.w3.org/TR/webrtc-stats/#dom-rtcrtpstreamstats
+         https://bugzilla.gnome.org/show_bug.cgi?id=776714
+
+2016-12-08 15:59:33 +0100  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: Fix handling of config-interval
+         Insert VPS/SPS/PPS before the first NAL unit containing an I-frame in an
+         access unit only. If an access unit consists of several such NAL units
+         (tiles) VPS/SPS/PPS should only be inserted before the first of them so
+         that parameters are only updated between frames.
+         Do not insert VPS/SPS/PPS before P-frames when config-interval is -1.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775817
+
+2017-01-19 12:29:44 +0100  Arnaud Vrac <avrac@freebox.fr>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: report a useful error message when soup_session_send fails
+         This helps to understand cases where libsoup doesn't set the message
+         status code after running soup_session_send.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777222
+
+2017-01-19 11:05:00 +0100  Arnaud Vrac <avrac@freebox.fr>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: properly check that seek range was respected
+         This check must be done only when we are sure the request was
+         successfully sent. soup_session_send() might fail without setting the
+         status code. In this case status code is 0 so we would only catch the
+         error after the seek range check. In this case we would report an error
+         saying that the seek range was not respected, instead of reporting the
+         underlying error that triggered the soup_session_send() failure.
+         https://bugzilla.gnome.org/attachment.cgi?bugid=777222
+
+2017-01-09 21:04:51 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.h:
+         gdkpixbufoverlay: add a positioning coefficient pair
+         ... so as to allow one clearly defined (absolute) positioning mode
+         that can cater for a variety of absolute but also relative positioning
+         with respect to edge or center.
+
+2017-01-21 20:48:22 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+         gdkpixbufoverlay: update composition in _before_transform
+         ... since we need to determine passthrough mode for buffer preparation before
+         calling into _transform_ip.
+
+2017-01-07 20:11:13 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+         gdkpixbufoverlay: handle setting NULL gdkpixbuf
+         ... which is a clearer way to clear any current overlay, other than
+         fiddling with alpha or positioning properties to make it virtually go away.
+
+2017-01-20 17:16:10 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Stop reading a ncdt sub-tag if it goes behind the surrounding tag
+         https://bugzilla.gnome.org/show_bug.cgi?id=777532
+
+2017-01-20 07:58:26 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Fix various out of bounds reads when parsing ncdt tags
+         https://bugzilla.gnome.org/show_bug.cgi?id=777500
+
+2017-01-19 13:46:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Increment current stts index whenever we finished one stts entry
+         Otherwise we could read more chunks than there are available, doing an
+         out of bounds read and potentially crash.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777469
+
+2017-01-19 13:25:53 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         Revert "qtdemux: Increment current stts index in all code paths after reading one chunk"
+         This reverts commit 99d5d7570d0b53dad3bc8eb653b1320ee422aace. It broke
+         playback of various valid files.
+
+2017-01-19 07:52:33 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Increment current stts index in all code paths after reading one chunk
+         Otherwise we could read more chunks than there are available, doing an
+         out of bounds read and potentially crash.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777469
+
+2017-01-19 08:37:37 +0100  Edward Hervey <edward@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Initialize return variable
+         In the normal use-case we would end up with ret being unitialized
+         causing havoc.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777222
+
+2017-01-13 12:27:40 +0000  David Warman <dwarman@manglebit.org>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: avoid XMP tag parsing fatal error.
+         qtdemux_handle_xmp_taglist() requires a writable taglist,
+         but qtdemux->tag_list can become non-writable, specifically
+         after sending global tags (qtdemux.c:958), which adds a
+         second reference.  Ensure the list is made writable before
+         calling (make_writable will copy the list if necessary).
+         https://bugzilla.gnome.org/show_bug.cgi?id=766177
+
+2016-05-31 13:17:45 -0300  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: rework taglist handling
+         Keep taglist around during element existance to avoid having to
+         create it at different places before usage. Makes code simpler to handle.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766177
+
+2017-01-16 11:58:02 +0100  Arnaud Vrac <avrac@freebox.fr>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: make flow return values handling clearer
+         The flow return values was stored in the element before because the
+         result had to be set from callbacks. This is not the case anymore, we
+         can return the flow result directly from functions, making the code
+         easier to understand.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777222
+
+2017-01-13 16:40:43 +0100  Arnaud Vrac <avrac@freebox.fr>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: properly track redirections
+         The current code configures libsoup to handle redirections
+         transparently, without informing the caller, thus preventing the element
+         to record the redirect code and location uri.
+         Fix this by always setting the SOUP_MESSAGE_NO_REDIRECT, preventing
+         libsoup from handling the redirection. When we receive a redirection
+         request and libsoup can safely handle it, return a custom error which
+         triggers a retry with the new URI.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777222
+
+2017-01-17 10:53:39 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: add 4444 and 4444xq variants to video/x-prores pad template caps
+         They are handled since commit 7b565475bf551c53b8eed46f7086f3b372f1f6c4
+         (qt: Add support for ProRes 4444 XQ).
+         https://bugzilla.gnome.org/show_bug.cgi?id=777377
+
+2017-01-17 10:48:57 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/matroska/ebml-read.c:
+         matroska: Quiet a WARN when parsing push mode
+         This warning was noisy when returning EOS, which is
+         just used to indicate more data is needed from upstream.
+
+2017-01-16 14:50:22 +0100  Georg Lippitsch <glippitsch@toolsonair.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Don't write Sync Sample Atom for ProRes
+         https://bugzilla.gnome.org/show_bug.cgi?id=777331
+
+2015-01-28 08:58:26 +0100  Enrico Jorns <ejo@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/v4l2_calls.h:
+         v4l2: Remove usage and definition of LOG_CAPS macro
+         Unlike former definitions of LOG_CAPS, the current implementation simply
+         expands to GST_DEBUG_OBJECT. The LOG_CAPS macro is rarely used and most
+         uses duplicate already existing GST_DEBUG_OBJECT lines. Therefore, the
+         caps are often printed twice which unnecessarily clutters the debug log.
+         Replace LOG_CAPS calls with GST_DEBUG_OBJECT, remove LOG_CAPS calls, and
+         delete the definition of LOG_CAPS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=776899
+
+2017-01-16 15:40:43 +0100  Jean-Christophe Trotin <jean-christophe.trotin@st.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: remove duplicated line of code
+         https://bugzilla.gnome.org/show_bug.cgi?id=777330
+
+2017-01-16 15:17:15 +0100  Jean-Christophe Trotin <jean-christophe.trotin@st.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: fix memory type in allocator probe
+         The buffer memory type provided to the VIDIOC_CREATE_BUFS ioctl shall
+         be set with the value ("memory") given as input parameter of the
+         gst_v4l2_allocator_probe() function.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777327
+
+2017-01-14 15:27:19 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: fix other icon counter check
+         It's never going to be 0 if we first increment and then check.
+
+2017-01-14 15:16:53 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: boldly assume that first 'covr' image is the front cover
+
+2017-01-14 15:09:07 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: extract cover art images into GST_TAG_IMAGE not PREVIEW_IMAGE
+         These are usually much bigger than icon size and required by
+         iTunes to be certain fairly large sizes. In qtmux it is also
+         the IMAGE tags which we write out as 'covr' atoms.
+
+2017-01-14 15:05:36 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: also set PICTURE tag width and height if available
+
+2017-01-14 14:58:52 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: fix encoder init error with some GST_TAG_PREVIEW_IMAGEs
+         The encoder fails to initialise when we try to set GST_TAG_PREVIEW_IMAGEs
+         sent to use by qtdemux from iTunes-generated m4a files. We should
+         not just blindly translate the PREVIEW tag to file icon image types,
+         but check if the specific conditions required are met (i.e. image
+         type 1 must be a 32x32 PNG icon, and what we're getting is 500x500).
+         https://bugzilla.gnome.org/show_bug.cgi?id=776962
+
+2017-01-13 12:39:00 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: bump version
+
+2017-01-11 10:32:23 -0300  Juan Pablo Ugarte <ugarte@endlessm.com>
+
+       * tests/examples/gtk/glliveshader.c:
+         gl/examples/gtk: fixed compilation on systems without GL_GEOMETRY_SHADER
+         https://bugzilla.gnome.org/show_bug.cgi?id=777143
+
+2017-01-12 21:35:25 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtsink.cc:
+       * ext/qt/gstqtsrc.cc:
+         gl/utils: also take care of the local GL context in query functions
+         Simplifies a deduplicates a lot of code in elements retrieving/setting
+         the local OpenGL context.
+
+2017-01-12 21:35:25 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+         gl/utils: also take care of the local GL context in query functions
+         Simplifies a deduplicates a lot of code in elements retrieving/setting
+         the local OpenGL context.
+
+2016-12-22 17:40:40 +0200  Vivia Nikolaidou <vivia@toolsonair.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Add option for timecode-based split
+         If this option is given, it will calculate the next split point based on
+         timecode difference.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774209
+
+2017-01-13 00:01:06 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Don't reset request pad numbering across uses
+         When reset, don't restart request pad numberings, as
+         request pads can survive across state changes. Only
+         restart at 0 if all request pads are handed back first.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777174
+
+2017-01-11 18:52:28 +0100  Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+       * gst/rtpmanager/gstrtprtxqueue.c:
+       * gst/rtpmanager/gstrtprtxqueue.h:
+         rtxqueue: Expose basic statistics as properties.
+         Statistics about the total number of retransmission requests
+         and the actual number of retransmitted packets can be helpful
+         at application-level.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777182
+
+2017-01-12 17:45:35 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: simplify video/x-h264 caps handling
+         'stream-format' and 'alignment' are defined in pad template caps so
+         there is no need to check them again here. Also remove bitrate parsing from
+         caps as bitrate in caps doesn't make sense but from tags, which is
+         actually the case.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777181
+
+2016-12-08 17:02:22 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: add basic HEVC/H.265 muxing support
+         https://bugzilla.gnome.org/show_bug.cgi?id=736752
+
+2017-01-11 18:29:05 +0100  Georg Lippitsch <glippitsch@toolsonair.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Calculate clean aperture size
+         Calculate clean aperture dimensions by first guessing
+         display aspect ratio based on pixel aspect ratio and
+         frame size.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777100
+
+2017-01-10 18:19:55 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux_types.c:
+         qtmux: Write tapt atom for MOV files if PAR not 1/1
+         Needed for QuickTime 7 to properly play files.
+         Also write the clap atom for MOV files always, not only when ProRes is
+         used as a video codec. It's mandatory for MOV.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777100
+
+2017-01-12 16:32:45 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.11.1 ===
+
+2017-01-12 15:31:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+         Release 1.11.1
+
+2017-01-12 14:38:55 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2017-01-12 14:36:22 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/el.po:
+       * po/hr.po:
+       * po/id.po:
+       * po/zh_CN.po:
+         po: Update translations
+
+2017-01-11 17:53:32 -0800  Andre McCurdy <armccurdy@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: free seqh after calling qtdemux_parse_svq3_stsd_data()
+         The seqh buffer allocated in qtdemux_parse_svq3_stsd_data() needs to
+         be freed by the caller after use.
+         https://bugzilla.gnome.org/show_bug.cgi?id=777157
+         Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
+
+2017-01-10 16:01:35 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+         isomp4: Don't spam debug log with knonw/padding atoms
+         Only output WARNING messages for atoms we don't know how to handle
+         instead of for padding/known atoms we don't need to do any processing
+         on
+         https://bugzilla.gnome.org/show_bug.cgi?id=777095
+
+2017-01-10 16:54:48 +0800  Haihua Hu <jared.hu@nxp.com>
+
+       * ext/qt/qtwindow.cc:
+       * ext/qt/qtwindow.h:
+         qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0
+         If support glBlitFrameBuffer, use it for texture copy instead
+         of glCopyTexImage2D
+         https://bugzilla.gnome.org/show_bug.cgi?id=777078
+
+2017-01-09 19:05:10 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtpsbcdepay.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         Fix indentation
+
+2017-01-09 19:04:04 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: rtpjitterbuffer: fix compiler warning due to c99-ism
+         rtpjitterbuffer.c:592:3: error: ‘for’ loop initial declarations are only allowed in C99 mode
+
+2016-11-11 14:31:03 +1100  Matthew Waters <matthew@centricular.com>
+
+       * gst/autodetect/gstautodetect.c:
+         autodetect: bring the element state down after success
+         Otherwise some messages that are emitted by the element on NULL->READY
+         will not reach the application.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764947
+
+2017-01-08 01:13:32 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Write tfdt atom into fragmented files.
+         The DASH spec requires that tfdt atoms be present, so
+         write one out. ISO/IEC 23009-1:2014 6.3.4.2
+         https://bugzilla.gnome.org/show_bug.cgi?id=708221
+
+2017-01-07 23:55:42 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't reset output timestamps when no tfdt
+         If a fragmented stream doesn't have a tfdt, don't
+         reset the output timestamps at each fragment boundary
+         by erroneously using the default value of 0. Introduced
+         by commit 69fc48
+         https://bugzilla.gnome.org/show_bug.cgi?id=754230
+
+2016-12-16 16:51:48 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * ext/vpx/meson.build:
+       * gst/equalizer/meson.build:
+       * gst/isomp4/meson.build:
+       * meson.build:
+         meson: Install presets files
+
+2017-01-03 10:12:30 +0530  Garima Gaur <garima.g@samsung.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix some caps leaks
+         https://bugzilla.gnome.org//show_bug.cgi?id=776789
+
+2016-12-22 17:34:08 +0200  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Return a bin with a "location" property as a sink
+         Splitmuxsink might be called with a custom bin as a sink. If it has a
+         "location" property, it can be used.
+
+2016-11-18 22:42:18 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmux: Rewrite buffer collection and scheduling
+         Majorly change the way that splitmuxsink collects
+         incoming data and sends it to the output, so that it
+         makes all decisions about when / where to split files
+         on the input side.
+         Use separate queues for each stream, so they can be
+         grown individually and kept as small as possible.
+         This removes raciness I observed where sometimes
+         some data would end up put in a different output file
+         over multiple runs with the same input.
+         Also fixes hangs with input queues getting full
+         and causing muxing to stall out.
+
+2016-11-17 23:40:27 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+       * tests/check/elements/splitmux.c:
+         splitmuxsink: Add format-location-full signal
+         Add a new signal for formatting the filename, which receives
+         a GstSample containing the first buffer from the reference
+         stream that will be muxed into that file.
+         Useful for creating filenames that are based on the
+         running time or other attributes of the buffer.
+         To make it work, opening of files and setting filenames is
+         now deferred until there is some data to write to it,
+         which also requires some changes to how async state changes
+         and gap events are handled.
+
+2016-12-31 01:54:01 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Always snap to the start of the keyframe
+         When performing a key-unit seek, always snap to the start ts
+         of the keyframe buffer we landed on so that the keyframe is
+         entirely within the resulting outgoing segment. That seems
+         the most sensible result, since the user requested snapping
+         to the keyframe position.
+
+2016-12-31 01:48:04 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Omit cslg_shift when snapping seeks
+         Segments times and seek requests are stored and handled
+         in raw 'PTS' time, without the cslg_shift - which only applies
+         to outgoing samples. Omit the cslg_shift portion when
+         extracting PTS to compare for internal seek snaps.
+         If the cslg_shift is included, then keyframe+snap-before seeks
+         generate a segment start/stop time that already includes the
+         cslg_shift, and it's then added a 2nd time, causing the
+         first buffer(s) to have timestamps that are out of segment.
+
+2016-12-30 22:31:38 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/atoms.c:
+         qtmux: Remove bogus check in atom_stsc_add_new_entry()
+         Remove an old check from atom_stsc_add_new_entry() that
+         extends the last entry in the STSC if the samples per chunk
+         matches, as the new interleave merging logic requires that
+         the final entry by updateable. There's already code
+         below which simply merges the final entry into the previous
+         one when needed, so rely on that instead.
+         Fixes asserts like:
+         ERROR:atoms.c:2940:atom_stsc_update_entry: assertion failed:
+         (atom_array_index (&stsc->entries, len - 1).first_chunk == first_chunk)
+
+2016-04-24 21:38:51 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix key_time in gst_qtdemux_adjust_seek()
+         time in segment should be PTS based (not DTS).
+         https://bugzilla.gnome.org/show_bug.cgi?id=765498
+
+2016-12-28 22:49:27 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxpartreader.h:
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Pass seek flags when activating.
+         Pass all seek flags when activating a part
+         based on a seek, so that SNAP flags are preserved.
+
+2016-11-26 01:13:19 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmux: Fix a small race in the splitmuxsrc
+         Make sure the state of the parser is set to
+         collecting streams before chaining up to the
+         parent change_state() method, to close a
+         small window that can cause playback to
+         never commence.
+
+2017-01-02 15:06:33 +0100  Edward Hervey <edward@centricular.com>
+
+       * tests/check/elements/amrparse.c:
+         check: Remove dead code
+
+2016-12-31 09:52:25 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesink.h:
+         multifilesink: refactor max_files handling a bit
+         Use GQueue instead of a GSList so we don't have to traverse
+         the whole list to append something every time. And it also
+         keeps track of the number of items in it for us.
+         Add a function to add filenames to the list of old files and
+         use it in more places, so that memory doesn't build up in
+         other modes either if no max_files limit is specified.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766991
+
+2016-05-29 17:21:47 +0100  Ursula Maplehurst <ursula@kangatronix.co.uk>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: don't leak memory when no max-files limit is set
+         Technically we weren't leaking the memory, just storing it internally
+         and never using it until the element is freed. But we'd still use more
+         and more memory over time, so this is not good over longer periods
+         of time. Only keep track of files if there's actually a limit set,
+         so that we will prune the list from time to time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766991
+
+2016-12-29 12:39:20 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: adjust segment stop for KEY_UNIT negative rate seeking
+
+2016-12-29 12:25:35 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: implement pull mode SNAP flag seeking
+
+2016-12-29 11:26:33 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: tweak KEY_UNIT SNAP seek handling
+         Previously, seeking to position y where y is (strictly) within a keyframe
+         would seek to that keyframe both with SNAP_BEFORE and SNAP_AFTER,
+         where the latter is now adjusted to really snap to the next keyframe.
+
+2016-12-28 13:23:11 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: correctly perform pull mode KEY_UNIT seeking
+         Rather amazingly (and equally unnoticed), keyunit seeking resulted in segments
+         where start != time (which is bogus for simple avi timeline).  So, properly
+         adjust the segment (start) rather than fiddling with segment time (only).
+
+2016-12-28 13:04:54 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: restore considering of pull mode KEY_UNIT seeking
+         ... by using the original seek event's flags rather than the corresponding
+         segment flags, which do not have such counterpart flags (and
+         do no longer have them covertly sneaking in nowadays).
+
+2015-05-08 12:44:01 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: only drop actual streamheader buffers with xiph codecs
+         With Xiph codecs the stream header buffers are both in the caps and are
+         usually also at the beginning of each input stream, but it's perfectly
+         possible that the input stream does not have the stream header buffers
+         inline in the data. Matroskamux would drop the first N buffers assuming
+         they're stream headers, but this meant it would drop actual payload data
+         when the stream didn't contain the stream headers inline. Fix this by
+         only dropping leading buffers if they're flagged as stream headers. This
+         fixes issues with streams that are being tapped into after streaming
+         has started.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749098
+
+2016-12-21 17:43:58 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * tests/check/elements/matroskamux.c:
+         matroskamux: adjust unit test to modified behaviour
+         Now matroskamux mark all packets of audio-only streams as keyframes so
+         in test_block_group after pushing the test audio data 4 buffers are produced
+         and not more 2. The last buffer is the original data and must match with what
+         pushed. The remaining ones are matroskamux headers
+         https://bugzilla.gnome.org/show_bug.cgi?id=754696
+
+2016-05-30 01:15:31 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: mark all packets of audio-only streams as keyframes
+         This helps with streaming audio-only streams via multifdsink,
+         tcpserversink and such.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754696
+
+2015-03-28 18:15:36 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: add G722 audio support
+         https://bugzilla.gnome.org/show_bug.cgi?id=746574
+
+2016-12-13 11:11:07 +0900  Wonchul Lee <wonchul.lee@collabora.com>
+
+       * gst/udp/gstudpsrc.c:
+         updsrc: Add to join multiple multicast interfaces
+         https://bugzilla.gnome.org/show_bug.cgi?id=776030
+
+2015-03-25 13:51:30 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpklvdepay.c:
+         rtpklvdepay: add the SPARSE flag to the outgoing stream-start event
+
+2016-12-17 13:42:34 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/qt/gstqtsink.cc:
+       * ext/qt/gstqtsrc.cc:
+         qt: improve element and property descriptions a bit
+
+2016-12-14 14:37:45 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpmanager: place content before Since-version API marker
+         Avoids confusing the parser
+
+2016-12-14 14:16:53 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * ext/shout2/gstshout2.c:
+         shout2: fix 404 in package origin
+
+2016-12-14 21:45:15 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Check if we have enough data available when parsing edit lists
+         Also consume the data entry by entry to get complicated indexing out of
+         the code.
+         https://bugzilla.gnome.org/show_bug.cgi?id=776107
+
+2016-12-14 19:15:03 +0100  Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't check size in a non-list value
+         After commit 1ea9735a I see these error while using the webcam
+         integrated in my laptop:
+         GStreamer-CRITICAL **: gst_value_list_get_size: assertion 'GST_VALUE_HOLDS_LIST (value)' failed
+         The issue is gst_v4l2src_value_simplify() was doing its job of
+         generating a single value, rather than the original list. That why,
+         when getting the list size, a critical warning was raised.
+         This patch takes advantage of the compiler optimizations to verify
+         first if the list was simplified, thus use it directly, otherwise,
+         if it is a list, verify its size.
+         https://bugzilla.gnome.org/show_bug.cgi?id=776106
+
+2016-12-14 10:39:12 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests/jitterbuffer: Major refactoring and cleanups
+         * Changed PCMU->TEST for common macros
+         * Changed verify-functions (lost & rtx) into macros.
+         * Remove option to add marker-bit for test-buffers (not used anywhere)
+         * Add new push_test_buffer function that makes sure there are correlation
+         between dts and the time on the clock. (classic test-mistake)
+         * Established a generic starting-point for tests with the
+         construct_deterministic_initial_state function and use it where
+         applicable, which removes lots of "boilerplate" everywhere.
+         * Add basic lost-event test
+         * Remove as much "magic constants" as possible.
+         * Remove 3 tests that no longer are testing anything that others don't,
+         and was completely unmaintainable.
+         * Remove unnecessary use of the testclock
+         * Verify each test is testing what it actually says it does (and modify
+         where it doesn't)
+         In general, make the tests much smaller, better, more maintainable and
+         readable.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774409
+
+2016-12-14 09:54:11 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * .gitignore:
+       * Makefile.am:
+       * configure.ac:
+       * gst-plugins-good.spec.in:
+         Remove generated .spec file
+         Likely extremely bitrotten, and we should not ship this anyway.
+
+2016-12-14 10:15:10 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Check that the XiTh size is big enough
+         https://bugzilla.gnome.org/show_bug.cgi?id=775794
+
+2016-12-09 20:27:53 +0900  Heekyoung Seo <heekyoung.seo@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Check node length of video sample description
+         Add check for node length of video sample description and its fields and
+         for the XiTh atom.
+         Also unify the code a bit.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775794
+
+2016-12-08 18:50:52 +0900  Heekyoung Seo <heekyoung.seo@lge.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Enable xvid/mp2 codec support
+         Add support for xvid video and mp2 audio, add m2v1 fourcc.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775794
+
+2016-12-13 22:32:46 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvp9depay.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+       * tests/check/elements/rtprtx.c:
+       * tests/check/elements/vp9enc.c:
+         gst: Don't declare variables inside the for loop header
+         This is a C99 feature.
+
+2016-12-11 13:27:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Ensure to reinit buffers whenever they were not allocated yet
+         That is, whenever we go through start/stop we have to ensure that on the
+         next opportunity the buffers are reallocated again. Otherwise the
+         buffers might be NULL because the element was reused with the same
+         configuration as before (i.e. set_caps() wouldn't have reinited the
+         buffers).
+         https://bugzilla.gnome.org/show_bug.cgi?id=775898
+
+2016-12-10 12:52:18 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/design/Makefile.am:
+       * docs/design/design-rtpauxiliary.txt:
+       * docs/design/design-rtpcollision.txt:
+       * docs/design/design-rtpretransmission.txt:
+         docs: design: remove, moved to gst-docs
+
+2016-12-09 17:17:35 -0300  Thibault Saunier <tsaunier@gnome.org>
+
+       * meson.build:
+         meson: Support building without Gst debug
+
+2016-12-09 17:55:39 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flx/gstflxdec.c:
+       * gst/flx/gstflxdec.h:
+         flxdec: Only send SEGMENT events after CAPS
+         I.e., don't just forward the event but delay it if we don't have caps on
+         the srcpad yet.
+
+2016-12-09 17:49:40 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: Unref and unmap buffers in all code paths as needed
+         https://bugzilla.gnome.org/show_bug.cgi?id=775888
+
+2016-12-08 12:37:25 +0300  Sergey Borovkov <sergey.borovkov@wireload.net>
+
+       * ext/qt/gstqtglutility.cc:
+         qml: Fix egl being deinitialized on display cleanup
+         Use the with_egl_display() variant in order to not destroy the
+         EGLDisplay on destruction.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775793
+
+2016-12-06 17:42:31 +0530  Arun Raghavan <arun@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't set empty interlace-mode list
+         If for some reason we fail to probe formats (all try_fmt calls fail, for
+         example), this is not a critical error, but we end up with an empty list
+         of interlace modes. This causes all subsequent negotiation to fail.
+         This patch fixes interlace-mode setting to be skipped if we failed to
+         detect any.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775702
+
+2016-12-07 17:22:22 +0530  Garima Gaur <garima.g@samsung.com>
+
+       * gst/monoscope/gstmonoscope.c:
+         monoscope: Unref allocation query after finished with it
+         https://bugzilla.gnome.org/show_bug.cgi?id=775752
+
+2016-12-07 22:55:46 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/qtitem.cc:
+         qml/item: also unref the display on destruction
+         Leaking objects (and a thread!) is never a good idea.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775746
+
+2016-12-07 22:58:29 +1100  Matthew Waters <matthew@centricular.com>
+
+       * tests/examples/qt/qmlsink/main.cpp:
+         tests/examples/qmlsink: scope QApplication/Engine
+         So they are destroyed before gst_deinit() is run and the leaks tracer
+         doesn't show false-positives.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775746
+
+2016-12-06 07:48:47 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: Allocate 0-initialized memory for the decoded frame
+         Otherwise we might leak arbitrary information from the uninitialized
+         memory if not every pixel is written.
+         https://scarybeastsecurity.blogspot.gr/2016/12/1days-0days-pocs-more-gstreamer-flic.html
+
+2016-12-05 07:57:19 -0700  Matt Staples <staples255@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix session cleanup when handling redirect on PLAY
+         Redirect on PLAY wasn't doing the necessary session cleanup. Fixed by
+         removing code from gst_rtspsrc_send that changed the state varable upon
+         encountering a redirect. Better to let the redirect handlers in
+         gst_rtspsrc_retrieve_sdp and gst_rtspsrc_play do their own
+         state-dependent cleanup.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775543
+
+2016-09-07 16:10:27 +0300  Aleix Conchillo Flaque <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: always send teardown request
+         Allow CMD_CLOSE to cancel all commands not only CMD_PAUSE
+         and ignore CMD_WAIT while closing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=748360
+
+2016-12-03 08:19:27 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From f980fd9 to 39ac2f5
+
+2016-12-01 17:08:09 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         jitterbuffer: Don't leak duplicate items
+         When providing items with a seqnum, there is a (very small) probability
+         that an element with the same seqnum already exists. Don't forget
+         to free that item if it wasn't inserted.
+         And avoid returning undefined values when dealing with duplicate items
+
+2016-12-01 11:23:02 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Sanitize unknown codec caps
+         We might have non-printable characters in the unknown fourcc, replace
+         them with '_', in the same way we do it for unknown tags.
+
+2016-12-01 20:04:28 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Free vprp chunk also if it existed but we made no use of it
+         https://bugzilla.gnome.org/show_bug.cgi?id=775479
+
+2016-12-01 17:38:33 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: Fix memory leak when parsing attachments
+         gst_tag_image_data_to_image_sample() does not take ownership of the
+         passed memory, so don't set it to NULL to allow us to free it later.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775472
+
+2016-12-01 14:56:18 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: Unify zlib/bzip2 decompress loops with the ones from qtdemux
+         Especially, simplify the code a bit.
+
+2016-12-01 14:41:48 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Increase inflate buffer in bigger steps
+         1024 bytes is quite small, let's do 4096 bytes (or one page).
+         Also remove redundant if, we're always in that case when getting here.
+
+2016-12-01 14:30:49 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Ensure that size of the pasp atom is as much as we need
+         https://bugzilla.gnome.org/show_bug.cgi?id=775455
+
+2016-12-01 14:30:10 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Free compressed moov node and it's corresponding decompressed data
+         https://bugzilla.gnome.org/show_bug.cgi?id=775455
+
+2016-12-01 14:29:21 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Check size of compressed MOOV header against available data
+         And actually read the size of the cmvd atom from the right position.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775455
+
+2016-12-01 14:27:55 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix zlib inflate loop
+         Handle errors cleanly, deallocate all memory and return the actual size
+         of the inflated data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775455
+
+2016-12-01 13:38:16 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Make sure we have enough data in the codec_data to be able to parse it
+         Also error out cleanly if mapping the buffer failed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775450
+
+2016-12-01 13:32:22 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix out of bounds read in tag parsing code
+         We can't simply assume that the length of the tag value as given
+         inside the stream is correct but should also check against the amount of
+         data we have actually available.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775451
+
+2016-12-01 15:06:06 +0530  Garima Gaur <garima.g@samsung.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtpsbcdepay.c:
+         rtp: Fix some memory leaks in usage of gst_pad_get_current_caps()
+         https://bugzilla.gnome.org/show_bug.cgi?id=775071
+
+2016-11-30 17:56:02 +0200  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Read interlacing information from 'fiel' atom
+         Read interlacing and TFF/BFF information from the 'fiel' atom and pass it
+         into the caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=775414
+
+2016-11-29 13:55:40 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix compiler warning
+         qtdemux.c: In function ‘qtdemux_parse_trak’:
+         qtdemux.c:10184:38: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 9 has type ‘gint {aka const int}’ [-Werror=format=]
+         GST_DEBUG_OBJECT (qtdemux, "Found jpeg: len %u, need %lu", len,
+         ^
+
+2016-11-28 13:45:24 -0800  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Change off_t type to gint
+         off_t is a signed integer type provided by sys/types.h on posix systems.
+         Replace with gint for building on non-posix systems (like windows).
+         https://bugzilla.gnome.org/show_bug.cgi?id=775287
+
+2016-11-22 21:00:25 -0800  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * meson.build:
+         meson: add libm to has_function checks
+         The functions from math.h may be implemented in libm.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774876
+
+2016-10-27 23:02:37 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/meson.build:
+         Revert "meson: dv plugin now works on MSVC"
+         This reverts commit 05a89613feff70cff416367f5aa807a1d5c68b63.
+         Let's not put in stuff that needs unreleased Meson. This can go in
+         for the next cycle.
+
+2016-11-28 13:51:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Ensure that tags are valid UTF-8 before adding them to the taglist
+         https://bugzilla.gnome.org/show_bug.cgi?id=775219
+
+2016-11-28 12:22:49 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/multipart/multipartdemux.c:
+         multipartdemux: Post an error message on the bus if we got EOS without having added any pads
+
+2016-11-28 12:00:09 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Handle non-UTF8 headers and error reasons more gracefully
+         Especially don't put them into GstStructures in one way or another, just
+         ignore them or error out cleanly depending on the importance of their
+         content.
+
+2016-11-28 09:30:25 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         vrawpay: Error out cleanly if mapping the video frame fails
+         Instead of later dereferencing NULL and crashing.
+
+2016-11-27 11:14:13 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: Update statistics before pushing
+         If an element queries the number of retransmission buffers pushed
+         *while* the push is still taking place (and before the object lock
+         is taken just after) it would end up with the wrong statistic
+         being reported.
+         Increment it just before the push, avoids races when getting statistics
+         https://bugzilla.gnome.org/show_bug.cgi?id=768723
+
+2016-11-26 11:20:51 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * .gitmodules:
+         common: use https protocol for common submodule
+         https://bugzilla.gnome.org/show_bug.cgi?id=775110
+
+2016-07-28 18:51:24 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         gstv4l2bufferpool: lock flush_stop against regular qbuf
+         These can be called from different threads and both manipulate the
+         pool->buffers array. Lock them properly and let flush_stop move the
+         array contents into a temporary array on the stack to avoid having
+         to call release_buffer under the object lock.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775015
+
+2016-11-24 14:25:22 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         gstv4l2bufferpool: remove critical error message when process is called on an inactive pool
+         If the pool is inactive, it is guaranteed to also be flushing, so the
+         following check will return GST_FLOW_FLUSHING anyway.
+         This can happen if a v4l2src is blocking on DQBUF in create and is sent
+         an EOS event on another thread. In that case the pool is set to
+         flushing/inactive without locking, the v4l2src is unblocked, and may
+         call pool_process with a valid buffer on the already inactive pool.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775014
+
+2016-11-24 14:41:52 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: release buffer if create fails
+         gst_base_src_get_range does not expect a buffer to be returned in
+         the error case, so we are leaking a reference here if create fails.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775014
+
+2016-11-23 18:34:04 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Handle create_session() returning NULL in bundle code
+         CID 1394492.
+
+2016-11-22 16:42:55 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Make sure to only change DTS of writable buffers
+         And trivial cleanup
+         https://bugzilla.gnome.org/show_bug.cgi?id=774840
+
+2016-11-22 16:42:26 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Error out much earlier if we don't have a valid PTS
+         https://bugzilla.gnome.org/show_bug.cgi?id=774840
+
+2016-11-22 16:18:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Only use buffer durations if they are actually valid
+         https://bugzilla.gnome.org/show_bug.cgi?id=774840
+
+2016-11-22 15:59:19 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Revert commits that set DTS and duration on buffers unconditionally
+         39f7e52266fde3b3c035e22cbcbb2bb1fa207b17 was setting the buffer duration
+         to 0 if is not valid, under the assumption that this is "the last"
+         buffer and no others are coming next. This is wrong, last_buf is the
+         previous buffer and not the very last one.
+         4e3c13c87c258c9c95e2217d32ab314d12b5fffc was setting DTS to 0 if there
+         was none. This will set DTS to 0 for all e.g. audio streams, completely
+         messing up calculations if streams don't start at 0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774840
+
+2016-11-22 15:58:37 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Only write "gap" edit list if there is a non-zero gap
+         https://bugzilla.gnome.org/show_bug.cgi?id=774840
+
+2016-11-23 07:09:06 +1100  Matthew Waters <matthew@centricular.com>
+
+       * gst/flx/flx_color.c:
+       * gst/flx/flx_fmt.h:
+       * gst/flx/gstflxdec.c:
+       * gst/flx/gstflxdec.h:
+         flxdec: rewrite logic based on GstByteReader/Writer
+         Solves overreading/writing the given arrays and will error out if the
+         streams asks to do that.
+         Also does more error checking that the stream is valid and won't
+         overrun any allocated arrays.  Also mitigate integer overflow errors
+         calculating allocation sizes.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774859
+
+2016-11-23 11:20:49 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: Don't unref() parent in the chain function
+         We don't own the reference here, it is owned by the caller and given to
+         us for the scope of this function. Leftover mistake from 0.10 porting.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774897
+
+2016-11-22 20:33:29 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvpxdec.c:
+         vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULL
+         Don't assert on this but just ignore these cases.
+
+2016-11-22 20:24:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Fix cluster searching if we search multiple times in one chunk
+         After finding a cluster id in the byte reader, we skip ahead the reader
+         position by one further byte to be able to continue searching from there
+         inside the same chunk if the cluster candidate was a false positive.
+         We have to accomodate for that additional byte when resuming the search,
+         otherwise all following pulls are off-by-one for every resume and we run
+         into an assertion.
+
+2016-11-22 20:01:20 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-ids.c:
+         matroska: Add size checks to the parsing of FLAC headers
+
+2016-11-22 23:46:00 +1100  Matthew Waters <matthew@centricular.com>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: fix some warnings comparing unsigned < 0
+         bf43f44fcfada5ec4a3ce60cb374340486fe9fac was comparing an unsigned
+         expression to be < 0 which was always false.
+         gstflxdec.c: In function ‘flx_decode_brun’:
+         gstflxdec.c:322:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
+         if ((glong) row - count < 0) {
+         ^
+         gstflxdec.c:332:33: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
+         if ((glong) row - count < 0) {
+         ^
+         https://bugzilla.gnome.org/show_bug.cgi?id=774834
+
+2016-11-21 16:17:31 +0200  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: Enable up to 16 unpositioned raw audio channels
+         https://bugzilla.gnome.org/show_bug.cgi?id=774789
+
+2016-11-22 19:05:00 +1100  Matthew Waters <matthew@centricular.com>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: add some write bounds checking
+         Without checking the bounds of the frame we are writing into, we can
+         write off the end of the destination buffer.
+         https://scarybeastsecurity.blogspot.dk/2016/11/0day-exploit-advancing-exploitation.html
+         https://bugzilla.gnome.org/show_bug.cgi?id=774834
+
+2016-11-21 15:25:23 +0000  David Evans <bbcrddave@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Be sure not to read off end of FLAC dfLa box
+         https://bugzilla.gnome.org/show_bug.cgi?id=773712
+
+2016-11-21 11:48:58 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: add support for skipping invalid data in push mode
+         https://bugzilla.gnome.org/show_bug.cgi?id=774566
+
+2016-11-21 11:48:29 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroskaparse: add support for skipping invalid data
+         https://bugzilla.gnome.org/show_bug.cgi?id=774566
+
+2016-11-18 17:00:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Move to new helper function to parse authentication responses
+         https://bugzilla.gnome.org/show_bug.cgi?id=774416
+
+2016-11-20 14:12:16 +0100  christophecvr <stefansat@telenet.be>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix wrong compiler warning with gcc 6.2
+         | ../../../git/gst/isomp4/qtdemux.c: In function 'qtdemux_parse_tree':
+         | ../../../git/gst/isomp4/qtdemux.c:10224:24: error: 'size' may be used uninitialized in this function [-Werror=maybe-uninitialized]
+         |                  offset += size;
+         |                         ^~
+         | ../../../git/gst/isomp4/qtdemux.c:10197:25: note: 'size' was declared here
+         |                  guint32 size, tag;
+         |                          ^~~~
+         https://bugzilla.gnome.org/show_bug.cgi?id=774747
+
+2016-11-20 16:15:07 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+       * configure.ac:
+       * win32/MANIFEST:
+       * win32/common/config.h:
+         win32: remove copies of generated headers
+
+2016-11-20 13:14:08 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+         avidemux: Ensure that raw video have properly aligned buffers
+         That is, aligned to to 32 bytes for video. Fixes crashes if the raw
+         buffers are passed to SIMD processing functions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774428
+
+2016-11-20 13:08:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Ensure that raw audio and video have properly aligned buffers
+         That is, aligned to the basic type for audio and to 32 bytes for video.
+         Fixes crashes if the raw buffers are passed to SIMD processing functions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774428
+
+2016-11-14 14:44:11 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Always write edit lists for the tracks to give a more accurate duration
+         Always write an edit list for the whole track. In general this is not
+         necessary except for the case of having a gap or DTS adjustment but
+         it allows to give the whole track's duration in the usually more
+         accurate media timescale.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774403
+
+2016-11-18 22:45:45 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Remove useless return variable
+         qtdemux_expose_streams() returns flow error immediately, if there is an error.
+         So, the variable for the flow return is not needed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774674
+
+2016-11-17 13:59:48 +0000  David Evans <bbcrddave@gmail.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_dump.h:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Add support for FLAC encapsulated in ISOBMFF
+         As defined by
+         https://git.xiph.org/?p=flac.git;a=blob_plain;f=doc/isoflac.txt
+         https://bugzilla.gnome.org/show_bug.cgi?id=773712
+
+2016-11-17 19:59:53 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Mark pad as needing reconfiguration again if it failed
+         And return FLUSHING instead of NOT_NEGOTIATED on flushing pads.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774623
+
+2016-11-17 19:59:26 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/monoscope/gstmonoscope.c:
+         monoscope: Mark pad as needing reconfiguration again if it failed
+         And return FLUSHING instead of NOT_NEGOTIATED on flushing pads.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774623
+
+2016-11-17 19:58:52 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Mark pad as needing reconfiguration again if reconfiguration failed
+         And consider negotiation failures on flushing pads as FLUSHING, not as
+         NOT_NEGOTIATED.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774623
+
+2016-11-17 19:56:23 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdec.c:
+         dvdec: Fix handling of negotiation failures
+         Return NOT_NEGOTIATED if sending the caps event fails, or FLUSHING if
+         the pad was flushing at that point.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774623
+
+2016-11-17 17:16:26 -0800  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * meson.build:
+         meson: add_global_arguments -> add_project_arguments
+         https://bugzilla.gnome.org/show_bug.cgi?id=774656
+
+2016-11-16 10:53:51 +0530  Vinod Kesti <vinodkesti@yahoo.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: pad request fails for flvmux
+         splitmuxsink requests pad from element using pad template like "video_%u", "audio_%u" and "sink_%d". This is true for most of the muxers.
+         But splitmuxsink not able to request pad to flvmux as flvmux has "audio" and "video" as pad templates.
+         fix: splitmuxsink should fallback to "audio" and  "video" when template not found.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774507
+
+2016-11-17 10:24:28 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: Add remaining relevant parts from a3a55305 to the parser
+         https://bugzilla.gnome.org/show_bug.cgi?id=774566
+
+2016-11-16 22:39:01 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: ignore parsing errors at the end of the file
+         This is the same change as a3a55305 for the parser.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774566
+
+2016-11-16 08:56:34 +0100  Philippe Normand <philn@igalia.com>
+
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/rtpbundle.c:
+       * tests/check/meson.build:
+       * tests/examples/rtp/.gitignore:
+       * tests/examples/rtp/Makefile.am:
+       * tests/examples/rtp/client-rtpbundle.c:
+       * tests/examples/rtp/server-rtpbundle.c:
+         rtpbin: receive bundle support
+         A new signal named on-bundled-ssrc is provided and can be
+         used by the application to redirect a stream to a different
+         GstRtpSession or to keep the RTX stream grouped within the
+         GstRtpSession of the same media type.
+         https://bugzilla.gnome.org/show_bug.cgi?id=772740
+
+2016-11-15 16:52:39 +0530  Vinod Kesti <vinodkesti@yahoo.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: assertion while converting ADTS stream to RAW
+         aacparse resizes input buffer while converting ADTS stream to RAW,
+         During buffer resize buffer write permission is not checked.
+         This throws gst_buffer_is_writable assertion and leads to AV sync issue some times.
+         It is corrected by making buffer writeable using gst_buffer_make_writable
+         https://bugzilla.gnome.org/show_bug.cgi?id=774129
+
+2016-11-15 21:17:51 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't modify upstream TIME segment
+         TIME segment implies that stream/running time is being handled by upstream.
+         So, we shouldn't override it without any clue.
+         This patch is for fixing seek in DASH streaming.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774196
+
+2016-11-14 22:33:27 +0530  Arun Raghavan <arun@osg.samsung.com>
+
+       * config.h.meson:
+         meson: Add define for v4l2-probe config option
+
+2016-11-14 17:37:51 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: Reset caps accumulator to ANY when resyncing the adapter, not EMPTY
+         The accumulator is filled by intersecting with all the pad caps, as such
+         it must be initialized with ANY (like it is before the iteration is
+         started) and not to EMPTY.
+         Fixes the CAPS query always returning EMPTY caps when resyncing happened
+         during the query, e.g. because pads were added/removed.
+
+2016-11-14 12:13:14 +0100  Petr Kulhavy <brain@jikos.cz>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: remove redundant saddr unref
+         The g_object_unref (saddr) before receiving message seems to be redundant as it
+         is done just before jumping to retry
+         Though not directly related, part of
+         https://bugzilla.gnome.org/show_bug.cgi?id=772841
+
+2016-11-12 23:34:23 +0100  Petr Kulhavy <brain@jikos.cz>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: receive control messages only in multicast
+         Control messages are used only in multicast mode - to detect if the destination
+         address is not ours and possibly drop the packet. However in non-multicast
+         modes the messages are still allocated and freed even if not used. Therefore
+         request control messages from g_socket_receive_message() only in multicast
+         mode.
+         https://bugzilla.gnome.org/show_bug.cgi?id=772841
+
+2016-11-11 10:45:01 -0800  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * gst/matroska/matroska-mux.c:
+         Use intermediate guint when handling GstVideoMultiviewFlags
+         The underlying integer type of the enum GstVideoMultiviewFlags is
+         implementation defined and may not have the same size as guint.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774293
+
+2016-11-11 10:44:18 -0800  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * gst/multifile/gstsplitfilesrc.c:
+         splitfilesrc: update uri_get_type to match the prototype in GstURIHandlerInterface
+         https://bugzilla.gnome.org/show_bug.cgi?id=774293
+
+2016-10-26 22:37:34 -0700  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * meson.build:
+         meson: don't add_global_arguments when being built as a subproject
+         https://bugzilla.gnome.org/show_bug.cgi?id=773568
+
+2016-10-21 15:49:36 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+         flacparse: fix header rewriting being ignored
+         https://bugzilla.gnome.org/show_bug.cgi?id=727802
+
+2016-11-09 06:25:27 +0000  Sean DuBois <sean@siobud.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flvmux: Add metadatacreator property
+         Allow users to set metadatacreator value in the meta packet
+         https://bugzilla.gnome.org/show_bug.cgi?id=774131
+
+2016-11-01 19:56:36 +0200  Vivia Nikolaidou <vivia@toolsonair.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Use first buffer TS as mux start time
+         Do not use last buffer TS + buffer duration because buffer duration
+         might be inaccurate, especially for frame rates like 30fps where a
+         rounding error is observed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773785
+
+2016-11-07 14:47:22 +0800  Haihua Hu <jared.hu@nxp.com>
+
+       * ext/qt/gstqtsrc.cc:
+       * ext/qt/gstqtsrc.h:
+       * ext/qt/qtwindow.cc:
+       * ext/qt/qtwindow.h:
+         qmlglsrc: some enhancements for qmlglsrc
+         1. Need set use-default-fbo to qquickwindow during set property
+         to support change render target on the fly.
+         2. Calculate qmlglsrc refresh frame rate in qtglwindow
+         https://bugzilla.gnome.org/show_bug.cgi?id=774035
+
+2016-11-03 15:03:59 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: fix timer-reuse bug
+         When doing rtx, the jitterbuffer will always add an rtx-timer for the next
+         sequence number.
+         In the case of the packet corresponding to that sequence number arriving,
+         that same timer will be reused, and simply moved on to wait for the
+         following sequence number etc.
+         Once an rtx-timer expires (after all retries), it will be rescheduled as
+         a lost-timer instead for the same sequence number.
+         Now, if this particular sequence-number now arrives (after the timer has
+         become a lost-timer), the reuse mechanism *should* now set a new
+         rtx-timer for the next sequence number, but the bug is that it does
+         not change the timer-type, and hence schedules a lost-timer for that
+         following sequence number, with the result that you will have a very
+         early lost-event for a packet that might still arrive, and you will
+         never be able to send any rtx for this packet.
+         Found by Erlend Graff - erlend@pexip.com
+         https://bugzilla.gnome.org/show_bug.cgi?id=773891
+
+2016-10-09 15:59:05 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: fix lost-event using dts instead of pts
+         The lost-event was using a different time-domain (dts) than the outgoing
+         buffers (pts). Given certain network-conditions these two would become
+         sufficiently different and the lost-event contained timestamp/duration
+         that was really wrong. As an example GstAudioDecoder could produce
+         a stream that jumps back and forth in time after receiving a lost-event.
+         The previous behavior calculated the pts (based on the rtptime) inside the
+         rtp_jitter_buffer_insert function, but now this functionality has been
+         refactored into a new function rtp_jitter_buffer_calculate_pts that is
+         called much earlier in the _chain function to make pts available to
+         various calculations that wrongly used dts previously
+         (like the lost-event).
+         There are however two calculations where using dts is the right thing to
+         do: calculating the receive-jitter and the rtx-round-trip-time, where the
+         arrival time of the buffer from the network is the right metric
+         (and is what dts in fact is today).
+         The patch also adds two tests regarding B-frames or the
+         “rtptime-going-backwards”-scenario, as there were some concerns that this
+         patch might break this behavior (which the tests shows it does not).
+
+2016-11-03 16:33:53 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: fix bug in reschedule_timer
+         The new timeout is always going to be (timeout + delay), however, the
+         old behavior compared the current timeout to just (timeout), basically
+         being (delay) off.
+         This would happen if rtx-delay == rtx-retry-timeout, with the result that
+         a second rtx attempt for any buffers would be scheduled immediately instead
+         of after rtx-delay ms.
+         Simply calculate (new_timeout = timeout + delay) and then use that instead.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773905
+
+2016-11-03 13:27:51 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/wavparse.c:
+       * tests/files/Makefile.am:
+       * tests/files/audiotestsrc.wav:
+         tests: wavparse: add test for processing an actual .wav file
+         https://bugzilla.gnome.org/show_bug.cgi?id=773861
+
+2016-11-03 12:34:51 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Don't set caps to NULL after setting them on the srcpad
+         We would like to check later on EOS if we found a known stream type or
+         not, to possibly post an error message.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773861
+
+2016-10-05 12:19:12 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+         gl: GST_GL_TYPE -> GST_TYPE_GL
+         Some deprecated symbols are kept for backwards compatibility
+
+2016-10-05 12:19:12 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtsink.cc:
+       * ext/qt/gstqtsrc.cc:
+         gl: GST_GL_TYPE -> GST_TYPE_GL
+         Some deprecated symbols are kept for backwards compatibility
+
+2016-11-02 14:33:28 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Don't deref NULL pads in debug output
+         That tends to crash.
+
+2016-11-02 11:46:07 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         isomp4: Don't use gst_video_colorimetry_to_string_full()
+         The API was reverted. Just use the plain
+         gst_video_colorimetry_to_string() function.
+
+2016-11-02 11:00:13 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Fix GObject warnings on shutdown.
+         Commit 83e718 added a pad template to splitmux request
+         pads, which means that GstElement now releases the pads on
+         dispose, but after having removed all elements in the bin
+         and unlinked them. Make sure we can handle cleanup in that case
+         without throwing assertions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773784
+
+2016-11-02 02:25:51 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+       * gst/multifile/gstsplitmuxsrc.h:
+         splitmuxsrc: Store seek seqnum and send it on EOS / segment events.
+         GES relies on the EOS event having the seqnum of the seek that
+         caused it.
+
+2016-11-02 02:25:00 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Forward a not-linked error on the bus
+         Handle not-linked as for other fatal errors and post it
+         onto the bus so the app knows
+
+2016-11-01 21:00:15 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix compiler warning
+         qtdemux.c: In function ‘qtdemux_parse_tree’:
+         qtdemux.c:10139:16: error: ‘color_table_id’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
+         if (color_table_id != 0) {
+         ^
+         qtdemux.c:10121:19: note: ‘color_table_id’ was declared here
+         guint16 color_table_id;
+         ^~~~~~~~~~~~~~
+
+2016-10-20 17:40:59 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Use a default interleave of 250ms for all codecs
+         https://bugzilla.gnome.org/show_bug.cgi?id=773217
+
+2016-10-19 14:33:33 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Use a default interleave when ProRes is used
+         The ProRes guidelines suggest an interleave of 0.5s is common, but
+         specifies that for ProRes at most 2MB (for SD) and 4MB (for HD) should
+         be used per chunk.
+         It might also make sense to use similar numbers in general.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773217
+
+2016-10-19 14:25:28 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Allow configuring the interleave size in bytes/time
+         Previously we were switching from one chunk to another on every single
+         buffer. This wastes some space in the headers and, depending on the
+         software, might depend in more reads (e.g. if the software is reading
+         multiple samples in one go if they're in the same chunk).
+         The ProRes guidelines suggest an interleave of 0.5s is common, but
+         specifies that for ProRes at most 2MB (for SD) and 4MB (for HD) should
+         be used per chunk. This will be handled in a follow-up commit.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773217
+
+2016-09-30 18:22:27 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Set compressor name, horizontal/vertical resolution and depth for ProRes
+         This is also required by some software to handle ProRes files.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769048
+
+2016-09-30 18:05:38 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+         qt: Add support for ProRes 4444 XQ
+         And also 4444 in the muxer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769048
+
+2016-09-30 17:58:37 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux_types.c:
+         qtmux: Write 'clap' atom for ProRes
+         It's required for ProRes to work with other software.
+         It is also in the MP4 standard, but inventing values here seems a bit
+         tricky for the general case and it does not really give any extra
+         information.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769048
+
+2016-09-30 09:55:58 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Read colorimetry information from colr atom if available
+         https://bugzilla.gnome.org/show_bug.cgi?id=772181
+
+2016-09-29 21:56:18 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Always write colr atom with the colorimetry information
+         https://bugzilla.gnome.org/show_bug.cgi?id=772181
+
+2016-09-29 18:16:18 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix writing of the 'fiel' extension atom
+         This was also wrong for JPEG2000. Also write it for all MOV files and
+         JPEG2000, not only for ProRes.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769048
+
+2016-09-29 17:40:23 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+         qtmux: Write 4 bytes of zeroes at the end of the sample description extensions
+         This is working around some broken software.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769048
+
+2016-09-28 20:55:24 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/atoms.c:
+         atoms: 'pasp' atom is also part of MP4, write it always
+         https://bugzilla.gnome.org/show_bug.cgi?id=769048
+
+2016-07-11 19:30:12 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Write additional atoms for prores video
+         These required atoms are: colorimetry, field information, spatial/temporal
+         quality, and vendor.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769048
+
+2014-06-16 17:20:32 +0200  Stian Selnes <stian.selnes@gmail.com>
+
+       * gst/rtp/gstrtph263depay.c:
+         rtph263depay: Don't drop mode b packets with picture start code
+         Some buggy payloaders, e.g. rtph263pay, may use mode B for packets
+         that starts with a picture (or GOB) start code although it's not
+         allowed. Let's be nice and not drop these packets/frames.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773516
+
+2016-06-22 13:59:35 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtp/gstrtph263ppay.c:
+       * tests/check/elements/rtph263.c:
+         rtph263ppay: Fix caps leak
+         Fix leaking caps when downstream has not-fixed caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773515
+
+2016-10-26 16:42:19 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: Fix indentation
+         https://bugzilla.gnome.org/show_bug.cgi?id=773514
+
+2016-10-18 11:35:58 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: Use GST_TRACE_OBJECT for logging bitstream parsing
+         Bump the bitstream parsing to TRACE log level so it doesn't flood the
+         output when trying to read the more useful DEBUG and LOG messages.
+         Also use GST_DEBUG_OBJECT instead of GST_DEBUG in various places
+         https://bugzilla.gnome.org/show_bug.cgi?id=773514
+
+2016-10-18 11:09:10 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: Fix leak for B-fragments
+         Altough commits 6a16be7, 64f9d08 and 0c7e3a8 fixed some issues they
+         introduced others. This patch fixes the leak of one macroblock for every
+         B fragment.
+         Macroblock structures must not be freed immediately after finding the
+         boundaries as they are stored and used later. However the inital dummy
+         structure (used for finding the first boundary) must be freed.
+         CID #1212156
+         https://bugzilla.gnome.org/show_bug.cgi?id=773512
+
+2016-10-20 13:14:13 +0200  Alejandro G. Castro <alex@igalia.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpbin: avoid generating errors when rtcp messages are empty and check the queue is not empty
+         Add a check to verify all the output buffers were empty for the
+         session in a timout and log an error.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773269
+
+2016-10-26 13:21:29 +0200  Alejandro G. Castro <alex@igalia.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpbin: pipeline gets an EOS when any rtpsources byes
+         Instead of sending EOS when a source byes we have to wait for
+         all the sources to be gone, which means they already sent BYE and
+         were removed from the session. We now handle the EOS in the rtcp
+         loop checking the amount of sources in the session.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773218
+
+2016-10-21 17:31:00 +0000  Matt Staples <staples255@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Also handle redirect on PLAY
+         https://bugzilla.gnome.org/show_bug.cgi?id=772610
+
+2016-08-30 10:24:43 +0200  Petr Kulhavy <brain@jikos.cz>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: allow missing control attribute in case of a single stream
+         Improve RFC2326 - chapter C.3 compatibility:
+         In case just a single stream is specified in SDP and the control attribute
+         is missing do not drop the stream but rather assume "a=control:*"
+         https://bugzilla.gnome.org/show_bug.cgi?id=770568
+
+2016-10-08 18:11:17 +0200  William Manley <will@williammanley.net>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2: Warn, don't assert if v4l gives us a buffer with a too large size
+         I've seen problems where the `bytesused` field of `v4l2_buffer` would be
+         a silly number causing the later call to:
+         gst_memory_resize (group->mem[i], 0, group->planes[i].bytesused);
+         to result in this error to be printed:
+         (pulsevideo:11): GStreamer-CRITICAL **: gst_memory_resize: assertion 'size + mem->offset + offset <= mem->maxsize' failed
+         besides causing who-knows what other problems.
+         We make the assumption that this buffer has still been dequeued correctly
+         so just clamp to a valid size so downstream elements won't end up in
+         undefined behaviour.
+         The invalid `v4l2_buffer` I saw from my capture device was:
+         buffer = {
+         index = 0,
+         type = 1,
+         bytesused = 534748928, // <- Invalid
+         flags = 8260, // V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC | V4L2_BUF_FLAG_ERROR | V4L2_BUF_FLAG_DONE
+         field = 01330, // <- Invalid
+         timestamp = {
+         tv_sec = 0,
+         tv_usec = 0
+         },
+         timecode = {
+         type = 0,
+         flags = 0,
+         frames = 0 '\000',
+         seconds = 0 '\000',
+         minutes = 0 '\000',
+         hours = 0 '\000',
+         userbits = "\000\000\000"
+         },
+         sequence = 0,
+         memory = 2,
+         m = {
+         offset = 3537219584,
+         userptr = 140706665836544, // Could be nonsense, not sure
+         planes = 0x7ff8d2d5b000,
+         fd = -757747712
+         },
+         length = 2764800,
+         reserved2 = 0,
+         reserved = 0
+         }
+         This is from gdb with my own annotations added.
+         This was with gst-plugins-good 1.8.1, a Magewell XI100DUSB-HDMI video
+         capture device and kernel 3.13 using a dodgy HDMI cable which is great at
+         breaking HDMI capture devices.  I'm using io-mode=userptr and have built
+         gst-plugins-good without libv4l.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769765
+
+2016-10-20 20:41:07 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Use a better default value for the movie header timescale
+         Take the maximum video timescale, or if no video track is present the
+         previous value of 1800.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769041
+
+2016-10-20 20:07:19 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Be more clever with the default video track timescale
+         Use the number of milliframes per second for integral and drop-frame
+         framerates, as suggested by the QT file format specification and other
+         places. We already did that for integral framerates before, but not for
+         drop-frame framerates. This now keeps precision better.
+         For all other framerates, check if it's close to a well-known framerate
+         and use that instead.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769041
+
+2016-10-10 13:00:01 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: extract interlaced information from jpeg video
+         This information is hidden in a small chunk of data.
+         Format found at https://developer.apple.com/standards/qtff-2001.pdf,
+         page 92, "Video Sample Description", under table 3.1.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767771
+
+2016-10-26 12:46:28 +0530  Jagadish <jagadishkamathk@gmail.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+         gdkpixbufoverlay: Fixing x and y offset computation
+         While computing the x and y offsets, it's the video resolution and
+         resized overlay resolution to be used instead of actual overlay image
+         resoltuion. Due to this, the overlay image used to get wrongly overlayed
+         in undesired location
+         https://bugzilla.gnome.org/show_bug.cgi?id=757292
+
+2016-11-01 18:09:00 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: update version
+
+2016-10-24 16:56:31 +0000  Enrique Ocaña González <eocanha@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Use the tfdt decode time on byte streams when it's significantly different than the time in the last sample
+         We consider there's a sifnificant difference when it's larger than on second
+         or than half the duration of the last processed fragment in case the latter is
+         larger.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754230
+
+=== release 1.11.0 ===
+
+2016-11-01 18:53:15 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.10.0 ===
+
+2016-11-01 17:57:44 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.10.0
+
+2016-11-01 17:47:31 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2016-11-01 17:41:51 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/el.po:
+         po: Update translations
+
+2016-10-27 12:01:55 +0200  Tobias Schneider <tobias.schneider@voiceinterconnect.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: fix extra-controls leak
+         Gst struct v4l2object->extra_controls is created if user sets appropriate
+         option but it is not freed on destruction of v4l2object.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773580
+
+2016-10-31 18:00:07 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         Revert "souphttpsrc: reduce reading latency by using non-blocking read"
+         This reverts commit 8816764112408766889c8b680a3af51115df4bf5.
+         It causes issues with the timeouts, and causes connections to be closed
+         without actual reason. Needs further investigation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773509
+
+2016-10-31 09:00:49 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Don't try to add srcpad if we don't know valid caps yet
+         Otherwise we'll run into an assertion on specially crafted files.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773643
+
+2016-10-27 09:11:26 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * gst/audiofx/gststereo.c:
+         Explicitly define float constants as float
+         With MSVC, this gives the following warning:
+         warning C4305: 'function': truncation from 'double' to 'gfloat'
+         Apparently, MSVC does not figure out what type to use for constants
+         based on the assignment. This warning is very spammy, so let's try to
+         fix it.
+
+2016-10-27 11:23:51 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * meson.build:
+         meson: Remove uselessly duplicated dep checks
+         These checks are done inside the meson.build files for each plugin.
+
+2016-10-27 11:22:59 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/meson.build:
+         meson: dv plugin now works on MSVC
+         Needs a Meson patch to filter out the useless -lpthread
+         https://github.com/mesonbuild/meson/pull/962
+
+2016-10-27 14:03:48 +0200  Branko Subasic <branko@axis.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: allow resolutions above 4096
+         Modify the caps string to allow width and height greater than 4096.
+         There is no need to restrict it since the matroska format allows the
+         width and height values to be up to eight bytes long.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773582
+
+2016-10-23 17:23:10 -0700  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Check for G_PLATFORM_WIN32 for presence of ipi_spec_dest
+         G_OS_WIN32 is only set when not building with cygwin, but
+         ipi_spec_dest is missing both with and without cygwin.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773114
+
+2016-10-26 08:51:40 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: reset read_position when reading fails
+         souphttpsrc maintains two variables for the position:
+         * 'request_position' is where we want to be
+         * 'read_position' is where we are
+         During Normal operations both are updated in sync when data arrives. A seek
+         changes 'request_position' but not 'read_position'.
+         When the two positions get out of sync, then a new request is send and the
+         'Range' header is adjusted to the current 'request_position'.
+         Without this patch, if reading fails, then the source is destroyed. This
+         triggers a new request, but the range remains unchanged. As a result, the
+         old range is used and old data will be read.
+         Changing the 'read_position' to -1 makes it explicitly different from
+         'request_position' and as a result the 'Range' header is updated correctly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=773509
+
+2016-10-25 08:54:34 -0700  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * meson.build:
+         meson: Don't depend on gstreamer-check-1.0 on windows
+         https://bugzilla.gnome.org/show_bug.cgi?id=773114
+
+2016-10-25 15:24:20 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: reset connection info to non-flushing when closing
+         This solves a hanging mainloop in following scenario:
+         * connect to source
+         * network/server drops
+         * pipeline set to NULL (and connection to flushing as part)
+         * pipeline set to PAUSED/PLAYING (connection to non-flushing, but not recorded)
+         * [connecting still not possible]
+         * pipeline set to NULL => mainloop hangs (since no actual flushing is done)
+
+2016-10-26 14:32:48 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Only allow one video request pad
+         The pacing of the overall muxing is controlled
+         by the video GOPs arriving, so we can only handle
+         1 video stream, and the request pad is named accordingly.
+         Ignore a request for a 2nd video pad if there's already
+         an active one.
+
+2016-10-26 11:59:32 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Take ownership of floating refs
+         sink the floating ref when handed a muxer or sink to use so
+         we clearly take ownership.
+
+2016-10-25 14:51:52 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Set child elements to NULL when removing.
+         Make sure that elements are in the NULL state when removing.
+         Fixes critical warnings when errors occur early on in starting up.
+
+2016-10-25 14:50:53 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Set pad template on request sink pads
+         Ensure that the ghost pad returned as a request pad
+         has the template that was requested
+
+2016-10-25 10:50:47 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * meson.build:
+       * tests/check/meson.build:
+         Revert "meson: move gstreamer-check-1.0 dependency to tests/check"
+         This reverts commit 46632694662b96fddb848a1f2091a215b28a2d35.
+         Does not actually work. See:
+         https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31
+
+2016-06-08 11:24:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Assume PTS is DTS when PTS is missing
+         This fixes issue for encoders that only sets the DTS. We assume that
+         there was no re-ordering when that happens.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762207
+
+2016-10-24 00:34:15 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/meson.build:
+         meson: fix build outside of gst-all
+
+2016-10-21 00:42:54 -0700  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * sys/directsound/meson.build:
+         meson: directsound: Add ole32 library dependency
+         https://bugzilla.gnome.org/show_bug.cgi?id=773114
+
+2016-10-21 00:42:18 -0700  Scott D Phillips <scott.d.phillips@intel.com>
+
+       * meson.build:
+       * tests/check/meson.build:
+         meson: move gstreamer-check-1.0 dependency to tests/check
+         https://bugzilla.gnome.org/show_bug.cgi?id=773114
+
+2016-10-20 22:08:14 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/videomixer.c:
+         tests: videomixer: disable racy flush_start_flush_stop test
+         It's been broken for years, and it's unlikely it will ever
+         be fixed for collectpads/videomixer now that there's compositor
+         which works fine. So let's disable it, since all it does
+         is that it creates noise that distracts from other failures.
+         Also see the corresponding adder bug as it failed in the same way:
+         https://bugzilla.gnome.org/show_bug.cgi?id=708891
+
+2016-10-09 16:56:10 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: Fix souphttpsrc tests without CK_FORK=no
+         It seems that the forked processes all attempt to handle the listening
+         socket from the server, and only one has to shutdown the socket to break
+         the server completely.
+         Create a new server inside each test to avoid this.
+         https://bugzilla.gnome.org/show_bug.cgi?id=772656
+
+2016-10-09 15:23:51 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * tests/check/elements/level.c:
+         tests: Fix level test in CK_FORK=no mode
+         The tests accumulate buffers in GstCheck's buffers list, and the list is
+         not (consistently) reset between tests. Do that and remove the now
+         conflicting unrefs for outbuffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=772644
+
+2016-10-07 13:04:27 +0530  Gaurav Gupta <g.gupta@samsung.com>
+
+       * sys/waveform/gstwaveformsink.c:
+         waveformsink: Fix Memory leak using GST_PTR_FORMAT
+         https://bugzilla.gnome.org/show_bug.cgi?id=772497
+
+2016-10-18 12:23:42 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * gst/monoscope/meson.build:
+         meson: Add missing gstaudio dep to monoscope
+         In file included from ../subprojects/gst-plugins-good/gst/monoscope/gstmonoscope.c:42:0:
+         ../subprojects/gst-plugins-base/gst-libs/gst/audio/audio.h:26:39: fatal error: gst/audio/audio-enumtypes.h: No such file or directory
+         #include <gst/audio/audio-enumtypes.h>
+         ^
+         compilation terminated.
+         https://ci.gstreamer.net/job/GStreamer-master-meson/271/console
+
+2016-10-16 12:40:22 +0200  Sergey Borovkov <sergey.borovkov@wireload.net>
+
+       * ext/qt/qtwindow.cc:
+         qt: Fix failing build on RPI
+         https://bugzilla.gnome.org/show_bug.cgi?id=773026
+
+2016-10-16 02:18:22 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * gst/multifile/meson.build:
+         meson: Add missing pbutils dependency to multifile
+         Found via the Jenkins CI:
+         FAILED: subprojects/gst-plugins-good/gst/multifile/gstmultifile@sha/gstsplitmuxsink.c.o
+         [...]
+         In file included from ../subprojects/gst-plugins-good/gst/multifile/gstsplitmuxsink.h:24:0,
+         from ../subprojects/gst-plugins-good/gst/multifile/gstsplitmuxsink.c:59:
+         ../subprojects/gst-plugins-base/gst-libs/gst/pbutils/pbutils.h:30:43: fatal error: gst/pbutils/pbutils-enumtypes.h: No such file or directory
+         #include <gst/pbutils/pbutils-enumtypes.h>
+         ^
+         compilation terminated.
+         https://ci.gstreamer.net/job/GStreamer-master-meson/263/console
+
+2016-10-15 22:11:08 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * meson.build:
+         meson: Don't set c_std to gnu99
+         Use the default for each compiler on every platform instead. This
+         improves our compatibility with compilers that don't have gnu99 as
+         a c_std.
+
+2016-10-04 18:04:11 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * meson.build:
+       * tests/check/getpluginsdir:
+       * tests/check/meson.build:
+         meson: Make use of new environment object and set plugin path to builddir
+         Workaround source_root being the root directory of all projects in the subproject
+         case and remove now unneeded getpluginsdir
+         Bump meson requirement to 0.35
+
+2016-10-06 11:15:54 +0530  Gaurav Gupta <g.gupta@samsung.com>
+
+       * tests/examples/rtp/client-rtpaux.c:
+         tests: Fix memory leak in test rtpaux test
+         https://bugzilla.gnome.org/show_bug.cgi?id=772496
+
+2016-10-03 11:27:54 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: Forward latency queries to upstream
+         Without this, latency queries to imagefreeze will fail.
+
+2016-09-30 11:35:39 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * hooks/pre-commit.hook:
+       * meson.build:
+       * tests/check/getpluginsdir:
+         meson: Setup pre commit hook and fix getpluginsdir for standalone case
+
+2016-09-29 04:55:14 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Handle stop point from segment
+         If the seek stop point (or start, during reverse play)
+         was within the segment we just finished, go EOS immediately
+         instead of proceeding through all other parts and sending
+         0 length seeks to them.
+         https://bugzilla.gnome.org/show_bug.cgi?id=772138
+
+2016-09-29 03:21:26 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Drop lock shutting down pads
+         Avoid a sporadic deadlock on shutdown by dropping
+         the splitmux lock around pad shutdown
+         https://bugzilla.gnome.org/show_bug.cgi?id=772138
+
+2016-09-29 02:47:36 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmuxsrc: Fix extra unref handling queries
+         https://bugzilla.gnome.org/show_bug.cgi?id=772138
+
+2016-09-29 04:50:25 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxpartreader.h:
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Avoid stall when parts get out of sync
+         When one part moves ahead of the others - due to excessive
+         downstream queueing, or really small input files - then
+         we can end up activating parts more than once. That can lead to
+         effects like shutting down pad tasks prematurely.
+         https://bugzilla.gnome.org/show_bug.cgi?id=772138
+
+2016-09-30 11:41:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: update version
+
+=== release 1.9.90 ===
+
+2016-09-30 13:02:19 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.9.90
+
+2016-09-30 12:17:26 +0300  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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2016-09-30 11:43:54 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/el.po:
+         po: Update translations
+
+2016-09-30 13:22:32 +0530  Arun Raghavan <arun@osg.samsung.com>
+
+       * tests/check/pipelines/tagschecking.c:
+         tests: Fix tagschecking failure due to missing PTS
+         qtmux now needs the PTS (commit a993883b7), so let's make sure we
+         produce one with our buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=772228
+
+2016-09-28 23:03:58 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Don't calculate PTS offset and DTS with GST_CLOCK_TIME_NONE
+         Just error out if there is no valid PTS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=772143
+
+2016-09-29 17:37:28 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Add JPEG2000 ihdr atom to the list of known ones
+         Otherwise qtdemux is always going to complain about it being unknown.
+
+2016-09-29 10:19:56 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Always write the default frame duration for VP8/9 too
+         The WebM spec allows this now, and it allows us to guess a framerate.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=772141 and
+         also https://bugzilla.gnome.org/show_bug.cgi?id=654379
+
+2016-09-27 15:26:19 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph265depay.c:
+         rtph26[45]depay: Don't handle NALs inside STAP units twice
+         They've already been handled before pushing them into the adapter.
+
+2016-09-27 12:39:12 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/meson.build:
+         meson: tests: fix vp8 availability checks
+         Those variables are not defined if vp8 was not found.
+
+2016-09-27 10:23:38 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         Revert "multifilesink: streamline the file-switch code a bit"
+         This reverts commit f1ceaab02f3f557e23b77b14771a575788f92bb4.
+         This broke atomic file writes in "buffer" mode. It did make
+         sure that any streamheaders are prepended to each file in
+         buffer mode as well, but that's not really needed in practice,
+         whereas atomic file writes are, so let's restore the status
+         quo ante for now since this was primarily a code cleanup anyway,
+         and if anyone needs to streamheaders in buffer mode too they
+         can make a patch to implement that differently. Re-implementing
+         the atomic writes in the element also seems way too much work.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766990
+
+2016-09-27 10:22:57 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         Revert "multifilesink: close file on write error with next-file mode is set to buffer"
+         This reverts commit 84e441d2685cf223d348a95be0c5ba693bbf6624.
+         This will no longer be needed once we revert f1ceaab02.
+
+2016-09-26 13:22:29 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * tests/check/meson.build:
+         meson: Add gst-plugins-base plugins directories to be used by tests
+
+2016-09-26 14:30:00 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/vpx/meson.build:
+       * meson.build:
+       * tests/check/getpluginsdir:
+       * tests/check/meson.build:
+         meson: add unit tests
+         Only works properly in an installed setup currently, most
+         likely won't work with a subprojects setup yet.
+
+2016-09-24 09:36:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+       * po/meson.build:
+         meson: hook up translations
+
+2016-09-08 17:30:41 +0530  Arun Raghavan <arun@arunraghavan.net>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Don't negotiate to less than two segments
+         GstAudioRingBuffer doesn't needs us to have at least 2 segments. We make
+         sure that if our buffer parameters are such that the maxlength is not at
+         least 2x fragsize, we still request the ringbuffer to keep that much
+         space so it continues to work.
+         https://bugzilla.gnome.org/show_bug.cgi?id=770446
+
+2016-09-24 23:22:01 +0530  Arun Raghavan <arun@arunraghavan.net>
+
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsbcpay.h:
+         rtpsbcpay: Fix timestamping
+         We were just picking the timestamp of the last buffer pushed into our
+         adapter before we had enough data to push out.
+         This fixes things to figure out how large each frame is and what
+         duration it covers, so we can set both the timestamp and duration
+         correctly.
+         Also adds some DISCONT handling.
+
+2016-07-12 18:14:52 +0200  Georg Lippitsch <glippitsch@toolsonair.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix fourcc for ProRes Proxy
+         This is apco, according to
+         https://wiki.multimedia.cx/index.php?title=Apple_ProRes
+         https://bugzilla.gnome.org/show_bug.cgi?id=769048
+
+2016-09-18 20:55:31 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/vpx/meson.build:
+         meson: fix build with vpx 1.3.x
+         vpx >= 1.4.0 is optional
+
+2016-09-15 18:19:35 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Use new bin suppressed flags API for managing the element flags
+
+2016-09-15 09:52:31 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/jack/gstjackaudioclient.c:
+       * gst/rtp/dboolhuff.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/videofilter/gstvideoflip.c:
+         ext, gst: fix indentation
+
+2016-09-15 09:52:17 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/flvmux.c:
+       * tests/check/elements/rtph263.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+       * tests/check/elements/rtpsession.c:
+       * tests/check/elements/rtpvp9.c:
+         tests: fix indentation
+
+2016-08-11 11:04:22 -0600  Thomas Bluemel <tbluemel@control4.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Fix calculating next_seqnum when dropping old buffers from a full queue.
+         Fixes calculating the next sequence number when a ITEM_TYPE_LOST with more than one
+         definitely lost packets is encountered.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769757
+
+2016-08-11 23:07:44 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: improved rtx-rtt averaging
+         The basic idea is this:
+         1. For *larger* rtx-rtt, weigh a new measurement as before
+         2. For *smaller* rtx-rtt, be a bit more conservative and weigh a bit less
+         3. For very large measurements, consider them "outliers"
+         and count them a lot less
+         The idea being that reducing the rtx-rtt is much more harmful then
+         increasing it, since we don't want to be underestimating the rtt of the
+         network, and when using this number to estimate the latency you need for
+         you jitterbuffer, you would rather want it to be a bit larger then a bit
+         smaller, potentially losing rtx-packets. The "outlier-detector" is there
+         to prevent a single skewed measurement to affect the outcome too much.
+         On wireless networks, these are surprisingly common.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-08-05 12:51:59 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Detect whether to assume equidistant spacing when loss
+         Assuming equidistant packet spacing when that's not true leads to more
+         loss than necessary in the case of reordering and jitter. Typically this
+         is true for video where one frame often consists of multiple packets
+         with the same rtp timestamp. In this case it's better to assume that the
+         missing packets have the same timestamp as the last received packet, so
+         that the scheduled lost timer does not time out too early causing the
+         packets to be considered lost even though they may arrive in time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-07-27 10:39:50 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Don't request rtx if 'now' is past retry period
+         There is no need to schedule another EXPECTED timer if we're already
+         past the retry period. Under normal operation this won't happen, but if
+         there are more timers than the jitterbuffer is able to process in
+         real-time, scheduling more timers will just make the situation worse.
+         Instead, consider this packet as lost and move on. This scenario can
+         occur with high loss rate, low rtt and high configured latency.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-07-26 18:01:48 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Fix lost duration when gap after lost timer
+         This patch fixes an issue with the estimated gap duration when there is
+         a gap immediately after a lost timer has been processed. Previously
+         there was a discrepancy beteen the gap in seqnum and gap in dts which
+         would cause wrong calculated duration. The issue would only be seen with
+         retranmission enabled since when it's disabled lost timers are only
+         created when a packet is received and the actual gap length and last dts
+         is known.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-07-19 01:11:58 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Expose rtx-deadline as a property
+         The default -1 gives the old behavior.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-08-11 12:02:19 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Improved expected-timer handling when gap > 0
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-08-11 11:51:50 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Major improvements for RTX stats
+         Stats should also be collected for unsuccessful packets.
+         rtx-rtt is very important for determining the necessary configured
+         latency on the jitterbuffer. It's especially important to be able to
+         increase the latency when retransmitted packets arrive too late and are
+         considered lost. This patch includes these late packets in the
+         calculation of the various rtx stats, making them more correct and
+         useful.
+         Also in the case where the original packet arrives after a NACK is sent,
+         the received RTX packet should update the stats since it provides useful
+         information about RTT.
+         The RTT is only updated if and only if all requested retranmissions are
+         received. That way the RTT is guaranteed to make sense. If not we don't
+         know which request the packet is a response to and the RTT may be bogus.
+         A consequence of this patch is that RTT is not updated for a request
+         when one of the RTX packets for that seqnum is lost, but that since
+         measured RTT will be more accurate.
+         The implementation store the RTX information from the timed out timers
+         and use this when the retransmitted packet arrives. For performance
+         these timers are stored separately from the "normal" timers in order to
+         not impact performance (see attached performance test).
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-08-11 11:02:44 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Add and expose more stats and increase testing of it
+         Add num-pushed and num-lost.
+         Expose num-late, num-duplicates and avg-jitter.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-07-07 10:20:02 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtxreceive: Set buffer flag for retransmitted packets
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-07-09 23:47:41 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Option to disable rtx-delay-reorder
+         When disabled we can save some iterations over timers.
+         There is probably an argument for rtx-delay-reorder to exist, but
+         for normal operations, handling jitter (reordering) is something a
+         jitterbuffer should do, and this variable feels like functionality that
+         is not "in-sync" with what the jitterbuffer is trying to achieve.
+         Example: You have 50ms jitter on your network, and are receiving
+         audio packets with 10ms durations. An audio packet should not be
+         considered late until its rtx-timeout has expired (and hence a rtx-event
+         is sent), but with rtx-delay-reorder, events will be sent pretty much
+         all the time due to the jitter on the network.
+         Point being: The jitterbuffer should adapt its size to the measured network
+         jitter, and then rtx-delay-reorder needs to adapt as well, or simply
+         get out of the way and let the other (better) rtx-mechanisms do their job.
+         Also change find_timer to only use seqnum as an argument, since there
+         will only ever be one timer per seqnum at any given time. In the
+         one case where the type matters, the caller simply checks the type.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769768
+
+2016-09-14 09:58:41 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: Fix double free from coverity
+         CID #1372887
+
+2016-09-14 09:58:37 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: Indent as per gst-indent
+
+2016-09-14 11:30:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         configure: Depend on gstreamer 1.9.2.1
+
+2016-09-14 10:17:02 +0900  Wonchul Lee <wonchul.lee@collabora.com>
+
+       * gst/autodetect/gstautodetect.c:
+         autodetect: Use gst_bin_set_suppressed_flags() API
+         https://bugzilla.gnome.org/show_bug.cgi?id=771395
+
+2016-09-09 15:36:12 +0200  Thomas Scheuermann <Thomas.Scheuermann@barco.com>
+
+       * ext/jack/gstjackaudioclient.c:
+         jack: Fix pipeline hang when jack changes sample rate or buffer size
+         If jackd changes the buffer size or sample rate, jackaudiosink hangs
+         and can't be stopped. This also happens if jack is configured as slave
+         and a gstreamer pipeline is started on the slave machine while the jack
+         master isn't running yet. If the the jack master is started it changes
+         the buffer size / sample rate and jackaudiosink can't be stopped.
+         This fix calls jack_shutdown_cb when jack_sample_rate_cb or
+         jack_buffer_size_cb is called.
+         https://bugzilla.gnome.org/show_bug.cgi?id=771272
+
+2016-09-12 20:08:36 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix field ordering for reverse playback
+         And actually calculate the field duration instead of a frame duration so
+         that we can properly timestamp output frames in fields=all mode.
+         This is probably still broken for reverse playback in telecine mode.
+
+2016-09-12 09:02:00 +0000  Thomas Klausner <tk@giga.or.at>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Fix compilation on NetBSD
+         https://bugzilla.gnome.org/show_bug.cgi?id=771278
+
+2016-09-10 20:51:10 +1000  Jan Schmidt <jan@centricular.com>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From b18d820 to f980fd9
+
+2016-09-09 14:02:25 +0200  Xabier Rodriguez Calvar <calvaris@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: offset is irrelevant when no crypto info
+         Cause later it will try to use the crypto info array to get an index and
+         attach on of the positions as buffer's crypto info.
+         https://bugzilla.gnome.org/show_bug.cgi?id=770951
+
+2016-09-10 09:53:57 +1000  Jan Schmidt <jan@centricular.com>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From f49c55e to b18d820
+
+2016-09-09 16:36:03 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/meson.build:
+         meson: add build files for the gtk plugin
+
+2016-09-07 15:33:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/osxaudio/Makefile.am:
+         osxaudio: Distribute device provider files
+         Those where missing the the dev release tarballs for 1.9.2 which
+         prevented building from tarball on OSX platform
+
+2016-09-06 09:49:39 +0200  Xabier Rodriguez Calvar <calvaris@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix crash with no cenc aux offset
+         https://bugzilla.gnome.org/show_bug.cgi?id=770951
+
+2016-09-06 13:13:39 +0800  Haihua Hu <jared.hu@nxp.com>
+
+       * ext/qt/gstqsgtexture.cc:
+         qmlglsink: check qt_context_ first in GstQSGTexture::bind()
+         When start qmlglsink app, it will set NULL buffer to GstQSGTexture
+         in which case that qt_context_ will be a random value and cause
+         gst_gl_context_activate() fail.
+         https://bugzilla.gnome.org/show_bug.cgi?id=770925
+
+2016-09-05 09:39:33 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: parse a bit more of the humongous LOAS data
+         https://bugzilla.gnome.org/show_bug.cgi?id=769278
+
+2016-09-05 09:39:08 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: make it clear when a potential LOAS frame is not one
+         https://bugzilla.gnome.org/show_bug.cgi?id=769278
+
+2016-09-05 09:38:26 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: add a few comments to anchor parsing to the spec
+         https://bugzilla.gnome.org/show_bug.cgi?id=769278
+
+2016-09-05 09:37:02 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstaacparse.h:
+         aacparse: improve channel/rate handling
+         Keep track of the last parsed channels/rate fields so they can be
+         used even if the element was not yet configured.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769278
+
+2016-09-05 09:35:53 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: fix varlength number reading as per spec
+         https://bugzilla.gnome.org/show_bug.cgi?id=769278
+
+2016-09-05 09:35:02 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: strip uneeded static arrays slack
+         https://bugzilla.gnome.org/show_bug.cgi?id=769278
+
+2016-07-18 19:18:58 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4adepay.h:
+         rtpmp4adepay: Only declare a stream to be framed once a marker bit has been seen
+         This may cause a few packets to be processed by the parser, but it's
+         better than never pushing out buffers from a slightly broken stream
+         where no marker bits are set.
+
+2016-09-06 14:25:42 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: Fix timestamping in reverse playback mode
+         This is only supported right now if after a demuxer that supports reverse
+         playback, e.g. with DV container inside AVI container.
+
+2016-09-05 12:23:54 -0300  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * meson.build:
+         meson: Bump version to 1.9.2
+
+2015-06-26 20:13:17 +0200  Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+       * gst/isomp4/GstQTMux.prs:
+       * gst/isomp4/Makefile.am:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Implement the preset interface.
+         + And provide a "youtube" preset, which based on
+         https://support.google.com/youtube/answer/1722171 sets
+         faststart to True.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751559
+
+2016-09-01 12:27:35 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.9.2 ===
+
+2016-09-01 12:27:15 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.9.2
+
+2016-09-01 11:23:33 +0300  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/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/zh_HK.po:
+       * po/zh_TW.po:
+         po: Update translations
+
+2016-09-01 10:59:51 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/equalizer/demo.c:
+       * tests/examples/spectrum/demo-audiotest.c:
+       * tests/examples/spectrum/demo-osssrc.c:
+         tests/examples: #define GDK_DISABLE_DEPRECATION_WARNINGS
+         We use gdk_cairo_create() which is deprecated since 3.22.
+
+2016-08-31 05:50:44 +1000  Jan Schmidt <jan@centricular.com>
+
+       * sys/osxvideo/Makefile.am:
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/osxvideosink.h:
+         osxvideo: Remove QuickTime references.
+         QuickTime.h is no longer available on OS X 10.12 (Sierra),
+         and both the header and the framework seem unnecessary
+         for compilation - at least as of 10.11 (El Capitan).
+         https://bugzilla.gnome.org/show_bug.cgi?id=770526
+
+2016-08-19 11:11:03 -0700  Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/multifile/gstsplitmuxsrc.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/wavparse/gstwavparse.c:
+         Use the new API to post flow ERROR messages on the bus
+         https://bugzilla.gnome.org/show_bug.cgi?id=770158
+
+2016-08-26 21:32:07 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * tests/check/elements/.gitignore:
+         gitignore: ignore qtdemux, rtph261 and rtpvp9 tests
+
+2016-08-26 21:22:16 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * tests/check/Makefile.am:
+         tests: use GST_NET_LIBS instead of hardcoded -lgstnet
+         Fixes build in OSX when running 'make check' in gst-uninstalled.
+
+2016-08-26 21:14:47 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: remove a wrong 'const' specifier
+         Fixes "error: duplicate 'const' declaration specifier"
+
+2016-08-26 21:11:59 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * configure.ac:
+       * tests/check/Makefile.am:
+         build: silence error about pthread for 'make check' in osx
+         Fixes "clang: error: argument unused during compilation: '-pthread'"
+
+2016-08-26 20:31:10 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/Makefile.am:
+         vp9enc: Fix build of unit test by letting it link to libgstvideo
+
+2016-08-26 12:06:35 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         Revert "rtpmux: fix PROP_TIMESTAMP_OFFSET range problems"
+         This broke API, so we need a better solution!
+         This reverts commit c7579d31a6e9d788e94b83258309063d0aae481e.
+
+2016-06-08 15:06:28 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtpvp9depay.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtpvp9.c:
+         rtpvp9depay: Support flexible mode
+
+2016-06-06 17:03:36 +0200  Stian Selnes <stian@pexip.com>
+
+       * ext/vpx/gstvp9enc.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/vp9enc.c:
+         vp9enc: Fix leak of vpx_image_t
+
+2016-05-06 13:33:22 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtph263pdepay.c:
+       * tests/check/elements/rtph263.c:
+         rtph263pdepay: Don't try to push empty frame
+         If the result of depayloading is an empty frame, just drop it. This is
+         likely the result of a buggy payloader.
+
+2016-05-06 16:06:53 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: fix PROP_TIMESTAMP_OFFSET range problems
+         It could not set the offset for the full guint32 range.
+
+2016-05-06 09:44:42 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: introduce max-streams property
+         To be able to cap the number of allowed streams for one session.
+         This is useful for preventing DoS attacks, where a sender can change
+         SSRC for every buffer, effectively bringing rtpbin to a halt.
+         https://bugzilla.gnome.org/show_bug.cgi?id=770292
+
+2016-03-31 00:10:49 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: reordered packets are very normal, and should not be a warning
+
+2016-02-05 14:19:25 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: degrade g_warning to GST_ERROR
+         So we don't blow up while investigating
+
+2016-02-04 14:16:40 +0100  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtph263pdepay.c:
+       * tests/check/elements/rtph263.c:
+         rtph263pdepay: Fix picture header for non-writable payload
+         Under certain conditions gst_rtp_buffer_get_payload() returns a copy of
+         the payload. In this case the payload modifications will not affect the
+         rtp buffer. So instead of modifying the payload buffer directly we
+         should modify the buffer that actually gets pushed on the adapter.
+
+2015-11-19 11:50:47 +0100  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtph261depay.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtph261.c:
+         rtph261depay: Fix check of valid payload length
+         Packets with no H.261 payload should be dropped to avoid invalid
+         write/reads.
+
+2015-11-09 10:06:21 +0100  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtph263pay.c:
+       * tests/check/elements/rtph263.c:
+         rtph263pay: Fix double free, invalid reads and leak
+
+2014-06-30 15:43:58 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: sanity check RTT before ignoring PLI/FIR
+
+2014-06-30 15:07:45 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: handle sdes messages with non-utf8 more gracefully
+
+2014-06-17 08:52:50 +0200  Stian Selnes <stian.selnes@gmail.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: change log level on bitstream parsing messages
+
+2016-07-07 11:13:18 +0200  Mikhail Fludkov <misha@pexip.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests/rtprtx: refactor the tests to use gstharness
+         The functionality of all the tests was kept exactly the same. Some tests
+         were renamed:
+         test_push_forward_seq -> test_rtxsend_rtxreceive
+         test_drop_one_sender -> test_rtxsend_rtxreceive_with_packet_loss
+         test_drop_multiple_sender -> test_multi_rtxsend_rtxreceive_with_packet_loss
+         test_rtxreceive_data_reconstruction was testing that retransmitted
+         buffer produced by rtxsend was correctly transformed to the original
+         buffer by rtxreceive. Now we are checking for this in all the tests
+         where both rtxsend & rtxreceive are involved. That's why the test was
+         removed.
+
+2016-08-25 15:52:36 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: Set RTP marker bit
+         Set the RTP marker bit on the last RTP packet of an H.265 access unit.
+         https://bugzilla.gnome.org/show_bug.cgi?id=770394
+
+2016-07-26 19:39:58 +0200  Xabier Rodriguez Calvar <calvaris@igalia.com>
+
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videofilter/gstvideoflip.h:
+         videoflip: added GstVideoDirection interface
+         It implements now this interface with its video-direction
+         property. Values are changed to GstVideoOrientationMethod but they have
+         the same value than the originals.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768687
+
+2015-11-06 10:39:16 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         gstrtpsession: refactor duplicate code into a function
+         Less code, easier to read, more consistent.
+         https://bugzilla.gnome.org/show_bug.cgi?id=770293
+
+2016-08-23 17:06:44 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: fix typo in max-misorder-time property name
+
+2016-08-22 00:05:52 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: fix printf format compiler warning in debug message
+         On 32-bit x86: gstsplitmuxsink.c:966:31: warning: format ‘%u’ expects
+         argument of type ‘unsigned int’, but argument 9 has type
+         ‘guint64 {aka long long unsigned int}’
+
+2016-08-12 21:25:34 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/twolame/meson.build:
+         Add support for Meson as alternative/parallel build system
+         https://github.com/mesonbuild/meson
+         With contributions from:
+         Tim-Philipp Müller <tim@centricular.com>
+         Jussi Pakkanen <jpakkane@gmail.com> (original port)
+         Highlights of the features provided are:
+         * Faster builds on Linux (~40-50% faster)
+         * The ability to build with MSVC on Windows
+         * Generate Visual Studio project files
+         * Generate XCode project files
+         * Much faster builds on Windows (on-par with Linux)
+         * Seriously fast configure and building on embedded
+         ... and many more. For more details see:
+         http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html
+         http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html
+         Building with Meson should work on both Linux and Windows, but may
+         need a few more tweaks on other operating systems.
+
+2016-08-12 21:25:34 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/lame/meson.build:
+         Add support for Meson as alternative/parallel build system
+         https://github.com/mesonbuild/meson
+         With contributions from:
+         Tim-Philipp Müller <tim@centricular.com>
+         Jussi Pakkanen <jpakkane@gmail.com> (original port)
+         Highlights of the features provided are:
+         * Faster builds on Linux (~40-50% faster)
+         * The ability to build with MSVC on Windows
+         * Generate Visual Studio project files
+         * Generate XCode project files
+         * Much faster builds on Windows (on-par with Linux)
+         * Seriously fast configure and building on embedded
+         ... and many more. For more details see:
+         http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html
+         http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html
+         Building with Meson should work on both Linux and Windows, but may
+         need a few more tweaks on other operating systems.
+
+2016-08-12 21:25:34 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/mpg123/meson.build:
+         Add support for Meson as alternative/parallel build system
+         https://github.com/mesonbuild/meson
+         With contributions from:
+         Tim-Philipp Müller <tim@centricular.com>
+         Jussi Pakkanen <jpakkane@gmail.com> (original port)
+         Highlights of the features provided are:
+         * Faster builds on Linux (~40-50% faster)
+         * The ability to build with MSVC on Windows
+         * Generate Visual Studio project files
+         * Generate XCode project files
+         * Much faster builds on Windows (on-par with Linux)
+         * Seriously fast configure and building on embedded
+         ... and many more. For more details see:
+         http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html
+         http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html
+         Building with Meson should work on both Linux and Windows, but may
+         need a few more tweaks on other operating systems.
+
+2016-08-12 21:12:30 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * .gitignore:
+       * config.h.meson:
+       * ext/cairo/meson.build:
+       * ext/dv/meson.build:
+       * ext/flac/meson.build:
+       * ext/gdk_pixbuf/meson.build:
+       * ext/jack/meson.build:
+       * ext/jpeg/meson.build:
+       * ext/libpng/meson.build:
+       * ext/meson.build:
+       * ext/pulse/meson.build:
+       * ext/shout2/meson.build:
+       * ext/soup/meson.build:
+       * ext/speex/meson.build:
+       * ext/taglib/meson.build:
+       * ext/vpx/meson.build:
+       * ext/wavpack/meson.build:
+       * gst/alpha/meson.build:
+       * gst/apetag/meson.build:
+       * gst/audiofx/meson.build:
+       * gst/audioparsers/meson.build:
+       * gst/auparse/meson.build:
+       * gst/autodetect/meson.build:
+       * gst/avi/meson.build:
+       * gst/cutter/meson.build:
+       * gst/debugutils/meson.build:
+       * gst/deinterlace/meson.build:
+       * gst/dtmf/meson.build:
+       * gst/effectv/meson.build:
+       * gst/equalizer/meson.build:
+       * gst/flv/meson.build:
+       * gst/flx/meson.build:
+       * gst/goom/meson.build:
+       * gst/goom2k1/meson.build:
+       * gst/icydemux/meson.build:
+       * gst/id3demux/meson.build:
+       * gst/imagefreeze/meson.build:
+       * gst/interleave/meson.build:
+       * gst/isomp4/meson.build:
+       * gst/law/meson.build:
+       * gst/level/meson.build:
+       * gst/matroska/meson.build:
+       * gst/meson.build:
+       * gst/monoscope/meson.build:
+       * gst/multifile/meson.build:
+       * gst/multipart/meson.build:
+       * gst/replaygain/meson.build:
+       * gst/rtp/meson.build:
+       * gst/rtpmanager/meson.build:
+       * gst/rtsp/meson.build:
+       * gst/shapewipe/meson.build:
+       * gst/smpte/meson.build:
+       * gst/spectrum/meson.build:
+       * gst/udp/meson.build:
+       * gst/videobox/meson.build:
+       * gst/videocrop/meson.build:
+       * gst/videofilter/meson.build:
+       * gst/videomixer/meson.build:
+       * gst/wavenc/meson.build:
+       * gst/wavparse/meson.build:
+       * gst/y4m/meson.build:
+       * meson.build:
+       * meson_options.txt:
+       * sys/directsound/meson.build:
+       * sys/meson.build:
+       * sys/v4l2/meson.build:
+       * sys/ximage/meson.build:
+       * tests/check/meson.build:
+       * tests/meson.build:
+         Add support for Meson as alternative/parallel build system
+         https://github.com/mesonbuild/meson
+         With contributions from:
+         Tim-Philipp Müller <tim@centricular.com>
+         Jussi Pakkanen <jpakkane@gmail.com> (original port)
+         Highlights of the features provided are:
+         * Faster builds on Linux (~40-50% faster)
+         * The ability to build with MSVC on Windows
+         * Generate Visual Studio project files
+         * Generate XCode project files
+         * Much faster builds on Windows (on-par with Linux)
+         * Seriously fast configure and building on embedded
+         ... and many more. For more details see:
+         http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html
+         http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html
+         Building with Meson should work on both Linux and Windows, but may
+         need a few more tweaks on other operating systems.
+
+2016-08-20 16:59:30 +0800  Jie Jiang <jiangjie@nudt.edu.cn>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         Fixed splitmuxsink 32-bit overflow bug
+         Extend the byte tracking counters to 64-bit on
+         all platforms, instead of using gsize, which overflows
+         after 4GB.
+         https://bugzilla.gnome.org/show_bug.cgi?id=770019
+
+2016-08-19 17:18:16 +0300  Vivia Nikolaidou <vivia@toolsonair.com>
+
+       * gst/isomp4/atoms.c:
+         isomp4: Fix coverity warning
+         If atom_copy_data fails to write anything, return 0
+         CID #1371458
+
+2016-04-09 07:51:03 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+       * sys/v4l2/v4l2-utils.c:
+         v4l2: consistently check #ifdef HAVE_GUDEV instead of #if
+         Both work with autotools but they definitely don't mean the same thing, cause
+         problems with other build systems, and are bad form. Existence should always be
+         checked with #ifdef or #if defined.
+
+2016-04-19 10:53:05 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/directsound/gstdirectsoundsink.h:
+         directsound: port away from old DirectX API
+         D3DX has been deprecated for the last 4 years and latest versions of
+         Windows no longer ship headers for it. This is fine as long as you're
+         building with Cerbero's Wine-based DirectX headers, but sucks if you
+         want to build against the actual Windows SDK.
+         We were just using it to get error strings anyway, so just use the
+         generic error string API.
+
+2016-08-18 12:02:01 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         Revert "flacparse: Add maximum bitrate tag"
+         This reverts commit c703ab69f526092bb26cce41ca691a896c8383d8.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769392
+
+2016-08-18 09:57:51 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Fix unit test by disabling adaptive misorder/dropout calculations
+         Need to set max-misorder-time and max-dropout-time to 0 so the
+         jitterbuffer does not base them on packet rate calculations.
+         If it does, out gap is big enough to be considered a new stream and
+         we wait for a few consecutive packets just to be sure
+         https://bugzilla.gnome.org/show_bug.cgi?id=751311
+
+2016-08-09 12:55:59 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Add option to split at exactly max-size-time
+         Will try to request a keyframe from the encoder to be sent at the target
+         running time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769664
+
+2016-08-09 20:16:16 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Allow time and bytes to reach their respective thresholds
+         https://bugzilla.gnome.org/show_bug.cgi?id=769664
+
+2016-08-17 09:49:04 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Allow mimetypes with properties as long as they're application/sdp
+         Some servers add properties like charset, e.g.
+         application/sdp; charset=utf8
+         Ideally we should also parse the charset and do conversion of all messages,
+         but that's for a later time.
+
+2016-06-24 16:32:37 +0300  Vivia Nikolaidou <vivia@toolsonair.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Added support for writing timecode track
+         https://bugzilla.gnome.org/show_bug.cgi?id=767950
+
+2016-08-16 00:40:53 +1000  Jan Schmidt <jan@centricular.com>
+
+       * ext/qt/gstqtglutility.cc:
+         qt: Use wglShareLists() workaround unconditionally.
+         Sometimes wglCreateContextAttribsARB() exists, but
+         isn't functional (some Intel drivers), so it's
+         easiest to do the workaround unconditionally.
+
+2016-08-08 13:41:14 +1000  Jan Schmidt <jan@centricular.com>
+
+       * ext/qt/gstqtglutility.cc:
+         qt: Move debug statement to after the category init
+         Don't output debug to an uninitialised debug category.
+
+2016-08-11 16:32:21 -0600  Thomas Bluemel <tbluemel@control4.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: Initialize bytes_sent field.
+         This fixes endpoints not receiving any data intermittently.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769773
+
+2016-08-10 11:45:13 -0600  Thomas Bluemel <tbluemel@control4.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpstats.c:
+         rtpjitterbuffer: Actually calculate the packet rate for max-dropout and max-misorder calculations.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751311
+
+2016-08-10 11:26:17 -0600  Thomas Bluemel <tbluemel@control4.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: Don't warn for duplicate packets
+         This is a normal scenario and should not be a warning.  This can
+         happen frequently when re-transmits of lost packets are enabled.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762208
+
+2016-08-08 13:49:19 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmux: Fix typo converting to running time.
+         Use the correct collected timestamp.
+
+2016-08-08 02:53:48 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         Revert "splitmuxsink: Use GstBin async-handling instead of our own."
+         This reverts commit fa008f271a52f82dededc28bd81b020ca7939b47.
+         async-handling in GstBin causes the pipeline to spin at 100%
+         CPU as the top-level pipeline tries to change that state
+         to PLAYING constantly. This is a workaround for a core
+         problem, essentially, but an improvement in this case for now.
+
+2016-08-08 00:56:38 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmux: Recheck state after unlocking mutex.
+         After dropping the splitmux lock, re-check the state,
+         don't just fall through and sleep unconditionally,
+         as we may have already missed the wakeup.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769514
+
+2016-08-03 03:32:07 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Don't stop and error on EOS flow return
+         Don't immediately halt on EOS flow return from downstream
+         due to out of segment. Let the demuxer handle it and send
+         EOS.
+
+2016-08-04 00:36:28 -0300  Thiago Santos <thiagossantos@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: avoid unref of null buffer
+         The current 'l' pointer will be NULL when the loop
+         is interrupted with a 'break' statement. Need to have
+         it advance to the next list item before interrupting.
+
+2016-07-27 09:28:23 +0800  Haihua Hu <jared.hu@nxp.com>
+
+       * tests/examples/qt/qmlsink/.gitignore:
+       * tests/examples/qt/qmlsink/main.cpp:
+       * tests/examples/qt/qmlsink/main.qml:
+       * tests/examples/qt/qmlsink/play.pro:
+       * tests/examples/qt/qmlsink/qml.qrc:
+       * tests/examples/qt/qmlsrc/.gitignore:
+       * tests/examples/qt/qmlsrc/grabqml.pro:
+       * tests/examples/qt/qmlsrc/main.cpp:
+       * tests/examples/qt/qmlsrc/main.qml:
+       * tests/examples/qt/qmlsrc/qml.qrc:
+         qmlglsrc: Add qmlglsrc unit test example
+         https://bugzilla.gnome.org/show_bug.cgi?id=768160
+
+2016-07-27 08:16:47 +0800  Haihua Hu <jared.hu@nxp.com>
+
+       * ext/qt/Makefile.am:
+       * ext/qt/gstplugin.cc:
+       * ext/qt/gstqtglutility.cc:
+       * ext/qt/gstqtglutility.h:
+       * ext/qt/gstqtsrc.cc:
+       * ext/qt/gstqtsrc.h:
+       * ext/qt/qtitem.cc:
+       * ext/qt/qtwindow.cc:
+       * ext/qt/qtwindow.h:
+         qt: implement qmlglsrc for qml view grab
+         [Matthew Waters]: gst-indent sources
+         https://bugzilla.gnome.org/show_bug.cgi?id=768160
+
+2016-08-02 14:01:14 +0200  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * gst/wavparse/Makefile.am:
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Add tags for container format and bitrate for uncompressed PCM
+         The PCM bitrate is added to help downstream elements (like uridecodebin)
+         figure out a proper network buffer size
+         https://bugzilla.gnome.org/show_bug.cgi?id=769390
+
+2016-08-01 18:52:26 +0200  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Add maximum bitrate tag
+         https://bugzilla.gnome.org/show_bug.cgi?id=769392
+
+2016-07-28 17:58:16 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: When receiving a DISCONT buffer that does not point to a sample, remember the offset
+         And don't just reset everything. This makes sure that we can continue to
+         handle data in the following scenario:
+         moov: discont
+         moof: discont
+         mdat: continuous
+         Previously this would fail because the offset would be the accumulated offset
+         from moov and moof at the mdat position, while the buffer offset might be
+         something completely different.
+
+2016-07-25 13:34:02 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtpilbcpay.c:
+         rtp: Filter with the filter caps in the payloader's getcaps
+
+2016-03-03 11:35:06 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: include http-status-code in error message details
+         https://bugzilla.gnome.org/show_bug.cgi?id=763038
+
+2016-07-25 18:20:03 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Fix debug statement signedness.
+         The ts variable is a GstClockTime, don't print it
+         as a GstClockTimeDiff.
+
+2016-07-22 17:00:14 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/qt/qml/main.cpp:
+         qml: Don't forget to unref the actual sink element after setting it on glsinkbin
+
+2016-07-22 16:57:45 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/qt/qml/main.cpp:
+         qml: Use glsinkbin instead of glupload directly
+
+2016-07-17 22:41:02 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Handle negative running time
+         Use signed clock times for running time everywhere
+         so that we handle negative running times without
+         going haywire, similar to what queue and multiqueue
+         do these days.
+
+2016-07-18 00:12:55 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Drop lock when sending dummy event
+         When pushing the dummy event into the multiqueue,
+         drop the splitmux lock or else we might deadlock.
+
+2016-06-30 01:56:41 +1000  Jan Schmidt <thaytan@noraisin.net>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Intersect with filter caps in getcaps function.
+         Always intersect with the filter caps in the getcaps function
+         to make sure we return a subset of what was requested.
+         Other payloaders also have this problem and need fixing
+         in future commits.
+
+2016-07-12 17:30:56 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * tests/check/elements/qtdemux.c:
+         tests: qtdemux: fix element and pad leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=768739
+
+2016-07-12 16:45:36 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * tests/check/elements/audiofirfilter.c:
+       * tests/check/elements/audioiirfilter.c:
+       * tests/check/elements/rtp-payloading.c:
+       * tests/check/elements/videobox.c:
+       * tests/check/pipelines/effectv.c:
+         tests: fix bus leaks
+         gst_bus_add_signal_watch() takes a ref on the bus which should be
+         released using gst_bus_remove_signal_watch().
+         https://bugzilla.gnome.org/show_bug.cgi?id=768739
+
+2016-07-14 03:07:11 +0800  Ting-Wei Lan <lantw@src.gnome.org>
+
+       * configure.ac:
+         configure: Call AG_GST_PKG_CONFIG_PATH to set GST_PKG_CONFIG_PATH
+         GST_PKG_CONFIG_PATH is used in docs/plugins directory, so
+         AG_GST_PKG_CONFIG_PATH must be called to set it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768787
+
+2016-07-12 07:39:58 +0200  Edward Hervey <edward@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Don't drop final bytes of a range request
+         At the end of a range request, we don't want to return GST_FLOW_EOS otherwise
+         the last bytes we just read will be dropped by basesrc.
+         Instead just return GST_FLOW_OK (which was set just before) and let basesrc
+         handle the fact we are at the end of the segment.
+
+2016-07-11 18:30:18 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+         v4l2provider: Fix device type detection
+         The type detection would lead to assertion as it would try
+         to create a device without having found any type for it. It
+         also didn't detect MPLANE devices properly.
+
+2016-07-11 18:29:01 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't assert when used by the monitor
+         The monitor sets the object->element object as a GstObject. This
+         works for debug traces, but will assert for ELEMENT_ERROR. This
+         was the only case where that could happen. Add a check for that.
+
+2016-07-11 17:38:00 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Indent very long line
+
+2016-07-12 00:42:02 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: At the end of a range request, read another time to finalize the request
+         If we're at the end of a range request, read again to let libsoup
+         finalize the request. This allows to reuse the connection again later,
+         otherwise we would have to cancel the message and close the connection.
+
+2016-07-11 21:13:47 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From f363b32 to f49c55e
+
+2016-07-11 19:57:18 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Fix keep-alive handling
+         We have to get rid of the message on EOS when the complete stream is read to
+         remember that we successfully finished handling this specific message.
+         Otherwise we will cancel it later and close the connection instead of reusing
+         it at a later time.
+         It might also make sense to reuse connections if a non-200 response is
+         received. As long as there was no connection error, the HTTP connection should
+         be re-usable.
+
+2016-07-11 12:05:06 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * configure.ac:
+         Also enable V4L2 probe on aarch64 (aka ARM 64bit)
+
+2016-07-11 11:59:19 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/examples/rtp/client-PCMA.c:
+         rtp example: Fix leak
+         Also stop fetching the internal source as this
+         functionality has been broken.
+
+2016-07-08 14:58:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * configure.ac:
+         Enable v4l2 probe on Linux/ARM
+         Most of those have V4L2 drivers these days enabling it make sure that it
+         this code is enabled in major distribution, hence that HW accelerated
+         decoder/encoder can be used on platforms that support it. The probes are
+         slightly increasing the first init of gstreamer library, though the
+         result is cached in the registry for later use.
+
+2016-07-11 09:46:49 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/rtp/gstrtph265pay.c:
+       * tests/check/elements/rtp-payloading.c:
+         rtph265pay: Accept array_completeness=1
+         When parsing NAL unit type in codec_data, check the 6bits of
+         NAL_unit_type only and do not require the array_completeness bit to be
+         0, since the default and mandatory value of array_completeness is 1 for
+         hvc1.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768653
+
+2016-07-10 21:35:06 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Also copy device_caps in gst_v4l2_dup
+         This fixes regression where M2M error out saying they have no output
+         format (the V4L2 CAPTURE side).
+         https://bugzilla.gnome.org/show_bug.cgi?id=768195
+
+2016-07-10 21:30:27 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Use correct in6_pktinfo struct instead of in_pktinfo
+         Fixes the build on FreeBSD, which does not have the latter.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768623
+
+2016-07-08 17:28:19 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: fix multiplanar capture
+         After switching to using V4L2_CAP_DEVICE_CAPS we lost support for
+         multiplanar device types. After some research, it looks like
+         vcap.capabilities treated the multiplanar flag of output and capture
+         devices equally, but not the new device_caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768195
+
+2016-07-08 14:56:30 +0200  Mats Lindestam <matslm@axis.com>
+
+       * gst/multipart/multipartmux.c:
+       * gst/multipart/multipartmux.h:
+         multipartmux: Use PTS and DTS instead of timestamp
+         And pass-through both of them.
+         Based on a patch by Göran Jönsson <goranjn@axis.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=767900
+
+2016-06-30 14:40:40 +0200  Thomas Scheuermann <Thomas.Scheuermann@barco.com>
+
+       * ext/jack/gstjackaudioclient.c:
+         jack: don't wait for callbacks if the jack server shut down
+         Otherwise we'll wait forever.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747275
+
+2016-06-23 15:30:19 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Let upstream events go through upstream
+         There's no real reason to avoid sending QOS/NAVIGATION events upstrea.
+         Some elements might want to have that information.
+
+2016-06-23 15:22:56 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Let upstream events go through upstream
+         There's no real reason to avoid sending QOS/NAVIGATION events upstrea.
+         Some elements might want to have that information.
+
+2016-06-23 15:17:36 +0200  Edward Hervey <edward@centricular.com>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: Let upstream events go through upstream
+         There's no real reason to avoid sending QOS/NAVIGATION events upstrea.
+         Some elements might want to have that information.
+         Also remove downstream-only CAPS event handling and minimize code
+
+2016-07-07 23:53:54 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2.c:
+         v4l2: fix v4l2 probe build error
+         A typo in gst_v4l2_probe_and_register() caused a build error when building
+         with --enable-v4l2-probe. Fixing it.
+         gstv4l2.c: In function 'gst_v4l2_probe_and_register':
+         gstv4l2.c:150:25: error: 'struct v4l2_capability' has no member named 'capabilitites'
+         device_caps = vcap.capabilitites;
+
+2016-07-01 22:53:33 -0700  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: use gst_caps_intersect_full in negotiate()
+         Instead of reimplementing the GST_CAPS_INTERSECT_FIRST
+         interection mode.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768195
+
+2016-07-02 01:56:07 -0700  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2deviceprovider.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: use opened device caps instead of physical device ones
+         The same physical device can export multiple devices. In
+         this case, the capabilities field now contains a union of
+         all caps available from all exported V4L2 devices alongside
+         a V4L2_CAP_DEVICE_CAPS flag that should be used to decide
+         what capabilities to consider. In our case, we need the
+         ones from the exported device we are using.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768195
+
+2016-07-07 18:24:59 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Remove suspicious checks for pads being active and linked
+         We should add all pads, no matter if they are linked or active or not at this
+         point. Skipping some that are not will cause different behaviour than with
+         other muxers.
+
+2016-07-07 18:23:07 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Error out if we start writing data with some pads not having a codec id yet
+         This can only happen if a) upstream somehow gets around the CAPS event failing
+         or b) there never being any CAPS event.
+         The following code assumes that all pads have a codec-id.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768509
+
+2016-07-07 18:14:43 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Consistently use gst_matroska_mux_set_codec_id() for setting the codec id
+
+2016-07-04 09:50:11 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtph265pay.h:
+       * tests/check/elements/rtp-payloading.c:
+         rtph265pay/depay: Sync against RFC 7798
+         Handle sprop-vps, sprop-sps and sprop-pps in caps instead of
+         sprop-parameter-sets.
+         rtph265pay works with byte-stream and hvc1 formats but not hev1 yet. It
+         handles profile-id, tier-flag and level-id in caps query.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753760
+
+2016-07-06 09:25:00 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+         flvdemux: Push nominal bitrate tags
+         Add per-stream tag lists, which are used to send nominal
+         bitrate tags. When remuxing FLV => FLV, this now passes
+         through the upstream bitrate.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768440
+
+2016-07-06 09:24:49 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+         flvdemux: Refactor metadata tag handling
+         The FLV header cannot be trusted to indicate video or
+         audio presence, as the comments already mention. Don't
+         delay pushing tags waiting for streams that might never
+         appear.
+         Tags are now pushed immediately after they change:
+         - After parsing an onMetaData script object
+         - After negotiating caps on a pad
+         https://bugzilla.gnome.org/show_bug.cgi?id=768440
+
+2016-07-06 12:44:10 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix AAC codec_data values
+         As seen in the parent switch for object_type_id, the 4 possible values are
+         0x40, 0x66, 0x67 and 0x68. Fixing the nested switch to match these values.
+         Looks like it was a typo making them decimal instead of hexadecimal.
+         CID 1363328
+
+2016-07-06 13:51:03 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.9.1 ===
+
+2016-07-06 13:06:44 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.9.1
+
+2016-07-06 11:46:26 +0300  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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2016-07-06 11:22:53 +0300  Steven Hoving <sh@bigbrother.nl>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix error messages to first convert to doubles before division
+
+2016-07-06 10:18:30 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/da.po:
+       * po/hr.po:
+       * po/pt_BR.po:
+       * po/sk.po:
+         po: Update translations
+
+2016-07-05 21:11:35 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Set to PLAYING after a seek again after setting up the segment and everything else
+         There's a small window for a race condition otherwise.
+
+2016-07-04 17:45:40 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/qtmux.c:
+         qtmux: Use complete AAC caps with codec_data in the tests
+
+2016-07-04 16:58:38 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Reject raw AAC if no codec_data is found in the caps
+         If necessary, a demuxer will have to invent something here but this is only a
+         problem with non-conformant files anyway.
+
+2016-07-04 16:55:32 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Invent AAC codec_data if none is present
+         Without, raw AAC can't be handled and we have some information available in
+         the decoder that most likely allows us to decode the stream in one way or
+         another. This is the same code already used by matroskademux for the same
+         reasons, and ffmpeg/vlc play such files just fine too by guesswork.
+
+2016-07-04 14:54:13 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Reject raw AAC caps without codec_data
+         The resulting file is not going to be playable without guesswork and raw caps
+         should always have codec_data.
+
+2016-07-01 19:22:32 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/qt/Makefile.am:
+         qt: fix build some more when QPA is not available
+         Compiler would complain about include directory that didn't
+         exist because QPA_INCLUDE_PATH gets subst-ed regardless
+         (and if it didn't we'd have just an empty -I argument).
+         https://bugzilla.gnome.org/show_bug.cgi?id=767553
+
+2016-05-10 15:48:49 +0200  Edward Hervey <edward@centricular.com>
+
+         qtdemux: Handle upstream GAP in push-mode/time segment
+         This is to handle cases where upstream handles the fragmented streaming in TIME
+         segments and sends us data with gaps within fragments. This would happen when dealing
+         with trick-modes.
+         When upstream (push-based, TIME SEGMENT) wishes to send discontinuous samples,
+         it must obey the following rules:
+         * The buffer containing the [moof] must have a valid GST_BUFFER_OFFSET
+         * The buffers containing the first sample after a gap:
+         * MUST start at the beginning of a sample,
+         * MUST have the DISCONT flag set,
+         * MUST have a valid GST_BUFFER_OFFSET relative to the beginning of the fragment.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767354
+
+2016-07-01 11:54:57 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/v4l2-utils.c:
+         v4l2: fix potential double-free of error debug string
+         gst_v4l2_clear_error() doesn't work like g_clear_error(), it
+         doesn't NULLify the pointer, so set freed debug string to NULL
+         so it doesn't get freed again if gst_v4l2_clear_error() is
+         called twice on the error.
+         CID 1362901
+
+2016-07-01 10:05:00 +0000  Brad Lackey <blackey@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Don't disable UDP protocols on redirecting
+         https://bugzilla.gnome.org/show_bug.cgi?id=768232
+
+2016-07-01 17:28:17 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Push caps only when it was updated
+         Commit 7873bede3134b15e5066e8d14e54d1f5054d2063 caused new caps
+         event per moof without consideration of duplication.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768268
+
+2016-06-30 15:01:46 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: fix invalid memory access
+         10 bytes was allocated for stream_format but size of "byte-stream" is
+         more. Use g_strdup() instead.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753760
+
+2016-06-29 23:31:20 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/shout2/gstshout2.c:
+         shout2: Use a non-timer GstPoll
+         Otherwise set_flushing() will have undefined semantics and nowadays causes a
+         g_critical() to warn about that.
+
+2016-06-19 02:08:25 -0300  Thiago Santos <thiagossantos@gmail.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: dynamically adjust blocksize
+         Update the blocksize depending on how much is obtained from a read
+         of the input stream. This avoids doing too many reads in small chunks
+         when larger amounts of data are available and also prevents using
+         a very large memory area to read a small chunk of data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767833
+
+2016-06-28 16:44:50 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Windows has no ipi_spec_dst in struct in_pktinfo
+
+2016-06-28 15:15:14 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: #define __APPLE_USE_RFC_3542 to be able to use IPV6_PKTINFO on OSX/iOS
+
+2016-06-28 15:08:04 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Move #includes around to a) work around broken glibc header and b) Windows
+
+2016-06-28 14:25:03 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Fix compilation on Windows and *BSD/OSX
+
+2016-06-23 20:21:59 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Filter out multicast packets that are not for our multicast address
+         https://bugzilla.gnome.org/show_bug.cgi?id=767980
+
+2016-06-28 10:57:27 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: When seeking, consider the current element state or pending state instead of the RTSP state
+         If we consider the RTSP state, what can happen is that it is PLAYING but the
+         element already asynchronously tried to PAUSE and it just did not happen yet.
+         We would then override this setting to PAUSED (while the element actually is
+         in PAUSED) and set the RTSP state to PLAYING again. This would then cause us
+         to produce packets while the sinks are all PAUSED, piling up thousands of
+         packets in the rtpjitterbuffer and other elements and finally failing.
+
+2016-06-27 18:15:08 +0800  Haihua Hu <jared.hu@nxp.com>
+
+       * ext/qt/qtitem.cc:
+         qmlglsink: Fix build error when don't have QPA installed.
+         Check header file existance and wrap the header file include
+         in the necessary #ifdef to avoid build error.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767553
+
+2016-06-27 09:20:35 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Add comment about H263/MPEG4P2 being non-standard for FLV
+         They are however supported by ffmpeg and apparently used out there.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768006
+
+2016-06-24 14:48:53 +0300  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Add support for H263 and MPEG4 part2
+         https://bugzilla.gnome.org/show_bug.cgi?id=768006
+
+2016-06-16 15:13:02 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/qtitem.cc:
+       * ext/qt/qtplugin.pro:
+         qmlglsink: add win32 support
+         The current state of c++ ABI's on Window's and Gst's/Qt's conflicting
+         mingw builds means that we cannot use mingw for building the qt plugin.
+         Instead, a qmake .pro file is provided that is expected to be used with the
+         msvc binaries provided by Qt like so:
+         (with the PATH environment variable containing the path to the qt biniaries
+         and PKG_CONFIG_PATH containing the path to GStreamer modules)
+         cd /path/to/sources/gst-plugins-bad/ext/qt
+         qmake -tp vc
+         Then open the resulting VS project and build the library.  Then
+         cp debug/libgstqtsink.dll /path/to/prefix/lib/gstreamer-1.0/libgstqtsink.cll
+         https://bugzilla.gnome.org/show_bug.cgi?id=761260
+
+2016-06-21 17:10:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+         Update plugins doc
+         This is partly automated using "make update" in docs/plugins, but also
+         required manual merge. Additionally, missing plugins and elements have
+         been added.
+
+2016-06-21 17:51:38 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/splitmux.c:
+         tests: splitmux: skip tests if theora or ogg plugins are not available
+         https://bugzilla.gnome.org/show_bug.cgi?id=767861
+
+2016-06-21 11:46:13 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * common:
+         Automatic update of common submodule
+         From ac2f647 to f363b32
+
+2016-06-21 07:40:42 -0400  Aaron Boxer <boxerab@gmail.com>
+
+       * gst/rtp/gstrtpj2kpay.c:
+         gstrtpj2kpay: use tile bit and tile number to determine if there are multiple tiles in packet
+         Now we don't have to rely on a special value for the tile number.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767817
+
+2016-06-21 09:34:56 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpj2kpay.c:
+         rtpj2kpay: fix compiler warning on OS/X
+         gstrtpj2kpay.c:364:21: error: implicit truncation from 'int' to bitfield changes value from -1 to 65535
+         https://bugzilla.gnome.org/show_bug.cgi?id=767817
+
+2016-06-21 09:34:37 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.prerequisites:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+         docs: update
+
+2016-05-16 17:31:58 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * tests/check/elements/capssetter.c:
+       * tests/check/elements/icydemux.c:
+       * tests/check/elements/jpegenc.c:
+       * tests/check/elements/level.c:
+       * tests/check/elements/multifile.c:
+       * tests/check/elements/qtmux.c:
+       * tests/check/elements/rtprtx.c:
+       * tests/check/elements/udpsrc.c:
+         fix buffer leaks in tests
+         Need to call gst_check_drop_buffers() to release the buffers exchanged
+         during the test.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766561
+
+2016-05-17 12:52:43 +0300  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * tests/check/elements/interleave.c:
+         interleave: fix message leaks in test
+         Flush the bus when cleaning up so pending messages are destroyed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766561
+
+2016-05-17 12:58:06 +0300  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * tests/check/elements/videomixer.c:
+         videomixer: fix event leaks in test
+         https://bugzilla.gnome.org/show_bug.cgi?id=766561
+
+2016-05-13 15:12:22 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * tests/check/elements/deinterleave.c:
+         deinterleave: fix leaks
+         - Flush the bus so messages aren't leaked
+         - Fix pad leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=766561
+
+2016-06-17 15:29:16 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Deprecated sprop-parameter-set property
+         This is supposed to be either in the codec_data (avc stream format) or inside
+         the stream, and we extract it from there. It should not be set from a
+         property as it's stream specific.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767789
+
+2016-06-17 12:16:32 -0700  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: make all srtp encoder properties explicit
+         The Session Data Protocol doesn't allow specifying a cipher for the
+         SRTCP, so it will use the SRTP one. In the "srtpenc" element the cipher
+         "aes-128-icm" is the default for SRTP and SRTCP, but if we want to have
+         an SRTCP with the "aes-256-icm" cipher then we also need to set the SRTP
+         cipher to "aes-256-icm", otherwise "aes-128-icm" will be used instead.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767799
+
+2016-06-17 19:59:13 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/soup/gstsoup.c:
+         soup: work around frequent deadlocks in GLib type initialisation
+         .. by registering the types from the plugin init function. This
+         seems to help, but we'll see if it's enough (might need similar
+         things elsewhere).
+         https://bugzilla.gnome.org/show_bug.cgi?id=693911
+         https://bugzilla.gnome.org/show_bug.cgi?id=674885
+
+2016-06-17 16:08:08 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: The prores variant is stored in the variant field, not format
+         And the caps in the sink pad template already used variant (only).
+
+2016-06-17 13:00:48 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtph265pay.h:
+         rtph265pay: Remove sprop-parameter-sets property
+         There is no valid use case when this property is needed since the values
+         must be in either codec_data or buffer data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753760
+
+2016-06-10 16:17:26 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * docs/plugins/scanobj-build.stamp:
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: Read NALU type the same way everywhere
+         Cosmetic change to read NALU type in gst_rtp_h265_pay_decode_nal() the
+         same way as in other places.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753760
+
+2016-06-17 13:58:33 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         rtpjitterbuffer: fix RTPJitterBufferMode documentation
+         Documentation lacks '@' before each enum values and there was an extra
+         line after symbol section which confuses GTK-Doc parser.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767788
+
+2016-05-23 10:18:48 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: take the lock when changing stats
+         https://bugzilla.gnome.org/show_bug.cgi?id=766025
+
+2016-04-14 18:14:32 +0300  Sergey Borovkov <sergey.borovkov@wireload.net>
+
+       * ext/qt/qtitem.cc:
+         qml: Enable qmlglsink for eglfs
+         https://bugzilla.gnome.org/show_bug.cgi?id=763044
+
+2016-06-16 00:44:48 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/qtitem.cc:
+         qmlglsink: propagate GL context creation failure upwards
+         Otherwise an application cannot know if the qmlglsink will be displaying frames
+         incorrectly/at all.
+
+2016-06-16 00:44:16 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/qtitem.cc:
+         qmlglsink: also allow wayland-egl as a platform name
+
+2016-06-12 15:35:28 +0800  Haihua Hu <jared.hu@nxp.com>
+
+       * ext/qt/Makefile.am:
+       * ext/qt/qtitem.cc:
+         qmlglsink: Add Wayland support
+         Don't use gstgldisplay to get wayland display. Should use QPA on wayland
+         to get wayland display for QT.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767553
+
+2016-06-15 11:19:43 +0200  Jürgen Slowack <jurgen.slowack@barco.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265: fix NAL unit type parsing and SPS/PPS/VPS detection
+         Fixes sps/pps/vps insertion via the config-interval property.
+         https://bugzilla.gnome.org//show_bug.cgi?id=767680
+
+2016-06-11 12:16:03 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/pipelines/simple-launch-lines.c:
+         simple-launch-lines: Use correct JPEG2000 caps
+
+2016-06-10 13:43:09 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: fix indentation
+
+2016-06-10 13:42:01 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: fix date parsing when there are trailing spaces
+         Fixes parsing of "Thu May 11 15:57:46 2006 ".
+         https://bugzilla.gnome.org/show_bug.cgi?id=767496
+
+2016-05-13 15:08:24 -0400  Aaron Boxer <boxerab@gmail.com>
+
+       * gst/rtp/gstrtpj2kcommon.h:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+         gstrtpj2k: set sampling field required by RFC
+         This field is now required in the sink caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766236
+
+2016-06-09 09:30:48 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Fix unref assertion failure
+         Fix unref assertion failure
+         https://bugzilla.gnome.org/show_bug.cgi?id=767424
+
+2016-05-14 14:46:17 +0200  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Work with non-TIME segments
+         With non-time segments, it now assumes that the arrival time of packets
+         is not relevant and that only the RTP timestamp matter and it produces
+         an output segment start at running time 0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766438
+
+2016-06-07 20:53:34 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: Wait for segment event before checking it
+         The heuristic to choose between packetise or not was changed to use the
+         segment format. The problem is that this change is reading the segment
+         during the caps event handling. The segment event will only be sent
+         after. That prevented the decoder to go in packetize mode, and avoid
+         useless parsing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736252
+
+2016-06-06 17:00:22 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Wait for segment event before checking it
+         The heuristic to choose between packetise or not was change to use the
+         segment format. The problem is that this change is reading the segment
+         during the caps event handling. The segment event will only be sent
+         after. That prevented the decoder to go in packetize mode, and avoid
+         useless parsing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736252
+
+2016-06-07 16:42:09 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Keep part of the input buffer
+         Instead of completely getting rid of the input buffer, copy
+         the metadata, the flags and the timestamp into an empty buffer.
+         This way the decoder base class can copy that information again
+         to the output buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758424
+
+2016-06-07 16:41:58 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Coding style fixes
+
+2016-06-07 16:09:23 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Coding style fixes
+
+2016-06-07 16:04:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Add an error return to _try/_set_format
+         This way one can easily ignore errors. Previously, error were always
+         posted ont he bus.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766172
+
+2016-06-07 16:01:55 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/v4l2-utils.c:
+       * sys/v4l2/v4l2-utils.h:
+         v4l2-util: Introduce GstV4l2Error
+         This is to allow returning an error that can easily be sent as
+         message to the application if the element needs it. Using this
+         also allow ignoring errors.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766172
+
+2016-06-07 12:41:19 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Avoid decide allocation on active pool
+         v4l2src will renegotiate only if the format have changed. As of now,
+         it's not possible to change the allocationw without resetting the
+         camera. To avoid unwanted side effect, simply keep the old allocation
+         if no renegotiation is taking place. This fixes assertion and possible
+         failures in USERPTR or DMABUF import mode (when using downstream pools).
+         https://bugzilla.gnome.org/show_bug.cgi?id=754042
+
+2016-04-28 13:44:49 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Show state name in debugging
+         Makes it easier to trace what's going on
+
+2016-05-10 15:45:42 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Remove useless variable
+         That variable is only needed for a debug statement, move it there
+
+2016-05-10 15:10:36 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Add/Fix comments on the various structure variables
+         No variables were added/removed. This was just a good excuse to:
+         * Comment what most variables are used for (and when)
+         * Order them in such a way as to show first the common variables used
+         in all cases, followed by those only used in push-mode
+
+2016-05-10 15:07:40 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Remove unused structure
+         Let's just remove it, been commented for 7+ years :)
+
+2015-09-02 11:48:29 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: use decoder stop command instead of queueing empty buffers
+         Only if the decoder stop command fails, keep queueing empty buffers to
+         signal end of stream as before.
+         https://bugzilla.gnome.org/show_bug.cgi?id=733864
+
+2014-12-12 14:31:36 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: add gst_v4l2_decoder_cmd helper
+         https://bugzilla.gnome.org/show_bug.cgi?id=733864
+
+2016-06-01 20:28:39 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Forward segments directly if we are operating in PUSH mode on fragmented streams
+         We shouldn't go through segment activation as we will only have a limited
+         understanding of how the whole stream timeline looks like from the moof. We
+         only know about the current fragment, while upstream knows about the whole
+         stream.
+         This fixes seeking in DASH streams, both for seeks after the current moof and
+         for seeks into the current moof. The former would fail because the moof ends
+         and we can't activate any segment, the latter would cause a segment that stops
+         at the moof end, and no further fragments would be played because we end up
+         being EOS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767071
+
+2016-06-06 17:54:10 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Use looser caps for upstream
+         When we fixate for upstream, try to not introduce new fields when not
+         needed. This was imported from videoconvert element.
+
+2015-01-28 12:07:58 +0100  Enrico Jorns <ejo@pengutronix.de>
+
+       * sys/v4l2/gstv4l2transform.c:
+         gstv4l2transform: format fixation for preferring passthrough
+         * If outgoing format is unfixated, try to set it to input format.
+         * Call gst_caps_fixate () at end of fixation routine
+         https://bugzilla.gnome.org/show_bug.cgi?id=766719
+
+2016-05-20 12:49:53 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: allow to change pixel aspect ratio
+         Scalers may change width and height independently,
+         allow to change pixel aspect ratio.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766712
+
+2016-05-20 12:32:25 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: fix scaling in case of fixed pixel aspect ratio
+         To change pixel aspect ratio from DAR to PAR, the necessary scaling factor
+         is DAR/PAR, not DAR*PAR.
+         For good measure, add debug output similar to the fixed-width and
+         fixed-height cases.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766711
+
+2016-05-13 16:39:25 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: fill colorimetry in gst_v4l2_object_acquire_format
+         Instead of relying on the default colorimetry chosen by
+         gst_video_info_set_format(), set info.colorimetry from the
+         values returned by G_FMT. This allows decoders to propagate
+         their input colorimetry downstream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766383
+
+2016-05-18 10:17:12 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: refactor gst_v4l2_object_get_colorspace to take a v4l2_format parameter
+         Move the extraction of colorimetry parameters from struct v4l2_format and the
+         setting of the identity matrix for RGB formats into the function to avoid code
+         duplication.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766383
+
+2016-05-13 14:58:41 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: use visible size, not coded size, for downstream negotiation filter
+         gst_v4l2_probe_caps() returns the coded size, not the visible size. Subtract
+         the known padding from probed caps with the coded size before using them as
+         filter for caps negotiation with downstream elements.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766382
+
+2016-05-13 14:45:02 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: use G_SELECTION instead of G_CROP in gst_v4l2_object_acquire_format
+         The gst_v4l2_object_acquire_format() function is used by v4l2videodec to obtain
+         the currently set capture format. Since G_FMT returns the coded size, the
+         visible size needs to be obtained from the compose rectangle in order to
+         negotiate it with downstream elements. The G_CROP call hasn't worked on mem2mem
+         capture queues for a long time. Instead use the G_SELECTION call to obtain the
+         compose rectangle and only fall back to G_CROP for ancient kernels.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766381
+
+2016-01-27 09:57:38 +0100  Andreas Naumann <anaumann@ultratronik.de>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: Use V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY if driver advertises it.
+         On modern kernels, the G/S_FMT ioctls will always fail using
+         V4L2_BUF_TYPE_VIDEO_OVERLAY with VFL_DIR_TX (e.g. real overlay out drivers)
+         since this is not the intented use (rather rx, according to v4l2 API doc).
+         Probably this is why the Video Output Overlay interface was created, so if
+         the driver advertises it we might as well use.
+         For old kernels (pre 2012) the old way might still work so keeping this for
+         compatibility.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761165
+
+2016-06-06 18:52:01 +0100  Kieran Bingham <kieran@bingham.xyz>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Use non-deprecated V4L2 type for RGB15
+         Support for the updated V4L2_PIX_FMT_XRGB555 was added in commit
+         2538fee2fd8fdb74b05f0a511281bc4707e7cc44 however, when setting the format
+         for use in v4l2 ioctls, the old deprecated format is still used. Convert
+         this to the new accepted format type, as the preferred format.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767300
+
+2016-05-04 14:50:32 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: preserve seek flags
+         Without this some flags get lost in streaming mode.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767194
+
+2016-06-06 10:47:52 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/Makefile.am:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         Revert "WIP revert soup"
+         This reverts commit fdac3a7a231f3848665636cf8122f96103b46e3b.
+         Was not supposed to be pushed but a local workaround for
+         https://bugzilla.gnome.org/show_bug.cgi?id=693911#c13
+
+2016-06-03 13:09:35 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: complete warn log with SSRC
+         https://bugzilla.gnome.org/show_bug.cgi?id=767195
+
+2016-05-31 15:29:13 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/Makefile.am:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         WIP revert soup
+
+2016-06-03 13:18:31 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: Unref seek event in any case
+         It would be leaked if no seek handler was currently set.
+
+2016-06-03 10:49:17 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/dv/gstdvdemux.h:
+         dvdemux: Properly set event/message sequence numbers based on the previous seek
+         See https://bugzilla.gnome.org/show_bug.cgi?id=765935
+         https://bugzilla.gnome.org/show_bug.cgi?id=767157
+
+2016-06-03 10:36:32 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/dv/gstdvdemux.h:
+         dvdemux: Remember if upstream had a time segment and if not properly create time segments
+         Previously the segment.time was wrong, and the position was not updated
+         correctly, resulting in seeks in PUSH mode with upstream providing a BYTES
+         segment to not work at all.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767157
+
+2016-06-03 09:54:53 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: Implement SEEKING query so we can actually seek if upstream can't seek in TIME
+         https://bugzilla.gnome.org/show_bug.cgi?id=767157
+
+2016-06-02 14:19:15 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: Recalculate the frame offsets at the beginning of each BYTE segment and whenever upstream gives us a timestamp
+         This fixes seeking in DV streams where upstream operates in PUSH mode with a
+         TIME segment (e.g. avidemux). Without this, we would generate wrong durations
+         and timestamps after a seek.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767157
+
+2016-06-02 13:53:44 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/dv/gstdvdemux.h:
+         dvdemux: Pass-through buffer DISCONT flags
+         https://bugzilla.gnome.org/show_bug.cgi?id=767157
+
+2016-06-02 16:16:45 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpvp9depay.c:
+         rtpvp9depay: Don't assert on flexible mode packets
+         Instead just post a warning on the bus for now.
+
+2016-06-02 15:03:17 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * tests/check/elements/rtpbin.c:
+         tests: rtpbin: fix caps leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=767156
+
+2016-06-02 15:00:01 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * tests/check/elements/amrparse.c:
+         tests: amrparse: clean up test
+         - use GST_CHECK_MAIN() to reduce boilerplate
+         - unref the input caps using a teardown function to prevent leaks
+         https://bugzilla.gnome.org/show_bug.cgi?id=767156
+
+2016-05-20 15:22:35 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+         deinterlace: Ensure DISCONT flag is properly propagated
+         The output of deinterlace at startup, or when receiving a new DISCONT
+         buffer, should have the DISCONT flag set on the first buffer.
+
+2016-05-31 21:34:04 +0200  Josep Torra <adn770@gmail.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2src: check for valid size on raw video buffers
+         Discard buffers that doesn't contain enough data when dealing
+         with raw video inputs.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767086
+
+2016-05-31 17:10:36 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Use the demuxer segment instead of a new one for MSS streams
+         Upstream might have told us something about the to be expected segment, so
+         let's use that information instead of coming up with a [0,-1] segment.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767071
+
+2016-05-31 17:04:32 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Only activate segments and send SEGMENT events if we have streams
+         But in that case also remove the pending newsegment event, otherwise we would
+         later send a possibly outdated event.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767071
+
+2016-05-31 16:53:50 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: In PULL mode, nothing is ever going to send us a SEGMENT event
+         https://bugzilla.gnome.org/show_bug.cgi?id=767071
+
+2016-05-31 16:38:34 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't override TIME segments from upstream that we just saw
+         The point of d8fb7a9c96b108814beeaa0e63f818d4648c7fe9 was to not have any
+         spurious segments stored for later if we do BYTES->TIME conversion, but
+         overriding any TIME segments from upstream does not make any sense.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=763165
+         https://bugzilla.gnome.org/show_bug.cgi?id=767071
+
+2015-07-16 09:48:46 +0530  Prashant Gotarne <ps.gotarne@samsung.com>
+
+       * gst/multifile/gstmultifilesrc.c:
+         multifilesrc: set position as offset from start-index
+         query position in GST_FORMAT_BUFFER returns
+         offset from start-index rather than index.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752462
+
+2016-05-27 12:49:32 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/pipelines/simple-launch-lines.c:
+       * tests/files/Makefile.am:
+       * tests/files/gradient.j2k:
+         tests: add unit test for JPEG-2000 rtp payloader leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=766870
+
+2016-05-25 17:11:13 +0200  Pierre Lamot <pierre.lamot@openwide.fr>
+
+       * gst/rtp/gstrtpj2kpay.c:
+         rtpj2kpay: Fix buffer memory leak
+         Input buffer memory was not unmapped
+         https://bugzilla.gnome.org/show_bug.cgi?id=766870
+
+2016-05-18 12:12:15 +0300  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: fix caps leak
+         gst_v4l2_object_probe_caps() was taking an extra ref on the returned
+         caps for no reason.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766610
+
+2016-05-22 20:14:18 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/videocrop/gstvideocrop.c:
+         videocrop mark crop properties as mutable in playing state
+
+2016-05-20 16:47:35 +0300  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: fix buffer leak when flushing
+         When early returning in gst_soup_http_src_read_buffer() because the
+         element is FLUSHING, we need to unmap and unref the buffer which was just created.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766718
+
+2016-05-20 11:15:44 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Set seek event seqnum on all SEGMENT events
+         Some were forgotten.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=765935
+
+2016-05-20 11:12:44 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+         avidemux: Pass through seek event seqnums in all SEGMENT/EOS events and SEGMENT_DONE messages/events
+         See https://bugzilla.gnome.org/show_bug.cgi?id=765935
+
+2016-05-20 10:56:52 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Set seek event seqnum in EOS and SEGMENT_DONE messages/events
+         Also actually store the seqnum in pull mode seeks.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=765935
+
+2016-05-17 13:40:38 +0300  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: fix caps leak
+         The caps returned by gst_pad_get_current_caps() was never unreffed when
+         not early returning.
+         Fix a leak with the elements/deinterlace test.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766558
+
+2016-01-25 16:25:51 +0100  Mikhail Fludkov <misha@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: don't act on suspicious BYE RTCP
+         Some endpoints (like Tandberg E20) can send BYE packet containing our
+         internal SSRC. I this case we would detect SSRC collision and get rid
+         of the source at some point. But because we are still sending packets
+         with that SSRC the source will be recreated immediately.
+         This brand new internal source will not have some variables incorrectly
+         set in its state. For example 'seqnum-base` and `clock-rate` values will be
+         -1.
+         The fix is not to act on BYE RTCP if it contains internal or unknown
+         SSRC.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762219
+
+2015-11-15 14:54:28 +0100  Mikhail Fludkov <misha@pexip.com>
+
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Add test for locking of the stats signal
+         Keeping the lock while emitting the stats signal introduces potential
+         deadlock in those situations when the signal callback wants the access
+         to rtpsession's properties which also requre the lock.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762216
+
+2016-05-19 15:36:57 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: don't hold object lock whilst pushing out headers
+         matroskademux would take the GST_OBJECT_LOCK in
+         - gst_matroska_demux_push_codec_data_all()
+         - gst_matroska_demux_query()
+         Some parse element such as FLAC checks upstream seekability, and
+         there is some use cases that matroska-demux is linked to a parse element
+         (e.g.,FLAC format) without intermediate elements (e.g., queue).
+         In this case, matroska-demux never returns from _push_codec_data_all()
+         because the parser can return only after it receives the response to
+         the upstream query, but that's not going to happen because it's
+         deadlocked.
+         Elements must not hold the object lock whilst pushing out events
+         or data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766645
+
+2016-05-19 12:43:01 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Set sent_buffers and streamheader_buffers to NULL after freeing
+         Otherwise we might use an already freed list later and crash or worse.
+
+2016-05-18 18:32:57 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: fix Since version for new "loop" property
+
+2016-05-16 16:18:37 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/rtsp/gstrtpdec.c:
+         rtpdec: fix clock leak
+         gst_system_clock_obtain() returns a new ref.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766521
+
+2016-05-17 05:33:35 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: add doc blurb with since marker for new "loop" property
+
+2015-11-13 15:52:35 +0100  Dimitrios Katsaros <patcherwork@gmail.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: add support for png
+         https://bugzilla.gnome.org/show_bug.cgi?id=758059
+
+2016-05-15 22:07:14 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmuxsrc: Connect to demux signals before activating
+         Fix a race in splitmuxsrc by properly connecting to the
+         demuxer signals we're interested in *before* setting it running.
+
+2016-05-15 13:31:37 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         docs: Update for git master
+
+2016-05-15 12:16:23 +0200  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4gpay.h:
+         rtpmp4gpay: Don't produce timestamps based on byte count
+         The GST_BUFFER_OFFSET of output buffers returned to GstRtpBasePayload
+         should reflect the number of "samples" in the unit of the RTP clock in this
+         buffer. If this is not true, then it shouldn't be set.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761943
+
+2016-05-15 12:24:03 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: Fix strcmp usage
+         Just use g_strcmp0 which can handle NULL entries
+
+2016-03-04 10:14:00 +0100  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Use audio/x-unaligned-raw instead of audio/x-raw for L16 data
+         Directly setting audio/x-raw caps leads to problems when the delivered
+         data blocks do not align properly at sample boundaries (for example, a
+         data block with 391 bytes). So, instead, set audio/x-unaligned-raw to
+         let a parser be autoplugged.
+         https://bugzilla.gnome.org/show_bug.cgi?id=689460
+
+2016-05-12 11:52:09 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Parsing elst box based on version
+         segment_duration and media_time should be parsed based on version
+         of elst box. Specification defines that an elst box with version 1
+         has uint64 and int64 values for segment_duration and media_time,
+         respectively.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766301
+
+2016-05-14 12:57:41 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: check if request was cancelled when sending message
+         It might be that the request was aborted by the application and
+         we can return immediatelly
+
+2016-05-14 12:43:54 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: proxy resolver is on by default
+         Remove from the session creation parameters
+
+2016-05-14 12:15:48 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/soup/Makefile.am:
+         soup: update build to warn about newer deprecated functions
+         We already depend on 2.48
+
+2016-05-14 11:09:33 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: reduce reading latency by using non-blocking read
+         Non-blocking read will return the amount of data available without
+         blocking to wait for the full requested size.
+         The downside is that now it souphttpsrc needs to have a waiting
+         mechanism in case there is no data available yet to avoid busy
+         looping arond the inputstream.
+
+2016-05-15 12:30:50 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Take the lock already when reading the other stats, not just for the hash table
+         https://bugzilla.gnome.org/show_bug.cgi?id=766025
+
+2016-05-14 17:04:57 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/ebml-read.c:
+         matroska: use math-compat.h for NAN define
+
+2016-05-14 23:39:22 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Use GstBin async-handling instead of our own.
+         Set the async-handling property on GstBin to let it manage
+         async-handling instead of the local handling from the previous
+         commit. Works because of #174a5e in core
+
+2016-05-13 10:17:33 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: refactor to use Soup's sync API
+         Replace the async API with the sync API to remove all the extra mainloop
+         and context handling. Currently it blocks reading until 'blocksize'
+         bytes are available but that can be improved by using:
+         https://developer.gnome.org/gio/unstable/GPollableInputStream.html#g-pollable-input-stream-read-nonblocking
+         https://bugzilla.gnome.org/show_bug.cgi?id=693911
+
+2016-05-14 04:50:36 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: souphttpsrc: replace deprecated API
+         Avoid using soup_server_run_async and old get_port() APIs,
+         replace with me soup_server_listen and get the port through the
+         URIs list returned from the server.
+
+2016-05-14 12:34:10 +0200  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: Upgrade debug message to error
+         It causes the entire pipeline to fail, it should be easier to find.
+
+2016-05-14 18:32:52 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Hide internal async state changes.
+         When switching fragments, hide the async-start/async-done
+         messages from the parent bin, as otherwise we sometimes (very rarely)
+         hang in PAUSED instead of returning / continuing to PLAYING
+         state.
+
+2016-05-13 21:20:28 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Remove stray carriage-return from debug
+
+2016-05-13 16:43:21 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/Makefile.am:
+         rtp: Ship gstrtpj2kcommon.h file to fix distcheck
+
+2015-04-30 14:43:04 +0200  Jesper Larsen <knorr.jesper@gmail.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: Do not write index and header if idx is NULL
+         Fixes criticals with e.g.
+         videotestsrc num-buffers=1 ! identity drop-probability=1.0 ! avimux ! fakesink
+         https://bugzilla.gnome.org/show_bug.cgi?id=748700
+
+2016-05-12 08:43:39 -0400  Aaron Boxer <boxerab@gmail.com>
+
+       * gst/rtp/gstrtpj2kpay.c:
+         rtpj2kpay: manage T tile invalidation bit correctly, update tile id in header correctly.
+         1. according to RFC, T bit is only set when either the RTP packet only contains the J2K main header, or the packet contains tile parts from multiple tiles. This is now being managed correctly in the code. The second scenario cannot happen with our payloader, since tile headers are always placed in their own RTP packet, and so a packet cannot contain tile parts from multiple tiles.
+         However, I have added code to track if multiple tile parts are included in a single RTP packet, in case in the future we want to put header and data in same packet.
+         2. Old code would set the tile id to zero for all J2K packets. This is now set correctly to the appropriate tile id.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745187
+
+2016-05-12 08:41:51 -0400  Aaron Boxer <boxerab@gmail.com>
+
+       * gst/rtp/gstrtpj2kpay.c:
+         rtpj2kpay: manage fragmented headers correctly
+         J2K main header framentation across multiple RTP packets is now handled correctly
+         https://bugzilla.gnome.org/show_bug.cgi?id=745187
+
+2016-05-11 15:04:26 -0400  Aaron Boxer <boxerab@gmail.com>
+
+       * gst/rtp/gstrtpj2kcommon.h:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kdepay.h:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpj2kpay.h:
+         rtpj2k: move common code to shared header, code clean up
+         https://bugzilla.gnome.org/show_bug.cgi?id=745187
+
+2016-05-11 15:01:32 -0400  Aaron Boxer <boxerab@gmail.com>
+
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+         rtpj2k: update documentation
+         https://bugzilla.gnome.org/show_bug.cgi?id=745187
+
+2016-05-12 14:43:43 +0200  Patricia Muscalu <patricia@axis.com>
+
+       * gst/auparse/gstauparse.c:
+       * gst/auparse/gstauparse.h:
+         auparse: Fix sticky event misordering warning
+         Make sure that src pad has caps before sending segment event.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766359
+
+2016-05-11 09:28:13 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Don't notify about stats property changes while taking the session lock
+         The signal handlers might want to actually get the value of the stats
+         property, which would take the session lock again and deadlock.
+         This was introduced by 2e960e70750a0cb7e1117d0c09d08597866a29ee.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766025
+
+2016-05-03 13:59:54 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: improve edts segment handling after seeks in push mode
+         Properly handle edts segments for push-based operation seeking.
+         We only support edts that a single segment that has media at the end,
+         being preceeded by any number of gap segments.
+         This also allows the qt segment rate to be respected after seeks
+         https://bugzilla.gnome.org/show_bug.cgi?id=765669
+
+2016-05-03 10:41:06 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: properly activate segment with rate != 1.0
+         Also use the qt rate to identify the position within a qt segment
+         to properly translate playback time to qt media time
+         https://bugzilla.gnome.org/show_bug.cgi?id=765669
+
+2016-05-03 11:45:01 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Fix stall when receiving already lost packet
+         When a packet arrives that has already been considered lost as part of a
+         large gap the "lost timer" for this will be cancelled. If the remaining
+         packets of this large gap never arrives, there will be missing entries
+         in the queue and the loop function will keep waiting for these packets
+         to arrive and never push another packet, effectively stalling the
+         pipeline.
+         The proposed fix conciders parts of a large gap definitely lost (since
+         they are calculated from latency) and ignores the late arrivals.
+         In practice the issue is rare since large gaps are scheduled immediately,
+         and for the stall to happen the late arrival needs to be processed
+         before this times out.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765933
+
+2016-05-05 14:18:21 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Take session lock when creating stats
+         The access to the session hash table must happen while the session lock is
+         taken, otherwise another thread might modify the hash table while we're
+         creating the stats.
+         https://bugzilla.gnome.org/show_bug.cgi?id=766025
+
+2016-05-03 21:17:01 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: update segment when new duration is found
+         Otherwise the old segment will have a shorter stop time and would
+         cause the stream to end too early.
+
+2016-05-04 11:37:29 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: dismember activate_segment into 2 parts
+         One that updates and push a new segment, the other will move the
+         stream to the new segment starting position
+
+2016-05-04 09:30:27 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdec.c:
+       * ext/dv/gstdvdemux.c:
+         dv: Use correct pixel-aspect-ratio values
+         The previous ones resulted in odd display aspect ratios and were different
+         from the ones used by e.g. ffmpeg. The new ones now result in display aspect
+         ratios of 4:3 and 16:9.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765946
+
+2015-11-09 17:55:09 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/splitmux.c:
+         tests: add splitmuxsrc test for new "format-location" signal
+         https://bugzilla.gnome.org/show_bug.cgi?id=753625
+
+2015-11-09 17:51:12 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: add a format-location signal that allows bypassing the location property
+         This signal allows a user to directly return a sorted list of
+         files to be joined, so that they don't have to follow the
+         filename pattern that the "location" property expects.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753625
+
+2016-05-04 11:15:20 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Fix deadlock case when source reaches EOS
+         https://bugzilla.gnome.org/show_bug.cgi?id=765072
+
+2016-05-03 22:59:27 -0700  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: simplify and correct header scanning
+         The wav spec tells that 'fmt' (and 'bext' if present) must come before 'data'.
+         There is no requirement for 'fmt' to be first. We already had a list of chunks
+         to skip, but it is easier to just skip any chunk while seeking for 'fmt'.
+         This fixes reading files generated by ProTools.
+
+2016-04-30 22:15:13 +0900  Hyunjun Ko <zzoon@igalia.com>
+
+       * sys/osxaudio/Makefile.am:
+       * sys/osxaudio/gstosxaudio.c:
+       * sys/osxaudio/gstosxaudiodeviceprovider.c:
+       * sys/osxaudio/gstosxaudiodeviceprovider.h:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxaudiosrc.h:
+         osxaudio: Support audio device provider on osx
+         https://bugzilla.gnome.org/show_bug.cgi?id=753265
+
+2016-05-01 15:09:27 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavimux.c:
+         avimux: set audio header rate according to calculated bps in stop_file
+         ... now that set_fields is no longer called there by
+         e538608b3f90539003de21c1db238f3c9b946e30
+
+2016-04-29 15:04:11 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Store the segment sequence number in the EOS events and SEGMENT_DONE events/message
+         Also instead of storing it per stream, store it globally in the demuxer. It's
+         the same for each stream anyway.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765806
+
+2016-04-11 10:54:38 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Always bind to ANY when address is a multicast address and not only on Windows
+         For IPv6 addresses, binding to a multicast group does not work on Linux
+         either. Always bind to ANY and then later join the multicast group.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764679
+
+2016-04-26 17:01:49 +0800  Song Bing <b06498@freescale.com>
+
+       * sys/ximage/ximageutil.c:
+         ximageutil: shouldn't implement transform if don't support it
+         shouldn't implement transform if don't support it. Or gst_buffer_copy_into()
+         will print ERROR log.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765583
+
+2016-04-28 16:24:52 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: Allow MPEG-1 Layer 1 and 2 in addition to 3 in MP4
+         Via the MPEG-4 Part 3 spec we can support the other layers too.
+         Also correct the samples per frame calculation for MP3 if it's MPEG-2 or
+         MPEG-2.5.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765725
+
+2016-04-27 20:46:34 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Update caps for TCP whenever they change
+         We only changed them for UDP so far, which caused the wrong seqnum-base and
+         other information to be passed to rtpjitterbuffer/etc when seeking. This
+         usually wasn't that much of a problem as the code there is robust enough, but
+         every now and then it causes us to drop up to 32756 packets before we
+         continue doing anything meaningful.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765689
+
+2016-04-27 20:33:38 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Ensure to not take caps with the wrong pt for getting the clock-rate
+         Especially the caps on the pad might be out of date, and the new caps would be
+         provided for the current pt via the request-pt-map signal.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765689
+
+2016-04-27 18:27:17 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Don't propagate spurious state change returns from internal elements further
+         We handle them inside rtspsrc and override them in all other cases anyway, so
+         do the same for "internal" state changes like PAUSED->PAUSED and
+         PLAYING->PLAYING.
+         This keeps unexpected NO_PREROLL to confuse state changes in GstBin.
+         See also https://bugzilla.gnome.org/show_bug.cgi?id=760532
+         https://bugzilla.gnome.org/show_bug.cgi?id=765689
+
+2016-04-27 14:09:03 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: Don't override maximum audio chunk size with the scale again just before writing it
+         set_fields() should only be called in the beginning, otherwise we will never
+         remember the maximum audio chunk size and write a wrong block align... which
+         then causes wrong timestamps and other problems.
+
+2016-04-27 13:53:00 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: Actually store the largest audio chunk size for the VBR case of MP2/MP3
+         3ea338ce271e1f6a96d2ed49d4472b091f6f8b7e changed avimux to do that, but it
+         never actually kept track of the max audio chunk for MP3 and MP2. These are
+         knowing the hdr.scale only after parsing the frames instead of at setcaps
+         time.
+
+2016-04-25 15:03:14 +0200  Mats Lindestam <matslm@axis.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: Allow setting "socket-v6" without setting "socket" too
+         https://bugzilla.gnome.org/show_bug.cgi?id=764897
+
+2016-04-22 15:02:16 +0100  Mario Sanchez Prada <mario@endlessm.com>
+
+       * ext/vpx/gstvpxenc.c:
+         vpxenc: Properly handle frames with too low duration
+         When a frame's duration is too low, calling gst_util_uint64_scale()
+         to scale its value can result into it being truncated to zero, which
+         will cause the vpx encoder to return an VPX_CODEC_INVALID_PARAM error
+         when trying to encode.
+         To prevent this from happening, we simply ignore the duration when
+         encoding if it becomes zero after scaling, logging a warning message.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765391
+
+2016-04-22 15:48:08 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: fix description of linear interlacing method
+
+2016-04-21 14:08:19 -0300  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/flv/gstflvmux.c:
+         flv: Handle the case where we do not get any CollectData in handle_buffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=765320
+
+2016-04-11 22:41:20 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Do not use unreliable framerate
+         timescale/1 is unreliable value for framerate. Due to downstream
+         element usually use framerate generated by qtdemux, let it be omitted
+         until the framerate can be reliably calculated.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764733
+
+2016-04-21 12:53:33 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         Revert "qtdemux: expose streams with first moof for fragmented format"
+         This reverts commit d8bb6687ea251570c331038279a43d448167d6ad.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764733
+
+2016-02-09 17:17:09 +0000  Alex Ashley <bugzilla@ashley-family.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: support seeking of CENC encrypted streams
+         When playing a stream that has been protected by DASH CENC, playback
+         will fail if a seek is performed. Qtdemux produces the error "stream
+         is protected using cenc, but no cenc protection system information
+         has been found" and playback stops.
+         The problem is that gst_qtdemux_reset() gets called as part of the
+         FLUSH during a seek. This function frees the protection_system_ids
+         array. When gst_qtdemux_configure_protected_caps() is called after the
+         seek has completed, the protection_system_ids array is empty and
+         qtdemux is unable to create the correct output caps for the protected
+         stream.
+         This commit changes it to only free the protection_system_ids on
+         hard resets.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761787
+
+2016-04-18 14:33:10 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+         udpsrc: add "retrieve-sender-address" property
+         This allows disabling of sender address retrieval, which might
+         be useful in certain scenarios, like when the socket is connected,
+         or the sender address is not of interest (e.g. when receiving an
+         MPEG-TS stream). Disabling sender address retrieval in those
+         cases can have minor performance advantages.
+         https://bugzilla.gnome.org/show_bug.cgi?id=563323
+
+2015-11-26 13:15:06 +0100  Dimitrios Katsaros <patcherwork@gmail.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Change warning handling to break infinite message loop
+         v4l2src can cause an "infinite message loop" when a base control exposed as a
+         property is not provided by the device. In these cases, if in the warning message
+         handling for the bus, the GST_DEBUG_BIN_TO_DOT_FILE* category of functions are used,
+         the src lookup causes a new warning to be posted on the bus, causing a loop.
+         This patch changes the warning for these controls so they are not posted on the bus.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758703
+
+2016-04-15 10:44:02 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         spitmuxsink: Avoid creating small file at EOS
+         When EOS is reached, the current file get closed and the last
+         GOP in the mq was written in a new file.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765072
+
+2016-04-15 19:55:03 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/mpg123/gstmpg123audiodec.h:
+         mpg123: fix build with msvc
+         Fix syntax errors when compiling against cerbero-provided libmpg123
+         headers. We do the same as the libmpg123 internal visual studio
+         build here.
+         mpg123.h(1378): error C2143: syntax error: missing ')' before '('
+         mpg123.h(1378): error C2081: 'ssize_t': name in formal parameter list illegal
+         mpg123.h(1378): error C2143: syntax error: missing ')' before '*'
+         mpg123.h(1378): error C2091: function returns function
+         mpg123.h(1378): error C2143: syntax error: missing '{' before '*'
+         mpg123.h(1378): error C2059: syntax error: ')'
+         mpg123.h(1379): error C2143: syntax error: missing ')' before '*'
+         mpg123.h(1379): error C2365: 'off_t': redefinition; previous definition was 'typedef'
+         ...
+
+2016-04-15 19:59:15 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: S16 uses S32 temporary buffers, float/double their own type
+         Make sure to allocate not only a S16 buffer for S16 but a twice as big one to
+         hold S32.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765116
+
+2016-04-16 02:17:26 +1000  Jan Schmidt <jan@centricular.com>
+
+       * ext/pulse/pulsesink.c:
+         Revert "pulsesink: uncork if needed upon commit"
+         This reverts commit 0dd46accf6d282ff07065852bd91c85c78af3394.
+         With some audiosinks, starting the ringbuffer on the first commit
+         causes audio glitches at startup by starting to output segments
+         from the ringbuffer before it has been filled / fully prerolled. This
+         doesn't usually happen with pulsesink because we map the pulseaudio
+         ringbuffer directly, but we should keep things consistent with
+         other sinks with regards to startup latency, plus it gives more
+         headway to avoid glitching, should the initial 2nd segment take
+         more than 10ms to generate.
+         https://bugzilla.gnome.org/show_bug.cgi?id=657076
+
+2016-04-15 00:46:56 -0700  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: add srtp rollover counters from mikey crypto sessions
+         The server can send multiple crypto sessions, one for each SSRC with its
+         own rollover counter. We parse this information and pass it to the SRTP
+         decoder via the "request-key" signal.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730540
+
+2016-04-15 14:35:07 +0000  Jan Schmidt <jan@centricular.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: Fix debug output when resyncing
+         Don't output the pointer value of the time() function as a timestamp
+         by using the correct variable.
+         Fixes build on Raspberry Pi 3.
+
+2016-04-15 11:36:36 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: If no proxy is set by properties, use the default libsoup proxy resolver
+         That is, use whatever system settings there might exist. This is the same
+         behaviour we use in the HTTP source.
+
+2016-04-14 10:01:28 +0100  Julien Isorce <j.isorce@samsung.com>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 6f2d209 to ac2f647
+
+2016-04-13 18:45:07 +0100  Damian Ziobro <damian@xmementoit.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Add max_files_number property
+         https://bugzilla.gnome.org/show_bug.cgi?id=744612
+
+2016-04-13 10:57:03 -0700  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: drop reference to videomixer 2
+         Fix a small grammar mistake on "overlayed" while at it.
+
+2016-04-13 09:57:16 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/ximage/ximageutil.c:
+         ximage: Initialize all fields in the meta explicitly
+         The meta is not allocated with all fields initialized to zeroes.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764902
+
+2016-04-12 09:41:00 +0000  Paolo Pettinato <ppettina@cisco.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Forward sticky events on buffer lists too, not only on buffers
+         https://bugzilla.gnome.org/show_bug.cgi?id=764933
+
+2016-04-12 15:01:28 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Drain the field history if the caps are changing
+         Otherwise we will use fields from the old caps with everything set up for the
+         new caps, causing crashes and worse.
+         Also don't do anything if the same caps are set twice.
+
+2016-04-12 15:00:31 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Instead of confusing crashes later, just error out immediately if mapping a video frame fails
+         This probably still crashes but at least we get some hint about what goes
+         wrong instead of random behaviour later.
+
+2016-04-12 11:38:51 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: check stream is available in PIFF parser
+         qtdemux->streams is an array, it will never evaluate to true when comparing
+         to NULL. Instead we want to check the number of streams to make sure the
+         stream is available.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753614
+         CID 1358389
+
+2016-04-12 11:37:36 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         Revert "qtdemux: redundant check in PIFF parser"
+         This reverts commit 41e10524f3babdd92aac8c8c9d5b9cdf184c2d4e.
+
+2016-04-12 11:05:50 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: redundant check in PIFF parser
+         qtdemux->streams is an array of size GST_QTDEMUX_MAX_STREAMS, it will never
+         evaluate to true when comparing to NULL.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753614
+         CID 1358389
+
+2016-04-12 11:56:08 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: avoid leaking GValues
+         unset the GValue if we don't use it any more to avoid leaks.
+
+2016-04-12 10:15:39 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: Fix rtp_jitter_buffer_get_ts_diff() fill level calculation
+         The head of the queue is the oldest packet (as in lowest seqnum), the tail is
+         the newest packet. To calculate the fill level, we should calculate tail-head
+         while considering wraparounds. Not the other way around.
+         Other code is already doing this in the correct order.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764889
+
+2016-04-11 10:44:56 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/Makefile.am:
+         rtpmanager: It's GST_LIBS, not GST_LIBS_LIBS
+
+2016-04-11 08:33:17 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix parsing segment duration of empty edit list box
+         For empty edit list, segment-duration in edit list box should not be
+         used for segment event.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764870
+
+2016-04-08 13:05:57 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: make timecodescale configurable
+         In some use cases the default timecodescale will produce blocks with the same timestamp
+         https://bugzilla.gnome.org/show_bug.cgi?id=764769
+
+2016-04-07 13:01:52 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jiterbuffer: Move assertion to the right location
+         We shouldn't have "late" lost timers at that point
+
+2016-03-02 14:25:24 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: Speed up lost timeout handling
+         When downstream blocks, "lost" timers are created to notify the
+         outgoing thread that packets are lost.
+         The problem is that for high packet-rate streams, we might end up with
+         a big list of lost timeouts (had a use-case with ~1000...).
+         The problem isn't so much the amount of lost timeouts to handle, but
+         rather the way they were handled. All timers would first be iterated,
+         then the one selected would be handled ... to re-iterate the list again.
+         All of this is being done while the jbuf lock is taken, which in some use-cases
+         would return in holding that lock for 10s... blocking any buffers from
+         being accepted in input... which would then arrive late ... which would
+         create plenty of lost timers ... which would cause the same issue.
+         In order to avoid that situation, handle the lost timers immediately when
+         iterating the list of pending timers. This modifies the complexity from
+         a quadratic to a linear complexity.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762988
+
+2016-03-02 14:23:01 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: Don't create lost events if we don't need them
+         When "do-lost" is set to FALSE we don't use/send the lost events.
+         In that case, don't create them to start with :)
+         https://bugzilla.gnome.org/show_bug.cgi?id=762988
+
+2016-03-02 13:57:07 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: Add tracing of lock usage
+         Helps with debugging lock usage
+         https://bugzilla.gnome.org/show_bug.cgi?id=762988
+
+2016-02-10 19:56:59 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+         v4l2: Don't leak v4l2 objects and props on probe errors
+
+2016-04-04 17:42:03 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: add unit test for jpeg depayloader packet loss handling
+         Make sure it always outputs something that looks like a valid
+         JPEG frame, ie. starts with an SOI marker and ends with an EOI
+         marker.
+
+2016-03-15 03:25:26 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+         rtpjpegdepay: Don't send invalid frames downstream after packet loss or a DISCONT
+         After clearing the adapter due to a DISCONT, as might happen when some packet(s)
+         have been lost, the depayloader was pushing data into the adapter (which had no
+         header due to the clear), creating a headerless frame out of it, and sending it
+         downstream. The downstream decoder would then usually ignore it; unless there
+         were lots of DISCONTs from the jitterbuffer in which case the decoder would reach
+         its max_errors limit and throw an element error. Now we just discard that data.
+         It is probaby not worth trying to salvage this data because non-progressive
+         jpeg does not degrade gracefully and makes the video unwatchable even with
+         low packet loss such as 3-5%.
+
+2016-01-05 16:15:16 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtpjitterbuffer: Add RFC7273 media clock handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=762259
+
+2015-07-10 09:44:15 +0200  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: PIFF box detection and parsing support
+         The PIFF data is stored in a custom UUID box which is parsed and the
+         crypto_info of the element is updated accordingly. This allows
+         downstream decryptors to process and decrypt the protected content.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753614
+
+2016-04-01 12:15:05 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtp/gstrtpvorbisdepay.c:
+         rtpvorbisdepay: remove dead code
+         payload_buffer hasn't been assigned a value before the jumps to
+         switch_failed or packet_short. So the value must be NULL. No need
+         to unmap and unref.
+         CID #1316476
+
+2016-03-31 14:57:20 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: fix leak
+         Free memory of current macroblock once it isn't needed so it isn't leaked
+         by the call of the gst_rtp_h263_pay_B_mbfinder function.
+         if (!(mac = gst_rtp_h263_pay_B_mbfinder (context, gob, mac, mb))) {
+         CID 1212156
+
+2016-03-31 02:15:04 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmux: Handle a hang draining out at EOS
+         Make sure that all data is drained out when the reference pad
+         goes EOS. Fixes a problem where data that arrives on other
+         pads after the reference pad finishes can stall forever and
+         never pass EOS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763711
+
+2016-03-18 15:45:01 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Fix occasional deadlock when ending file with subtitle
+         Deadlock occurs when splitting files if one stream received no buffer during
+         the first GOP of the next file. That can happen in that scenario for example:
+         1) The first GOP of video is collected, it has a duration of 10s.
+         max_in_running_time is set to 10s.
+         2) Other streams catchup and we receive the first subtitle buffer at ts=0 and
+         has a duration of 1min.
+         3) We receive the 2nd subtitle buffer with a ts=1min. in_running_time is set to
+         1min. That buffer is blocked in handle_mq_input() because
+         max_in_running_time is still 10s.
+         4) Since all in_running_time are now > 10s, max_out_running_time is now set to
+         10s. That first GOP gets recorded into the file. The muxer pop buffers out
+         of the mq, when it tries to pop a 2nd subtitle buffer it blocks because the
+         GstDataQueue is empty.
+         5) A 2nd GOP of video is collected and has a duration of 10s as well.
+         max_in_running_time is now 20s. Since subtitle's in_running_time is already
+         1min, that GOP is already complete.
+         6) But let's say we overran the max file size, we thus set state to
+         SPLITMUX_STATE_ENDING_FILE now. As soon as a buffer with ts > 10s (end of
+         previous GOP) arrives in handle_mq_output(), EOS event is sent downstream
+         instead. But since the subtitle queue is empty, that's never going to
+         happen. Pipeline is now deadlocked.
+         To fix this situation we have to:
+         - Send a dummy event through the queue to wakeup output thread.
+         - Update out_running_time to at least max_out_running_time so it sends EOS.
+         - Respect time order, so we set out_running_tim=max_in_running_time because
+         that's bigger than previous buffer and smaller than next.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763711
+
+2015-11-17 18:17:35 +0100  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Add new signal 'on-app-rtcp'
+         Similar to the 'on-feedback-rtcp' signal, but emitted for RTCP APP
+         packets.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762217
+
+2016-03-24 15:57:11 +0900  Minjae Kim <nate.kim@lge.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpmanager: Set to initial value for 'ntpns' in get_current_times()
+         Initialize "ntpns" variable to -1 as the OE compiler for some reason doesn't
+         realize that the variable is set in all code paths.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764119
+
+2016-03-27 14:29:58 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gtkgstbasewidget.c:
+         gtk: Fix logging in base widget and fix desc of GL sink
+         Set a default category for gtkgstbasewidget lest the logging go to the 'default'
+         category where it can't be found easily
+
+2016-01-31 11:08:38 +1100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay: Allow different quantization tables for components 2 and 3
+         RFC 2435 mentions in section 4.1 that U/V use table number 1, but this seems
+         just like an example. Some encoders are not following that and there seems to
+         be no reason to reject their streams.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761345
+
+2016-03-25 17:49:14 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk/gl: don't assert when gdk doesn't provide a GL context
+         Allows the application to check whether gtkglsink is supported by setting
+         the element to READY.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764148
+
+2016-03-24 19:23:12 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/vpx/gstvpxdec.c:
+         vpxdec: Use threads on multi-core systems
+         This is a redo of commit b848c1b6ffd1e508228820a013f94fb445e4777f. The
+         code was lost when the elements where ported to use a baseclass.
+         https://bugzilla.gnome.org/show_bug.cgi?id=764169
+
+2016-02-29 23:40:03 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * tests/check/elements/splitmux.c:
+         splitmuxsink: only try to create internal sink if it doesn't exist
+         This allows splitmuxsink to be reused after being put to NULL.
+         Test included
+         https://bugzilla.gnome.org/show_bug.cgi?id=762893
+
+2015-10-01 13:41:23 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: probe all colorspace supported by device
+         A device can support more than one colorspace for a given image
+         dimension and pixel format. So we have to probe all the supported
+         colorspace and not only rely on the default one. Otherwise we could end
+         up with negotiation failure if the caps colorimetry field don't match
+         the v4l2 device default one even if the v4l2 could support such
+         colorimetry.
+         This patch enable probing if colorspace for both capture and output
+         device. It really makes sense for output device since the colorspace
+         shall be set by the application and a little less for capture device
+         which, at the moment, shall provide the colorspace; ie: the v4l2
+         specification seems to not take into account the fact that a capture
+         device could do colorspace conversion.
+         As a side effet, probing takes some times and so sligthly delay v4l2
+         initialization. Note that this patch only probe colorspace and not all
+         colorspace, matrix, transfer and range combination to avoid taking too
+         much time, especially with low-speed devices as full probing do 1782
+         ioctl.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755937
+
+2016-03-24 16:21:56 +0100  Edward Hervey <edward@centricular.com>
+
+       * tests/check/elements/flvdemux.c:
+         check: Fix indentation
+
+2016-03-24 16:20:39 +0100  Edward Hervey <edward@centricular.com>
+
+       * tests/check/elements/flvdemux.c:
+         tests: Remove unused variables
+
+2016-03-10 08:44:57 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtkbasesink: post message to application for unhandled keyboard/mouse events
+         https://bugzilla.gnome.org/show_bug.cgi?id=763403
+
+2016-03-04 15:50:26 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/qt/gstqtsink.cc:
+         bad: use new gst_element_class_add_static_pad_template()
+         https://bugzilla.gnome.org/show_bug.cgi?id=763081
+
+2016-03-04 15:50:26 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtksink.c:
+         bad: use new gst_element_class_add_static_pad_template()
+         https://bugzilla.gnome.org/show_bug.cgi?id=763081
+
+2016-03-16 20:26:16 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: Return the current caps on the srcpads on caps queries
+         It's not like we could accept any other caps here. The caps are decided by the
+         upstream caps event.
+         Also keep the filter order intact when filtering the results against the
+         filter caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763326
+
+2016-03-04 16:14:44 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         ugly: use new gst_element_class_add_static_pad_template()
+         https://bugzilla.gnome.org/show_bug.cgi?id=763082
+
+2016-03-04 16:14:44 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/lame/gstlamemp3enc.c:
+         ugly: use new gst_element_class_add_static_pad_template()
+         https://bugzilla.gnome.org/show_bug.cgi?id=763082
+
+2016-03-24 15:14:23 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix qtdemux memory leak in src_convert function
+         If we don't find the index of the sample correctly in src_convert function,
+         we have to unref about the qtdemux before returning value.
+         So, I have modify it about instead pass qtdemux as a parameter into
+         src_convert function.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763973
+
+2016-03-22 13:15:20 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add check condition for fail case in get_duration function
+         Currently, get_duration function always return the TRUE even though
+         it can't be set duration correctly. So, we need to add the else condition
+         about the fail case. Also, we already set the GST_CLOCK_TIME_NONE
+         in this function. So I have modify it which is related code in some
+         function.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763968
+
+2016-03-21 10:11:23 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Modify data type of duration in handle_src_query function
+         Data type of duration need to modify from guint64 to GstClockTime
+         for consistency in handle_src_query function.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763965
+
+2016-03-18 14:40:58 +0200  Vivia Nikolaidou <vivia@ahiru.eu>
+
+       * tests/check/elements/deinterlace.c:
+         deinterlace: Added unit tests for field=auto
+         https://bugzilla.gnome.org/show_bug.cgi?id=763869
+
+2016-03-17 21:21:02 +0200  Vivia Nikolaidou <vivia@toolsonair.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+         deinterlace: Added "auto" fields mode
+         The "auto" fields mode will detect the upstream and downstream framerates and
+         will decide to deinterlace all or only top fields.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763869
+
+2016-03-16 20:17:55 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * gst/flv/gstflvdemux.c:
+       * tests/check/elements/flvdemux.c:
+         flvdemux: don't emit pad-added until caps are ready
+         In other words, gst_pad_get_current_caps should never return NULL
+         in a pad-added callback from the demuxer.
+         Added tests for the two special cases with AAC and H.264 where this
+         would happen every time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763780
+
+2016-03-04 10:30:12 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/aalib/gstaasink.c:
+       * ext/cairo/gstcairooverlay.c:
+       * ext/dv/gstdvdec.c:
+       * ext/dv/gstdvdemux.c:
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflactag.c:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstsmokedec.c:
+       * ext/jpeg/gstsmokeenc.c:
+       * ext/libcaca/gstcacasink.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngenc.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+       * ext/shout2/gstshout2.c:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * ext/taglib/gstapev2mux.cc:
+       * ext/taglib/gstid3v2mux.cc:
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9dec.c:
+       * ext/vpx/gstvp9enc.c:
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackenc.c:
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/apetag/gstapedemux.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audiofx/gstscaletempo.c:
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+       * gst/auparse/gstauparse.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/cutter/gstcutter.c:
+       * gst/debugutils/breakmydata.c:
+       * gst/debugutils/cpureport.c:
+       * gst/debugutils/gstcapsdebug.c:
+       * gst/debugutils/gstcapssetter.c:
+       * gst/debugutils/gstnavigationtest.c:
+       * gst/debugutils/gstnavseek.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/debugutils/progressreport.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/debugutils/testplugin.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstedge.c:
+       * gst/effectv/gstop.c:
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstripple.c:
+       * gst/effectv/gstshagadelic.c:
+       * gst/effectv/gststreak.c:
+       * gst/effectv/gstvertigo.c:
+       * gst/effectv/gstwarp.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/id3demux/gstid3demux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/interleave/deinterleave.c:
+       * gst/interleave/interleave.c:
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/level/gstlevel.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/webm-mux.c:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsrc.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/replaygain/gstrglimiter.c:
+       * gst/replaygain/gstrgvolume.c:
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpL24depay.c:
+       * gst/rtp/gstrtpL24pay.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtph261depay.c:
+       * gst/rtp/gstrtph261pay.c:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpilbcpay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpklvdepay.c:
+       * gst/rtp/gstrtpklvpay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopuspay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtppcmupay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsbcdepay.c:
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpsirenpay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpstreamdepay.c:
+       * gst/rtp/gstrtpstreampay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtp/gstrtpvp9depay.c:
+       * gst/rtp/gstrtpvp9pay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtprtxqueue.c:
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmptealpha.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudpsrc.c:
+       * gst/videobox/gstvideobox.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videofilter/gstvideomedian.c:
+       * gst/videomixer/videomixer2.c:
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavparse/gstwavparse.c:
+       * gst/y4m/gsty4mencode.c:
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/oss/gstosssink.c:
+       * sys/oss/gstosssrc.c:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxvideo/osxvideosink.m:
+       * sys/sunaudio/gstsunaudiosink.c:
+       * sys/sunaudio/gstsunaudiosrc.c:
+       * sys/waveform/gstwaveformsink.c:
+       * sys/ximage/gstximagesrc.c:
+       * tests/check/elements/autodetect.c:
+       * tests/check/elements/qtmux.c:
+         good: use new gst_element_class_add_static_pad_template()
+         https://bugzilla.gnome.org/show_bug.cgi?id=763076
+
+2016-03-04 09:42:44 +0100  David Buchmann <david.buchmann@gmail.com>
+
+       * tests/check/elements/flvmux.c:
+         flvmux: Test to verify flvmux handles DTS with GST_CLOCK_TIME NONE
+         https://bugzilla.gnome.org/show_bug.cgi?id=762207
+
+2015-11-04 14:51:19 +0900  Jihae Yi <jihae.yi@samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: avoid potentially overflowing expression
+         https://bugzilla.gnome.org/show_bug.cgi?id=757569
+
+2016-03-22 10:43:45 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add the function to get channels and sample rate for AAC
+         Add aac_get_channels and sample_rate function to get these value for
+         AAC.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749110
+
+2016-03-24 13:33:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.8.0 ===
+
+2016-03-24 12:27:33 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.8.0
+
+2016-03-24 12:02:59 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2016-03-16 20:18:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: Use GstIterator for iterating all pads instead of manually iterating them while holding the object lock all the time
+         Doing queries while holding the object lock is a bit dangerous, and in this
+         case causes deadlocks.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763326
+
+2016-03-17 20:53:27 +0200  Vivia Nikolaidou <vivia@toolsonair.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix typo to not change the input caps but our filtered caps
+         Changing the input caps and not using them anymore afterwards is useless, and
+         it breaks negotiation in pipelines like:
+         gst-launch-1.0 videotestsrc ! "video/x-raw,framerate=25/1,interlace-mode=interleaved" !
+         deinterlace fields=all ! "video/x-raw,framerate=50/1,interlace-mode=progressive" !
+         fakesink
+
+=== release 1.7.91 ===
+
+2016-03-15 12:04:39 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.7.91
+
+2016-03-15 11:53:37 +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/id.po:
+       * po/it.po:
+       * po/ja.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/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+       * po/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2016-03-15 11:41:22 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/hu.po:
+       * po/sr.po:
+         po: Update translations
+
+2016-03-15 03:26:14 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/rtpsource.c:
+         rtpmanager: Some comment and documentation clarifications/fixes
+
+2016-03-13 10:33:13 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         Revert "flacparse: push tags in pre_push_frame"
+         This reverts commit 4065fcb80a49924b70f0c8fc159dec0ff47943a1.
+         flacparse should not push tags by itself, the base class is going to do that
+         while properly merging in upstream tags. It just didn't because of a bug in
+         the base class, which was hidden by this commit.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763553
+
+2016-02-25 05:17:51 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * gst/rtp/dboolhuff.c:
+       * gst/rtp/dboolhuff.h:
+       * gst/rtp/gstrtpsbcpay.c:
+         win32: Don't use __attribute__ on MSVC
+         Use MSVC-equivalents for alignment and packing compiler directives when building
+         on MSVC
+
+2016-02-25 05:16:42 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * gst/matroska/ebml-read.c:
+         win32: Don't try to include xmath.h on newer Visual Studio
+
+2016-02-25 05:16:09 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * gst/flx/gstflxdec.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/monoscope/gstmonoscope.c:
+         gst Factor out endian-order RGB formats
+         MSVC seems to ignore preprocessor conditionals inside static pad
+         template macros.
+
+2016-03-08 17:37:17 +0100  Thomas Roos <thomas.roos@industronic.de>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         dirctsoundsink: Setting volume should not unmute
+         https://bugzilla.gnome.org/show_bug.cgi?id=755106
+
+2016-03-08 13:57:24 +0100  Thomas Roos <thomas.roos@industronic.de>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         dirctsoundsink: Fix volume reset on unmute
+         https://bugzilla.gnome.org/show_bug.cgi?id=755106
+
+2016-03-08 13:03:55 +0100  Alban Bedel <alban.bedel@avionic-design.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: fix capture with bayer formats other than bggr
+         gst_v4l2_object_get_caps_info() always return V4L2_PIX_FMT_SBGGR8
+         for all bayer formats. This is obviously broken if the device use
+         another ordering. Fix this by properly reading the format parameter.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763318
+
+2016-03-07 10:28:06 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: reset pending segment if we are already pushing one
+         When upstream is running in bytes in push-mode, qtdemux will
+         convert seeks from time to bytes and send it upstream. Upstream
+         element will perform a byte seek and send a byte segment to qtdemux
+         that will convert it to time and push it downstream.
+         There is, however, the pending_segment variable that stores a new
+         segment event to be pushed before the next data. When handling seeks
+         as mentioned above this variable was being ignored and, if it contained
+         some segment event, it would override the one resulting from the seek.
+         This would restore a previous segment and would cause the seek segment
+         to be discarded downstream.
+         This patch fixes this issue by unrefing any pending segment as the
+         seek from upstream should contain the latest one that should be
+         used, as requested by the application.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763165
+
+2016-03-07 10:27:41 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: run gst-indent
+         Otherwise commits will fail with our indent check hook
+
+2016-03-04 15:09:45 +0100  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix colorimetry for NV12
+         Replicate V4L2_MAP_QUANTIZATION_DEFAULT macro behavior.
+         At #v4l it was described that documentation might be wrong and that
+         we should trust this macro instead.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762529
+
+2016-03-05 11:38:46 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/gtk/Makefile.am:
+         gtk: examples: #define GST_USE_UNSTABLE_API and link with X11_LIBS
+         X11_LIBS is needed for XInitThreads() and without the #define we get
+         warnings about the GL API being still unstable.
+
+2016-03-04 14:07:19 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Fix multicast group joining with provided sockets on Windows
+         On Windows the socket will be bound to ANY instead of the multicast group,
+         as binding to a multicast group does not work. Which would mean that we
+         override src->addr to become ANY and won't automatically join a multicast
+         group anymore on Windows.
+         On Linux we would automatically join a multicast group, keep it consistent.
+         https://bugzilla.gnome.org/show_bug.cgi?id=763093
+
+2016-03-01 18:22:37 +0300  Sergey Borovkov <sergey.borovkov@wireload.net>
+
+       * ext/qt/qtitem.cc:
+         qml: Fix leak of the OpenGL contexts
+         [Matthew Waters]: add NULL checks before unreffing
+         https://bugzilla.gnome.org/show_bug.cgi?id=762999
+
+2016-03-02 13:13:24 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         Revert "rtpjitterbuffer: don't forget to unlock mutex in error code path in two cases"
+         This reverts commit a7fb7b53592d87f7983544debb74d364fc3257ad.
+         The mutex is taken by the caller, we should keep it locked when returning so
+         the caller can unlock it again.
+
+2016-03-01 15:01:22 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: push tags in pre_push_frame
+         Push a tag event before pre-roll if we have tags.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762660
+
+=== release 1.7.90 ===
+
+2016-03-01 18:15:43 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.7.90
+
+2016-03-01 17:03:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/af.po:
+       * po/az.po:
+       * po/ca.po:
+       * po/da.po:
+       * po/el.po:
+       * po/en_GB.po:
+       * po/eo.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/lt.po:
+       * po/lv.po:
+       * po/mt.po:
+       * po/nb.po:
+       * po/or.po:
+       * po/pt_BR.po:
+       * po/ro.po:
+       * po/sk.po:
+       * po/sl.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/tr.po:
+       * po/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2016-03-01 16:53:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/bg.po:
+       * po/cs.po:
+       * po/de.po:
+       * po/fr.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/ru.po:
+       * po/sv.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         po: Update translations
+
+2016-03-01 14:14:02 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: don't forget to unlock mutex in error code path in two cases
+
+2016-02-29 10:10:24 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: remove impossible condition
+         It is impossible for a guint to have a negative value, no need to check for
+         this. Introduced in commit 6861d11c49ea0f30d2432cf4ebf6108bc89897f1
+         CID 1354509
+
+2016-02-28 10:12:36 +0100  Petr Viktorin <encukou@gmail.com>
+
+       * gst/alpha/gstalpha.c:
+         alpha: Fix sample pipeline
+         Use the zorder pad property to make sure the semitransparent
+         video is on top of the background.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762809
+
+2016-02-28 13:42:28 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/replaygain/gstrgvolume.c:
+       * tests/check/elements/rgvolume.c:
+         rgvolume: make tag list writable before modifying it
+         Making the event itself writable is not enough, it won't make
+         the actual taglist in the event writable as well. Instead, just
+         make a copy of the taglist and then create a new tag event from
+         that if required, replacing the old one. Before we would
+         inadvertently modify taglists upstream elements might still
+         be holding on to. Add unit test for this as well.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762793
+
+2016-02-28 13:01:34 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Properly error out if binding the UDP sockets fails
+         udpsrc is not returning us a socket in that case.
+
+2016-02-27 20:33:32 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/goom/gstgoom.c:
+         goom: Use goom_set_resolution() instead of recreating the goom instance when the resolution changes
+         https://bugzilla.gnome.org/show_bug.cgi?id=762765
+
+2016-02-27 20:32:45 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/goom/gstgoom.c:
+         Revert "goom: Initialize the goom struct only once we know width/height and recreate it if those change"
+         This reverts commit cc6e102643c1bae928316dca9f34db028fb9a67e.
+
+2016-02-27 20:31:15 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/goom/gstgoom.c:
+         goom: Initialize the goom struct only once we know width/height and recreate it if those change
+         Fixes crash when the width and/or height is changing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762765
+
+2016-02-26 12:41:07 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From b64f03f to 6f2d209
+
+2016-02-25 22:54:18 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-rtp.xml:
+         docs: add rtpopusdepay and rtpopuspay to documentation
+
+2016-02-17 15:15:11 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopusdepay.h:
+       * gst/rtp/gstrtpopuspay.c:
+       * gst/rtp/gstrtpopuspay.h:
+         rtp: opus: move Opus RTP payloader/depayloader from -bad to -good
+         https://bugzilla.gnome.org/show_bug.cgi?id=756282
+
+2016-02-17 15:10:00 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+         Merge branch 'plugin-move-rtp-opus'
+         Move Opus RTP depayloader/payloader from -bad to -good.
+         https://bugzilla.gnome.org/show_bug.cgi?id=756282
+
+2016-02-25 11:33:13 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: cenc aux info parsing from mdat support in PULL mode
+         This is already supported for PUSH mode but was failing in PULL mode.
+         The aux info is sometimes stored in the mdat before the first sample,
+         so the loop task needs to pull data stored at that location and
+         perform the aux info cenc parsing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761700
+         https://bugzilla.gnome.org/show_bug.cgi?id=762516
+
+2016-02-24 11:28:09 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: prevent buffer flow if any stream failed to be exposed
+         In some cases the stream configuration can fail, for instance if the
+         stream is protected and no decryptor was found. For those situations
+         the demuxer shouldn't emit any data on the corresponding source pad of
+         the stream and bail out.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762516
+
+2016-02-24 09:12:03 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: don't push encrypted buffer without cenc metadata
+         When the cenc metadata is stored outside of the moof box and the
+         stream is exposed it is possible that the cenc metadata hasn't been
+         processed yet while the first buffer is being pushed. When this
+         happens the buffer can't possibly be decrypted downstream so don't
+         push it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762516
+
+2016-02-23 23:10:20 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtsink.cc:
+       * ext/qt/qtitem.cc:
+         qt: use a static_cast instead of dynamic one
+         The dynamic_cast is a little but of overkill as the app will still crash if it
+         fails in the later g_assert.
+         Allows compilation with -fno-rtti
+         https://bugzilla.gnome.org/show_bug.cgi?id=762526
+
+2015-10-21 16:21:45 +0200  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: read saio aux_info_type as a FOURCC
+         https://bugzilla.gnome.org/show_bug.cgi?id=756897
+
+2016-02-23 18:27:47 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstdvdec.c:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/smpte/gstsmpte.c:
+         gst: Handle gst_pad_get_current_caps() returning NULL gracefully
+
+2016-02-23 18:12:54 +0200  Dave Craig <dcraig@brightsign.biz>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps()
+         Remove calls to gst_pad_has_current_caps() which then go on to call
+         gst_pad_get_current_caps() as the caps can go to NULL in between. Instead just
+         use gst_pad_get_current_caps() and check for NULL.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759539
+
+2015-12-16 12:40:39 +0000  Dave Craig <dcraig@brightsign.biz>
+
+       * ext/flac/gstflacenc.c:
+       * gst/flv/gstflvmux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+         gst: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps()
+         Remove calls to gst_pad_has_current_caps() which then go on to call
+         gst_pad_get_current_caps() as the caps can go to NULL in between. Instead just
+         use gst_pad_get_current_caps() and check for NULL.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759539
+
+2015-12-16 10:54:17 +0000  Dave Craig <dcraig@brightsign.biz>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Handle gst_pad_get_current_caps() returning NULL gracefully
+         This can happen when the pipeline is currently shutting down.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759539
+
+2016-02-23 15:57:18 +0100  Linus Svensson <linussn@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Don't handle seek until ready
+         https://bugzilla.gnome.org/show_bug.cgi?id=762542
+
+2016-02-23 15:55:13 +0100  Linus Svensson <linussn@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Unref seek event
+         https://bugzilla.gnome.org/show_bug.cgi?id=762542
+
+2016-02-22 11:01:40 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: close file on write error with next-file mode is set to buffer
+         If we have an error during fwrite call, file stays open and thus next
+         incoming buffer will trigger an assert when trying to opening a new
+         file.
+         This happens if we do not restart element, file is closed at stop, and
+         if application handles the returned GST_FLOW_ERROR to keep bin alive.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762434
+
+2016-02-19 23:44:42 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: don't output empty tags/tag elements
+         Such files will not play on Android, because of bug in libwebm matroska parsing, which is still present in 6.0.1
+         https://bugzilla.gnome.org/show_bug.cgi?id=762349
+
+2016-02-04 15:59:04 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: make up an OpusHead block if possible when missing
+         https://bugzilla.gnome.org/show_bug.cgi?id=761489
+
+2016-02-04 10:43:15 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: make up an OpusHead block if possible when missing
+         This block is needed in the Matroska file, but data coming from
+         RTP may not have one.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761489
+
+2016-02-22 13:53:21 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: make stream-id more readable and order-friendly
+         ... as streams are so ordered by id by e.g. decodebin
+         (and as typically already honoured by other demuxers).
+
+2016-02-22 13:25:51 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+         matroska: remove confusing duplicate track uid field
+
+2016-02-22 14:03:02 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtp/gstrtpvp9pay.c:
+         rtpvp9pay: add missing break
+         VP9_PAY_PICTURE_ID_7BITS and VP9_PAY_PICTURE_ID_15BITS are mutually
+         exclusive options of the picture-id-mode. We can break after the
+         first case.
+         1 or 2 bytes need to be added to the header length depending on the
+         PictureID size.
+         https://tools.ietf.org/html/draft-uberti-payload-vp9-00#section-4.2
+         CID 1353479
+
+2016-01-24 17:40:37 +0300  Sergey Borovkov <sergey.borovkov@wireload.net>
+
+       * ext/qt/qtitem.cc:
+       * ext/qt/qtitem.h:
+         qmlglsink: Schedule onSceneGrpahInitialized to execute on render thread
+         onSceneGraphInitialized() is called from non render thread currently when
+         scene graph is already initialized.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761003
+
+2016-02-22 09:09:01 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Fix buffer memory leak
+         buffer being mapped is not being unmapped in some cases
+         https://bugzilla.gnome.org/show_bug.cgi?id=762420
+
+2015-11-04 10:19:03 +0100  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpmanager: Don't warn for duplicate/reordered packets
+         This is a normal scenario and should not be a warning.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762208
+
+2016-02-21 09:47:43 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/alpha/alpha.vcproj:
+       * gst/auparse/auparse.vcproj:
+       * gst/avi/avi.vcproj:
+       * gst/cutter/cutter.vcproj:
+       * gst/debugutils/debug.vcproj:
+       * gst/debugutils/navigationtest.vcproj:
+       * gst/effectv/effectv.vcproj:
+       * gst/flx/flxdec.vcproj:
+       * gst/goom/goom.vcproj:
+       * gst/goom2k1/goom.vcproj:
+       * gst/interleave/interleave.vcproj:
+       * gst/isomp4/qtdemux.vcproj:
+       * gst/law/alaw.vcproj:
+       * gst/law/mulaw.vcproj:
+       * gst/matroska/matroska.vcproj:
+       * gst/multipart/multipart.vcproj:
+       * gst/rtp/rtp.vcproj:
+       * gst/smpte/smpte.vcproj:
+       * gst/spectrum/spectrum.vcproj:
+       * gst/udp/udp.vcproj:
+       * gst/videobox/videobox.vcproj:
+       * gst/videocrop/videocrop.vcproj:
+       * gst/videofilter/gamma.vcproj:
+       * gst/videofilter/videobalance.vcproj:
+       * gst/videofilter/videofilter.vcproj:
+       * gst/videofilter/videoflip.vcproj:
+       * gst/videomixer/videomixer.vcproj:
+       * gst/wavenc/wavenc.vcproj:
+       * gst/wavparse/wavparse.vcproj:
+       * gst/y4m/y4menc.vcproj:
+       * win32/MANIFEST:
+       * win32/vs6/autogen.dsp:
+       * win32/vs6/gst_plugins_good.dsw:
+       * win32/vs6/libgstalaw.dsp:
+       * win32/vs6/libgstalpha.dsp:
+       * win32/vs6/libgstalphacolor.dsp:
+       * win32/vs6/libgstapetag.dsp:
+       * win32/vs6/libgstaudiofx.dsp:
+       * win32/vs6/libgstauparse.dsp:
+       * win32/vs6/libgstautodetect.dsp:
+       * win32/vs6/libgstavi.dsp:
+       * win32/vs6/libgstcutter.dsp:
+       * win32/vs6/libgstdirectsound.dsp:
+       * win32/vs6/libgsteffectv.dsp:
+       * win32/vs6/libgstflx.dsp:
+       * win32/vs6/libgstgoom.dsp:
+       * win32/vs6/libgsticydemux.dsp:
+       * win32/vs6/libgstid3demux.dsp:
+       * win32/vs6/libgstinterleave.dsp:
+       * win32/vs6/libgstjpeg.dsp:
+       * win32/vs6/libgstlevel.dsp:
+       * win32/vs6/libgstmatroska.dsp:
+       * win32/vs6/libgstmedian.dsp:
+       * win32/vs6/libgstmonoscope.dsp:
+       * win32/vs6/libgstmulaw.dsp:
+       * win32/vs6/libgstmultipart.dsp:
+       * win32/vs6/libgstpng.dsp:
+       * win32/vs6/libgstqtdemux.dsp:
+       * win32/vs6/libgstrtp.dsp:
+       * win32/vs6/libgstrtsp.dsp:
+       * win32/vs6/libgstsmpte.dsp:
+       * win32/vs6/libgstspeex.dsp:
+       * win32/vs6/libgstudp.dsp:
+       * win32/vs6/libgstvideobalance.dsp:
+       * win32/vs6/libgstvideobox.dsp:
+       * win32/vs6/libgstvideocrop.dsp:
+       * win32/vs6/libgstvideoflip.dsp:
+       * win32/vs6/libgstvideomixer.dsp:
+       * win32/vs6/libgstwaveform.dsp:
+       * win32/vs6/libgstwavenc.dsp:
+       * win32/vs6/libgstwavparse.dsp:
+       * win32/vs7/libgstdirectsound.vcproj:
+       * win32/vs8/gst-plugins-good.sln:
+       * win32/vs8/libgst1394.vcproj:
+       * win32/vs8/libgstaasink.vcproj:
+       * win32/vs8/libgstalaw.vcproj:
+       * win32/vs8/libgstalpha.vcproj:
+       * win32/vs8/libgstalphacolor.vcproj:
+       * win32/vs8/libgstannodex.vcproj:
+       * win32/vs8/libgstapetag.vcproj:
+       * win32/vs8/libgstaudiofx.vcproj:
+       * win32/vs8/libgstauparse.vcproj:
+       * win32/vs8/libgstautodetect.vcproj:
+       * win32/vs8/libgstavi.vcproj:
+       * win32/vs8/libgstcacasink.vcproj:
+       * win32/vs8/libgstcdio.vcproj:
+       * win32/vs8/libgstcutter.vcproj:
+       * win32/vs8/libgstdirectsound.vcproj:
+       * win32/vs8/libgstdv.vcproj:
+       * win32/vs8/libgsteffectv.vcproj:
+       * win32/vs8/libgstflac.vcproj:
+       * win32/vs8/libgstflxdec.vcproj:
+       * win32/vs8/libgstgoom.vcproj:
+       * win32/vs8/libgsticydemux.vcproj:
+       * win32/vs8/libgstid3demux.vcproj:
+       * win32/vs8/libgstjpeg.vcproj:
+       * win32/vs8/libgstladspa.vcproj:
+       * win32/vs8/libgstlevel.vcproj:
+       * win32/vs8/libgstmatroska.vcproj:
+       * win32/vs8/libgstmng.vcproj:
+       * win32/vs8/libgstmonoscope.vcproj:
+       * win32/vs8/libgstmulaw.vcproj:
+       * win32/vs8/libgstmultipart.vcproj:
+       * win32/vs8/libgstpng.vcproj:
+       * win32/vs8/libgstrtp.vcproj:
+       * win32/vs8/libgstrtsp.vcproj:
+       * win32/vs8/libgstshout2.vcproj:
+       * win32/vs8/libgstsmpte.vcproj:
+       * win32/vs8/libgstspeex.vcproj:
+       * win32/vs8/libgsttaglib.vcproj:
+       * win32/vs8/libgstudp.vcproj:
+       * win32/vs8/libgstvideobalance.vcproj:
+       * win32/vs8/libgstvideobox.vcproj:
+       * win32/vs8/libgstvideoflip.vcproj:
+       * win32/vs8/libgstvideomixer.vcproj:
+       * win32/vs8/libgstwavenc.vcproj:
+       * win32/vs8/libgstwavparse.vcproj:
+         win32: remove outdated build cruft
+         This hasn't been touched for generations, doesn't work,
+         and is just causing confusion. We also don't want to
+         maintain these files manually.
+
+2016-02-20 11:51:56 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: don't use undeclared core debug category symbols
+
+2016-02-06 14:39:05 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: workaround for files with wrong color_table_id value
+         Instead of erroring out, just use the default color table.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761637
+
+2016-02-19 15:02:04 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/rtp/gstrtpvp9depay.c:
+         flvmux, rtpvp9depay: fix indentation
+
+2016-02-19 15:03:04 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2src: fix indentation
+
+2015-12-04 00:46:34 +1100  Havard Graff <havard.graff@gmail.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: plug leak(s) in error-scenario
+         https://bugzilla.gnome.org/show_bug.cgi?id=762210
+
+2015-12-04 00:46:12 +1100  Havard Graff <havard.graff@gmail.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: fix eos event leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=762209
+
+2016-02-19 14:41:07 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/flvdemux.c:
+       * tests/check/elements/flvmux.c:
+       * tests/check/elements/rtph263.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: fix indentation
+
+2016-02-18 16:09:29 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: rtpjitterbuffer: port testharness to GstHarness and cleanup/improve
+         Probably found a bug as well, in that there are some timestamps in
+         there that are looking very wrong. (marked with FIXME)
+         https://bugzilla.gnome.org/show_bug.cgi?id=762267
+
+2016-02-18 10:27:19 +0100  Havard Graff <havard.graff@gmail.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: rtpjitterbuffer: test cleanups/improvements
+         Use fail_unless and friends instead of g_assert
+         Factor seq-num checking out to separate function
+         Check more return-values from push and crank and others
+         https://bugzilla.gnome.org/show_bug.cgi?id=762254
+
+2015-12-03 11:07:05 +0100  Stian Selnes <stian@pexip.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: rtpjitterbuffer: fix leaks in unit test
+         https://bugzilla.gnome.org/show_bug.cgi?id=762214
+
+2016-02-19 12:38:28 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.7.2 ===
+
+2016-02-19 11:49:55 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.prerequisites:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.7.2
+
+2016-02-19 10:31:48 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         po: Update translations
+
+2016-02-18 18:33:13 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: plug leaks in cenc aux info parsing
+
+2016-02-18 13:43:07 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+         tests: fix spurious souphttpsrc test timouts
+         Set GSETTINGS_BACKEND=memory, apparently there's something
+         about fork() and the dconf backend (or whatever else that
+         drags in or activates) that messes up locking and causes
+         timeouts due to deadlocks in g_mutex_lock(), since
+         everything works fine with CK_FORK=no as well.
+
+2016-02-18 11:10:14 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Unmap wavpack header buffer after creating it
+         Otherwise it will be mapped writable all the time and we can't read from it
+         anywhere.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762239
+
+2015-12-08 18:49:40 +0100  Stian Selnes <stian@pexip.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Add test for big seqnum gap handling
+         Make sure that the packets queued when detecting a big gap are pushed
+         after reset (5 consective seqnums) and not dropped.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762211
+
+2016-02-17 15:03:13 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtputils.h:
+         rtp: sprinkle some G_GNUC_INTERNAL for internal utils functions
+
+2016-02-09 13:17:00 +0000  Alex Ashley <bugzilla@ashley-family.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: only transform protected caps once
+         Commit 7873bede3134b15e5066e8d14e54d1f5054d2063
+         (https://bugzilla.gnome.org/show_bug.cgi?id=760774) changed the
+         behaviour of qtdemux to call gst_qtdemux_configure_stream() for
+         every new moof.
+         When playing a protected stream, gst_qtdemux_configure_stream()
+         calls gst_qtdemux_configure_protected_caps(). The
+         gst_qtdemux_configure_protected_caps() function takes the original
+         media format, puts this in a field called "original-media-type"
+         and then changes the caps to "application/x-cenc".
+         The gst_qtdemux_configure_protected_caps() did not handle the case
+         of being called multiple times, causing it to incorrectly set the
+         caps. The second call was causing the caps to be set to:
+         application/x-cenc, original-media-type"application/x-cenc"
+         This commit makes gst_qtdemux_configure_protected_caps() check that
+         the caps have already been transformed, so that it only gets
+         changed once.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761769
+
+2015-11-03 14:50:53 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopuspay.c:
+         opus: Add proper support for multichannel audio
+         https://bugzilla.gnome.org/show_bug.cgi?id=757152
+
+2015-06-30 13:51:33 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopuspay.c:
+         opus: Copy metadata in the (de)payloader, but only the relevant ones
+         The payloader didn't copy anything so far, the depayloader copied every
+         possible meta. Let's make it consistent and just copy all metas without tags or
+         with only the audio tag.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751774
+
+2015-05-04 11:23:16 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpopusdepay.c:
+         opusdepay: Set multistream=FALSE on the Opus caps
+         The RTP Opus mapping only allows mono/stereo, and not multistream Opus
+         streams.
+
+2015-03-24 13:57:54 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpopuspay.c:
+         rtpopuspay: Forward stereo preferences from caps upstream
+         https://bugzilla.gnome.org/show_bug.cgi?id=746617
+
+2015-03-24 13:56:21 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpopuspay.c:
+         rtpopuspay: Set the number of channels to 2 as per RFC draft
+         https://bugzilla.gnome.org/show_bug.cgi?id=746617
+
+2015-03-23 12:24:55 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopuspay.c:
+         opus: Handle sprop-stereo and sprop-maxcapturerate RTP caps fields
+         https://bugzilla.gnome.org/show_bug.cgi?id=746617
+
+2015-02-19 14:30:10 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpopuspay.c:
+         rtpopuspay: default encoding name to OPUS
+         https://bugzilla.gnome.org/show_bug.cgi?id=737810
+
+2015-02-19 14:05:06 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpopuspay.c:
+         rtpopuspay: make caps writable before truncating them
+         https://bugzilla.gnome.org/show_bug.cgi?id=737810
+
+2015-02-05 10:27:51 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpopuspay.c:
+         rtpopuspay: negotiate the encoding name
+         Chrome uses a different encoding name that gstreamer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737810
+
+2014-11-01 10:10:27 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopuspay.c:
+         rtpopus: Use OPUS encoding name
+         Both Firefox and Chrome uses OPUS as the encoding in their SDP.
+         Adding this now defacto standard name remove the need for special
+         case in SDP parsing code.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737810
+
+2013-01-31 12:30:49 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpopuspay.c:
+         opuspay: fix timestamps
+         Copy timestamps to payloaded buffer.
+         Avoid input buffer memory leak.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692929
+
+2012-11-03 20:38:00 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopusdepay.h:
+       * gst/rtp/gstrtpopuspay.c:
+       * gst/rtp/gstrtpopuspay.h:
+         Fix FSF address
+         https://bugzilla.gnome.org/show_bug.cgi?id=687520
+
+2012-10-22 12:08:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpopuspay.c:
+         opuspay: remove pointless caps serialization
+         Remove the caps serialization in the rtp caps. the spec nor the receiver
+         does anything with it.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686547
+
+2012-10-17 17:34:26 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopuspay.c:
+         Use gst_element_class_set_static_metadata()
+         where possible. Avoids some string copies. Also re-indent
+         some stuff. Also some indent fixes here and there.
+
+2012-09-20 18:41:24 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpopuspay.c:
+         rtpopuspay: Allocate the rtp buffer correctly
+         Use the right functions to allocate the rtp buffer
+
+2012-09-14 17:08:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopuspay.c:
+         replace gst_element_class_set_details_simple with gst_element_class_set_metadata
+
+2012-03-07 17:14:29 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpopuspay.c:
+         opus: port to updated 0.11
+
+2011-12-30 11:41:17 +0100  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopusdepay.h:
+       * gst/rtp/gstrtpopuspay.c:
+       * gst/rtp/gstrtpopuspay.h:
+         Merge remote-tracking branch 'origin/master' into 0.11-premerge
+         Conflicts:
+         docs/libs/Makefile.am
+         ext/kate/gstkatetiger.c
+         ext/opus/gstopusdec.c
+         ext/xvid/gstxvidenc.c
+         gst-libs/gst/basecamerabinsrc/Makefile.am
+         gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c
+         gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h
+         gst-libs/gst/video/gstbasevideocodec.c
+         gst-libs/gst/video/gstbasevideocodec.h
+         gst-libs/gst/video/gstbasevideodecoder.c
+         gst-libs/gst/video/gstbasevideoencoder.c
+         gst/asfmux/gstasfmux.c
+         gst/audiovisualizers/gstwavescope.c
+         gst/camerabin2/gstcamerabin2.c
+         gst/debugutils/gstcompare.c
+         gst/frei0r/gstfrei0rmixer.c
+         gst/mpegpsmux/mpegpsmux.c
+         gst/mpegtsmux/mpegtsmux.c
+         gst/mxf/mxfmux.c
+         gst/videomeasure/gstvideomeasure_ssim.c
+         gst/videoparsers/gsth264parse.c
+         gst/videoparsers/gstmpeg4videoparse.c
+
+2011-12-09 17:25:41 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpopuspay.c:
+         opusenc: add upstream negotiation for multistream ability
+         This will help elements that cannot deal with multistream,
+         such as the RTP payloader.
+         The caps now do not include a "streams" field anymore, but
+         a "multistream" boolean, since we have no real use for knowing
+         the exact amount of streams.
+         https://bugzilla.gnome.org/show_bug.cgi?id=665078
+
+2011-12-07 15:13:11 -0200  Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
+
+       * gst/rtp/gstrtpopusdepay.c:
+       * gst/rtp/gstrtpopusdepay.h:
+       * gst/rtp/gstrtpopuspay.c:
+       * gst/rtp/gstrtpopuspay.h:
+         Adding opus RTP payloader/depayloader element
+         Adding OPUS RTP module based on the current draft:
+         http://tools.ietf.org/id/draft-spittka-payload-rtp-opus-00.txt
+         https://bugzilla.gnome.org/show_bug.cgi?id=664817
+
+2016-02-17 13:26:02 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtputils.c:
+       * gst/rtp/gstrtputils.h:
+         rtp: h264/h265: avoid duplication of read_golomb()
+         There is no need to have two identical implementations of the read_golomb
+         function.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761606
+
+2016-02-17 14:37:44 +0100  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Simple implementation of TRICKMODE_KEY_UNITS
+         When the trickmode key-units flag is set on the segment, simply skip
+         any sample on a video stream that isn't a keyframe
+         https://bugzilla.gnome.org/show_bug.cgi?id=762185
+
+2015-08-21 14:15:18 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: send GAP events for lagging audio and video streams too
+         Send GAP events for non-subtitle streams too if they lag too much
+         behind, but use a higher threshold than for subtitles.
+         This helps with fixing prerolling with a file where one of the
+         audio streams only has data starting from 19s onwards. It's not
+         a complete fix yet, it also requires changes elsewhere, such as
+         in baseparse, to make sure caps are propagated.
+         https://bugzilla.gnome.org/show_bug.cgi?id=614460
+         https://bugzilla.gnome.org/show_bug.cgi?id=753899
+
+2015-12-23 19:54:13 +0100  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpvp9depay.c:
+       * gst/rtp/gstrtpvp9depay.h:
+       * gst/rtp/gstrtpvp9pay.c:
+       * gst/rtp/gstrtpvp9pay.h:
+         rtpvp9pay: rtpvp9depay: Initial implementation of draft 01
+         Quick and dirty implementation of an RTP payloader and depayloader
+         for VP9. In particalur it assumes no spatial or temporal layering,
+         non-flexible mode, and some other bits and pieces.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754773
+
+2016-02-16 09:02:30 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Fix string memory leak
+         codec_name is not being freed in all conditions leading to memory leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=762117
+
+2015-12-10 12:15:52 +0100  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: add "get-session" signal
+         This gets the GstRTPSession element, as compared to the RTPSession object
+         that is returned by get-internal-session.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759293
+
+2015-12-14 11:09:46 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         plugins-bad: Fix example pipelines
+         rename gst-launch --> gst-launch-1.0
+         replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**)
+         fix caps in examples
+         https://bugzilla.gnome.org/show_bug.cgi?id=759432
+
+2015-08-17 11:50:28 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: still reset pending audio info on hard flush
+         Follow-up to previous commit.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752431
+
+2015-07-15 10:44:02 -0600  Jason Litzinger <jlitzinger@control4.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: fix handling of sample rate change during playback
+         If the sample rate of the media changes, the resulting flush will
+         clear the has_next_audioinfo flag, and the caps won't be sent
+         downstream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752431
+
+2015-08-15 12:58:40 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         audiodecoders: use default pad accept-caps handling
+         Avoids useless check of downstream caps when handling an
+         accept-caps query
+         Elements: dtsdec, faad, gsmdec, mpg123audiodec, opusdec,
+         sbcdec, adpcmdec, sirendec
+
+2015-04-26 18:04:16 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/mpg123/Makefile.am:
+         Remove obsolete Android build cruft
+         This is not needed any longer.
+
+2015-01-11 01:08:08 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: fix compiler warning and simplify checks in set_caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=740195
+
+2015-01-03 13:06:45 +0100  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: rework set_format code so mpg123audiodec works with decodebin/playbin
+         The old code was using gst_caps_normalize() and was generally overly
+         complex. Simplify by picking sample rate and number of channels from
+         upstream and the sample format from the allowed caps. If the format caps
+         is a list of strins, just pick the first one. And if the srcpad isn't
+         linked yet, use the default format (S16).
+         https://bugzilla.gnome.org/show_bug.cgi?id=740195
+
+2014-09-10 17:24:39 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         Fix up one-element lists in template caps
+
+2014-03-05 00:51:04 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/mpg123audiodec.c:
+         tests: fix mpg123audiodec test for big-endian architectures
+
+2014-02-04 17:22:27 +0100  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: improved error report and checks
+         Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
+
+2013-12-05 12:04:39 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123audiodec: Require caps to be set before any data processing
+
+2013-07-26 17:25:42 +0200  Edward Hervey <edward@collabora.com>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: Remove dead assignment
+         harder ? :)
+
+2013-05-15 11:25:07 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/mpg123audiodec.c:
+         mpg123audiodec: Fix event handling in unit test
+
+2012-10-24 12:16:39 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/mpg123/Makefile.am:
+         gst: Add better support for static plugins
+
+2013-04-15 00:22:39 -0700  David Schleef <ds@schleef.org>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: Add conditional on API version for new enum
+
+2016-02-16 19:59:13 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+       * ext/gtk/gstgtkbasesink.h:
+         gtk(gl)sink: remove the signal handlers on finalize
+         It's possible that the sink element will be freed before the widget is
+         destroyed.  When the widget was eventually destroyed, it was attempting to
+         access member variables of the freed sink struct which resulted in undefined
+         behaviour.
+         Fix by disconnecting our signal on finalize.
+         https://bugzilla.gnome.org/show_bug.cgi?id=762098
+
+2016-02-16 00:19:00 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+         rtp: h265: hook up move RTP H.265 payloader/depayloader to build
+         https://bugzilla.gnome.org/show_bug.cgi?id=761606
+
+2016-02-16 00:14:27 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265depay.h:
+       * gst/rtp/gstrtph265pay.c:
+         rtp: h265: use common meta utility functions
+         https://bugzilla.gnome.org/show_bug.cgi?id=761606
+
+2016-02-05 18:18:31 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph265depay.h:
+       * gst/rtp/gstrtph265pay.h:
+       * gst/rtp/gstrtph265types.h:
+         rtp: h265: remove codecparser dependency from h265 payloader/depayloader
+         Looks like it just uses the NAL enums and nothing else from
+         the codecparsers, and that's the only reason it had to be
+         moved from -good to -bad when it was originally added. We
+         can probably keep those NAL enums up to date enough, so let's
+         remove the codecparser dependency so it can be moved back into
+         -good.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761606
+
+2016-02-16 00:24:58 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+         Merge branch 'plugin-move-rtp-h265'
+         Move RTP H.265 payloader/depayloader from -bad to -good.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761606
+
+2016-02-05 15:34:51 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265depay.h:
+         gstrtph265depay: keep consistency with rtph264depay
+         Use gst_rtp_drop_meta() and the same function prototype for
+         gst_rtp_copy_meta() to keep consistency with the RTP elements in
+         gst-plugins-good
+
+2016-02-05 13:56:34 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: fix termination of access unit
+         Only consider the access unit complete when the next-occurring VCL NAL unit
+         has the first bit after its NAL unit header equal to 1.
+
+2016-01-15 16:10:02 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: fix unneeded sub-buffer creation
+         We create a sub-buffer just to copy over its metas and then throw it
+         away immediately, just use the original input buffer directly.
+
+2016-01-15 15:56:59 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: add "send VPS/SPS/PPS with every key frame" mode
+         It's not enough to have timeout or event based VPS/SPS/PPS information
+         sent in RTP packets. There are some scenarios when key frames may appear
+         more frequently than once a second, in which case the minimum timeout
+         for "config-interval" of 1 second for sending VPS/SPS/PPS isn't enough.
+         It might also be desirable in general to make sure the VPS/SPS/PPS is
+         available with every keyframe (packet loss aside), so receivers can
+         actually pick up decoding immediately from the first keyframe if
+         VPS/SPS/PPS is not signaled out of band.
+         This commit adds the possibility to send VPS/SPS/PPS with every key frame.
+         This mode can be enabled by setting "config-interval" property to -1. In
+         this case the payloader will add VPS, SPS and PPS before every key (IDR)
+         frame.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757892
+
+2016-01-15 15:19:41 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtph265pay.h:
+         rtph265pay: change config-interval property type from uint to int
+         This way we can use -1 as special value, which is nicer than MAXUINT.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757892
+
+2015-08-15 16:22:20 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: make sure we call handle_nal for each NAL
+         Call handle_nal for each NAL in the STAP-A RTP packet. This makes sure
+         we correctly extract the SPS and PPS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730999
+
+2015-08-15 14:45:34 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: Copy metadata in the payloader, but only the relevant ones
+         The payloader didn't copy anything so far, the depayloader copied every
+         possible meta. Let's make it consistent and just copy all metas without
+         tags or with only the video tag.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751774
+
+2015-08-15 11:41:40 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: Use GST_WARNING_OBJECT() instead of GST_WARNING()
+         https://bugzilla.gnome.org/show_bug.cgi?id=753228
+
+2015-08-15 11:30:36 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: fix potential crash when shutting down
+         A race condition in the state change function may cause buffers to be
+         unreffed while they are still used by the streaming thread in
+         gst_rtp_h265_pay_send_vps_sps_pps() resulting in a crash. Chain up to the
+         parent class first in the state change function to make sure streaming
+         has stopped and only then free those buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=741381
+
+2015-08-14 15:08:08 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtph265pay: fix buffer leak when using SPS/PPS
+         Fixes a buffer leak that would occur if the pipeline was shutdown while a
+         SPS/PPS header was being created.
+         https://bugzilla.gnome.org/show_bug.cgi?id=741271
+
+2015-08-14 11:49:51 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265depay.h:
+         rtph265depay: copy metadata in the depayloader, but only the relevant ones
+         The payloader didn't copy anything so far, the depayloader copied every
+         possible meta. Let's make it consistent and just copy all metas without
+         tags or with only the video tag.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751774
+
+2015-08-12 17:54:52 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: checking if depay has sps/pps nals before insertion
+         Related to: https://bugzilla.gnome.org/show_bug.cgi?id=753430
+         https://bugzilla.gnome.org/show_bug.cgi?id=753228
+
+2015-08-12 17:22:42 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: only update the srcpad caps if something else than the codec_data changed
+         h264parse and gstrtph264depay do the same, let's keep the behaviour
+         consistent. As we now include the codec_data inside the stream, this causes
+         less caps renegotiation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753228
+
+2015-08-12 16:43:48 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: PPS replaces old PPS if it has the same id
+         https://bugzilla.gnome.org/show_bug.cgi?id=753228
+
+2015-08-12 16:11:00 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: Insert SPS/PPS NALs into the stream
+         rtph264depay does the same and this fixes decoding of some streams with 32
+         SPS (or 256 PPS). It is allowed to have SPS ID 0 to 31 (or PPS ID 0 to 255),
+         but the field in the codec_data for the number of SPS or PPS is only 5
+         (or 8) bit. As such, 32 SPS (or 256 PPS) are interpreted as 0 everywhere.
+         This looks like a mistake in the part of the spect about the codec_data.
+
+2015-08-12 15:49:50 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: implement process_rtp_packet() vfunc
+         For more optimised RTP packet handling: means we don't need to map the
+         input buffer again but can just re-use the mapping the base class has
+         already done.
+         Based on: https://bugzilla.gnome.org/show_bug.cgi?id=750235
+         https://bugzilla.gnome.org/show_bug.cgi?id=753228
+
+2015-08-12 15:14:50 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()
+         Switching to GST_BUFFER_TIMESTAMP() to be consistent with other rtp code.
+
+2015-08-12 14:59:53 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtph265depay: prevent trying to get 0 bytes from adapter
+         This causes an assertion and would lead to getting a NULL instead
+         of a buffer. Without proper checking this would easily lead to a
+         segfault.
+         Related to rpth264depay: https://bugzilla.gnome.org/show_bug.cgi?id=737199
+
+2015-07-29 17:29:28 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtp: remove dead assignment
+         Value set to ret will be overwritten at least once at the end of the while
+         loop, removing assignment.
+
+2015-04-24 16:48:23 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         remove unused enum items PROP_LAST
+         This were probably added to the enums due to cargo cult programming and are
+         unused.
+
+2015-03-06 14:54:41 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtp: donl_present variable unused
+         donl_present is not implemented, yet the value is set and checked a few times.
+         Cleaning this.
+         CID #1249687
+
+2015-01-08 15:36:04 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/rtp/gstrtph265pay.c:
+         rtp: value truncated too short creates dead code
+         type is truncated to 0-31 with "& 0x1f", but right after that it is checks if
+         the value is equivalent to GST_H265_NAL_VPS, GST_H265_NAL_SPS, and
+         GST_H265_NAL_PPS (which are 32, 33, and 34 respectively). Obviously, this will
+         never be True if the value is maximum 31 after the truncation.
+         The intention of the code was to truncate to 0-63.
+
+2015-01-08 15:27:44 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtp: fix nal unit type check
+         After further investigation the previous commit is wrong. The code intended to
+         check if the type is 39 or the ranges 41-44 and 48-55. Just like gsth265parse.c
+         does. Type 40 would not be complete.
+
+2015-01-08 13:47:09 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/rtp/gstrtph265depay.c:
+         rtp: fix dead code and check for impossible values
+         nal_type is the index for a GstH265NalUnitType enum. There are two types of dead
+         code here:
+         First, after checking if nal_type is >= 39 there are two OR conditionals that
+         check if the value is in ranges higher than that number, so if nal_type >= 39
+         falls in the True branch those other conditions aren't checked and if it falls
+         in the False branch and they are checked, they will always also be False. They
+         are redundant.
+         Second, the enum has a range of 0 to 40. So the checks for ranges higher than 41
+         should never be True.
+         Removing this redundant checks.
+         CID 1249684
+
+2014-10-16 10:34:01 +0200  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265depay.h:
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtph265pay.h:
+         rtp: add h265 RTP payloader + depayloader
+
+2016-02-15 11:51:46 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * tests/check/elements/rtpmux.c:
+         tests: rtpmux: Fix element memory leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=762057
+
+2016-02-12 20:57:29 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/monoscope/monoscope.c:
+         monoscope: rework the scaling code
+         The running average was wrong and the resulting scaling factor was only held in
+         place using the CLAMP. In addtion we are now convering quickly to volume
+         changes.
+         FInally now with this change, we can change the resolution defines and
+         everythign adjusts.
+
+2016-01-28 17:00:55 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/monoscope/convolve.c:
+       * gst/monoscope/monoscope.c:
+       * gst/monoscope/monoscope.h:
+         monoscope: use constants in the drawing code
+         Make all the drawing ops be based on the constants. This way we can change
+         the fixed size at least at compile time.
+
+2016-01-28 09:51:17 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/monoscope/gstmonoscope.c:
+         monoscope: replace hardcoded values by constants
+         This at least establishes the relationship.
+
+2016-01-28 09:43:12 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/monoscope/convolve.c:
+       * gst/monoscope/convolve.h:
+       * gst/monoscope/monoscope.c:
+       * gst/monoscope/monoscope.h:
+         monoscpe: make the convolver use dynamic memory
+         Replace all #defines with members and initialize the convolver with a parameter.
+
+2016-01-28 08:56:44 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/monoscope/README:
+         monoscope: update README
+         We can already create multiple instances.
+
+2016-01-28 08:53:35 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/monoscope/convolve.c:
+       * gst/monoscope/monoscope.c:
+         monoscope: code cleanup
+         Use constants more often. Cleanup comments and add more to explain how things
+         work.
+
+2016-02-09 12:14:04 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         glsyncmeta: separate out gpu/cpu waits.
+         CPU waits are more expensive and are only required if the CPU is ever going to
+         access the data. GPU waits perform inter-context synchronisation and are cheaper
+         as they don't require CPU intervention.
+
+2016-02-08 23:41:32 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: remove check for impossible condition
+         Commit bd27a1f30b4458f2edee53c76dd07fb35904b61d added a few error handling
+         memory management checks. These check srccaps to see if it needs to be
+         unreferenced before returning, in the case of invalid_caps this goto jump
+         always happens before srccaps is set, so it will always be NULL in this
+         error label.
+         CID #1352035
+
+2016-02-08 12:48:46 +0100  Piotr Drąg <piotrdrag@gmail.com>
+
+       * po/POTFILES.in:
+         po: update POTFILES
+         https://bugzilla.gnome.org/show_bug.cgi?id=761705
+
+2016-02-08 15:31:55 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Fix spelling of reenqueueing
+         To match commit 7d7074cef0272cd5155098bfc2bda6849dd89267. I love the idea
+         of aiming for the maximum number of consecutive vowels.
+
+2016-02-08 10:17:49 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Fix spelling of queueing
+         Didn't know which one to choose between queuing and queueing, so I picked
+         the one with the biggest amount of vowels in a row ;-P (both are
+         acceptable apparently)
+
+2016-02-07 15:02:35 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Don't pass the same data over and over
+         We already pass the entire frame to the decoder. If the decoder ask for
+         more data, don't pass the same data again as this leads to infinit loop.
+         Instead, simply fail the fill function to signal the problem with that
+         frame. It will then be skipped properly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761670
+
+2016-02-08 00:10:33 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/lzo.c:
+         matroska: get rid of _stdint.h include
+
+2016-02-05 20:00:57 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/Makefile.am:
+         tests: extend the AM_TESTS_ENVIRONMENT from check.mak
+         To get the CK_DEFAULT_TIMEOUT defined for all tests
+         https://bugzilla.gnome.org/show_bug.cgi?id=761472
+
+2016-02-05 18:04:31 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From 86e4663 to b64f03f
+
+2016-01-24 15:47:12 +0100  Holger Kaelberer <holger.k@elberer.de>
+
+       * tests/examples/qt/qml/main.qml:
+         tests: fix warning in qml example
+         https://bugzilla.gnome.org/show_bug.cgi?id=756082
+
+2016-01-30 18:43:30 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay: Skip APP and JPG markers and print warnings for unknown markers
+         For APP/JPG markers the size is following and we have to skip that. This is
+         not really a problem unless the marker contains e.g. a preview JPEG or
+         something else that we might interprete as another marker.
+
+2016-01-26 22:37:30 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix framerate calculation for fragmented format
+         qtdemux calculates framerate using duration and the number of sample.
+         In case of fragmented mp4 format, however, the number of sample can
+         be figure out after parsing every moof box. Because qtdemux does not
+         parse every moof in QTDEMUX_STATE_HEADER state, it will cause incorrect
+         framerate calculation.
+         This patch will triger gst_qtdemux_configure_stream() for every new moof.
+         Then, framerate will be calculated by using duration and n_samples of the moof.
+         https://bugzilla.gnome.org/show_bug.cgi?id=760774
+
+2016-01-28 22:36:23 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: handling zero segment-duration edit list
+         Based on document ISO_IEC_14496-12, edit list box can have
+         segment duration as zero. It does not imply that media_start equals to
+         media_stop. But, it just indicates a sample which should be presented
+         at the first. This patch derives segment duration using media_time
+         and duration of file. And set derived duration to segment-duration.
+         https://bugzilla.gnome.org/show_bug.cgi?id=760781
+
+2016-01-28 21:36:54 +0900  Seungha Yang <sh.yang@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: expose streams with first moof for fragmented format
+         In case of push mode, qtdemux expose streams after got moov box.
+         We can not guarantee that a moov box has sample data such as sample duration
+         and the number of sample in stbl box for fragmented format case.
+         So, if a moov has no sample data, streams will not be exposed until get the first moof.
+         https://bugzilla.gnome.org/show_bug.cgi?id=760779
+
+2016-01-27 18:48:17 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Check for subset instead of non-empty intersection for ACCEPT_CAPS
+
+2016-01-27 18:44:23 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Unset RECONFIGURE flag on srcpad whenever we configure new caps
+         Prevents double-negotiation during startup and in some other cases.
+
+2016-01-27 16:43:22 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/deinterlace.c:
+         deinterlace: Add negotiation unit tests for all 4 modes
+         These now check the output caps based on the input caps and a following
+         capsfilter and make sure the caps are exactly as expected.
+         https://bugzilla.gnome.org/show_bug.cgi?id=760995
+         https://bugzilla.gnome.org/show_bug.cgi?id=720388
+
+2016-01-26 17:39:20 +0100  Vivia Nikolaidou <vivia@toolsonair.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Do passthrough in auto mode if downstream only supports interlaced
+         If the following conditions are met:
+         1) upstream and downstream caps are compatible
+         2) upstream is interlaced
+         3) downstream doesn't support progressive mode
+         then deinterlace will just do passthrough instead of failing to link.
+         This is done with the following scenario in mind:
+         videotestsrc ! "video/x-raw,interlace-mode=interleaved" ! deinterlace
+         name=dein_src ! tee name=t ! queue ! deinterlace name=dein_file ! filesink t. !
+         queue ! deinterlace name=dein_desktop ! autovideosink
+         In this case, dein_src will do the deinterlacing. However,
+         videotestsrc ! "video/x-raw,interlace-mode=interleaved" ! deinterlace
+         name=dein_src ! tee name=t ! queue ! deinterlace name=dein_file ! filesink t. !
+         queue ! deinterlace name=dein_desktop ! autovideosink t. ! queue !
+         "video/x-raw,interlace-mode=interleaved" ! fakesink
+         In this case, caps auto-negotiation will make dein_file and dein_desktop do
+         the deinterlacing, while dein_src will be passthrough.
+         https://bugzilla.gnome.org/show_bug.cgi?id=760995
+
+2016-01-26 18:05:51 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+         deinterlace: Add mode=auto-strict
+         In this mode we will passthrough all progressive caps but interlaced caps must be
+         caps where we actually support deinterlacing.
+         This is the only difference between auto and auto-strict, auto would
+         passthrough all unsupported interlaced caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720388
+
+2016-01-26 17:50:30 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Implement reconfiguration a bit better
+         And e.g. consider reconfiguration caused by RECONFIGURE events too.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720388
+
+2016-01-26 11:57:09 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Rewrite caps negotiation
+         Previously the result of the CAPS query and ACCEPT_CAPS depended on what kind
+         of caps were last set, and e.g. if we last had interlaced caps or not. That's
+         just broken.
+         Also previously the handling of non-sysmem caps features was rather random and
+         unusuable.
+         Now the behaviour is the following, depending on the mode property:
+         1) mode=disabled
+         Completely do passthrough of everything
+         2) mode=interlaced
+         Only accept formats we can actually deinterlace, and accept interlaced
+         and progressive content and always run the deinterlacer and output
+         progressive content
+         3) mode=auto (i.e. playbin)
+         Accept all progressive formats as passthrough, accept all formats that we
+         can deinterlace ourselves (which we do then), but also accept everything
+         else for which we then just passthrough. In auto mode, deinterlacing is best
+         effort: If we can, we deinterlace, if we can't we just output interlaced
+         content.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720388
+         https://bugzilla.gnome.org/show_bug.cgi?id=760553
+
+2016-01-26 11:34:40 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Remove unused, obsolete bufferalloc code
+
+2016-01-26 18:50:38 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: use A_AAC instead of A_AAC/MPEGx/y
+         Some GoogleCast compatible devices ignore A_AAC/MPEGx/y tracks; Also according to http://wiki.multimedia.cx/index.php?title=Matroska A_AAC/MPEGx/y is obsolete
+         https://bugzilla.gnome.org/show_bug.cgi?id=761144
+
+2016-01-25 17:21:24 +0100  Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/rtp/gstrtph261pay.c:
+         gst: Fix unintialized variable warnings
+         While cross-compiling with Linaro GCC 5.1-2015.08, it complained
+         about a couple unitialized variables.
+         This patch initializes them to zero.
+         https://bugzilla.gnome.org/show_bug.cgi?id=761094
+
+2016-01-25 16:29:46 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqtsink.cc:
+         qt: specify that we currently only take 2D textures
+         Fixes black screen video playback on android without a caps filter.
+
+2016-01-25 15:03:23 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmuxsrc: print potentially negative offset with a sign
+
+2016-01-21 17:41:55 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Re-add colorimetry field for RGB formats
+         This time, check if it's an RGB format and sets the transformation
+         matrix to identity. The rest of the colorimetry information is
+         meaningfull and shall be kept.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759624
+
+2016-01-22 10:03:50 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix sRGB colorspace definition
+         V4l2 can also use the sRGB colorspace for YUV formats and thus needs a
+         default matrix.
+
+2016-01-21 15:29:46 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/debugutils/gsttaginject.c:
+         taginject: fix sample pipeline in docs
+         https://bugzilla.gnome.org/show_bug.cgi?id=679571
+
+2016-01-21 10:49:44 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Add adobe colorspace support
+         Use the new primaries and transfer function for Adobe RGB.
+         Explicitly list the colorimetry instead of using the default GStreamer
+         ones. The defaults for BT2020, for example, do not match.
+         Explicitly set the matrix of SRGB to RGB.
+
+2016-01-20 13:41:33 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Ensure that we always have valid frame user data before using it
+         Otherwise we're going to dereference NULL pointers.
+
+2016-01-20 10:02:48 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvpxdec.c:
+         vpxdec: Unref frame in all code paths of handle_frame()
+         https://bugzilla.gnome.org/show_bug.cgi?id=760666
+
+2016-01-19 22:49:20 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/vpx/gstvpxenc.c:
+         vpxenc: Unref frame on ERROR
+         All code paths for handle_frame() must somehow take ownership of the frame, be
+         it by actually unreffing, forwarding the frame elsewhere or storing it for
+         later.
+         http://bugzilla.gnome.org/show_bug.cgi?id=760666
+
+2016-01-20 18:20:43 +1100  Jan Schmidt <jan@centricular.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+         v4l2: Don't free props structure twice.
+         gst_v4l2_device_provider_probe_device() frees the passed props
+         structure, don't free it again in the caller.
+
+2016-01-19 15:15:35 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Cleanup uneeded return statement
+
+2016-01-19 15:14:59 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't set colorimetry for non YUV formats
+         Setting colormetry in caps for RGB have no meaning, but worst it
+         confuses the converters downstream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759624
+
+2016-01-19 13:01:17 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpchannels.c:
+       * gst/rtp/gstrtpchannels.h:
+         rtp: fix compiler warnings with gcc-6
+         In file included from gstrtpL16depay.h:27:0,
+         from gstrtp.c:73:
+         gstrtpchannels.h:154:33: error: 'channel_orders' defined but not used [-Werror=unused-const-variable]
+         static const GstRTPChannelOrder channel_orders[] =
+
+2016-01-19 14:57:03 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Don't play anything after the end of the data chunk even when seeking
+         Especially in push mode we would completely ignore the size of the data chunk
+         when not stop position is given for the seek. Instead make sure that the end
+         offset is at most the end of the data chunk if known.
+         Without this we would output anything after the data chunk, possibly causing
+         loud noises if the media file is followed by an INFO chunk or an ID3 tag.
+
+2016-01-19 14:55:57 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Don't do calculations with -1 offsets when handling SEGMENT events
+         We use that to signal "infinity", taking the difference between that and some
+         other value is not going to give us any useful result for the end offsets of
+         segments.
+
+2016-01-18 11:30:45 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         Revert "WIP: rtpjitterbuffer: Add RFC7273 media clock handling"
+         This reverts commit 271501f6576de4d141e7c2f618e28b9e3b1e5b38.
+         It wasn't meant to be pushed yet as the commit message indicates.
+
+2016-01-12 14:01:21 -0800  Aleix Conchillo Flaqué <aconchillo@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: handle rtcp/srtcp caps properly when using interleaved data
+         We check the stream profile and use the proper RTCP caps:
+         application/x-srtcp if we are using a secure profile and
+         application/x-rtcp otherwise.
+         https://bugzilla.gnome.org/show_bug.cgi?id=760556
+
+2016-01-05 16:15:16 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         WIP: rtpjitterbuffer: Add RFC7273 media clock handling
+
+2016-01-15 11:36:35 +0000  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/vpx/gstvpxenc.c:
+         vp8enc: Return FLOW_ERROR when an error accures
+         FALSE would mean FLOW_OK
+         https://bugzilla.gnome.org/show_bug.cgi?id=760666
+
+2016-01-08 22:19:06 +0300  Sergey Borovkov <serge.borovkov@gmail.com>
+
+       * ext/qt/qtitem.cc:
+         qml: Mark material dirty when texture buffer is updated
+         Qt might not redraw the scene otherwise.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758286
+
+2016-01-15 03:57:45 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+         osxaudio: break as soon as the device is found
+         No need to loop further if there's no side-effects for it
+
+2016-01-15 03:56:49 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+         osxaudio: Fix error handling when selecting/opening devices
+         Post an element error when the CoreAudio device cannot be selected or opened.
+         Also ensure that we post a GST_ERROR with more detail.
+
+2016-01-13 23:40:20 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: When flushing on EOS, don't process more data than the "data" size
+         Even if we have more data queued up when flushing than the size of the data
+         chunk, don't process and output it. If the data size is known, this likely
+         contains another chunk (e.g. an INFO chunk) or things like ID3 tags. Just
+         outputting them as if they were data is going to cause unexpected behaviour
+         and unpleasant audio noises.
+
+2014-08-29 15:40:23 +0200  Antonio Ospite <ao2@ao2.it>
+
+       * tests/check/pipelines/wavenc.c:
+         tests: fix a thinko in the wavenc example
+         The code is supposed to follow somehow what the comment above says, that
+         is to have one channel with a wave of freq 440 and the other channel
+         with a wave of freq 880, but an off by one error results in frequencies
+         of 0 and 440.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735673
+
+2014-08-29 15:07:58 +0200  Antonio Ospite <ao2@ao2.it>
+
+       * gst/interleave/interleave.c:
+         interleave: Fix the example by setting channel-masks in the sink pads
+         The current example does not work, it fails with:
+         ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstWavParse:wavparse0: Internal data flow error.
+         gstwavparse.c(2178): gst_wavparse_loop (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstWavParse:wavparse0:
+         streaming task paused, reason not-negotiated (-4)
+         This is because negotiation with wavenc gets messed up by the missing
+         channel positions configuration.
+         The proper way to define the channel layout when using the interleave
+         element in code would be to set the channel-positions property, but
+         gst-launch-1.0 does not know how to deal with arrays; so the example
+         pipeline works around the issue by setting the channel-masks in the sink
+         pads.
+         Also fix a repetition in the deinterleave example description
+         https://bugzilla.gnome.org/show_bug.cgi?id=735673
+
+2016-01-11 16:29:55 +0000  Tim Sheridan <tim.sheridan@imgtec.com>
+
+       * gst/audioparsers/gstsbcparse.c:
+         sbcparse: Fix frame length calculation
+         SBC frame length calculation wasn't being rounded up to the nearest byte
+         (as specified in the A2DP 1.0 specification, section 12.9). This could
+         cause 'stereo' and 'joint stereo' mode SBC streams to have incorrectly
+         calculated frame lengths.
+         Incorrect frame length calculation causes frame coalescing to fail, as
+         subsequent frames in the stream aren't found in the expected locations.
+         https://bugzilla.gnome.org/show_bug.cgi?id=742446
+
+2016-01-10 22:54:12 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: demote warning on wrong reserved value to fixme
+         We are likely just parsing a backward-compatible stream we
+         don't fully support.
+
+2016-01-08 16:27:05 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: simplify caps selection
+         The downstream caps query with a filter alraedy gives us the possible
+         intersection so there is no need to check it again with downstream
+         if it is supported. Just try to set it directly.
+
+2016-01-07 20:42:41 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: fix unnecessary sub-buffer creation
+         We create a sub-buffer just to copy over its metas and then
+         throw it away immediately, just use the original input buffer
+         directly.
+
+2016-01-07 20:38:27 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpdvdepay.c:
+         rtpdvdepay: fix unnecessary sub-buffer creation
+         We create a sub-buffer just to copy over its metas and then
+         throw it away immediately, just use the original input buffer
+         directly.
+
+2016-01-07 20:34:05 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpamrdepay.c:
+         rtpamrdepay: fix unnecessary sub-buffer creation
+         We create a sub-buffer just to copy over its metas and then
+         throw it away immediately, just use the original input buffer
+         directly.
+
+2016-01-07 20:27:29 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         rtpvrawdepay: fix major memory leak and performance issue
+         We call gst_rtp_buffer_get_payload() which creates a sub-buffer
+         of each input buffer, just to copy over metas, and then leak it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=760289
+
+2016-01-08 15:32:47 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/rganalysis.c:
+         rganalysis: Fix compiler warnings in the unit test
+         elements/rganalysis.c:919:66: error: shifting a negative signed value is undefined
+         [-Werror,-Wshift-negative-value]
+         push_buffer (test_buffer_const_int16_stereo (8000, 16, 512, -1 << 14, 0));
+         ~~ ^
+         elements/rganalysis.c:929:69: error: shifting a negative signed value is undefined
+         [-Werror,-Wshift-negative-value]
+         push_buffer (test_buffer_const_int16_stereo (8000, 16, 512, 0, -1 << 14));
+         ~~ ^
+         elements/rganalysis.c:939:64: error: shifting a negative signed value is undefined
+         [-Werror,-Wshift-negative-value]
+         push_buffer (test_buffer_const_int16_mono (8000, 16, 512, -1 << 14));
+         ~~ ^
+
+2016-01-05 18:13:06 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: don't map buffer multiple times when parsing
+
+2016-01-07 18:20:30 +0200  Steven Hoving <sh@bigbrother.nl>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: Store subtitle stream count in the correct variable
+         And don't override the video stream count instead.
+
+2016-01-05 18:59:06 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/equalizer/gstiirequalizernbands.c:
+         equalizer: The child-proxy API is GObject based in 1.x
+         Not GstObject anymore.
+
+2015-05-21 17:41:12 +0200  Pablo Anton <pablo.anton@vodalys-labs.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2-*: Configuring output pool correctly for using drivers min_buffer if present.
+         Signed-off-by: Pablo Anton <pablo.anton@vodalys-labs.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=755736
+
+2015-12-31 15:46:31 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: add debug msg on CRC mismatch while validating frame header
+
+2015-12-31 16:00:49 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: drop unneeded braces at _parse_frame() exit
+         Additionally, drop redundant comment & line break
+
+2015-12-31 15:55:18 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: minor grammar correction
+
+2015-12-31 15:34:57 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: update URLs on pointers to online spec
+
+2015-12-31 14:40:15 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: make buffer DTS setting explicitly unconditional
+         We are setting it to PTS regardless of block_strategy
+
+2015-12-31 14:21:40 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: add actual invalid block type to warning
+         For someone that read the spec is clear the only *invalid*
+         data block type is 127. For the rest, its useful information.
+         Additionally. values 7-126 are currently reserved by the
+         spec so the situation might change in the future.
+
+2015-12-31 14:12:36 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: use shift instead of mask & comp
+         We are only interested on the first bit of the first
+         byte of the metadata block header to figure out whether
+         is marked as the last one. The shift makes it quite
+         clearer.
+
+2015-12-31 12:52:13 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: warn on wishful parsing of weird headers
+         If we get anything from 7 to 126 as type when parsing
+         a metadata block header, we are likely dealing with a
+         FLAC stream version we don't fully understand. Issue
+         a warning if so.
+         Document function assumptions regarding the passed-on
+         type while at this.
+
+2015-12-31 11:33:45 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: show meaningful info on frame CRC check
+         As CRCs are calculated for the comparition already, we
+         might as well (cheaply) inform the user how the numbers
+         differ if a missmatched pair is found.
+         While at it:
+         Rephrase candidate-frame message to make more sense
+
+2015-12-31 02:40:43 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: drop remaining trailing whitespace
+
+2015-12-31 02:15:06 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: drop superflous else clauses
+
+2015-12-31 01:09:51 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: factor out buffer time and offset resetting
+         Avoids multiple occurrences of the same resetting pattern
+
+2015-12-31 00:54:48 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: move block handling by type out of _parse_frame()
+
+2015-10-07 18:51:25 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: replace duplicated codes to call new base sdp apis
+         https://bugzilla.gnome.org/show_bug.cgi?id=745880
+
+2015-12-30 12:16:56 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: drop redundant return statement on _header_is_valid()
+         Fix the rather vague error message while at it.
+
+2015-12-30 01:56:26 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: rework gst_flac_parse_frame_is_valid()
+         drop unnecessary nesting looking for end of frame
+
+2015-12-30 00:37:04 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: factor out context clearing routine
+
+2015-12-29 18:05:56 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Guard against no codec data in prores caps creation
+         CID 1346532
+
+2015-12-29 17:58:38 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvpxdec.c:
+         vpxdec: Initialize buffer variable to NULL
+         False positive but trivial to fix and possibly causing compiler warnings at
+         some point in the future too.
+         CID 1346535
+
+2015-07-27 15:53:26 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+         v4l2deviceprovider: add properties to the device
+         Add properties to the device with exactly the same keys and sematics
+         as what pulseaudio uses as property keys.
+         Also handle the case when a device is probed manually and not through gudev.
+         https://bugzilla.gnome.org//show_bug.cgi?id=759780
+
+2015-12-25 11:41:19 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Free the various buffers in GstBaseTransform::stop()
+         Previously we leaked them completely, but as they're specific to the caps
+         freeing them in stop() instead of finalize() makes most sense.
+
+2015-12-24 15:28:06 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.7.1 ===
+
+2015-12-24 14:16:21 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.7.1
+
+2015-12-24 13:19:24 +0100  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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2015-12-24 12:22:32 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/cs.po:
+       * po/de.po:
+       * po/el.po:
+       * po/hu.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/ru.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         po: Update translations
+
+2015-12-21 09:57:33 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: drop flushes from our own offset seek
+         Prevents downstream from receiving flushes for a seek only in
+         upstream. Those seeks are only to start reading from the right
+         offset when skipping or returning to qt atoms.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758928
+
+2015-11-11 16:53:19 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Always set the channel mask for PCM streams
+         Just use the gst_audio_channel_get_fallback_mask function for now as
+         the specification is too complicated and nobody implements it.
+
+2015-12-21 11:37:26 +0100  Thomas Roos <thomas.roos@industronic.de>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Fix sleep for buffer-time lower than 200000
+         https://bugzilla.gnome.org/show_bug.cgi?id=748680
+
+2015-12-21 12:31:19 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         configure: Use -Bsymbolic-functions if available
+         While this is more useful for libraries, some of our plugins with multiple
+         files and some internal API can also benefit from this.
+
+2015-12-18 15:34:52 +0000  William Manley <will@williammanley.net>
+
+       * gst/debugutils/progressreport.c:
+       * gst/debugutils/progressreport.h:
+         progressreport: add support for using format=buffers with do-query=false
+         This is useful for investigating and debugging pipelines which are
+         producing buffers at a slower/faster rate than you would expect.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759635
+
+2015-12-18 15:49:43 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Update formats table
+         This change add all the new RGB based format. Those format removes the
+         ambiguity with the ALPHA channel. Some other missing multiplanar format
+         has been added with some additional cleanup.
+
+2015-12-18 05:17:15 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Don't write invalid edit list start time.
+         Avoid writing a negative number as a large positive
+         integer in an edit list when the first_ts is smaller
+         than the first_dts - which can happen when the first
+         packet received has a PTS but no DTS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759615
+
+2015-12-04 23:16:45 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Only update running time when it increases.
+         Don't increment running time from every buffer. The correct
+         logic to only increment when running time advances is a
+         little further down, so delete this left-over line.
+
+2015-11-18 11:01:20 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: Implement prores support
+         https://bugzilla.gnome.org/show_bug.cgi?id=758258
+
+2015-11-18 16:20:38 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+         matroska-demux: Play ProRes video streams
+         Generate video/x-prores caps for ProRes video streams.
+         Every frame needs an 8 byte header prepended, as described in
+         http://wiki.multimedia.cx/index.php?title=Apple_ProRes#Frame_layout
+         so do that in a post-processing callback.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758258
+
+2015-12-18 10:18:09 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * ext/dv/gstdvdec.h:
+         dvdec: Remove unused fields
+         Remove unused fields frame_len and space
+         https://bugzilla.gnome.org/show_bug.cgi?id=759614
+
+2015-12-17 16:03:04 +0100  Vincent Dehors <vincent.dehors@openwide.fr>
+
+       * gst/rtp/gstrtpj2kdepay.c:
+         rtpj2kdepay: Push one JPEG2000 frame per buffer, not a buffer list with multiple buffers
+         https://bugzilla.gnome.org/show_bug.cgi?id=758943
+
+2015-12-16 11:43:58 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+         dv1394: log error if failed to set socket status flag
+         Log an error message if failed to set write or read socket as
+         non-blocking.
+         CID 1139608
+         CID 1139609
+
+2015-12-15 17:10:00 +0000  Dave Craig <davecraig@unbalancedaudio.com>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: Check for NULL return value of gst_pad_get_current_caps()
+         https://bugzilla.gnome.org/show_bug.cgi?id=759503
+
+2015-12-16 09:35:53 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         docs: update to git
+
+2015-12-15 19:28:05 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/qt/Makefile.am:
+         qtsink: Add configured GL cflags to the build
+         We don't directly link to GL in the element, though we use GL headers.
+         For this reason we need to include the proper GL headers path. This
+         prevent this element from using a different GL header then libgstgl.
+
+2015-12-15 14:27:22 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/vpx/Makefile.am:
+         vpx: Add missing headers in Makefile.am
+         This fixes distcheck.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755510
+
+2015-09-24 12:57:00 +0530  Prashant Gotarne <ps.gotarne@samsung.com>
+
+       * ext/vpx/Makefile.am:
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp8enc.h:
+       * ext/vpx/gstvp9enc.c:
+       * ext/vpx/gstvp9enc.h:
+       * ext/vpx/gstvpxenc.c:
+       * ext/vpx/gstvpxenc.h:
+         vpx: created common baseclass GstVPXEnc
+         GstVP8Enc and GstVP9Enc has almost 80% code in common.
+         created common baseclass GstVPXEnc for GstVP8Enc and GstVP9Enc
+         https://bugzilla.gnome.org/show_bug.cgi?id=755510
+
+2015-12-15 12:57:53 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/vpx/gstvp9dec.c:
+       * ext/vpx/gstvpxdec.c:
+       * ext/vpx/gstvpxdec.h:
+         vpxdec: Remove unneeded add video_meta
+         This also remove copies for VP8, which was not correctly in place
+         in previous related patch.
+
+2015-12-15 09:49:24 +0530  Prashant Gotarne <ps.gotarne@samsung.com>
+
+       * ext/vpx/Makefile.am:
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp8dec.h:
+       * ext/vpx/gstvp9dec.c:
+       * ext/vpx/gstvp9dec.h:
+       * ext/vpx/gstvpxdec.c:
+       * ext/vpx/gstvpxdec.h:
+         vpx: created common base class GstVPXdec for vpx decoders
+         Base class for the vp8dec and vp9dec.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755510
+
+2015-12-14 11:09:46 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/audiofx/gststereo.c:
+         plugins-bad: Fix example pipelines
+         rename gst-launch --> gst-launch-1.0
+         replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**)
+         fix caps in examples
+         https://bugzilla.gnome.org/show_bug.cgi?id=759432
+
+2015-06-10 09:17:08 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * configure.ac:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: Add GTlsInteraction property
+         https://bugzilla.gnome.org/show_bug.cgi?id=750709
+
+2015-12-14 09:05:06 -0500  Evan Callaway <evan.callaway@ipconfigure.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Retry connection if tunneling needs authentication
+         Leverage response from gst_rtsp_connection_connect_with_response to
+         determine if the connection should be retried using authentication.  If
+         so, add the appropriate authentication headers based upon the response
+         and retry the connection.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749596
+
+2015-12-14 14:19:05 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: check port-range format
+         The string could exist but with a wrong format, in that case we still want
+         to reset the values of client_port_range.min and max like we do if there is
+         no string.
+         CID 1139593
+
+2015-12-14 14:55:12 +0100  Thomas Roos <thomas.roos@industronic.de>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Check device property and fail if device can't be found
+         Don't use default if a specific device is set but it can't be found.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759452
+
+2015-12-14 14:15:00 +0100  Thomas Roos <thomas.roos@industronic.de>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Fix handling of the mute property
+         - set mute value at startup
+         - correct set and get mute functions
+         https://bugzilla.gnome.org/show_bug.cgi?id=755106
+
+2015-12-14 13:43:59 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqsgtexture.cc:
+         glmemory: base classify and add the pbo memory on top
+         The base class is useful for having multiple backing memory types other
+         than the default.  e.g. IOSurface, EGLImage, dmabuf?
+         The PBO transfer logic is now inside GstGLMemoryPBO which uses GstGLBuffer
+         to manage the PBO memory.
+         This also moves the format utility functions into their own file.
+
+2015-12-11 11:23:13 +0100  Thomas Roos <thomas.roos@industronic.de>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Check the return value of GetStatus() too to decide if there was an error
+         If GetStatus() fails, the status itself won't be very meaningful but we also
+         have to look at its return value. This fixes blocking pipelines when removing
+         sound devices or during other errors, where we wouldn't notice the error and
+         then wait forever.
+         https://bugzilla.gnome.org/show_bug.cgi?id=734098
+
+2015-12-10 17:41:46 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         isomp4: remove unused parameters in build_*_extension
+         AtomTRAK parameter is not used by build_mov_alac_extension(),
+         build_jp2h_extension(), or build_mov_alac_extension()  and can be
+         removed.
+
+2015-12-10 15:11:07 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+         isomp4: replace variable only used once
+         Replace has_shift variable with value since it is only use once.
+
+2015-12-09 12:24:09 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Fix packet dropping after a big discont
+         We would queue 5 consective packets before considering a reset and a proper
+         discont here. Instead of expecting the next output packet to have the current
+         seqnum (i.e. the fifth), expect it to have the first seqnum. Otherwise we're
+         going to drop all queued up packets.
+
+2015-12-09 11:49:02 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/interleave/interleave.h:
+         interleave: Remove unsed field
+         Remove unused field collect_event in interleave.
+         https://bugzilla.gnome.org/show_bug.cgi?id=759226
+
+2015-12-07 16:33:14 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Stop pushing data as soon as possible in push-mode
+         When working in push-mode, we attempt to push out everything currently
+         buffered in the adapter.
+         This has two pitfalls:
+         * We could stop earlier (the moment we get a non-ok or non-not-linked)
+         * We return the last combined flow return, which might be completely
+         different from the previous combined flow return
+
+2015-12-07 09:08:09 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From b319909 to 86e4663
+
+2015-12-07 14:41:51 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Add a warning if an empty RTCP packet is tried to be sent
+         https://bugzilla.gnome.org/show_bug.cgi?id=759119
+
+2015-11-30 19:20:13 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * configure.ac:
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp8dec.h:
+       * ext/vpx/gstvp9dec.c:
+       * ext/vpx/gstvp9dec.h:
+         vpxdec: Use GstMemory to avoid copies
+         With the VPX decoders it's not simple to use downstream buffer pool,
+         because we don't know the image size and alignment when buffers get
+         allocated. We can though use GstAllocator (for downstream, or the system
+         allocator) to avoid a copy before pushing if downstream supports
+         GstVideoMeta. This would still cause a copy for sink that requires
+         specialized memory and does not have a GstAllocator for that, though
+         it will greatly improve performance for sink like glimagesink and
+         cluttersink. To avoid allocating for every buffer, we also use a
+         internal buffer pool.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745372
+
+2015-11-30 08:42:35 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Avoid over-skipping when checking LOAS config
+         There might be multiple LOAS config in a row in a full frame. The first
+         one might be a multi-layer config (which we can't properly parse yet)...
+         but then followed by a valid (single-layer) one.
+         The code was previously skipping whole frames (instead of just the LOAS
+         config we failed to read) resulting in multiple frames (seen up to 6s in
+         some situation) being dropped before finally getting the configuration.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758826
+
+2015-11-25 17:08:56 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Properly set SPARSE stream flags for subpicture/subtitle
+         And while we're at it, also detect 'DXSA' as being a variant fourcc
+         of 'DXSB' for XSUB
+
+2015-11-30 21:23:52 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: souphttpsrc: grammar fix
+
+2015-11-30 21:01:17 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: souphttpsrc: switch shoutcast stream provider
+         Fixes failing ICY test. Previous provider has
+         streaming disabled outside UK.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758114
+
+2015-11-18 16:10:11 +0100  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * gst/avi/gstavimux.c:
+         avimux: don't crash if we never got audio caps before stopping
+         auds.blockalign is set once the first caps arrive. If
+         gst_avi_mux_stop_file() is called before this happens then auds.blockalign
+         is zero and gst_avi_mux_audsink_set_fields() cause a crash:
+         [...]
+         avipad->parent.hdr.rate = avipad->auds.av_bps / avipad->auds.blockalign;
+         [...]
+         https://bugzilla.gnome.org/show_bug.cgi?id=758912
+
+2015-12-01 18:20:23 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: don't block when resurecting a buffer
+         When we are resurecting a buffer, don't block. instead let us copy a
+         buffer.
+
+2015-12-01 00:30:08 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: remove extra variable to improve readability
+         Makes it easier to see that the event is being replaced/unrefed
+
+2015-12-01 00:22:36 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: respect seqnum in seek events
+         Propagate the original seek seqnum to events originated from
+         seeking to make sure they have the same value
+
+2015-12-01 00:03:21 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: flush upstream when seeking in pull mode
+         Makes sure upstream will unblock and return the thread so that
+         seeking can continue
+         https://bugzilla.gnome.org/show_bug.cgi?id=758861
+
+2015-11-27 09:27:29 +0100  Anton Bondarenko <antonbo@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: add "send SPS/PPS with every key frame" mode
+         It's not enough to have timeout or event based SPS/PPS information sent
+         in RTP packets. There are some scenarios when key frames may appear
+         more frequently than once a second, in which case the minimum timeout
+         for "config-interval" of 1 second for sending SPS/PPS is not sufficient.
+         It might also be desirable in general to make sure the SPS/PPS is
+         available with every keyframe (packet loss aside), so receivers can
+         actually pick up decoding immediately from the first keyframe if
+         SPS/PPS is not signaled out of band.
+         This patch adds the possibility to send SPS/PPS with every key frame. This
+         mode can be enabled by setting "config-interval" property to -1. In this
+         case the payloader will add SPS and PPS before every key (IDR) frame.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757892
+
+2015-11-27 09:03:51 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph264pay.h:
+       * tests/check/elements/rtp-payloading.c:
+         rtph264pay: change config-interval property type from uint to int
+         This way we can use -1 as special value, which is nicer than MAXUINT.
+         This is backwards compatible even with the GValue API, as shown by
+         a unit test.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757892
+
+2015-11-26 21:46:11 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add support for Opus
+         Add support for demuxing Opus encapsulated in MP4 files, based on the
+         following spec: https://www.opus-codec.org/docs/opus_in_isobmff.html
+         https://bugzilla.gnome.org/show_bug.cgi?id=742643
+
+2015-11-25 22:48:32 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: use macro for codec_name
+         Use _codec() macro instead of duplicating code.
+
+2015-03-25 16:32:55 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: videodec: choose format from caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=733827
+
+2015-03-27 15:02:33 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: add gst_v4l2_object_probe_caps
+         Add a variant of gst_v4l2_object_get_caps that bypasses the probed_caps cache.
+         https://bugzilla.gnome.org/show_bug.cgi?id=733827
+
+2015-11-19 17:20:55 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2.c:
+         v4l2-probe: Skip devices without supported formats
+
+2015-11-13 12:35:59 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * configure.ac:
+       * sys/v4l2/gstv4l2.c:
+         v4l2: Track /dev/video* to triggered required probe
+         If something in /dev/video* get added, removed or replaced, we need to
+         probe the devices again in order to ensure the dynamic devices are up to
+         date.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758085
+
+2015-11-25 14:51:40 +1100  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpmanager: rtpsession: don't send empty RTCP packets
+         generate_rtcp can produce empty packets when reduced size RTCP is turned on.
+         Skip them since it doesn't make sense to push them and they cause errors with
+         elements that expect RTCP packets to contain data (like srtpenc).
+
+2015-11-24 10:57:28 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: restore the segment on case of soft reset
+         When seeking back to restore the mdat position a flush is pushed
+         through and it resets downstream segment information. Make sure
+         that after the flush (that does a soft reset) a segment will
+         be pushed again
+         Fixes regressions spotted at
+         https://ci.gstreamer.net/job/GStreamer-master-validate/2100/
+
+2015-11-20 12:44:22 +0000  Graham Leggett <minfrin@sharp.fm>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: fix spelling of variable
+         https://bugzilla.gnome.org/show_bug.cgi?id=758390
+
+2015-11-20 11:05:51 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+         qtdemux: unite duplicate FourCC
+         Unite in fourcc.h the FourCCs that are used twice or more in qtdemux
+
+2015-11-20 11:18:43 +1100  Roman Nowicki <rnowicki@sims.pl>
+
+       * ext/qt/qtitem.cc:
+         qml: reuse existing GstQSGTexture
+         Fixes a memory leak leaking the texture objects.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758286
+
+2015-11-20 11:08:37 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqsgtexture.cc:
+         qml: activate the wrapped context when binding
+         Mitigates the following critical
+         gst_gl_context_thread_add: assertion 'context->priv->active_thread == g_thread_self ()' failed
+
+2015-11-19 11:55:19 +0100  Roman Nowicki <rnowicki@sims.pl>
+
+       * ext/qt/qtitem.cc:
+         qml: proper initialization if scene is already initialized
+         The scene graph can be initialized when the we receive window handle change
+         notification and so we will not receive a scenegraph initialization
+         notification.  Initialize ourself in this case.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758337
+
+2015-11-19 15:33:45 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Fix capture/output-io-mode properties
+         There was some miss-match in the implementation. This makes it
+         concistent, though functionally it worked, except the video decoder
+         output-io-mode getter.
+
+2015-11-19 19:48:06 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+         atoms: remove unused argument of build_mov_wave_extension()
+         AtomTrak * trak argument of build_move_wave_extension() isn't used.
+         Removing it.
+
+2015-11-19 19:28:20 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+         qtdemux: remove duplicate FourCC
+         Use the available FourCCs in fourcc.h instead of duplicating them.
+
+2015-11-19 18:36:39 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+         isomp4: centralize all FourCC
+         10 FourCCs generated with GST_MAKE_FOURCC() in gstqtmux.c and atoms.c
+         already exist in fourcc.h. Don't duplicate these and use them directly.
+         Plus moving 6 to fourcc.h, to centralize them all.
+
+2015-11-19 17:32:12 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/matroska/webm-mux.c:
+         matroska/webmmux: fix outdated example launch lines
+         Update gst-launch-0.10 lines to gst-launch-1.0
+
+2015-11-16 13:26:50 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         isomp4: add support for Opus in mp4mpux
+         Add support for muxing MP4 files containing Opus. Based on the spec
+         detailed here:
+         https://www.opus-codec.org/docs/opus_in_isobmff.html
+         https://bugzilla.gnome.org/show_bug.cgi?id=742643
+
+2015-11-17 15:23:17 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * tests/examples/gtk/glliveshader.c:
+         Remove unnecessary NULL checks before g_free()
+         g_free() is NULL-safe
+
+2015-11-18 19:10:56 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Replace tabs with spaces
+
+2015-11-18 19:07:53 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Cast to signed integers to prevent unsigned compare between negative and positive numbers
+         This fixes seeking if the first entries in the samples table are negative. The
+         binary search would always fail on this as the array would not be sorted if
+         interpreting the negative numbers as huge positive numbers. This caused us to
+         always output buffers from the beginning after a seek instead of close to the
+         seek position.
+         Also add a case to the comparison function for equality.
+
+2015-11-18 16:01:48 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: remove duplicate check
+         We want 1 or 2 streamheaders, the check  if (bufarr->len != 1 &&
+         bufarr->len != 2) is enough. Not need to check if bufarr->len is <= 0 or
+         > 255.
+
+2015-11-18 14:48:36 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Fix error leak and handle error
+         g_thread_try_new allows for possiblity of failures. In case it fails,
+         error is not handled and leaked.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758260
+
+2015-11-15 17:16:29 -0800  Josep Torra <n770galaxy@gmail.com>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         rtpgstdepay: Properly handle backward compat for event deserialization
+         Actual code is checking for a NULL terminator and a ';' terminator,
+         for backward compat, in a chained way that cause all events being rejected.
+         The proper condition is to reject the events when terminator isn't
+         in ['\0', ';'] set.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758151
+
+2015-11-15 17:11:02 -0800  Josep Torra <n770galaxy@gmail.com>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: rtp-payloading: Test for handling of custom events in rtpgst
+         Add a simple test that checks proper serialization/deserialization
+         of custom events with rtpgstpay and rtpgstdepay.
+
+2015-11-16 16:23:43 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp9dec.c:
+         vpxdec: Use threads on multi-core systems
+         This adds an automatic mode to the threads property of vpxdec in order to
+         use as many threads as there is CPU on the platform. This brings back
+         GStreamer VPX decoding performance closer to what is achieved by other
+         players, including Chromium.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758195
+
+2015-11-16 10:58:32 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: only send initial gaps for non-fragmented streams
+         It would be unusual to have the header segment with an 'edts' atom
+         indicating gaps at the beginning when handling fragmented streams.
+         The header usually doesn't contain any timestamping information, this
+         should come from the playlist/manifest and the segments with media
+         in those scenarios.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758171
+
+2015-11-17 09:41:34 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         Revert "Revert "qtdemux: respect qt segments in push-mode for empty starts""
+         This reverts commit d842ff288a9d01214a046becbfd9cbff3a4acea0.
+         This was reverted by accident
+
+2015-11-17 12:39:05 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+         udpsrc: Add "loop" property for enabling/disabling multicast loopback
+         On POSIX, IP_MULTICAST_LOOP is a setting for the sender socket. On Windows it
+         is a setting for the receiver socket. As such we will need it on udpsrc too to
+         allow filtering out our own multicast packets.
+
+2015-11-16 13:52:05 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         Revert "qtdemux: respect qt segments in push-mode for empty starts"
+         This reverts commit 142d8e2d23e5602e7382977af1043d621625f8c8.
+
+2015-11-16 16:56:04 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix string memory leak
+         The string got using g_strdup_printf will be allocated memory
+         and should be freed after use.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758161
+
+2015-11-14 21:51:11 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2/object: remove unnecessary NULL check before g_free()
+
+2015-11-14 21:45:29 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * sys/oss/gstosssrc.c:
+         osssrc: remove unnecessary NULL check before g_free()
+
+2015-11-14 21:43:24 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * sys/sunaudio/gstsunaudiosrc.c:
+         sunaudiosrc: remove unnecessary NULL checks before g_free()
+
+2015-11-14 21:36:30 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: remove unnecessary NULL checks before g_free()
+
+2015-11-14 21:31:08 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: remove unnecessary NULL checks before g_free()
+
+2015-11-14 21:26:21 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska/read-common: remove unnecessary NULL checks before g_free()
+
+2015-11-14 20:43:10 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+         isomp4/atoms: remove unnecessary NULL checks before g_free()
+
+2015-11-14 20:35:54 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/rtp/gstrtptheorapay.c:
+         rtp/theorapay: remove unnecessary NULL checks before g_free()
+
+2015-11-14 20:33:54 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         rtp/vorbispay: remove unnecessary NULL checks before g_free()
+
+2015-11-14 20:31:34 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtp/jpegpay: remove unnecessary NULL checks before g_free()
+
+2015-11-14 20:27:04 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: remove unnecessary NULL checks before g_free()
+
+2015-11-14 20:22:09 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: remove unnecessary NULL checks before g_free()
+
+2015-11-14 20:14:25 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: remove unnecessary NULL check before g_free()
+
+2015-11-14 20:09:54 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/effectv/gstop.c:
+         effectv/optv: remove unnecessary NULL checks before g_free()
+
+2015-11-14 20:05:03 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/effectv/gstshagadelic.c:
+         effectv/shagadelictv: remove unnecessary NULL checks before g_free()
+
+2015-11-14 20:01:43 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/effectv/gstripple.c:
+         effectv/ripple: remove unnecessary NULL checks before g_free()
+
+2015-11-14 19:56:57 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/effectv/gstradioac.c:
+         effectv/radioac: remove unnecessary NULL checks before g_free()
+
+2015-11-14 19:52:12 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/effectv/gststreak.c:
+         effectv/streak: remove unnecessary NULL check before g_free()
+
+2015-11-14 17:04:55 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * ext/shout2/gstshout2.c:
+         shout2: remove unnecessary NULL checks before g_free()
+
+2015-11-14 16:57:13 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * ext/vpx/gstvp9enc.c:
+         vp9enc: remove unnecessary NULL check before g_free()
+
+2015-11-14 16:54:42 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: remove unnecessary NULL check before g_free()
+
+2015-11-14 16:20:33 -0800  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: remove unnecessary NULL checks before g_free()
+
+2015-11-13 13:34:02 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: add support of NV16, NV61 and NV24 formats
+         Mapped respectively to V4L2_PIX_FMT_NV16/V4L2_PIX_FMT_NV16M,
+         V4L2_PIX_FMT_NV61,V4L2_PIX_FMT_NV61M and V4L2_PIX_FMT_NV24 v4l2 formats.
+         https://bugzilla.gnome.org/show_bug.cgi?id=758058
+
+2015-11-11 14:10:53 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmuxpartreader: Fix GCond leak
+         inactive_cond is not being cleared resulting in memory leak.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757924
+
+2015-08-06 12:44:20 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: fix output state memory leak
+         When jpeg_finish_decompress is called, output state reference is being created.
+         But if there is any failures in finishing decompress, it jumps to setjmp,
+         and at that point state was not referenced. Resulting in leak of output state.
+         Hence adding another setjmp after output state is referenced.
+         Similarly adding another setjmp to unmap the frame in case error happens before
+         finish_decompress
+         https://bugzilla.gnome.org/show_bug.cgi?id=753087
+
+2015-11-10 12:32:39 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+         gtk: add the overlaycomposition feature to the template caps
+         There is a possibility that the _get_caps impl will be called with the
+         feature in the filter caps which when interecting with the template,
+         will return EMPTY and therefore fail negotiation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757854
+
+2015-08-10 11:23:45 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: respect qt segments in push-mode for empty starts
+         In push-mode it is hard to support qt segments overall but it is
+         possible to support when the file isn't heavily edited but just contain
+         a segment to indicate a gap at the beginning. This also allows properly
+         timestamping data that has negative DTS in push-mode.
+         It is relevant to support those for 2 scenarios:
+         1) fragmented streaming
+         2) HTTP playback of 'regular' mp4
+         https://bugzilla.gnome.org/show_bug.cgi?id=753484
+
+2015-11-05 18:39:33 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/pulse/pulsedeviceprovider.c:
+         pulse: Don't leak caps and structures in the device provider
+
+2015-11-04 19:01:20 +0530  Arun Raghavan <arun@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpmanager: Document properties that are expressed in bits per second
+         This changed in 928cd110bcea5d143cab3ea747991851d52ecbad and
+         73c0c2920f9aca96982a4de0c20b3417aa148b81 but was not documented.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747863
+
+2015-11-04 18:51:32 +0530  Arun Raghavan <arun@centricular.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+         rtpmanager: Trivial gst-indent fixes
+
+2015-08-12 13:35:40 +0200  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: support for cenc auxiliary info parsing outside of moof box
+         When the cenc aux info index is out of moof boundaries, keep track of
+         it and parse the beginning of the mdat box, before the first sample.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755614
+
+2015-11-03 20:33:10 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Use codecutils helpers for creating Opus caps
+         Also fix up codec data with values from the container.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757152
+
+2015-11-03 14:51:48 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: There is no multistream field for Opus anymore
+         https://bugzilla.gnome.org/show_bug.cgi?id=757152
+
+2015-11-03 12:42:52 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/webm-mux.c:
+         matroska/webmmux: Support Opus in webmmux and VP9 in matroskamux
+         https://bugzilla.gnome.org/show_bug.cgi?id=729950
+
+2015-11-03 12:40:15 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Parse and handle CodecDelay, SeekPreroll and DiscardPadding
+         https://bugzilla.gnome.org/show_bug.cgi?id=727305
+
+2015-11-03 12:18:19 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Write CodecDelay, DiscardPadding and SeekPreroll for Opus
+         And also adjust timestamps and durations according to the codec delay, both
+         should include it for whatever reason.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727305
+
+2015-11-03 11:49:54 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Opus headers are not in-band
+         https://bugzilla.gnome.org/show_bug.cgi?id=727305
+
+2015-11-03 22:01:07 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/v4l2/gstv4l2.c:
+         v4l2: Set O_CLOEXEC on the device fd
+         This is needed to make sure that child processes don't inherit the video
+         device fd which can cause problems with some drivers.
+
+2015-11-03 14:46:30 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpmanager: switch G_GINT64_FORMAT for GST_STIME_ARGS
+         No need to use G_GINT64_FORMAT for potentially negative values of
+         GstClockTimeDiff. Since 1.6 these can be handled with GST_STIME_ARGS.
+         Plus it creates more readable values in the logs.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757480
+
+2015-11-03 14:26:29 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpmanager: use GST_STIME_ARGS for GstClockTimeDiff
+         No need to manually handle negative values of diff, GST_STIME_ARGS does
+         exactly this.
+
+2015-11-02 16:53:15 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: use GST_STIME_ARGS for GstClockTimeDiff
+         No need to manually handle negative values of diff, GST_STIME_ARGS does
+         exactly this.
+
+2015-11-02 16:43:46 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: use GST_STIME_ARGS for GstClockTimeDiff
+         No need to manually handle negative values of diff, GST_STIME_ARGS is
+         available for this.
+
+2015-10-30 10:05:37 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/audiofx/audiochebband.c:
+         audiochebband: Fix typo in example pipeline
+         Fix typo in example pipeline.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757340
+
+2015-10-28 23:47:30 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+         v4l2: fix double-unref in the v4l2 device provider
+
+2015-10-27 10:48:00 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-ids.c:
+         matroskamux: don't drop JPEG frames that only have PTS but no DTS set
+         For the MS/VfW codec ids, we want to write DTS timestamps instead
+         of PTS because that's what everyone else seems to do (and it's also
+         how it is in AVI). So for those input formats we use the buffer DTS
+         instead of the PTS. However, if there's no DTS set but only the PTS
+         then just take the PTS instead of dropping the input buffer. This
+         is useful especially for I-frame only codecs like JPEG and huffyuv,
+         but should also be fine as fallback in general.
+         Fixes regression with input JPEG frames that only have PTS set on them.
+         https://bugzilla.gnome.org/show_bug.cgi?id=756967
+
+2015-10-24 23:57:38 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/splitmux.c:
+         tests/check/splitmux: test that the release_pad vfunc of splitmuxsink actually releases pads
+         https://bugzilla.gnome.org/show_bug.cgi?id=753622
+
+2015-10-24 23:57:29 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: do not destroy the multiqueue & muxer when going to NULL
+         Instead, delay it until all request pads have been released. This is
+         because the release_pad() vfunc requires the multiqueue and muxer to
+         be there in order to release their request pads as well. If those
+         elements are destroyed earlier, release_pad() does not work, no
+         pads are released and some resources are leaked.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753622
+
+2015-10-20 15:28:10 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Read buffer timestamp *after* actually setting it
+         https://bugzilla.gnome.org/show_bug.cgi?id=756809
+
+2015-10-24 17:14:07 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/gstscaletempo.c:
+       * gst/audiofx/gstscaletempo.h:
+         scaletempo: Fix handling of rate < 0
+         We have to reverse all samples in a buffer before processing them to properly
+         have continuous data from one buffer to another. As a result we will have a
+         negative applied rate and a rate of 1.0.
+         Also make sure that input buffers are correctly clipped to the segment,
+         otherwise our calculations are going to go wrong.
+         Also copy over the segment event's sequence number to the output segment while
+         we're at it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=757033
+
+2015-10-19 18:04:56 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: break as soon as non-interlaced if found
+         It looks for a non-interlaced entry on the filter caps, break
+         as soon as one is found to avoid wasting cpu
+
+2015-10-19 17:50:28 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: implement accept-caps
+         Implement accept-caps handler to avoid doing a full caps query
+         downstream to handle it.
+         This commit implements accept-caps as a simplification of the _getcaps
+         function, so it exposes the same limitations that getcaps would.
+         For example, not accepting renegotiation to caps with capsfeatures when
+         it was last configured to a caps that it has to deinterlace.
+
+2015-10-19 17:06:28 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/deinterlace.c:
+         tests: deinterlace: fix small typo in comment
+
+2015-10-26 00:41:28 +1100  Jan Schmidt <jan@centricular.com>
+
+       * tests/files/Makefile.am:
+         check: Dist splitvideo0[012].ogg test files.
+
+2015-10-23 20:16:17 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/gstscaletempo.c:
+       * gst/audiofx/gstscaletempo.h:
+         scaletempo: Add support for F64
+
+2015-10-22 17:40:38 -0700  Mischa Spiegelmock <mspiegelmock@gmail.com>
+
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * gst/multipart/multipartdemux.c:
+       * gst/rtp/README:
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/udp/gstudpsrc.c:
+         docs: Minor fixes in various places
+         https://bugzilla.gnome.org/show_bug.cgi?id=756996
+
+2015-10-21 17:43:31 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/goom/plugin_info.c:
+         goom: remove compiler trick
+         After commit 2cb6cfed22166b262ae50cb58f3ff11dd8ba91f9 there is no need to
+         trick the compiler anymore about the usage of variable cpuFlavour.
+
+2015-10-21 14:35:02 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From b99800a to b319909
+
+2015-10-21 17:41:38 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/audiofx/audiofxbaseiirfilter.h:
+         audiofx: remove unused variable
+         Remove unsued variable have_coeffs in audiofxbaseiirfilter
+         https://bugzilla.gnome.org/show_bug.cgi?id=756905
+
+2015-10-20 17:29:42 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Use new GST_ENABLE_EXTRA_CHECKS #define
+         https://bugzilla.gnome.org/show_bug.cgi?id=756870
+
+2015-10-21 14:25:55 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 9aed1d7 to b99800a
+
+2015-10-21 11:53:09 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: relax creation time parsing
+         Parse wrong timestamps like we used to write as well,
+         e.g. 10:9:42, and the hour might be without a leading
+         zero in any case.
+
+2015-10-21 11:45:35 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: fix indentation
+
+2015-10-21 11:44:50 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: extract both creation date and time
+         Before we only extracted the date part.
+
+2015-10-21 11:16:01 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: fix writing of creation time
+         Don't write time as e.g. 11:9:42
+
+2015-10-13 12:42:56 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/rtp/gstrtpj2kpay.c:
+         rtpj2kpay: update fragment offset
+         It was always being set to 0, making the resulting stream broken
+         for the receiver
+         https://bugzilla.gnome.org/show_bug.cgi?id=756422
+
+2015-10-19 15:36:37 +0300  Ryan Hendrickson <ryan.hendrickson@alum.mit.edu>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Don't unconditionally use strnlen()
+         It's not available on older OSX and we can as well use memchr() here.
+         https://bugzilla.gnome.org/show_bug.cgi?id=756154
+
+2015-10-19 17:38:32 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/auparse/gstauparse.c:
+         auparse: Fix event memory leak
+         Free the event after being handled to prevent memory leak.
+         https://bugzilla.gnome.org/show_bug.cgi?id=756799
+
+2015-10-19 09:14:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: unify raw audio caps into a single caps structure
+
+2015-10-19 15:15:30 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/qtitem.cc:
+         gl: be consistent in gobject boilerpate
+         GST_GL_IS_* vs GST_IS_GL_*
+         git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
+
+2015-10-19 15:15:30 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gl: be consistent in gobject boilerpate
+         GST_GL_IS_* vs GST_IS_GL_*
+         git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
+
+2015-10-17 15:26:46 +1100  Matthew Waters <matthew@centricular.com>
+
+       * tests/examples/gtk/glliveshader.c:
+         glshaderelement: implement on-demand create-shader signalling
+         One may not have an GstGLContext available or current in the thread where one
+         would need to update the shader.  Support this by signalling create-shader
+         whenever the one-shot 'update-shader' is set to TRUE.
+
+2015-10-17 02:40:50 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtk: separate out the widget/window destroy callbacks
+         Fixes assertion due to the sink_finalize() being run before the widget destroy
+         callback.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755969
+
+2015-10-17 01:08:29 +1100  Matthew Waters <matthew@centricular.com>
+
+       * tests/examples/gtk/Makefile.am:
+       * tests/examples/gtk/glliveshader.c:
+         gl/examples: add a live shader demo using the new GstGLSLStage
+         Implemented with videotestsrc ! glshader ! glupload ! gtkglsink
+         Errors on an invalid shader compilation are ignored however any error
+         provided by the glsl compiler is printed to stdout.
+
+2015-10-14 15:42:50 -0700  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add support for FFV1 coded streams in mov
+         https://bugzilla.gnome.org/show_bug.cgi?id=752495
+
+2015-09-04 16:02:32 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         glshader: port to using GstGLSLStage objects for string management
+         A GstGLShader is now simply a collection of stages that are
+         compiled and linked together into a program.  The uniform/attribute
+         interface has remained the same.
+
+2015-10-14 15:53:26 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: EOS immediately if we have an empty seek segment
+         https://bugzilla.gnome.org/show_bug.cgi?id=748316
+
+2015-10-14 10:43:19 +0300  Stavros Vagionitis <stavrosv@digisoft.tv>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Make non-inclusive segment boundaries inclusive
+         The problem is that the filesrc and souphttpsrc are behaving
+         differently regarding the calculation of the segment boundaries. The
+         filesrc is using a non-inclusive boundaries, while the souphttpsrc
+         uses inclusive. Currently the hlsdemux calculates the boundaries as
+         inclusive, so for this reason there is no problem with the souphttpsrc,
+         but there is an issue in the filesrc.
+         The GstSegment is non-inclusive, so the proposed solution is to use
+         non-inclusive boundaries in the hlsdemux in order to be consistent.
+         Make the change in the hlsdemux, will break the souphttpsrc, which
+         will expect inclusive boundaries, but the hlsdemux will offer
+         non-inclusive. This change makes sure that the non-inclusive
+         boundaries are converted to inclusive.
+         https://bugzilla.gnome.org/show_bug.cgi?id=748316
+
+2015-10-11 22:07:54 +0000  Graham Leggett <minfrin@sharp.fm>
+
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpclientsink.h:
+         souphttpclientsink: Add the retry and retry-delay properties
+         These allow a failed request to be retried after the given number of seconds
+         instead of failing the pipeline. Take account of the Retry-After header if
+         present. Add retries parameter that controls the number of times an HTTP
+         request will be retried before failing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=756318
+
+2015-10-14 12:03:15 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix caps leak
+         If the QtDemuxStream are re-used they may already have caps which used
+         to be leaked.
+         Reproduced using the
+         validate.dash.playback.seek_forward.dash_exMPD_BIP_TC1 validate
+         scenario.
+         https://bugzilla.gnome.org/show_bug.cgi?id=756561
+
+2015-10-14 09:29:50 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix taglist memory leak
+         Free the stream and its sub items instead of just the stream
+         https://bugzilla.gnome.org/show_bug.cgi?id=756544
+
+2015-10-11 12:06:26 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: Allow negotiating to S8 as a raw format but stop making it best choice
+         Negotiation to audio/x-raw,format=S8 was not possible because S8 does
+         not have a bit order so we ended up doing `if (!entry.fourcc) goto refuse_caps;`
+         https://bugzilla.gnome.org/show_bug.cgi?id=756387
+
+2015-10-11 09:18:40 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: Add prores support
+         https://bugzilla.gnome.org/show_bug.cgi?id=756388
+
+2015-10-12 18:56:32 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+         tests: add GST_PLUGINS_BASE_LIBS for flvdemux check
+         So it pulls in the right libgsttag-1.0.
+
+2015-10-11 22:27:47 +0100  Julien Isorce <j.isorce@samsung.com>
+
+       * gst/goom/Makefile.am:
+       * gst/goom/gstaudiovisualizer.c:
+       * gst/goom/gstaudiovisualizer.h:
+       * gst/goom/gstgoom.h:
+       * gst/goom2k1/Makefile.am:
+       * gst/goom2k1/gstaudiovisualizer.c:
+       * gst/goom2k1/gstaudiovisualizer.h:
+       * gst/goom2k1/gstgoom.h:
+         goom/goom2k1: remove obsolete left over files
+         They now use the new GstAudioVisualizer base class
+         from gst-plugins-base/gst-libs/gst/pbutils
+         Also fixed undefined reference to gst_audio_visualizer_get_type
+         Added GST_PLUGINS_BASE_LIBS to Makefile.am and re-order LIBADD.
+         https://bugzilla.gnome.org/show_bug.cgi?id=742875
+
+2015-10-12 10:48:23 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: Fix buffer memory leak during failures
+         mapped buffer is not being unmapped during failures
+         https://bugzilla.gnome.org/show_bug.cgi?id=756231
+
+2015-10-12 11:18:51 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Check if soup message is created
+         If soup message is not created then the same should not be passed
+         on, which is resulting in segfault. Hence throwing a warning message
+         and returning
+         https://bugzilla.gnome.org/show_bug.cgi?id=755326
+
+2015-10-12 11:15:15 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Check if location being set is valid
+         Adding a check in set_property to find if the location uri is valid
+         and printing warning if not valid.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755326
+
+2015-10-12 11:09:30 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Fix memory leaks during failures
+         freeing streamheader_buffers and sent_buffers during failure cases.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755326
+
+2015-10-12 11:03:17 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Replace redundant free_buffer_list function
+         Removing free_buffer_list and replacing it with already available function
+         g_list_free_full
+         https://bugzilla.gnome.org/show_bug.cgi?id=755326
+
+2015-10-11 16:40:01 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * tests/check/Makefile.am:
+         check: Don't forget base CFLAGS for flvdemux check
+         elements/flvdemux.c:25:25: fatal error: gst/tag/tag.h: No such file or directory
+
+2015-10-11 11:37:51 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/ebml-write.c:
+       * gst/matroska/ebml-write.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: Create a TIME segment when creating streamable output
+         Related to https://bugzilla.gnome.org/show_bug.cgi?id=754435 which
+         does the same for flvmux.
+
+2015-09-23 13:50:52 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/flv/Makefile.am:
+       * gst/flv/gstflvdemux.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/flvdemux.c:
+         flvdemux: output speex vorbiscomment as a GstTagList
+         This is what speexdec expects.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755478
+
+2015-09-22 22:59:16 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/flv/gstflvmux.c:
+       * tests/check/elements/flvmux.c:
+         flvmux: GST_BUFFER_OFFSETs should be GST_BUFFER_OFFSET_NONE
+         Or else flvdemux don't understand it
+         https://bugzilla.gnome.org/show_bug.cgi?id=754435
+
+2015-09-02 10:44:59 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/flv/gstflvmux.c:
+       * tests/check/elements/flvmux.c:
+         flvmux: use time segment and copy timestamps when streamable
+         Add a basic test using speex data to verify timestamping.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754435
+
+2015-09-23 13:14:03 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: speex is also always 16KHz
+         This is just a cosmetic change for the logs, since the right caps
+         for Speex is being set elsewhere.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755479
+
+2015-07-14 15:19:44 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+         rtpmanager: Add 'source-stats' to stats and notify
+         Add statitics from each rtp source to the rtp session property.
+         'source-stats' is a GValueArray where each element is a GstStructure of
+         stats for one rtp source.
+         The availability of new stats is signaled via g_object_notify.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752669
+
+2015-06-05 17:20:33 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Implement sending of reduced size RTCP packets
+         https://bugzilla.gnome.org/show_bug.cgi?id=750456
+
+2015-10-08 15:01:13 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/audiofx/audiodynamic.h:
+         audiofx: Remove unused variable
+         Remove unused variable 'degree' in audiodynamic
+         https://bugzilla.gnome.org/show_bug.cgi?id=756234
+
+2015-10-08 14:44:07 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix memory leak for corrupted file
+         Free brands before overriding them.
+         https://bugzilla.gnome.org/show_bug.cgi?id=756226
+
+2015-10-08 11:44:04 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+         gdkpixbufdec: Fix pixbuf_loader leak during failures
+         https://bugzilla.gnome.org/show_bug.cgi?id=756219
+
+2015-10-07 23:23:45 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Add missing break
+
+2015-10-07 13:03:02 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+       * gst/rtpmanager/rtpstats.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtpmanager: Take into account packet rate for max-dropout and max-misorder calculations
+         https://bugzilla.gnome.org/show_bug.cgi?id=751311
+
+2015-10-07 13:02:12 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         rtpmanager: add "max-dropout-time" and "max-misorder-time" props
+         https://bugzilla.gnome.org/show_bug.cgi?id=751311
+
+2015-10-07 17:14:57 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix date memory leak
+         When getting date from taglist, the memory should be freed after
+         using it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=756171
+
+2015-10-05 11:03:38 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix sample memory leak
+         When getting sample from taglist, the memory should be freed after
+         using it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=756068
+
+2015-10-05 13:10:56 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/cutter/gstcutter.c:
+         cutter: Fix buffer leak
+         Buffer is added to the internal cache, and pushed only when accumulated
+         buffer duration crosses 200 ms. So when the chain ends, the buffer accumulated
+         is not freed. Freeing the cache when the state changes from PAUSED to READY.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754212
+
+2015-08-31 21:10:16 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Use default upstream event handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=752694
+
+2015-08-31 21:05:03 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: As 0xFFFFFFFF is a valid ssrc, check if it has been set
+         https://bugzilla.gnome.org/show_bug.cgi?id=752694
+
+2015-07-22 09:47:22 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+       * tests/check/elements/rtpmux.c:
+         gstrtpmux: allow the ssrc-property to decide ssrc on outgoing buffers
+         By not doing this, the muxer is not effectively a rtpmuxer, rather a
+         funnel, since it should be a single stream that exists the muxer.
+         If not specified, take the first ssrc seen on a sinkpad, allowing upstream
+         to decide ssrc in "passthrough" with only one sinkpad.
+         Also, let downstream ssrc overrule internal configured one
+         We hence has the following order for determining the ssrc used by
+         rtpmux:
+         0. Suggestion from GstRTPCollision event
+         1. Downstream caps
+         2. ssrc-Property
+         3. (First) upstream caps containing ssrc
+         4. Randomly generated
+         https://bugzilla.gnome.org/show_bug.cgi?id=752694
+
+2015-10-02 22:42:20 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Fixup last commit
+
+2015-10-02 22:21:45 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+       * gst/udp/gstudpsrc.c:
+         Update GLib dependency to 2.40.0
+
+2015-06-30 16:56:19 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpstats.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtpstats: add utility for calculating RTP packet rate
+
+2015-08-10 18:14:39 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: handle empty segments in seeking adjust
+         If seeking targets an empty segment skip it as there is no media
+         offset to get from it. Instead look for the next one.
+         This doesn't make seeking in push-mode work if you seek to an
+         empty segment but at least won't get you to wrong offsets.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753484
+
+2015-04-17 14:25:43 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: post messages when fragments are being opened and closed
+         This can be useful for applications that need to track the created fragments
+         (to log them in a recording database, for example)
+         https://bugzilla.gnome.org/show_bug.cgi?id=750108
+
+2015-04-29 18:23:28 +0100  Ramiro Polla <ramiro.polla@collabora.co.uk>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: allow non-video streams to serve as reference
+         In the absence of a video stream, the first stream will be used as
+         reference.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753617
+
+2015-07-22 17:45:12 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: initialize mux_start_time properly
+         mux_start_time refers to the running_time of the buffer
+         that goes first in the output file. Normally this time is
+         0, so this variable is initialized to 0 during the state
+         change to PAUSED.
+         However, when dealing with dynamic pipelines and starting
+         a recording while the pipeline has already run for a while,
+         the running_time of the first buffer is > 0 and this causes
+         a problem with detecting the end of the first file(s) when
+         splitting by duration, because the code will later compare
+         the threshold_time with (last buffer running_time - mux_start_time)
+         and will get it wrong until mux_start_time advances enough
+         to make this difference < threshold_time, creating empty files
+         in the meantime.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753624
+
+2015-09-16 16:03:02 +0900  Vineeth T M <vineeth.tm@samsung.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Reverse playback does not consider segment.start
+         During reverse playback, the media should stop playing at segment.start
+         This does not happen, and avidemux continues to process data even when
+         current timestamp is less that segment.start.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755094
+
+2015-09-23 12:39:35 +0900  Manasa Athreya <manasa.athreya@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Check multi trex to find track id in mp4 mpeg-dash stream
+         If stream has more than one trex box which is not matched to actual
+         track id, it makes qtdemux crashed.
+         Author : Manasa Athreya (manasa.athreya@lge.com)
+         https://bugzilla.gnome.org/show_bug.cgi?id=754864
+
+2015-09-04 14:24:45 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/smpte/gstsmpte.c:
+         smpte: get size, stride info using VideoInfo
+         Use VideoInfo data to get size stride and
+         offset, instead of hard coded macros.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754558
+
+2015-09-04 14:18:50 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/smpte/gstsmpte.c:
+         smpte: free mask
+         Free the memory allocated to 'mask' to avoid
+         memory leak.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754555
+
+2015-08-20 11:02:58 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * tests/examples/equalizer/demo.c:
+       * tests/icles/equalizer-test.c:
+       * tests/icles/gdkpixbufoverlay-test.c:
+       * tests/icles/gdkpixbufsink-test.c:
+       * tests/icles/test-oss4.c:
+       * tests/icles/videocrop-test.c:
+         gstreamer: good: tests: Fix memory leaks when context parse fails.
+         When g_option_context_parse fails, context and error variables are not getting free'd
+         which results in memory leaks. Free'ing the same.
+         And replacing g_error_free with g_clear_error, which checks if the error being passed
+         https://bugzilla.gnome.org/show_bug.cgi?id=753853
+
+2015-10-02 16:18:15 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: doesn't handle probation and rtp gap in case of sender
+         https://bugzilla.gnome.org/show_bug.cgi?id=754548
+
+2015-10-02 16:16:32 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpsession.h:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpmanager: add new on-new-sender-ssrc, on-sender-ssrc-active signals
+         Allows for applications to get internal source's RTP statistics.
+         (eg. sender sources for a server/client)
+         https://bugzilla.gnome.org/show_bug.cgi?id=746747
+
+2015-09-15 03:14:37 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstplugin.cc:
+       * ext/qt/gstqsgtexture.h:
+       * ext/qt/gstqtsink.cc:
+       * ext/qt/qtitem.cc:
+       * ext/qt/qtitem.h:
+         qt: add support for building on osx/ios
+         Including:
+         - Necessary configure checks
+         - Necessary compile time platform checks
+         - Necessary runtime qt iOS/OSX platform detection
+         https://bugzilla.gnome.org/show_bug.cgi?id=755100
+
+2015-10-02 14:17:48 +1000  Jan Schmidt <jan@centricular.com>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: Gather and coalesce all damaged areas before retrieving.
+         These days the xserver seems to give us the same damage regions
+         over and over for entire windows, and we retrieve them multiple
+         times, which gives time for more damage to appear. Instead, just
+         quickly gather all damaged areas into a region list and copy
+         out once.
+
+2015-10-01 16:24:32 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/goom2k1/Makefile.am:
+       * gst/goom2k1/gstgoom.h:
+         goom2k1: use the new audiovisualizer base class
+         Rebase to have goom using the GstAudioVisualizer base class in
+         gst-plugins-base/gst-libs/gst/pbutils
+         https://bugzilla.gnome.org/show_bug.cgi?id=742875
+
+2015-10-01 16:16:08 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/goom/Makefile.am:
+       * gst/goom/gstgoom.h:
+         goom: use the new audiovisualizer base class
+         Rebase to have goom using the GstAudioVisualizer base class in
+         gst-plugins-base/gst-libs/gst/pbutils
+         https://bugzilla.gnome.org/show_bug.cgi?id=742875
+
+2015-09-30 17:35:33 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/interleave/deinterleave.c:
+       * tests/check/elements/deinterleave.c:
+         deinterleave: implement accept-caps
+         Avoid using default accept-caps handler that will query downstream
+         and is more expensive. Just check if the caps is compatible with
+         the template and check if the channels are the same.
+
+2015-09-30 09:35:39 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/deinterleave.c:
+         tests: deinterleave: also check for caps query results
+
+2015-09-30 12:30:59 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: use the caps query filter
+         It was being ignored and would lead to wrong results if the
+         element doing the query would rely on the intersection being made.
+
+2015-09-30 10:00:31 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: implement a caps query handler for the sinkpad
+         It was missing and apparently code relied on having it there
+         for not allowing a change in the number of channels
+
+2015-09-30 09:05:03 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: fix caps leak
+         Caps from the pad template are being leaked. In any case it is
+         from a static pad template and will 'leak' in the end, just doing
+         the cleanup for the good practice.
+
+2015-09-29 22:57:52 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk: add some GL debug statements to show up in GL traces
+
+2015-08-28 16:24:24 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * ext/qt/gstqtsink.cc:
+         qtsink: explicitely fallthrough switch statement
+         In case ret is False, fallthrough to default case.
+         CID #1320705
+
+2015-09-29 11:15:01 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/gdkpixbufoverlay.c:
+         tests: gdkpixbufoverlay: add minimal unit test
+         https://bugzilla.gnome.org/show_bug.cgi?id=755773
+
+2015-09-29 11:12:48 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+         gdkpixbufsink: don't leak old pixel buffer when setting a new overlay
+         https://bugzilla.gnome.org/show_bug.cgi?id=755773
+
+2015-09-28 20:25:22 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: avoid potential string overflow
+         We don't necessarily have full control over the input tags, so
+         it's possible that the ISRC tag contains a longer string than
+         expected, in which case we'd write over the end of the static-size
+         13 byte buffer that is FLAC__StreamMetadata_CueSheet_Track::isrc.
+         Make sure to only copy the ISRC if it's not too long, and make
+         sure the buffer we write to is always NUL-terminated by using
+         g_strlcpy().
+         CID 1324931.
+
+2015-09-28 18:03:51 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Remove leftover assertion from 0.10
+         We now allocate memory via GstAllocator and as such can handle arbitrary
+         alignments, not only <= G_MEM_ALIGN.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755708
+
+2015-09-29 00:25:00 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtk: fix assertion when the element has no peer
+         When proxying keyboard/navigation/mouse events, only unref a successfully
+         retreived peer pad.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755738
+
+2015-08-28 16:35:39 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * ext/qt/qtitem.cc:
+         qml: remove overwritten value
+         Value in tex is overwritten before being used. Removing it.
+         CID 1320715
+         https://bugzilla.gnome.org/show_bug.cgi?id=754253
+
+2015-09-02 23:45:07 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/Makefile.am:
+       * ext/qt/gstqsgtexture.h:
+       * ext/qt/gstqtgl.h:
+       * ext/qt/qtitem.cc:
+       * ext/qt/qtitem.h:
+         qt: add support for building/running on android
+         Including:
+         - Necessary configure checks
+         - Necessary compile time platform checks
+         - Necessary runtime qt android platform detection
+         - Escaping GLsync definition with Qt's GLES2 implementation
+         https://bugzilla.gnome.org/show_bug.cgi?id=754466
+
+2015-09-02 23:40:31 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/Makefile.am:
+         qt: don't use CPPFLAGS for tools that cannot use them
+         For example moc will bail out when given arguments it does not
+         know about.  The moc specific MOC_CPPFLAGS can still be used
+         to pass flags to moc.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754466
+
+2015-09-02 23:39:54 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/Makefile.am:
+         qt: rename library to include gst prefix
+         libqtsink -> libgstqtsink
+         https://bugzilla.gnome.org/show_bug.cgi?id=754466
+
+2015-09-25 10:01:37 +0200  Guillaume Marquebielle <guillaume.marquebielle@parrot.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: fix uninitialized variables in LOAS config reading
+         On reading LOAS config, flag v=1 and vA=1 combination can occur, leading to warning
+         "Spec says "TBD"...". Returning TRUE on this case while parameters 'sample_rate' and
+         'channels' are pointing to uninitialized values can end on setting random values as
+         rate and channels on src caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755611
+
+2015-09-18 00:58:23 +1000  Jan Schmidt <thaytan@noraisin.net>
+
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpsession.c:
+         Fix some compiler warnings when building with G_DISABLE_ASSERT
+         Touches rtpmanager and gdkpixbufsink
+
+2015-08-18 14:30:57 +0100  Chris Bass <floobleflam@gmail.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: support timed-text subtitle tracks.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752818
+
+2015-09-26 00:12:46 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         gst: Don't use deprecated gst_segment_to_position()
+
+2015-09-21 13:47:21 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtpbin/rtpjitterbuffer/rtspsrc: Add property to set maximum ms between RTCP SR RTP time and last observed RTP time
+         https://bugzilla.gnome.org/show_bug.cgi?id=755125
+
+2015-09-16 19:28:11 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpbin/session: Allow RTCP sync to happen based on capture time or send time
+         Send time is the previous behaviour and the default, but there are use cases
+         where you want to synchronize based on the capture time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755125
+
+2015-09-25 23:51:09 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.6.0 ===
+
+2015-09-25 23:15:55 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.6.0
+
+2015-09-25 22:57:34 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2015-09-25 14:08:09 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/smpte/gstsmptealpha.c:
+         smptealpha: Do not set width/height before comparing with old values
+         Otherwise we end up considering the values did not change and we wrongly
+         work with the old video format (which will lead to wrong
+         behaviour/segfaults).
+         https://bugzilla.gnome.org/show_bug.cgi?id=755621
+
+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 20:59:00 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Accumulate segments for edit lists before activating the next segment
+         eceb2ccc739092d964d78945e19c2ecedbd214e2 broke segment seeks by always
+         accumulating segments manually when activating a segment. This is only
+         needed when handling edit lists, not when activating a segment because of a
+         seek. Do the accumulation when switching edit list segments instead.
+         This fixes segment seeks again, while keeping edit lists playback working.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755471
+
+2015-09-23 17:43:51 +0530  Vikram Fugro <vikram.fugro@gmail.com>
+
+       * gst/spectrum/gstspectrum.c:
+         spectrum: send phase values in the GstMessage for Phase info
+         https://bugzilla.gnome.org/show_bug.cgi?id=755463
+
+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 00:46:01 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: Don't output a warning on MONO multiview mode.
+
+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-19 17:02:18 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/rtp/gstrtptheoradepay.c:
+         rtptheoradepay: Fix memory leaks
+         The same memory leaks were fixed in identical fashion for
+         vorbisdepay in 06efeff5d979576a252e5dae57f46d6445b1df12 in 2009.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755277
+
+2015-09-19 17:04:07 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+         rtp{vorbis,theora}{pay,depay}: Cosmetic cleanup
+         * use g_list_free_full(), don't iterate elements maually when freeing
+         * call gst_rtp_*_pay_clear_packet(), don't duplicate its code
+         * use gst_buffer_unref() to clarify that it is buffers being released,
+         instead of refering directly to gst_mini_object_unref()
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755277
+
+2015-09-19 18:44:22 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+         rtp{vorbis,theora}pay: Store headers in the packet buffers lists, not a NULL buffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=755265
+
+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 19:33:13 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.5.91
+
+2015-09-18 19:23:57 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2015-09-18 11:50:31 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/zh_CN.po:
+         po: Update translations
+
+2015-09-17 10:50:01 +0900  Eunhae Choi <eunhae1.choi@samsung.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Fix taglist leak
+         gst_tag_list_insert() does not take ownership of the inserted taglist.
+         https://bugzilla.gnome.org/show_bug.cgi?id=755138
+
+2015-09-17 13:35:02 +0900  Vineeth T M <vineeth.tm@samsung.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gl: Fix GError leaks during failures
+         https://bugzilla.gnome.org/show_bug.cgi?id=755140
+
+2015-09-16 07:05:36 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Skip LOAS AAC until a valid config is seen.
+         It's normal when dropping into the middle of a stream to
+         not always have the config available immediately, so skip LOAS
+         until a valid config is seen without either setting invalid
+         caps or erroring out.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751386
+
+2015-09-13 15:41:38 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: reset just a bit more upon flush_stop
+
+2015-09-13 15:40:09 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: remove dead struct member
+
+2015-09-11 17:09:28 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: fix GError memory leak when hostname resolution fails
+         https://bugzilla.gnome.org/show_bug.cgi?id=754869
+
+2015-09-10 15:26:54 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/matroska/ebml-write.c:
+         matroskamux: drop HEADER flag from output buffers
+         Drop HEADER flag from output buffers if they are not indeed
+         headers.
+         Fixes resending of headers in tcp connection handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=754768
+
+2015-09-10 16:00:50 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/ebml-write.c:
+         matroskamux: fix matroskamux ! matroskademux
+         Don't carry over DISCONT flags from the input buffers to the
+         output buffer, or the demuxer might reset its state when it
+         receives the first data buffer just after parsing the simple
+         block header, and then expect sane data to follow.
+         Fixes matroskamux ! demux erroring out.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754768
+         https://bugzilla.gnome.org/show_bug.cgi?id=657805
+
+2015-09-09 12:51:40 -0700  Martin Kelly <martin@surround.io>
+
+       * gst/rtsp/README:
+         rtsp: fix small README typo
+         https://bugzilla.gnome.org/show_bug.cgi?id=754807
+
+2015-09-10 00:07:18 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/qtitem.cc:
+         gtk, qt: more specifically define the compile time requirements
+         Otherwise we could include headers/configurations that will
+         never been installed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754732
+
+2015-09-10 00:07:18 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk, qt: more specifically define the compile time requirements
+         Otherwise we could include headers/configurations that will
+         never been installed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754732
+
+2015-09-10 00:00:11 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqsgtexture.cc:
+         qt: use our function table instead of directly calling gl functions
+         Otherwise when building with --as-needed we would need to link to
+         a GL or GLES library.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754732
+
+2015-09-04 19:45:37 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audioparsers/gstwavpackparse.c:
+         wavpackparse: set both pts and dts so baseparse doesn't make up wrong dts after seeks
+         https://bugzilla.gnome.org/show_bug.cgi?id=752106
+
+2015-09-04 19:34:41 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: set both pts and dts so baseparse doesn't make up wrong dts after a seek
+         flac contains the sample offset in the frame header, so after a seek
+         without index flacparse will know the exact position we landed on and
+         timestamp buffers accordingly. It only set the pts though, which means
+         the baseparse-set dts which was set to the seek position prevails, and
+         since the seek was based on an estimate, there's likely a discrepancy
+         between where we wanted to land and where we did land, so from here on
+         that dts/pts difference will be maintained, with dts possibly multiple
+         seconds ahead of pts, which is just wrong. The easiest way to fix this
+         is to just set both pts and dts based on the sample offset, but perhaps
+         parsed audio should just not have dts set at all.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752106
+
+2015-09-06 16:33:02 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+         docs: remove properties and signals that no longer exist
+         https://bugzilla.gnome.org/show_bug.cgi?id=726443
+
+2013-10-11 15:13:00 +0000  George Chriss <gschriss@gmail.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Make the element count in arrays not include end
+         One-line removal of tags_written++
+         This should fix rtmp output to crtmpserver, and hopefully
+         noone is expecting that the element count includes the end
+         element, as different bits of documentation say different
+         things about whether it should or not.
+         https://bugzilla.gnome.org/show_bug.cgi?id=661624
+
+2015-07-30 00:59:15 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flvmux: Store incoming bitrate tags and send in the metadata
+         Apparently the Microsoft Azure RTMP server requires that the
+         videodatarate and audiodatarate metadata be provided, so
+         set those, even if it's to 0. Use the actual input bitrate
+         tags if available.
+
+2015-09-04 00:06:29 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Don't parse key data more than needed.
+         When an auxilliary streams are present in the SDP media,
+         there's no need to re-parse the SDP attributes multiple
+         times.
+
+2015-09-03 20:56:55 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix SRTP + RTX, auth access, a leak, and an invalid memory access.
+         In parse_keymgmt(), don't mutate the input string that's been passed
+         as const, especially since we might need the original value again if
+         the same key info applies to multiple streams (RTX, for example).
+         When a resource is 404, and we have auth info - retry with the auth
+         info the same as if we had receive unauthorised, in case the resource
+         isn't even visible until credentials are supplied.
+         Fix a memory leak handling Mikey data.
+         When generating a random keystring, don't overrun the 30 byte
+         buffer by generating 32 bytes into it.
+
+2015-09-04 15:43:40 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gtkgstbasewidget.c:
+         gtk: Do not consider GtkEvents as handled
+         Applications might still want to use them
+         after the sink transformed them into
+         GstNavigation events
+
+2015-09-04 15:18:05 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Fix build with GLib < 2.44
+         G_IO_ERROR_CONNECTION_CLOSED was added in 2.44.
+
+2015-09-04 12:01:52 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Ignore G_IO_ERROR_CONNECTION_CLOSED when receiving data
+         This happens on Windows if we use the same socket for sending packets,
+         and the remote sends ICMP port/host unreachable messages.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754534
+
+2015-09-02 21:12:41 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+         rtpvorbis/theoradepay: Fix handling of fragmented packets
+         This was broken in b1089fb520 by not considering the full packet length of a
+         fragmented packet but only the length of the first one.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754417
+
+2015-09-01 15:39:22 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         dtmfsrc: Reply to latency query
+
+2015-08-07 17:27:48 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/qt/qtitem.cc:
+         qmlsink: Ensure that at least one windowing system is available
+         Otherwise, we'll just crash at runtime because the gl context is NULL
+         https://bugzilla.gnome.org/show_bug.cgi?id=754108
+
+2015-08-31 16:42:30 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/rtpsession.c:
+         tests: Fix rtpsession test failure
+         The time of the first RTCP packet is semi-random, so
+         sometimes it was produced before enough packets from
+         the second SSRC were received. First drop queued RTCP
+         packets, then advance the clock enough to ensure
+         that at least one new RTCP packet is produced.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750731
+
+2015-08-31 18:06:31 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk, qt, gl: fix typo in debug and error messages
+
+2015-08-31 18:06:31 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/qt/gstqtsink.cc:
+       * ext/qt/qtitem.cc:
+         gtk, qt, gl: fix typo in debug and error messages
+
+2015-08-31 13:56:04 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/elements/level.c:
+         level: improve the test for multi-channel mode
+         Change the test to verify the read-index for multiple messages per buffer.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=754144
+
+2015-08-31 12:46:52 +0200  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Align raw video frames to 32 bytes
+         Outputting unaligned video frames causes videoscale et al to
+         crash when attempting SIMD-accelerated conversion.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736965
+
+2015-08-26 23:16:46 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/level/gstlevel.c:
+         level: fix level calculations for mutliple channels
+         This was broken with 7b90bf32150897a141a29a12ecab555d8c5b7fab.
+
+2015-08-27 10:28:55 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/smpte/gstsmpte.c:
+         smpte: Fix memory leak
+         In gst_smpte_collected(), check upfront if input formats are same
+         or not. This avoids allocation of in1 and in2 buffers and
+         subsequent memory leak when input formats do not match.
+         https://bugzilla.gnome.org/show_bug.cgi?id=754153
+
+2015-08-21 11:52:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: souphttpsrc: don't try to connect to dead radio server
+
+2015-08-21 16:29:16 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Trivial fix to check correct condition
+         When checking for describe method, because of missing parentheses, wrong
+         condition is being checked, which will result in wrong behavior.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753912
+
+2015-08-21 13:19:02 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: read: fix tag list memory leak
+         gst_toc_entry_merge_tags makes a new ref of the taglist, so it should
+         be unref'ed as soon as the tags are merged to the tocentry
+         https://bugzilla.gnome.org/show_bug.cgi?id=753904
+
+2015-08-21 12:20:59 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/wavpack/gstwavpackdec.c:
+         wavpackdec: fix taglist memory leak
+         When passing the taglist to gst_audio_decoder_merge_tags, the reference is increased
+         by audiodecoder and the caller should free the taglist being passed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753903
+
+2015-08-20 14:45:33 +0200  Jean-Michel Hautbois <jean-michel.hautbois@veo-labs.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: fix pad closing
+         Signed-off-by: Jean-Michel Hautbois <jean-michel.hautbois@veo-labs.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=753875
+
+2015-08-19 13:52:21 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk/gl: Use our GL function table instead of directly calling GL functions
+         Otherwise we would have to link the plugin to the GL libraries directly.
+
+=== release 1.5.90 ===
+
+2015-08-19 13:29:53 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.5.90
+
+2015-08-19 12:47:42 +0300  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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2015-08-19 11:29:55 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/el.po:
+       * po/zh_CN.po:
+         po: Update translations
+
+2015-08-13 17:29:58 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstmultifilesrc.c:
+         multifilesrc: fix regression with starting from index set via index property
+         When we haven't started yet, set the start_index when we set the index property,
+         so that we start at the right index position after the initial seek. The index
+         property was never really meant to be for writing, but it used to work, so let's
+         support it for backwards compatibility.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739472
+
+2015-08-18 10:52:11 +0100  Alex Ashley <bugzilla@ashley-family.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix offset calculation when parsing CENC aux info
+         Commit 7d7e54ce6863ff53e188d0276d2651b65082ffdb added support for
+         DASH common encryption, however commit
+         bb336840c0b0b02fa18dc4437ce0ded3d9142801 that went onto master
+         shortly before the CENC commit caused the calculation of the CENC
+         aux info offset to be incorrect.
+         The base_offset was being added if present, but if the base_offset
+         is relative to the start of the moof, the offset was being added twice.
+         The correct approach is to calculate the offset from the start of the
+         moof and use that offset when parsing the CENC aux info.
+
+2015-08-17 14:28:24 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: actually return true for accept-caps query handling
+
+2015-08-17 14:07:10 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpklvpay.c:
+         rtp: copy metadata in the (de)payloaders which is missed before
+         https://bugzilla.gnome.org/show_bug.cgi?id=753706
+
+2015-08-16 15:21:51 -0400  Dustin Spicuzza <dustin@virtualroadside.com>
+
+       * configure.ac:
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/directsound/gstdirectsoundsink.h:
+         directsoundsink: allow specifying audio playback device
+         https://bugzilla.gnome.org/show_bug.cgi?id=753670
+
+2015-08-16 13:51:47 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: remove single entry if from loop
+         Iterate from the 2nd channel on and create the 1 channel struct
+         outside to make loop structure simpler and only slightly faster.
+
+2015-08-16 13:21:41 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: implement proper accept-caps
+         Should just compare with what can be immediatelly accepted by
+         the element. flacenc can't renegotiate so if it has a caps already
+         it should only accept if it is that caps otherwise just use the
+         template caps
+
+2015-08-16 13:03:36 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: improve sink pad template caps
+         Removes the need for custom caps query handling and makes it more
+         correct from the beginning on the template. It is a bit uglier
+         to read because there is 1 entry per channel but makes code easier
+         to maintain.
+
+2015-08-16 12:41:56 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/y4m/gsty4mencode.c:
+         y4mencode: fix gst-launch version in documentation
+
+2015-08-15 22:32:21 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/speex/gstspeexenc.c:
+       * ext/wavpack/gstwavpackenc.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-encode.c:
+         audioencoders: use template subset check for accept-caps
+         It is faster than doing a query that propagates downstream and
+         should be enough
+         Elements: speexenc, wavpackenc, mulawenc, alawenc
+
+2015-08-15 22:29:41 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/jpeg/gstjpegenc.c:
+       * ext/libpng/gstpngenc.c:
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9enc.c:
+       * gst/y4m/gsty4mencode.c:
+         videoencoders: use template subset check for accept-caps
+         It is faster than doing a query that propagates downstream and
+         should be enough
+         Elements: jpegenc, pngenc, vp8enc, vp9enc, y4menc
+
+2015-08-16 17:21:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: use new baseparse API to fix tag handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=679768
+
+2015-03-17 17:50:37 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: use new base parse API to fix tag handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=679768
+
+2015-08-16 14:37:53 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: use new baseparse API and fix tag handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=679768
+
+2015-08-16 13:04:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Use signed integer type to be able to check for negative subtraction results
+         CID 1315829
+
+2015-08-16 11:50:34 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtpvorbisdepay.c:
+         rtpvorbisdepay: remove dead code
+         payload_buffer must be NULL in ignore_reserved. Check will always be false.
+         Introduced by b1089fb5207697ba26edb4ff66ed0f465c6df3cf
+         CID #1316476
+
+2015-08-15 22:45:53 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/law/alaw-encode.c:
+       * gst/law/alaw-encode.h:
+         alawenc: port to AudioEncoder base class
+
+2015-08-15 22:15:26 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         audioencoders: use template subset check for accept-caps
+         It is faster than doing a query that propagates downstream and
+         should be enough
+         Elements: amrnbenc, lamemp3enc, twolamemp2enc
+
+2015-08-15 22:15:26 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/lame/gstlamemp3enc.c:
+         audioencoders: use template subset check for accept-caps
+         It is faster than doing a query that propagates downstream and
+         should be enough
+         Elements: amrnbenc, lamemp3enc, twolamemp2enc
+
+2015-08-15 09:16:23 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/flac/gstflacdec.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/wavpack/gstwavpackdec.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/mulaw-decode.c:
+         audiodecoders: use default pad accept-caps handling
+         Avoids useless check of downstream caps when handling an
+         accept-caps query
+         Elements: flacdec, speexdec, wavpackdec, mulawdec, alawdec
+
+2015-08-15 08:49:57 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp9dec.c:
+         videodecoders: use default pad accept-caps handling
+         Avoids useless check of downstream caps when handling an
+         accept-caps query
+         Elements: jpegdec, pngdec, vp8dec, vp9dec
+
+2015-08-15 11:31:04 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/law/alaw-decode.c:
+         alawdec: make error handling a bit nicer
+         Print the element along with the debug to make it easier to trace
+         the failures
+
+2015-08-15 11:04:16 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-decode.h:
+         alawdec: port to audiodecoder base class
+         mulawdec was already ported, alawdec was left behind.
+
+2015-08-15 10:34:14 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: only look for more samples in moofs in pull-mode
+         For playback of some fragmented formats with qtdemux it will
+         try to look for the next moof after finishing one but it is only
+         possible for pull-mode. For playback of streaming fragmented formats
+         such as DASH it should just not try to look for another moof but
+         instead wait for more data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752602
+         https://bugzilla.gnome.org/show_bug.cgi?id=752603
+
+2015-08-15 14:31:15 +0200  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+         glsink: Enable sync meta on pools we offer
+         As the upload is asynchronous, we need to enable the sync meta to
+         gain correct rendering. The buffer pool receiver don't know about
+         that.
+
+2015-08-15 15:12:27 +0200  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtkglsink.h:
+       * ext/gtk/gtkgstglwidget.c:
+         gtkglsink: Add overlay composition support
+         Rendering composition overlay in GL with additional high resolution
+         overlay being added.
+
+2015-08-15 15:08:11 +0200  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gtkgstbasewidget.c:
+       * ext/gtk/gtkgstbasewidget.h:
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstwidget.c:
+         gtkglsink: Fix unsafe handling of buffer life time
+         We need to keep the active buffer (the one we have retreive a
+         texture id from) otherwise it's racy and upstream may upload
+         new content before we have rendered or during later redisplay.
+
+2015-08-14 18:07:15 +0200  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gtkgstbasewidget.c:
+       * ext/gtk/gtkgstbasewidget.h:
+       * ext/gtk/gtkgstglwidget.c:
+         gtkglsink: Remove reset path
+         The reset path is bogus and there is no reason to get rid of these
+         things during resize.
+
+2015-08-15 12:58:50 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstdcaparse.c:
+         dcaparse: Don't look for a second syncword
+         There are streams out there that consistently contain garbage between
+         every frame so we never ever find a second consecutive syncword.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=738237
+
+2015-08-15 11:12:05 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9enc.c:
+         vp8enc, vp9enc: reset multipass file index when stopping encoder
+         Fixes multipass encoding when re-using the same element/pipeline
+         for subsequent encoding runs.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747728
+
+2015-08-15 11:09:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/vpx/gstvp9enc.c:
+       * ext/vpx/gstvp9enc.h:
+         vp9enc: provide support for multiple pass cache files
+         Some files may provide different caps insight of one stream. Since
+         vp9enc support caps reinit, we should support cache reinit too.
+         If more then file cache file will be created, the naming will be:
+         cache cache.1 cache.2 ...
+         Based on patch by: Oleksij Rempel <linux@rempel-privat.de>
+         https://bugzilla.gnome.org/show_bug.cgi?id=747728
+
+2015-08-14 11:41:42 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/aacparse.c:
+         tests: aacparse: use caps query instead of accept-caps
+         The accept-caps query just does a shallow check at the current
+         element while at this test we want it to also look at downstream.
+         So use caps query there.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753623
+
+2015-08-14 11:40:22 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: enable accept-template flag
+         Do a quick check with the pad template caps as it is enough. Users
+         should have figured the appropriate full caps on a previous caps query
+         https://bugzilla.gnome.org/show_bug.cgi?id=753623
+
+2015-08-14 15:46:53 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: send the User-Agent header
+         Sometimes it is useful to know this information on the
+         server side. Other popular implementations (vlc, ffmpeg, ...)
+         also send this header on every message.
+         This includes a new "user-agent" property that the user
+         can set to use a custom User-Agent string. The default
+         is "GStreamer/<version>"
+         https://bugzilla.gnome.org/show_bug.cgi?id=750101
+
+2015-08-14 15:42:42 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: wrap gst_rtsp_message_init_request in a local function
+         This will allow adding common request initialization, like the
+         user agent string, in just one place.
+
+2015-08-14 09:36:09 +0530  Prashant Gotarne <ps.gotarne@samsung.com>
+
+       * gst/audiofx/audioecho.c:
+         audioecho: make sure buffer gets reallocated if max_delay changes
+         https://bugzilla.gnome.org/show_bug.cgi?id=753490
+
+2015-07-09 09:51:26 +0200  Oleksij Rempel <linux@rempel-privat.de>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp8enc.h:
+         vp8enc: provide support for multiple pass cache files
+         Some files may provide different caps insight of one stream. Since vp8enc
+         support caps reinit, we should support cache reinit too.
+         If more then file cache file will be created, the naming will be:
+         cache
+         cache.1
+         cache.2
+         ...
+         https://bugzilla.gnome.org/show_bug.cgi?id=747728
+
+2015-04-15 22:51:51 +0200  Ramiro Polla <ramiro.polla@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp4gdepay.c:
+         rtpmp4gdepay: fix timestamps for RTP packets with multiple AUs
+         Use constantDuration to calculate the timestamp of non-first AU in the
+         RTP packet.
+         If constantDuration is not present in the MIME parameters, its value
+         must be calculated based on the timing information from two consecutive
+         RTP packets with AU-Index equal to 0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747881
+
+2015-08-14 06:43:13 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: remove unnecessary if, g_free is null safe
+
+2015-08-14 08:33:56 +0100  Alex Ashley <bugzilla@ashley-family.net>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: add property to set HTTP method
+         To allow souphttpsrc to be use HTTP methods other than GET
+         (e.g. HEAD), add a "method" property that is a string. If this
+         property is not set, GET is used.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752413
+
+2015-08-14 11:13:01 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * tests/check/generic/states.c:
+         check: Rename states unit test
+         Makes it easier to differentiate from other modules states unit test
+
+2015-08-14 09:21:25 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/goom/gstaudiovisualizer.c:
+       * gst/goom/gstaudiovisualizer.h:
+       * gst/goom2k1/gstaudiovisualizer.c:
+       * gst/goom2k1/gstaudiovisualizer.h:
+         goom: Rename get_type() function of base class to prevent symbol conflicts
+         This is a problem when statically linking.
+
+2015-08-13 16:32:55 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Keep the DTS estimate if we got no DTS after a jitterbuffer reset
+         Otherwise we will just output buffers without timestamps after a reset if no
+         timestamps are provided by upstream, e.g. when using RTSP over TCP.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749536
+
+2015-08-12 17:16:01 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-parse.h:
+         matroska: Remove unused variable
+         https://bugzilla.gnome.org/show_bug.cgi?id=753556
+
+2015-08-12 00:18:20 +0200  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstbasewidget.c:
+         gtk: fix motion event name
+         s/motion/mouse/
+         Fixes hover interaction with DVD menus
+
+2015-08-12 00:14:14 +0200  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstbasewidget.c:
+         gtk: correct navigation events for window scaling
+         i.e. take into account the possiblity of scaling in the sink
+         or through GDK_SCALE.
+         Fixes DVD Menus with a scaled gtkwidget
+
+2015-08-11 13:34:59 +0200  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+       * ext/gtk/gtkgstbasewidget.c:
+       * ext/gtk/gtkgstbasewidget.h:
+         gtk: implement GstNavigation interface
+         Now we can push key/mouse input into the pipeline for DVD use cases.
+
+2015-08-04 20:59:17 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL24depay.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtph261depay.c:
+       * gst/rtp/gstrtph261pay.c:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsbcdepay.c:
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtptheorapay.h:
+       * gst/rtp/gstrtputils.c:
+       * gst/rtp/gstrtputils.h:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvorbispay.h:
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+         rtp: Copy metadata in the (de)payloader, but only the relevant ones
+         The payloader didn't copy anything so far, the depayloader copied every
+         possible meta. Let's make it consistent and just copy all metas without
+         tags or with only the video tag.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751774
+
+2015-08-10 18:20:15 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix small typo in comment
+
+2015-08-10 16:19:18 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/goom2k1/gstgoom.c:
+         goom2k1/doc: Fixup previous commit
+
+2015-08-10 15:55:19 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * gst/goom2k1/gstgoom.c:
+       * gst/goom2k1/gstgoom.h:
+         goom2k1/doc: Use GstGoom2k1 namespace
+         The doc generator isn't happy when we have class name clash. Simply
+         use it's own namespace.
+
+2015-08-10 17:10:42 +0530  Prashant Gotarne <ps.gotarne@samsung.com>
+
+       * gst/audiofx/audioecho.c:
+         audioecho: removed unused variable in set_property
+         unused local variable 'delay' is removed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753450
+
+2015-08-10 12:45:27 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix suboptimal queue iteration code
+
+2015-08-09 17:25:45 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: don't use glib 2.44-only API
+
+2015-07-29 14:14:50 +0100  Alex Ashley <bugzilla@ashley-family.net>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: add support for ISOBMFF Common Encryption
+         This commit adds support for ISOBMFF Common Encryption (cenc), as
+         defined in ISO/IEC 23001-7. It uses a GstProtection event to
+         pass the contents of PSSH boxes to downstream decryptor elements
+         and attached GstProtectionMeta to each sample.
+         https://bugzilla.gnome.org/show_bug.cgi?id=705991
+
+2015-08-10 14:13:50 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: checking if depay has sps/pps nals before insertion
+         https://bugzilla.gnome.org/show_bug.cgi?id=753430
+
+2015-08-08 16:44:49 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: fix outdated comment
+         The default behaviour was changed in the 0.10 -> 1.x
+         transition, but the comment was not updated.
+
+2015-08-08 17:42:22 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtptheorapay.c:
+         rtptheorapay: If flushing a packet failed, go out of the loop immediately
+
+2015-08-08 17:41:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         rtpvorbispay: If flushing a packet failed, go out of the loop immediately
+
+2015-08-08 17:34:50 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtptheorapay.h:
+         rtptheorapay: Extract pixel format from the ident header to put it into the sampling field of the caps
+         We always put 4:2:0 into the caps before, which obviously is wrong for 4:2:2
+         and 4:4:4 formats.
+
+2015-08-08 17:28:03 +0200  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/gstqsgtexture.cc:
+       * ext/qt/gstqsgtexture.h:
+       * ext/qt/qtitem.cc:
+         qml: implement the required multiple GL context synchonisation
+         From GStreamer's GL context into the QML context
+
+2015-08-06 17:46:13 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtp/gstrtpklvdepay.c:
+       * gst/rtp/gstrtpklvpay.c:
+         rtpklv(de)pay: add "RTP" in the klass string
+         GstRTSPMedia uses this classification to detect the real payloader
+         inside a dynpay bin and asserts if it doesn't find it, therefore
+         it is required
+         https://bugzilla.gnome.org/show_bug.cgi?id=753325
+
+2015-08-05 11:13:09 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/rtpaux.c:
+         tests: rtpaux: use a dynamic pt in the test
+         1) Tests that using dynamic PT instead of the default ones work
+         2) If we ever decide to change the codec here we don't need to
+         worry about change the PT for the default one of the new codec
+         in the test
+         https://bugzilla.gnome.org/show_bug.cgi?id=746445
+
+2015-08-05 10:53:15 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: print valid type where guint32 is expected
+         https://bugzilla.gnome.org/show_bug.cgi?id=746445
+
+2015-08-06 11:33:37 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtph261pay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmupay.c:
+         rtppayload: set standard payload type as default
+         Initialize the PT to the default value of the codec and check if
+         it is still the default before declaring the pt to be dynamic or
+         not when setting the caps.
+         Also use the PT constants from the rtp lib when possible
+         https://bugzilla.gnome.org/show_bug.cgi?id=747965
+
+2015-07-26 12:07:56 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: store the moof-offset also for push mode
+         It will be used in some cases for getting the correct offsets
+         from trun atoms.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752603
+
+2015-07-26 02:09:24 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_types.h:
+         qtdemux: handle default-base-is-moof flag
+         Handle the flag from the tfhd that signals the base offset to
+         start from the moof atom
+         https://bugzilla.gnome.org/show_bug.cgi?id=752603
+
+2015-07-29 18:54:35 -0600  Glen Diener <grd@loganmill.net>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroskademux: Preserve forward referenced track tags
+         https://bugzilla.gnome.org/show_bug.cgi?id=752850
+
+2015-08-04 18:07:35 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/rtpaux.c:
+         tests: rtpaux: fix test failure
+         The RTP PT for alaw is 8.
+         Less than 50 packets are received in the length of this test so it
+         would never drop a buffer or would drop only the last buffer and
+         it would fail sometimes when the received wouldn't receive the
+         retransmission packet in time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746445
+
+2015-08-04 20:59:17 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpstreamdepay.c:
+         rtpstreamdepay: Only allow activation in push mode
+         We need a proper caps event from upstream with the full RTP caps as we can't
+         create caps ourselves from thin air. Fixes usage of rtpstreamdepay after e.g.
+         a filesrc or any other element that supports pull mode.
+         https://bugzilla.gnome.org/show_bug.cgi?id=753066
+
+2015-08-04 16:28:17 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         soup: fix typo in translated string
+         https://bugzilla.gnome.org/show_bug.cgi?id=753240
+
+2015-08-04 12:25:46 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: Put the profile and level into the caps
+
+2015-08-04 12:09:12 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: Only update the srcpad caps if something else than the codec_data changed
+         h264parse does the same, let's keep the behaviour consistent. As we now
+         include the codec_data inside the stream too here, this causes less caps
+         renegotiation.
+
+2015-08-04 11:48:27 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: PPS replaces and old PPS if it has the same id, independent of SPS id
+         The spec says:
+         When a picture parameter set NAL unit with a particular value of
+         pic_parameter_set_id is received, its content replaces the content of the
+         previous picture parameter set NAL unit, in decoding order, with the same
+         value of pic_parameter_set_id (when a previous picture parameter set NAL unit
+         with the same value of pic_parameter_set_id was present in the bitstream).
+
+2015-08-03 13:45:59 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: remove extra \n at debug message
+
+2015-08-03 13:42:20 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: prevent deadlock when states change too fast
+         If the GOP is completed, pads have to start gathering for the
+         next one but it is possible that the the state might go to
+         COLLECTING_GOP_START and back to WAITING_GOP_COMPLETE before the
+         thread has a chance to wake up and proceed, leaving it trapped in
+         the check_completed_gop loop and deadlocking the other threads
+         waiting for it to advance.
+         To solve it, this patch also checks that tha input running time
+         hasn't changed to prevent this scenario.
+
+2015-08-03 17:55:01 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: Insert SPS/PPS NALs into the stream
+         h264parse does the same and this fixes decoding of some streams with 32 SPS
+         (or 256 PPS). It is allowed to have SPS ID 0 to 31 (or PPS ID 0 to 255), but
+         the field in the codec_data for the number of SPS or PPS is only 5 (or 8) bit.
+         As such, 32 SPS (or 256 PPS) are interpreted as 0 everywhere.
+         This looks like a mistake in the part of the spec about the codec_data.
+
+2015-07-30 11:29:27 +0900  Eunhae Choi <eunhae1.choi@samsung.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: handle empty http proxy string
+         1) If the system http_proxy environment variable is not set
+         or set to an empty string, we must not set proxy to avoid
+         http connection error.
+         2) In case of proxy property setting, if user want to clear
+         the proxy setting, they should be able to set it to NULL or
+         an empty string again, so this is fixed too.
+         3) Check if the proxy string was parsed correctly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752866
+
+2015-07-29 15:46:20 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/dv/gstdvdemux.h:
+         dvdemux: remove unused variable
+         Remove unused variable 'framecount' from dvdemux
+         https://bugzilla.gnome.org/show_bug.cgi?id=753008
+
+2015-07-30 15:32:09 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: assertion error due to wrong condition check
+         In media to caps function, reserved_keys array is being used for variable i,
+         leading to GLib-CRITICAL **: g_ascii_strcasecmp: assertion 's1 != NULL' failed
+         changed it to variable j
+         https://bugzilla.gnome.org/show_bug.cgi?id=753009
+
+2015-07-30 15:21:20 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/rtp/gstrtpmp4vdepay.c:
+         rtpmp4vdepay: rtpbuffer is being unref'ed twice
+         process_rtp_packet doesn't transfer the rtp buffer to mp4v_process_depay
+         the refernce should not be removed here
+         https://bugzilla.gnome.org/show_bug.cgi?id=753042
+
+2015-07-29 11:26:46 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Strip keys from the fmtp that we use internally in our caps
+         Skip keys from the fmtp, which we already use ourselves for the
+         caps. Some software is adding random things like clock-rate into
+         the fmtp, and we would otherwise here set a string-typed clock-rate
+         in the caps... and thus fail to create valid RTP caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=753009
+
+2015-07-29 19:28:33 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Support mpegtsmux as a muxer.
+         As a fallback, look for a pad template sink_%d on
+         the muxer when requesting pads, to support mpegtsmux
+         https://bugzilla.gnome.org/show_bug.cgi?id=752999
+
+2015-06-25 01:35:27 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxpartreader.h:
+         splitmuxsrc: Use a separate lock to delay typefind.
+         Don't hold the main splitmux part lock over
+         the parent state change function, as it prevents
+         posting error messages that happen. Since the purpose
+         is to prevent typefinding from proceeding, use a
+         separate mutex just for that.
+
+2015-07-29 13:43:50 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: fix memory leak
+         After adding to tag list, key_val is not being free'd
+         resulting in memory leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=752992
+
+2015-07-27 13:34:14 +0900  Manasa Athreya <manasa.athreya@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix 16-bit PCM audio advertised with 'raw ' fourcc
+         'NONE' and 'raw ' fourcc don't always contain U8 audio, it can
+         be more bits as well, in which case it's just like 'twos'.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752613
+
+2015-07-24 15:10:05 +0200  Dimitrios Katsaros <patcherwork@gmail.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Allow framerate to be large then 100pfs
+         This limit was arbitrary. We still fixate near 100pfs for compatibility.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752825
+
+2015-07-25 03:25:28 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Stop without posting error on flushing
+         This could just be a normal pipeline shutdown.
+
+2015-07-23 15:00:08 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: set GST_BUFFER_COPY_FLAGS to copy flags also
+         https://bugzilla.gnome.org/show_bug.cgi?id=752618
+
+2015-07-22 15:13:48 +0200  Edward Hervey <edward@centricular.com>
+
+       * ext/qt/Makefile.am:
+         qt: Don't dist files that might not exist
+         We only require moc building at build time.
+
+2015-07-22 08:05:04 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * ext/qt/Makefile.am:
+         qt: Tidy up makefile a bit more
+         Separate generated files, from disted files
+
+2015-07-21 11:23:21 +0100  Julien Isorce <j.isorce@samsung.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gstglwidget: use gst_gl_display_create_context
+         Also handle the failure case.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750310
+
+2015-07-16 18:09:30 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/matroskademux.c:
+         tests: add minmal matroskademux test for subtitle output
+         Some of the subtitle chunks will have embedded
+         NUL-terminators (last three), some don't (first three),
+         some will have markup, some won't, some will be valid
+         UTF-8 (all but last), some won't (last stanza).
+         https://bugzilla.gnome.org/show_bug.cgi?id=752421
+
+2015-07-16 18:49:26 +0300  Dimitrios Christidis <dchristidis@mykolab.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix for subtitle buffers with NUL terminators
+         Commit 45892ec8 created a regression where g_utf8_validate() would fail
+         if the subtitle buffer had a NUL terminator as part of the data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752421
+
+2015-07-21 13:31:05 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtpvp8depay.c:
+         rtpvp8depay: Check available bytes before copy
+         Need to check that the number of bytes we want to copy from the adapter
+         actually is available and handle the error case gracefully. This error
+         may happen if malformed packets are received and we don't have a
+         complete frame.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752663
+
+2015-07-16 09:32:36 +0900  Paul Hyunil <paul.hyunil@lge.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Support subtitle when track subtype is fourcc_subt
+         https://bugzilla.gnome.org/show_bug.cgi?id=752655
+
+2015-07-20 16:59:40 +0800  Song Bing <b06498@freescale.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Set timestamp when queue buffer.
+         Should set timestamp when queue buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752618
+
+2015-07-20 11:09:20 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk: Log GDK GL error when failling creating GdkGLContext
+
+2015-07-18 17:19:18 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/qtitem.cc:
+         glcontext: fix get_current_gl_api on x11/nvidia drivers
+         They require to get_proc_address some functions through the
+         platform specific {glX,egl}GetProcAddress rather than the default
+         GL library symbol lookup.
+
+2015-07-18 17:19:18 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         glcontext: fix get_current_gl_api on x11/nvidia drivers
+         They require to get_proc_address some functions through the
+         platform specific {glX,egl}GetProcAddress rather than the default
+         GL library symbol lookup.
+
+2015-07-17 16:00:01 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtkgstglwidget: Cleanup unused private member
+         new_buffer has been moved to base class. Also cleanup
+         the properties comment, which are also all moved into
+         the base class.
+
+2015-07-17 15:57:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+         gtksink: "widget" must be access from main thread
+         Document that "widget" property must be accessed from the
+         main thread (where GTK is running). This is the same for
+         state transition on these elements. It is very natural to
+         do so un GTK applications.
+
+2015-07-17 15:08:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtkglsink: Don't leak vertex array and buffers
+         This is now possible since reset is always called from the
+         main thread.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752441
+
+2015-07-17 14:36:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gtkgstbasewidget.c:
+       * ext/gtk/gtkgstbasewidget.h:
+         gtkgstbasewidget: Fix black frame on resize
+         This is solved by only applying the new format when the next
+         buffer is to be rendered and on the GTK thread.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752441
+
+2015-07-17 13:05:05 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkbasesink.c:
+       * ext/gtk/gtkgstbasewidget.c:
+       * ext/gtk/gtkgstbasewidget.h:
+         gtkgstbasewidget: Pass already parsed VideoInfo
+         As the base sink already parse the caps into VideoInfo it
+         makes sense to pass in VideoInfo to the widget instead.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752441
+
+2015-07-16 16:49:32 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtkglsink.h:
+         gtkglsink: Port to GstGtkBaseSink base class
+         https://bugzilla.gnome.org/show_bug.cgi?id=752441
+
+2015-07-16 16:00:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gstgtksink.h:
+         gtksink: Port to GstGtkBaseSink
+         https://bugzilla.gnome.org/show_bug.cgi?id=752441
+
+2015-07-16 15:59:59 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/Makefile.am:
+       * ext/gtk/gstgtkbasesink.c:
+       * ext/gtk/gstgtkbasesink.h:
+         gtkbasesink: Create a base class
+         This contains all the common code between the gtkglsink and
+         gtksink.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752441
+
+2015-07-16 14:30:42 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtkglsink.h:
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstglwidget.h:
+         gtkglsink: Port to GtkGstBaseWidget
+         https://bugzilla.gnome.org/show_bug.cgi?id=752441
+
+2015-07-16 12:55:11 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gstgtksink.h:
+       * ext/gtk/gtkgstwidget.c:
+       * ext/gtk/gtkgstwidget.h:
+         gtksink: Port to GtkGstBaseWidget
+         https://bugzilla.gnome.org/show_bug.cgi?id=752441
+
+2015-07-16 12:51:34 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/Makefile.am:
+       * ext/gtk/gtkgstbasewidget.c:
+       * ext/gtk/gtkgstbasewidget.h:
+         gtk: Add GtkGstBaseWidget
+         This is a "pseudo" base class. Basically it's a shared instance
+         and class structure and a shared set of function between the
+         two widget. It cannot have it's own type like normal base class
+         since the one instance will implement GtkGLArea while the other
+         implements GtkDrawingAreay. To workaround this, the parent instance
+         and class is a union of both.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752441
+
+2015-07-15 17:35:22 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtkgstglwidget: Remove unused gl_caps
+
+2015-07-15 16:56:33 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtksink.c:
+         gtksink: Create a window if the widget is unparented
+         The same way as it's now done with the gtkglsink, create a top
+         level window if the widget is not parented.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751104
+
+2015-07-15 14:35:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtksink.c:
+         gtksink: Ensure the copy pasted code remains the same
+         Move back the default property at the same place they are in the
+         other sink. This helps when using a diff viewer to synchronized
+         this unfortunate copy paste.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751104
+
+2015-07-15 14:32:42 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtkglsink.h:
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstwidget.c:
+         gtk: Fix race between queue_draw and destroy
+         In GTK dispose can be called before the last ref is reached. This
+         happens when you close the container window. The dispose will be
+         explicitly called, and destroyed notify will be fired. This patch
+         fixes this race by properly tracking the widget state.
+         In the sink, we now set the widget pointer to NULL, so the widget
+         will properly get created again if you set your pipeline to NULL
+         state after the widget was destroy, and set it back to PLAYING.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751104
+
+2015-07-16 15:12:17 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: handle different ssrc's on sinkpads
+         Do this by not putting the ssrc from the src pads in the caps used to
+         probe other sinkpads, and then  intersecting with it later.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752491
+
+2015-07-16 17:19:03 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/avi/gstavimux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/webm-mux.c:
+         Update mailing list address from sourceforge to freedesktop
+
+2015-07-15 13:44:52 +0300  Dimitrios Christidis <dchristidis@mykolab.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix trailing '*' displayed with some text subtitles
+         The subtitle buffer we push out should not include a NUL terminator
+         as part of the data, we just add such a terminator for safety, but
+         it should not be included in the buffer size.
+         A NUL terminator is not valid UTF-8, so checks will fail if it's
+         included in the size, and the NUL will be replaced by the fallback
+         character specified when converting, i.e. '*'.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752421
+
+2015-07-15 18:23:05 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * ext/pulse/pulsedeviceprovider.c:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulse: add properties to GstDevice
+         Add the extra properties we get from pulse to the GstDevice we expose
+         with the device monitor
+
+2015-07-15 11:47:51 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gtkgstwidget.c:
+         gtkgstwidget: Add missing break in get_property
+
+2015-07-15 11:44:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkglsink.h:
+       * ext/gtk/gstgtksink.h:
+         gtksinks: Remove undefined private structure
+         The classes contains a private structure which are not defined,
+         hence unused.
+
+2015-07-15 17:20:20 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiowsincband.c:
+         audiofx: Fix typo in example pipelines
+         Fix typo in example pipelines of audiowsincband and audioinvert.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752416
+
+2015-04-15 18:27:04 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: add a "format-location" signal that allows better control over filenames
+         In certain applications, splitting into files named after a base
+         location template and an incremental sequence number is not enough.
+         This signal gives more fine-grained control to the application to
+         decide how to name the files.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750106
+
+2015-04-15 20:13:27 +0300  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+         osxaudiosrc: no resampling on OS X
+         Unlike Remote IO, AUHAL doesn't have built-in resampling
+         for sources -- confirmed by Core Audio engineer Doug Wyatt:
+         http://lists.apple.com/archives/coreaudio-api/2006/Sep/msg00088.html
+         https://bugzilla.gnome.org/show_bug.cgi?id=743758
+
+2015-04-15 18:29:14 +0300  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+         osxaudiosrc: avoid get_channel_layout
+         This only produces a warning and serves no purpose.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743758
+
+2015-04-07 15:40:14 +0530  Arun Raghavan <arun@centricular.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+         osxaudio: Avoid making a duplicate structure in caps for mono/stereo case
+         For 1ch or 2ch devices, we just need to set the caps to allow both
+         options since CoreAudio will up/downmix appropriately.
+         Also fixes the condition for the 2ch case to be exact, rather than at
+         least 2 channels since the downmix will not take place in the >stereo
+         case.
+
+2015-04-06 16:22:34 +0530  Arun Raghavan <arun@centricular.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudiocommon.c:
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+       * sys/osxaudio/gstosxcoreaudioremoteio.c:
+         osxaudio: Don't set the format on an initialized AudioUnit
+         We need to initialize the AudioUnit early to be able to probe the
+         underlying device, but according to the AudioUnitInitialize() and
+         AudioUnitUninitialize() documentation, format changes should be done
+         while the AudioUnit is uninitialized. So we explicitly uninitialize the
+         AudioUnit during a format change and reinitialize it when we're done.
+
+2015-04-06 15:55:59 +0530  Arun Raghavan <arun@centricular.com>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudio.h:
+         osxaudio: Minor spelling fix (unitialize -> uninitialize)
+
+2015-03-21 20:34:25 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudio.h:
+         osxaudio: Fix lockup in _audio_unit_property_listener
+         _audio_unit_property_listener is called either from a Core Audio thread
+         or as a result of a Core Audio API (e.g. AudioUnitInitialize)
+         from our own thread. In the latter case, osxbuf can be already locked
+         (GStreamer's mutex is not recursive).
+         We introduce the flag cached_caps_valid and use it instead of nullifying
+         cached_caps when we cannot lock on osxbuf.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743758
+
+2015-03-12 12:15:12 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+         osxaudio: Invalidate cached caps on format change
+         Listen for changes in hardware stream format and channel layout, and
+         invalidate cached caps (since they contain the preferred caps).
+         https://bugzilla.gnome.org/show_bug.cgi?id=743758
+
+2015-03-09 23:34:06 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxaudiosrc.h:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxaudio/gstosxcoreaudiocommon.c:
+       * sys/osxaudio/gstosxcoreaudiocommon.h:
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+       * sys/osxaudio/gstosxcoreaudioremoteio.c:
+         osxaudio: Overhaul of probing caps
+         - Probing caps is unified between source and sink
+         - Hardware stream format is now reported as preferred capabilities
+         (dynamically updated when hardware configuration changes)
+         - Get hardware channel layout from Remote IO just like from HAL
+         - More comprehensive mapping between AudioChannelLabel and
+         GstAudioChannelPosition
+         - Support for unpositioned channel layouts
+         - Announce stereo-mono upmixing/downmixing in caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=743758
+
+2015-03-09 23:15:56 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+         osxaudio: AudioUnitInitialize on open
+         Call AudioUnitInitialize upon open. Otherwise, we cannot get
+         (hardware) stream format nor channel layout from the outer scope.
+
+2015-07-12 14:27:15 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL24depay.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtph261depay.c:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpklvdepay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsbcdepay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvp8depay.c:
+         rtp: depayloaders: implement process_rtp_packet() vfunc
+         For more optimised RTP packet handling: means we don't
+         need to map the input buffer again but can just re-use
+         the mapping the base class has already done.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750235
+
+2015-05-27 19:19:27 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         rtpvrawdepay: implement process_rtp_packet() vfunc
+         For more optimised RTP packet handling: means we don't
+         need to map the input buffer again but can just re-use
+         the map the base class has already done.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750235
+
+2015-07-10 14:01:43 +0200  Edward Hervey <edward@centricular.com>
+
+       * ext/qt/qtitem.cc:
+         configure/qt: Fix build without Qt5X11Extras
+
+2015-07-06 23:10:51 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/qt/.gitignore:
+       * ext/qt/Makefile.am:
+       * ext/qt/gstplugin.cc:
+       * ext/qt/gstqsgtexture.cc:
+       * ext/qt/gstqsgtexture.h:
+       * ext/qt/gstqtsink.cc:
+       * ext/qt/gstqtsink.h:
+       * ext/qt/qtitem.cc:
+       * ext/qt/qtitem.h:
+       * tests/examples/qt/qml/.gitignore:
+       * tests/examples/qt/qml/main.cpp:
+       * tests/examples/qt/qml/main.qml:
+       * tests/examples/qt/qml/play.pro:
+       * tests/examples/qt/qml/qml.qrc:
+         new qt5 qml GL video sink
+         Very much in the same spirit as the Gtk GL sink
+         Two things are provided
+         1. A QQuickItem subclass that renders out RGBA filled GstGLMemory
+         buffers that is instantiated from qml.
+         2. A sink element that will push buffers into (1)
+         To use
+         1. Declare the GstGLVideoItem in qml with an appropriate
+         objectName property set.
+         2. Get the aforementioned GstGLVideoItem from qml using something like
+         QQmlApplicationEngine engine;
+         engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
+         QObject *rootObject = engine.rootObjects().first();
+         QQuickItem *videoItem = rootObject->findChild<QQuickItem *> ("videoItem");
+         3. Set the videoItem on the sink
+         https://bugzilla.gnome.org/show_bug.cgi?id=752185
+
+2015-07-10 00:13:32 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Fix indention
+
+2015-07-09 23:59:10 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Always estimate DTS from the current clock time
+         Estimating it from the RTP time will give us the PTS, so in cases of PTS!=DTS
+         we would produce wrong DTS. As now the estimated DTS is based on the clock,
+         don't store it in the jitterbuffer items as it would otherwise be used in the
+         skew calculations and would influence the results. We only really need the DTS
+         for timer calculations.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749536
+
+2015-07-09 09:26:09 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/.gitignore:
+         gitignore: ignore rtph263 test
+
+2015-07-09 13:03:23 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstwidget.c:
+         gtk: add to the generic/states test
+
+2015-06-17 09:36:57 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+         GstGtkGLSink: Ensure widget has a toplevel parent
+         Checking for a parent is not enough, it must have a toplevel one.
+         If widget has no toplevel parent then add it in a GtkWindow, that
+         make it usable from gst-launch-1.0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751104
+
+2015-06-17 09:36:40 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtkglsink.h:
+         GstGtkGLSink: Post error if widget gets destroyed
+         https://bugzilla.gnome.org/show_bug.cgi?id=751104
+
+2015-06-16 16:21:26 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+         GstGtkGLSink: fix possible warning in finalize
+         If the element is finalized before going in READY state
+         the widget could still be NULL.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751104
+
+2015-07-08 23:47:44 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: fix build error with gcc (Debian 4.9.2-21) 4.9.2
+         Replace static constants with macros to make gcc happy
+         CC       elements/elements_rtpjitterbuffer-rtpjitterbuffer.o
+         elements/rtpjitterbuffer.c:387:1: error: initializer element is not constant
+         static const GstClockTime PCMU_BUF_DURATION = PCMU_BUF_MS * GST_MSECOND;
+         ^
+         elements/rtpjitterbuffer.c:388:1: error: initializer element is not constant
+         static const guint PCMU_BUF_SIZE = 64000 * PCMU_BUF_MS / 1000;
+         ^
+         elements/rtpjitterbuffer.c:390:5: error: initializer element is not constant
+         PCMU_BUF_CLOCK_RATE * PCMU_BUF_MS / 1000;
+
+2015-07-08 23:40:45 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: run indent and fix some comments
+         Fix indent on this file and break some comment lines into two to make
+         it fit 80 chars per line
+
+2015-07-08 15:02:24 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: rework segment event handling for adaptive streaming
+         When a new time segment is received upstream is going to restart
+         with a new atom. Make the neededbytes and todrop variables
+         reflect that to avoid waiting too much or dropping the
+         initial bytes that contain the header.
+
+2015-07-08 12:35:55 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: push data from adapter before starting new segment
+         The adapter might have data remaining from the previous segment,
+         push it all before clearing the adapter and starting a new segment.
+         It can accumulate data if it had pushed and got not-linked, returning
+         immediately without processing all the data. Before starting a new
+         segment this data should be handled.
+
+2015-07-08 19:59:13 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Calculate DTS from the clock if we had none for the first packet after a reset
+         https://bugzilla.gnome.org/show_bug.cgi?id=749536
+
+2015-07-08 21:08:36 +0200  Havard Graff <havard.graff@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: fix gap-time calculation and remove "late"
+         The amount of time that is completely expired and not worth waiting for,
+         is the duration of the packets in the gap (gap * duration) - the
+         latency (size) of the jitterbuffer (priv->latency_ns). This is the duration
+         that we make a "multi-lost" packet for.
+         The "late" concept made some sense in 0.10 as it reflected that a buffer
+         coming in had not been waited for at all, but had a timestamp that was
+         outside the jitterbuffer to wait for. With the rewrite of the waiting
+         (timeout) mechanism in 1.0, this no longer makes any sense, and the
+         variable no longer reflects anything meaningful (num > 0 is useless,
+         the duration is what matters)
+         Fixed up the tests that had been slightly modified in 1.0 to allow faulty
+         behavior to sneak in, and port some of them to use GstHarness.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738363
+
+2015-06-30 11:21:31 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         Revert "rtpjitterbuffer: Fix expected_dts calc in calculate_expected"
+         This reverts commit 05bd708fc5e881390fe839803b53144393d95ab0.
+         The reverted patch is wrong and introduces a regression because there
+         may still be time to receive some of the packets included in the gap
+         if they are reordered.
+
+2015-07-07 23:53:02 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: flush samples before adding more from moof
+         Avoids accumulating all samples from a fragmented stream that could
+         lead to a 'index-too-big' error once it goes over 50MB of data. It
+         could reach that before 2h of playback so it doesn't take that long.
+         As upstream elements are providing data in time format they should
+         be the ones that have more information about the full media index
+         and should be able to seek if possible.
+
+2015-07-07 23:56:12 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: rename upstream_newsegment to upstream_format_is_time
+         upstream_newsegment isn't really clear on what it means, it is set
+         to TRUE when the upstream element sends a segment in TIME format, so
+         rename it to be more clear about it.
+         It is important to know this because it means that upstream has
+         a notion of time and qtdemux is likely being driven by an upstream
+         element that is reading from a higher level abstraction than a file,
+         such as a DASH, MSS or DLNA element.
+
+2015-07-07 21:31:08 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix leak by flushing previous sample info from trak
+         In fragmented streaming, multiple moov/moof will be parsed and their
+         previously stored samples array might leak when new values are parsed.
+         The parse_trak and callees won't free the previously stored values
+         before parsing the new ones.
+         In step-by-step, this is what happens:
+         1) initial moov is parsed, traks as well, streams are created. The
+         trak doesn't contain samples because they are in the moof's trun
+         boxes. n_samples is set to 0 while parsing the trak and the samples
+         array is still NULL.
+         2) moofs are parsed, and their trun boxes will increase n_samples and
+         create/extend the samples array
+         3) At some point a new moov might be sent (bitrate switching, for example)
+         and parsing the trak will overwrite n_samples with the values from
+         this trak. If the n_samples is set to 0 qtdemux will assume that
+         the samples array is NULL and will leak it when a new one is
+         created for the subsequent moofs.
+         This patch makes qtdemux properly free previous sample data before
+         creating new ones and adds an assert to catch future occurrences of
+         this issue when the code changes.
+
+2015-07-07 16:46:33 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix index size check and debug message
+         It is allocating samples_count + n_samples, not only n_samples
+
+2015-07-08 17:02:05 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Calculate receive time if we don't have any
+         This is required to properly schedule packet loss timers and make
+         sure all our calculations work properly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749536
+
+2015-07-08 15:13:17 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Handle seqnum gaps in TCP streams without erroring out or overflowing calculations
+         That is, handle DTS==GST_CLOCK_TIME_NONE correctly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749536
+
+2015-07-08 20:31:42 +0900  Vineeth T M <vineeth.tm@samsung.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix event leak
+         when seek fails in avidemux, event is not being freed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752117
+
+2015-07-08 12:02:22 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtph263depay.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtph263.c:
+         rtph263depay: Make sure payload is large enough
+         Plus new unit test.
+         https://bugzilla.gnome.org/show_bug.cgi?id=752112
+
+2015-07-08 08:59:49 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/rtp/gstrtpklvdepay.c:
+         rtpklvdepay: fix printf format compiler warning
+         v_len is of type guint64, but while print the value(16 + len_size + v_len)
+         G_GSIZE_FORMAT is being used instead of G_GUINT64_FORMAT
+         https://bugzilla.gnome.org/show_bug.cgi?id=752100
+
+2015-07-07 20:25:47 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-rtp.xml:
+         docs: add new RTP elements to docs
+
+2015-07-07 20:07:31 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: rtp-payloading: add basic unit test for KLV payloading
+         Also make it so that the mtu is always set if specified, not
+         only in case of the rather weird bufferlist test code path.
+         This allows us to easily make the payloader fragment a payload
+         across multiple output packets by setting a small MTU on it.
+
+2015-07-07 19:58:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpklvdepay.c:
+       * gst/rtp/gstrtpklvdepay.h:
+         rtpklvdepay: improve start detection and handle fragmented KLV units
+
+2015-07-05 20:25:10 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpklvdepay.c:
+       * gst/rtp/gstrtpklvdepay.h:
+         rtp: add SMPTE 336M KLV metadata depayloader
+         http://tools.ietf.org/html/rfc6597
+
+2014-08-09 10:08:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpklvpay.c:
+       * gst/rtp/gstrtpklvpay.h:
+         rtp: add SMPTE 336M KLV metadata payloader
+         http://tools.ietf.org/html/rfc6597
+
+2015-07-07 16:59:20 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/atomsrecovery.c:
+       * gst/isomp4/properties.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/rtpmanager/rtpsource.c:
+         docs: fix "Symbol name not found at the start of the comment block"
+         Add symbols or change comment into a regular comment.
+
+2015-07-07 16:58:53 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audioparsers/gstamrparse.h:
+         docs: remove outdated doc strings
+
+2015-07-03 23:10:40 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+         docs: add missing plugins and ensure master doc is sorted
+
+2015-07-07 15:54:41 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         Revert "imagefreeze: Remove impossible error condition"
+         This reverts commit d46631c5c7312ad613397f8238c7a9714ae3ae94.
+         pad only handle EOS events but not EOS flow, and will push the buffer again
+         resulting in an assertion error. So we should not handle the buffer
+         and return EOS flow.
+
+2015-07-07 15:50:50 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpg729depay.c:
+         rtpg729depay: unmap rtp buffer in error path
+
+2015-07-07 15:48:40 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpg729pay.c:
+         rtpg729pay: fix buffer leak
+         The handle_buffer vfunc takes ownership of the input buffer.
+         Fixes elements/rtp-payloading under valgrind.
+
+2015-07-02 08:52:43 +0200  Tobias Mueller <muelli@cryptobitch.de>
+
+       * gst/goom/goom_core.c:
+         goom: Initialised variables to remove compiler warnings
+         goom_core.c: In function 'goom_update':
+         goom_core.c:685:5: error: 'param2' may be used uninitialized in this function [-Werror=maybe-uninitialized]
+         goom_lines_switch_to (goomInfo->gmline2, mode, param2, amplitude, couleur);
+         ^
+         goom_core.c:684:5: error: 'param1' may be used uninitialized in this function [-Werror=maybe-uninitialized]
+         goom_lines_switch_to (goomInfo->gmline1, mode, param1, amplitude, couleur);
+         ^
+         https://bugzilla.gnome.org/show_bug.cgi?id=752053
+
+2015-07-07 09:18:39 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph261pay.c:
+         rtph261pay: fix indentation
+
+2015-07-06 19:11:00 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/rtp/gstrtph261pay.c:
+         rtph261pay: Fix uninitialized variable compiler error
+         endpos variable does not correctly understand in the
+         4.6.3 GCC version. So compile error appears when we do
+         compile rtph261pay using jhbuild.
+         This patch is fixed the compile error in 4.6.3 GCC version.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751985
+
+2015-07-06 19:33:35 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtkglsink: Release the widget lock when trying to get the GL context
+         Otherwise we might be waiting for the lock on the main loop (for
+         example in the ->render vmethod) and thus we will deadlock.
+
+2014-11-12 12:08:58 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Handle seek flags properly
+         Allows for non-keyframe seeks.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738570
+
+2015-02-24 10:50:52 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: avoid looping reading the 'moof' atom forever
+         It gets stuck if it only finds a moof and no mfra/mfro or moov
+         atoms. Skip the moof to continue the parsing to have it either
+         play or error out.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745089
+
+2015-06-26 13:24:17 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: improve error handling
+         for files which have corrupted header, libflac is not able to
+         process the metadata properly. We just try to ignore the error
+         and continue with the processing, since metadata parsing is not
+         making much of a difference to libflac
+         https://bugzilla.gnome.org/show_bug.cgi?id=751334
+
+2015-07-06 20:16:38 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * sys/ximage/ximageutil.c:
+         ximagesrc: add meta transform function
+         ximage metadata can't be transformed or copied, but provide an empty
+         transformation function instead of NULL to allow unconditional calling
+         of metas' transform functions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751778
+
+2014-06-16 16:14:28 +0200  Stian Selnes <stian.selnes@gmail.com>
+
+       * gst/rtp/gstrtph263pdepay.c:
+         rtph263pdepay: init debug category
+         https://bugzilla.gnome.org/show_bug.cgi?id=752012
+
+2014-06-20 10:59:14 +0200  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/gstrtpvp8depay.c:
+         rtpv8depay: ignore reserved bit in payload descriptor
+         Draft 16 of "RTP Payload Format for VP8" states in section 4.2 that:
+         R: Bit reserved for future use.  MUST be set to zero and MUST be
+         ignored by the receiver.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751929
+
+2015-07-04 20:56:42 +0200  Stian Selnes <stian@pexip.com>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * gst/rtp/gstrtph261depay.c:
+       * gst/rtp/gstrtph261pay.c:
+         rtph261pay: rtph261depay: Add documentation
+         https://bugzilla.gnome.org/show_bug.cgi?id=751982
+
+2015-07-03 21:58:14 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From f74b2df to 9aed1d7
+
+2015-07-03 14:29:16 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph261pay.c:
+         rtph261pay: Fix compiler warning
+         gstrtph261pay.c: In function 'gst_rtp_h261_pay_class_init':
+         gstrtph261pay.c:1003:17: error: variable 'gobject_class' set but not used [-Werror=unused-but-set-variable]
+         GObjectClass *gobject_class;
+
+2015-07-03 14:03:05 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph261depay.c:
+         rtph261depay: Let the base class push the buffer so it can deal with the flow return
+
+2015-07-03 14:11:35 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph261pay.c:
+         rtph261pay: Remove unused adapter
+
+2015-07-03 13:17:24 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpspeexpay.c:
+         speexpay: Directly attach payload to the output buffer instead of copying it
+
+2015-07-03 13:07:20 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         sbcpay: Attach payload directly to the output instead of copying
+
+2014-12-01 14:18:40 +0100  Stian Selnes <stian@pexip.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtph261depay.c:
+       * gst/rtp/gstrtph261depay.h:
+       * gst/rtp/gstrtph261pay.c:
+       * gst/rtp/gstrtph261pay.h:
+       * tests/check/elements/rtp-payloading.c:
+         rtp: add H.261 RTP payloader and depayloader
+         Implementation according to RFC 4587.
+         Payloader create fragments on MB boundaries in order to match MTU size
+         the best it can. Some decoders/depayloaders in the wild are very strict
+         about receiving a continuous bit-stream (e.g. no no-op bits between
+         frames), so the payloader will shift the compressed bit-stream of a
+         frame to align with the last significant bit of the previous frame.
+         Depayloader does not try to be fancy in case of packet loss. It simply
+         drops all packets for a frame if there is a loss, keeping it simple.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751886
+
+2015-07-03 12:18:52 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpmpvdepay.c:
+         rtpmpvdepay: Don't forget to unmap the input buffer
+
+2015-07-03 12:14:47 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpmpvpay.c:
+         rtpmpvpay: Create buffer lists instead of pushing each buffer individually
+
+2015-07-03 12:03:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpmpapay.c:
+         rtpmpapay: Use buffer lists instead of pushing each fragment individually
+
+2015-07-03 10:51:57 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpmp4apay.c:
+         rtpmp4apay: Create buffer lists and don't copy payload memory
+
+2015-06-29 16:14:18 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Consider timers len to compare with RTP_MAX_DROPOUT
+         When there are a lot of small gaps, we can consider that there is
+         a big gap (too losses) to reset the buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751636
+
+2015-06-29 15:53:52 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: If possible, always update the current time before looping over all timers
+         If we have a clock, update "now" now with the very latest running time we have.
+         If timers are unscheduled below we otherwise wouldn't update now (it's only updated
+         when timers expire), and also for the very first loop iteration now would otherwise
+         always be 0.
+         Also the time is used for the timeout functions, e.g. to calculate any times
+         for the next timeouts and we would otherwise pass too old times there.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751636
+
+2015-07-02 14:34:57 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: fix memory leak
+         tmp needs to be freed before going out of scope in 'done'.
+         CID #1308954
+
+2015-07-02 12:23:45 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph263ppay.c:
+         rtph263ppay: Generate buffer lists and attach the payload directly instead of copying it
+
+2015-07-02 09:48:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph263pdepay.c:
+         rtph263pdepay: Simplify code a bit and do less direct memcpy and let GstBuffer do that for us
+
+2015-07-02 09:17:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pay.h:
+         rtph263pay: Stop using an adapter and directly use the buffer
+         We always pushed one buffer into the adapter, then handled exactly that one
+         buffer and flushed it from the adapter. Now also don't memcpy() the actual
+         payload but just attach the input buffer's data to the output buffer.
+         This code still needs some serious refactoring/rewriting.
+
+2015-07-01 21:57:28 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpgsmpay.c:
+         rtpgsmpay: Remove non-existing includes for now
+         git add -p mistake.
+
+2015-07-01 19:29:07 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: Use the return value of gst_buffer_append()
+
+2015-07-01 19:19:13 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpgsmpay.c:
+         rtpgsmpay: Attach payload to the output buffer instead of copying it
+
+2015-07-01 17:58:56 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpg729pay.c:
+         rtpg729pay: Attach payload directly to output buffers instead of copying
+
+2015-07-01 17:43:51 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpg723pay.c:
+         rtpg723pay: Attach payload buffer to the output instead of copying
+
+2015-07-01 17:30:39 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpdvdepay.c:
+         rtpdvdepay: Map the output buffer once instead of once every 80 bytes
+
+2015-07-01 21:46:46 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix return type of index_entry_offset_search()
+         It's a compare function and may return a negative value,
+         so should for correctness and consistency return a signed
+         integer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751780
+
+2015-07-01 14:12:57 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: refactor handle_next_buffer
+         The goal of this patch is making handle_next_buffer function
+         more readable avoiding unnecesary gotos and adding other
+         cosmetic changes.
+
+2015-07-01 15:40:25 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpac3pay.c:
+         rtpac3pay: Attach the payload to the output buffer instead of copying it
+         Might also want to produce buffer lists here if needed.
+
+2015-07-01 15:38:47 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+         rtp: Fix indention
+
+2015-07-01 12:37:11 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/rtp/Makefile.am:
+       * tests/examples/rtp/client-VP8-OPUS.sh:
+       * tests/examples/rtp/server-VTS-VP8-ATS-OPUS.sh:
+         rtp: Add examples with VTS/ATS for VP8/OPUS
+         Let's have an example with modern codecs.
+
+2015-06-30 18:11:33 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Use GST_WARNING_OBJECT() instead of GST_WARNING()
+
+2015-06-30 14:06:20 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvp8depay.c:
+         vp8depay: Don't lock/map every non-keyframe buffer twice
+         Just copy the complete header instead of first looking at the first byte
+         and then at the remaining 10 bytes.
+
+2015-06-29 16:05:44 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: document fallthrough cases
+         Pacify coverity and document fallthrough cases in switch statements.
+         CID #1308948, #1308947, #1308946
+
+2015-06-29 10:36:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         Revert "rtpjitterbuffer: If we have an immediate timeout, don't try to find an earlier timeout"
+         This reverts commit 0c21cd7177ea883c710999147ddcedb19004d182.
+         If we have multiple immediate timers, we want to first handle the one with the
+         lowest sequence number... which would be broken now.
+         Instead of this we should just use a GSequence for the timers, and have them
+         sorted first by timestamp, and for equal timestamps by sequence number. Then
+         we would always only have to take the very first timer from the list and never
+         have to look at any others.
+
+2015-06-29 10:14:05 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: If we have an immediate timeout, don't try to find an earlier timeout
+         If we have lots of such immediate timeouts, we would otherwise have quadratic
+         runtime in the number of timeouts.
+
+2015-06-19 18:01:03 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: sticky events are sent automatically from the pad
+         No need to send them explicitly from the element
+         https://bugzilla.gnome.org/show_bug.cgi?id=751240
+
+2015-06-19 18:00:40 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: make sure to push sticky events before adding pad
+         It allows the caps to be set on the pad before being added for
+         dynamic autoplugging to work.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751240
+
+2015-06-26 00:05:29 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Add new ntp-time-source property and deprecate use-pipeline-clock property
+         Enable to use new ntp-time-source property of rtpbin
+         https://bugzilla.gnome.org/show_bug.cgi?id=751496
+
+2015-06-25 23:19:58 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpbin/session: fix description
+         https://bugzilla.gnome.org/show_bug.cgi?id=751496
+
+2015-06-25 10:57:25 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/matroska/matroska-demux.c:
+       * tests/examples/shapewipe/shapewipe-example.c:
+         docs: decodebin2 -> decodebin
+
+2015-06-25 10:47:06 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: update example pipeline
+         Update reference to decodebin2 to decodebin
+
+2015-06-25 10:45:35 +0100  Luis de Bethencourt <luisbg@osg.samsung.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: remove dead assignments
+         Values in fields_required and same_buffer are overwritten before used. Removing
+         assignment
+
+2015-06-25 10:06:07 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/Makefile.am:
+       * ext/mikmod/Makefile.am:
+       * ext/mikmod/README:
+       * ext/mikmod/drv_gst.c:
+       * ext/mikmod/gstmikmod.c:
+       * ext/mikmod/gstmikmod.h:
+       * ext/mikmod/mikmod_reader.c:
+       * ext/mikmod/mikmod_types.c:
+       * ext/mikmod/mikmod_types.h:
+       * m4/Makefile.am:
+       * m4/libmikmod.m4:
+       * win32/MANIFEST:
+       * win32/vs8/libgstmikmod.vcproj:
+         mikmod: remove ancient unported plugin
+         This hasn't been touched in 11 years, and
+         clearly no one's been missing it.
+
+2015-06-23 20:15:13 +0900  Gilbok Lee <gilbok.lee@samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: does not detect orientation
+         Most files don't contain the values for transposing the coordinates
+         back to the positive quadrant so qtdemux was ignoring the rotation
+         tag. To be able to properly handle those files qtdemux will also ignore
+         the transposing values to only detect the rotation using the values
+         abde from the transformation matrix:
+         [a b c]
+         [d e f]
+         [g h i]
+         https://bugzilla.gnome.org/show_bug.cgi?id=738681
+
+2015-06-25 00:04:16 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.5.2 ===
+
+2015-06-24 23:30:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.5.2
+
+2015-06-24 22:56:12 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2015-06-24 11:15:00 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/nl.po:
+         po: Update translations
+
+2015-06-23 18:42:59 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/qtmux.c:
+         qtmux: Correctly test each segments
+         In presence of gaps, qtdemux will emit multiple segments. The
+         second segment start should match the CTTS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751361
+
+2015-06-23 17:54:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Correctly calculate the elst media start
+         The media start has nothing to do with the shift we have applied
+         but with the value of the first PTS. This is defined as:
+         Dt(0) = 0
+         Ct(0) = Dt(0) + CTTS(0)
+         So the media start is always the first CTTS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751361
+
+2015-06-23 11:49:32 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: accumulate previous edts entries into segment.base
+         Allows playing edts editted files with proper synchronization of
+         streams. This patch fixes the regression introduced by
+         bf95f93c0189aa04f18e264b86b6527e431c5d53 that was added to fix
+         segment seeks handling.
+         Having the accumulated_base separated from the main segment.base
+         allows handling both segment seeks and edts editted files.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751361
+
+2015-06-23 00:56:16 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: improve some debug messages
+         Those messages are about the stream, use the pad as the
+         debug object to make it clear from the logs
+         https://bugzilla.gnome.org/show_bug.cgi?id=751361
+
+2015-06-22 22:22:09 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: store last_dts of the first buffer
+         Buffers need not to start at running-time 0 so the last_dts needs
+         to be the value of the first buffer's dts as it is used to compute
+         the duration of the buffers. If it was left at 0 the first buffer
+         would have a larger duration when it shouldn't
+         https://bugzilla.gnome.org/show_bug.cgi?id=751361
+
+2015-06-23 17:11:57 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: fix possible memory leak
+         when buffer is stored to seektable, and stop gets called due to
+         corrupt flac file, then the seektable is not being released
+         https://bugzilla.gnome.org/show_bug.cgi?id=751364
+
+2015-06-23 16:28:40 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         Revert "splitmuxsink: Mask async-start/done while switching files."
+         This reverts commit d61e5393f110ed482815d77807245d78b52eff46.
+         Causes failures muxing larger GOP sizes for some reason. Reverting
+         while I figure it out
+
+2015-06-18 23:22:06 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Fix startup and shutdown races.
+         Fix 2 startup races when things happen too quickly, and 1
+         at shutdown by holding a ref to the pads in use until the
+         loop functions exit.
+         Handle errors activating file parts and publish them on
+         the bus.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750747
+
+2015-06-18 09:26:13 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Mask async-start/done while switching files.
+         Sometimes, extra async-start/done from the internal sink
+         while the element is still starting up can cause splitmuxsink
+         to stall in PAUSED state when it has been set to PLAYING
+         by the app. Drop the child's async-start/done messages while
+         switching, so they don't cause state changes at the
+         splitmuxsink level.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750747
+
+2015-06-15 16:12:10 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Use gst_video_multiview_guess_half_aspect()
+         Use the gst_video_multiview_guess_half_aspect() utility function
+         to set the half-aspect flag (or not) on stereoscopic frame-packed
+         videos.
+
+2015-06-15 16:10:37 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Move multiview caps calculations, add half-aspect heuristics
+         Move the multiview caps calculations to the configure_stream()
+         function, so the rest of the video info is available, and
+         use the gst_video_multiview_guess_half_aspect() function to
+         determine if the half-aspect flag should be set on frame-packed
+         video.
+
+2015-06-18 16:06:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add cslg support
+         The cslg atom provide information about the DTS shift. This is
+         needed in recent version of ctts atom where the offset can be
+         negative. When cslg is missing, we parse the CTTS table as proposed
+         in the spec to calculate these values.
+         In this implementation, we only need to know the shift. As GStreamer
+         cannot transport negative timestamps, we shift the timestamps forward
+         using that value and adapt the segment to compensate. This patch also
+         removes bogus offset of ctts_soffset, this offset shall be included
+         in the edit list.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751103
+
+2015-06-19 18:37:59 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/qtmux.c:
+         qtmux: Test gaps at start of stream
+         https://bugzilla.gnome.org/show_bug.cgi?id=751242
+
+2015-06-19 18:40:43 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Use PTS to figure-out presence of gaps
+         We need to look at the presentation timestamp in order to conclude if
+         there is a gap at the start of a stream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751242
+
+2015-06-19 16:45:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Set edit list to compensate DTS shift
+         We shift DTS forward to avoid negative timestamps which cannot be
+         represented with version 0 of the CTTS table. To stick with that
+         version (backward compatibility), the spec recommend using an
+         edit list entry to move back the presentation time to where it
+         should be.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751242
+
+2015-06-22 14:35:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Insert AVC end of sequence
+         This FLV specific mark is needed to prevent Flow Player (most likely
+         all Flash base player) from going into buffering state when near EOS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751320
+
+2015-06-22 13:05:29 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+         matroska: remove useless check
+         No need to check for context availability while freeing. We are inside
+         inside a code block with a condition that dereferences context.
+         if (context->type == 0 ...
+         https://bugzilla.gnome.org/show_bug.cgi?id=751306
+
+2015-06-22 19:35:57 +0900  Vineeth T M <vineeth.tm@samsung.com>
+
+       * gst/matroska/lzo.c:
+         lzo: fix memory leak
+         the opened file is not being closed during test, which will result
+         in memory leak.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751306
+
+2015-06-22 19:30:58 +0900  Vineeth T M <vineeth.tm@samsung.com>
+
+       * ext/mikmod/mikmod_reader.c:
+         mikmod_reader: Possible null pointer dereference:
+         gst_reader variable is being used before actually checking if it
+         allocated properly
+         https://bugzilla.gnome.org/show_bug.cgi?id=751306
+
+2015-06-22 19:45:14 +0900  Sangkyu Park <sk1122.park@samsung.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: Minor clean-up
+         1. Fix the code which is wrong coding style.
+         2. Fix a typing error of comment.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751316
+
+2015-06-22 11:28:13 +0200  Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: Do not try to push NULL buffers
+         If update_receiver_stats() fails, we can't really do anything with this buffer
+         anymore and have to drop it. This happens if there's a big seqnum
+         discontinuity for example.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751311
+
+2015-06-22 13:10:02 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: trivial cleanup
+         trivial patch to add proper ( while checking for if(G_UNLIKELY())
+         https://bugzilla.gnome.org/show_bug.cgi?id=751306
+
+2015-06-22 13:16:08 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/audioparsers/gstdcaparse.c:
+         dcaparse: initialize size variable
+         size can be used in cleanup without being initialized. Hence
+         setting it to 0 when declaring
+         https://bugzilla.gnome.org/show_bug.cgi?id=751306
+
+2015-06-22 13:13:29 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: initialze bpf variable
+         bpf variable might be used in cleanup without being intialized.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751306
+
+2015-06-19 14:50:59 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtprtxqueue.c:
+         rtprtxqueue: reverse pending list before pushing buffers
+         With this we send the RTX buffers in the same order
+         that they were requested.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751297
+
+2015-06-21 19:22:10 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Fix DTS validity check
+         This check was up-side-down, causing a bad timestamp at start
+         and then all timestamp being delayed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751298
+
+2015-06-17 15:19:47 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_dump.h:
+       * gst/isomp4/qtdemux_types.c:
+         cslg: Add Composition Shift Least Greatest Atom
+         This simply add fourcc and dump function for the cslg Atom.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751103
+
+2015-06-17 15:18:38 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+         ctts_dump: Fix signess issues
+         It didn't bug, but use correct signess in traces. The number of
+         entries is unsigned while the offset can be signed according to
+         recent spec.
+         https://bugzilla.gnome.org/show_bug.cgi?id=751103
+
+2015-06-16 17:48:08 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 6015d26 to f74b2df
+
+2015-06-16 11:43:39 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: gst_rtp_buffer_ext_timestamp() modifies its first argument, keep a copy around
+
+2015-06-16 10:30:34 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Compare ext RTP times, not plain RTP time and ext RTP time when calculating elapsed time
+         Otherwise all RTP times after a wraparound would be considered as going
+         backwards, they will always be smaller than the ext RTP time.
+
+2015-06-15 21:32:43 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtkglwidget: Const'ify another array
+
+2015-06-15 21:29:46 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtkglwidget: Calculate the viewport size ourselves
+         Getting the current viewport and modifying it relatively will produce an
+         interesting feedback loop during widget resizing. Over a few frames we
+         will gradually move the viewport a bit until it converged again, adding
+         unnecessary additional borders at the top and left.
+
+2015-06-15 21:24:01 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstwidget.c:
+         gtk: Use the display width/height for the widget's preferred width/height
+
+2015-06-15 20:45:11 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gtkgstwidget.c:
+         gtksink: Add support for xRGB/BGRx
+
+2015-06-15 20:39:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gtkgstwidget.c:
+         gtk: Cairo color formats are in native endianness, GStreamer's in memory order
+         CAIRO_FORMAT_ARGB32 is ARGB on big endian and BGRA on little endian.
+
+2015-06-15 20:35:38 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtkglsink.h:
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gstgtksink.h:
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstwidget.c:
+         gtk: Implement ignore-alpha property and enable it by default
+
+2015-06-15 20:13:57 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtksink.c:
+         gtk: Sync properties from the sink to the widget upon widget creation
+
+2015-06-15 19:25:12 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: The default rtp-profile should be AVP, not AVPF
+
+2015-06-15 18:28:37 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtkglsink.h:
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gstgtksink.h:
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstwidget.c:
+         gtk: implement pixel and display aspect ratio handling
+
+2015-06-15 14:32:21 +0900  Sangkyu Park <sk1122.park@samsung.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: Minor cleanup
+         1. Add Null check in 'free_item' function.
+         2. Fix a typing error of comment.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750965
+
+2015-06-15 14:35:35 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk: silence unused variable warnings for unsupported winsys'
+
+2015-06-15 14:33:08 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk: implement basic wayland GL support
+
+2015-06-12 17:44:51 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+         flmux: Make sure best_time is initialized
+
+2015-06-12 23:29:19 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpsession.h:
+         rtpbin/session: Add new ntp-time-source property and deprecate use-pipeline-clock property
+         The new property allows to select the time source that should be used for the
+         NTP time in RTCP packets. By default it will continue to calculate the NTP
+         timestamp (1900 epoch) based on the realtime clock. Alternatively it can use
+         the UNIX timestamp (1970 epoch), the pipeline's running time or the pipeline's
+         clock time. The latter is especially useful for synchronizing multiple
+         receivers if all of them share the same clock.
+         If use-pipeline-clock is set to TRUE, it will override the ntp-time-source
+         setting and continue to use the running time plus 70 years. This is only kept
+         for backwards compatibility.
+
+2015-04-07 16:03:42 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/qtmux.c:
+         tests: qtmux: test for muxing with DTS outside the segment
+         https://bugzilla.gnome.org/show_bug.cgi?id=740575
+
+2015-06-11 17:26:49 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Adjust segment according to ctts offset
+         In presence of a CTTS, the segment start/stop must be offset so
+         the segment start/stop include the PTS. This is needed since the
+         PTS cannot be negative in this format. This fixes issues where the
+         running time of the first buffer isn't at the start.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740575
+
+2015-04-03 20:34:42 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Handle DTS with negative running time
+         As QT works with duration, simply bring back first DTS to 0 and shift
+         forward the PTS of the same amount.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740575
+
+2015-06-10 18:15:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flvmux: Add negative runtime DTS support
+         This is done by using new feature of the CollectPad clip function
+         which sets the DTS as a gint64 in the collected data. It also simplify
+         the code a bit.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740575
+
+2015-06-12 23:06:24 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Rename some variables and debug output to make more sense
+         Local and remote were mixed up in a few places, and the time we store here is
+         not UNIX time (1970 epoch), but NTP time (1900 epoch) in nanoseconds.
+
+2015-06-12 19:21:10 +0300  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudioremoteio.c:
+         osxaudio: fix latency property query on RemoteIO
+         AudioUnitGetProperty would fail with kParamErr (-50) every time,
+         simply because size wasn't initialized.
+         Now it returns zero latency, but at least it doesn't fail.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750868
+
+2015-06-12 15:39:56 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk: Do not try to activate a NULL GLContext
+         At that point in the code nothing guarantees it exists
+
+2015-04-07 14:06:16 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Fix mapping of latency parameters to buffer attributes
+
+2015-06-12 15:17:30 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtkglsink.h:
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gstgtksink.h:
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstwidget.c:
+         gtk: implement video aspect-ratio handling
+         For both the software and the GL sink's.
+         Doesn't deal with the pixel-aspect-ratio field at all yet.
+
+2015-06-12 12:40:50 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtksink.c:
+         gtk: fix a couple of typos
+
+2015-06-12 12:29:37 +1000  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/gstgtkglsink.c:
+         gtkglsink: reset the context/display in READY_TO_NULL
+         Fixes context propagation in pipelines with upstream GL elements.
+
+2015-06-11 12:41:10 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/examples/gtk/gtkglsink.c:
+         gstgtk: No need to realize the widget
+         The widget already does that.
+
+2015-06-11 12:38:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/examples/gtk/gtkglsink.c:
+       * tests/examples/gtk/gtksink.c:
+         gstgtk: Don't leak the widget
+         g_object_get() returns a ref, gtk_container_add() only ref_sink().
+         That mean we still need to unref afterward. This leak was hiding
+         a reference bug previously present.
+
+2015-06-11 12:10:23 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtksink.c:
+         gstgtk: Allow doing gst-inspect-1.0 on these elements
+         This patch allow going gst-inspect-1.0 on these elements removing
+         ugly crash that was previously occurring. The method consist of
+         making the widget creation as lazy as possible. This way we don't
+         endup doing gtk_init() before the application. We also ref_sink()
+         the widget, so we don't crash if the parent widget is discarded,
+         and cleanly error out with GL if the widget has no parent window,
+         because calling gtk_widget_realized() can only be done if the widget
+         has been parented to a window).
+
+2015-06-12 01:56:37 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Actually set detected 3D info into output caps.
+         Use the information read from the StereoMode info
+         to configure multiview-mode and multiview-flags in the
+         video caps.
+
+2015-06-11 13:36:54 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+         splitmuxsink: Take released-but-not-yet-output bytes into account
+         When deciding whether it's time to switch to a new file, take into
+         account data that's been released for pushing, but hasn't yet
+         been pushed - because downstream is slow or the threads haven't been
+         scheduled.
+         Fixes a race in the unit test and probably in practice - sometimes
+         failing to switch when it should for an extra GOP or two.
+         Also fix a problem in splitmuxsrc where playback sometimes
+         stalls at startup if types are found too quickly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750747
+
+2015-06-11 15:02:44 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/gtk/gtkgstglwidget.c:
+         gtk: Do not try to initialize display if we have not have a GLContext yet
+
+2015-06-11 14:58:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/gtk/Makefile.am:
+         gtk: Add missing CFLAGS to example
+
+2014-12-18 17:00:30 +1100  Matthew Waters <matthew@centricular.com>
+
+       * ext/gtk/Makefile.am:
+       * ext/gtk/gstgtkglsink.c:
+       * ext/gtk/gstgtkglsink.h:
+       * ext/gtk/gstgtksink.c:
+       * ext/gtk/gstgtksink.h:
+       * ext/gtk/gstplugin.c:
+       * ext/gtk/gtkgstglwidget.c:
+       * ext/gtk/gtkgstglwidget.h:
+       * ext/gtk/gtkgstwidget.c:
+       * ext/gtk/gtkgstwidget.h:
+       * tests/examples/gtk/Makefile.am:
+       * tests/examples/gtk/gtkglsink.c:
+       * tests/examples/gtk/gtksink.c:
+         Implement gtk sinks
+         two sinks are provided.  gtksink which is a cairo/software based renderer
+         and gtkglsink which utilises the GL support in gtk and gstreamer.
+
+2015-06-11 01:04:51 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+         atoms: remove custom gst_buffer_new function in favor of core version
+         Remove a custom specialized version of gst_buffer_new_wrapped by
+         using gst_buffer_new_wrapped_full inside a macro to simplify
+         parameters and give it a more meaningful name.
+         It is only used to create temporary buffers to have its data copied.
+
+2015-06-11 00:14:41 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+         atoms: simplify free form data atoms creation
+         Avoid creating an intermediary buffer or memory area just
+         to copy into an atom's data area.
+
+2015-06-10 22:27:27 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: add AC-3 muxing support
+         Adds AC-3 muxing support. It is defined for mp4 and 3gp formats.
+         One extra feature that was added was the ability to add extension
+         atoms after set_caps as the AC-3 extension atom needs some data
+         that has to be extracted from the stream itself and is not
+         present on caps.
+
+2015-06-10 22:36:59 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+         qtmux: remove unused type MP4S
+
+2015-06-10 22:29:01 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: remove duplicate attribute value set
+         It is also set a few lines below
+
+2015-06-11 00:22:54 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+         matroska: Implement basic stereoscopic video support
+         Implement support for the packed video formats WebM
+         uses, not all the values that Matroska might use.
+         In practice, it's really hard to find any samples in the
+         wild of any.
+         Supported in both the muxer and demuxer.
+
+2015-06-10 01:26:15 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_dump.h:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Add basic support for MPEG-A stereoscopic video
+         The MPEG-A format provides an extension to the ISO base media
+         file format to store stereoscopic content encoded with different
+         codecs like H.264 and MPEG-4:2. The stereo video media information(svmi)
+         atom declares the presence and storage method for the video.
+         Stereo video information for MPEG-A can also be supplied through
+         the 'stvi' atom (ref: ISO/IEC_14496-12, ISO/IEC_23000-11), which
+         is not implemented in this patch.
+         Also missing is support for stereo video encoded as separate video tracks
+         for now.
+         Based on a patch by Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=611157
+
+2015-06-02 16:15:35 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: Add tls-database property
+         https://bugzilla.gnome.org/show_bug.cgi?id=750298
+
+2015-06-10 14:33:50 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+         rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()
+         The mix between all these in the RTP code is confusing, let's try to be
+         consistent.
+
+2015-06-10 14:49:50 +0300  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpmanager: clarify negative lost packets in stats
+         Also:
+         - Move notes on units before field documentation.
+         - Unify documentation style.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750653
+
+2015-06-10 06:38:39 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: fix getter of "ssl-use-system-ca-file"
+         https://bugzilla.gnome.org/show_bug.cgi?id=750298
+
+2015-06-10 09:49:47 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix reverse playback
+         When performing seek, segment->start is being updated with desired_offset,
+         but in case of reverse playback segment->start should be 0 and
+         segment->stop should be updated with desired offset.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750675
+
+2015-01-21 18:09:03 +0100  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         gstv4l2bufferpool: handle -EPIPE from DQBUF to signal EOS
+         The V4L2 decoder signals EOS by returning -EPIPE from DQBUF after the
+         last buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743338
+
+2015-06-06 21:09:19 -0400  Xavier Claessens <xavier.claessens@collabora.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Add a GTlsInteraction property
+         It can be used for TLS client authentication.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750471
+
+2015-01-09 11:36:11 +0100  Enrico Jorns <ejo@pengutronix.de>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2: Allow scaling in the v4l2*convert element
+         This is inspired of videoscale and videoconvert elements.
+         https://bugzilla.gnome.org/show_bug.cgi?id=742917
+
+2015-06-09 19:02:55 +0300  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtpmanager: document units of stats and arguments
+         Also, minor spelling and style corrections.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750653
+
+2015-06-09 14:42:27 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * Makefile.am:
+         cruft: add the obsolete tmpl dir to cruft-dirs
+
+2015-06-09 11:30:22 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * common:
+         Automatic update of common submodule
+         From d9a3353 to 6015d26
+
+2015-06-09 07:04:07 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * common:
+         Fix common version
+         Was accidently downgraded by 87a4884acd8655a6591d735a1d944ecb5ea3de16
+
+2015-06-08 19:11:41 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Also set colorimetry on output devices
+         This completes the code that set the colorimetry on output
+         device.
+
+2015-06-08 19:10:34 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * common:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Add missing SMTP240M matrix
+         This is missing in the doc, but was in the header.
+
+2015-06-08 23:00:16 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/goom/goom_core.c:
+         goom: possible uninitialized variables warning
+         Build fails with the latest snapshot of gcc-4.9 because param1 and param2 might
+         possibly be used uninitialized. They are set depending on the cases of a switch
+         statement and the compiler sees this as not a complete guarantee.
+         Set them to 0 if the switch statement falls down to the default case.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750566#c6
+
+2015-06-08 17:24:38 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fully implement colorimetry support
+         This fixes wrong mapping for sRGB as in GStreamer sRGB correctly
+         apply to RGB formats, while in V4L2 it's an alias for sYCC. Also
+         add support for the new quantization (range), ycbcr_encoding (matrix)
+         and xfer_func (transfer) enumeration.
+
+2015-06-08 17:01:15 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/ext/types-compat.h:
+       * sys/v4l2/ext/v4l2-common.h:
+       * sys/v4l2/ext/v4l2-controls.h:
+       * sys/v4l2/ext/videodev2.h:
+         v4l2: Update kernel headers to latest from media tree
+         This is the latest from media tree. This should enable more development
+         of the v4l2 elements. This includes new flags requires to fix draining
+         path in decoder, colorimetry and much more.
+
+2015-06-08 23:07:55 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From d37af32 to d9a3353
+
+2015-06-08 19:42:30 +0100  Chris Clayton <chris2553@googlemail.com>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8depay: potential access beyond end of array
+         Compiling (with gcc-4.9-20150603) produces an error because of an access beyond
+         the end of an array. This patch fixes the error by initializing the loop
+         control/array index variable (i) to 1 and returning i - 1 when a match is found.
+         Also, because the values stored in the array increase in value as the index
+         increases, the >= test unnecessary, so it is removed.
+
+2015-04-30 02:52:58 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Don't accumulate more than 2 GOPs
+         Don't allow large amounts of data to queue up - we only need
+         the GOP we're writing, and the GOP we're accumulating.
+
+2015-04-16 10:44:49 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         isomp4: fsync after sending updates in robust mode
+         Use the new GstBuffer SYNC_AFTER flag to trigger an fsync
+         after updating the moov or mdat atom, and after updating the free
+         atom to make it visible.
+
+2015-04-03 00:57:20 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         isomp4: Only set moov header into streamheader at EOS
+         Only update the moov header into the caps if it's the finalised
+         moov at EOS time. Avoids posting a bogus moov at startup and
+         repeated updates in robust-recording mode
+
+2015-04-03 01:44:15 +1100  Jan Schmidt <jan@centricular.com>
+
+       * tests/check/elements/qtmux.c:
+         tests: Update mp4 mux test for mdat placeholder change
+         The mp4 muxer now writes a place-holder mdat as a free
+         atom followed by a 0-byte mdat that covers the rest of the
+         file, making it possible to rewrite it as 64-bit, or leave
+         it as-is if nothing else is written afterward
+
+2015-04-01 11:15:38 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/atomsrecovery.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         isomp4: Implement robust muxing using ping-pong strategy
+         Implement a robust recording mode, where the output
+         file is always in a playable state, seeking and rewriting
+         the moov header at a configurable interval. Rewriting
+         moov is done using reserved space at the start of
+         the file, and a ping-pong strategy where the moov
+         is replaced atomically so it's never invalid.
+         Track when tags have actually changed, and don't write them into
+         the moov unless they've changed. Clear any existing tags when
+         re-writing them, so we can do progressive moov updating in robust
+         recording mode.
+         Write placeholder mdat as a free atom plus a 32-bit mdat
+         with '0' size, which means "rest of the file" in the spec.
+         Re-write it later to a full 64-bit extended size atom if needed.
+
+2015-04-01 00:58:52 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         isomp4: Update edit list when re-writing moov
+         Correctly update any edit lists each time the moov is recalculated,
+         updating existing table entries if they already exist instead of just
+         adding new ones.
+
+2015-04-08 01:41:18 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         isomp4: Remove an extra bracket in a comment.
+
+2015-03-19 20:29:44 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: Protect total_duration state variable with the object lock.
+         Prevent deadlocks from downstream querying duration from the streaming thread.
+
+2015-06-07 23:06:20 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 21ba2e5 to d37af32
+
+2015-06-07 19:24:20 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/goom/gstaudiovisualizer.c:
+         goom: clean dereferences of private structure
+         https://bugzilla.gnome.org/show_bug.cgi?id=742875
+
+2015-06-07 19:20:04 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/goom2k1/gstaudiovisualizer.c:
+         goom2k1: clean dereferences of private structure
+         https://bugzilla.gnome.org/show_bug.cgi?id=742875
+
+2015-06-07 17:32:01 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From c408583 to 21ba2e5
+
+2015-06-07 17:01:37 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * docs/plugins/Makefile.am:
+         docs: remove variables that we define in the snippet from common
+         This is syncing our Makefile.am with upstream gtkdoc.
+
+2015-06-07 17:16:19 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From d676993 to c408583
+
+2015-06-07 16:44:37 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.5.1 ===
+
+2015-06-07 10:46:34 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * gst/deinterlace/tvtime-dist.c:
+       * gst/videomixer/videomixerorc-dist.c:
+       * win32/common/config.h:
+         Release 1.5.1
+
+2015-06-07 10:38:28 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2015-06-07 10:32:38 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Override the SSRC from the packets' SSRC if none was given via caps or property
+
+2015-06-07 09:35:38 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         po: Update translations
+
+2015-06-05 15:32:10 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Don't warn when optional CID are not implement
+         gst_v4l2_get_attributre() shall only be used when the CID is expected
+         to be supported. Otherwise, we get unwanted warning posted to the bus.
+
+2015-06-05 16:43:08 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Only suggest our internal ssrc if it's not a random one and was selected as internal ssrc
+         https://bugzilla.gnome.org/show_bug.cgi?id=749581
+
+2015-06-04 14:18:01 +0900  Vineeth TM <vineeth.tm@samsung.com>
+
+       * gst/interleave/interleave.c:
+         interleave: error when channel-positions-from-input=False
+         self->channels is being incremented only when
+         channel-positions-from-input is set as TRUE. So in case of FALSE
+         self->func is not set and hence creating assertion error.
+         Hence removing the condition to increment self->channels.
+         https://bugzilla.gnome.org/show_bug.cgi?id=744211
+
+2015-06-05 10:33:11 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Add support for receiving reduced size RTCP
+         It worked before but gave warnings, now we just ignore RTCP
+         packets that don't start with a SR. As all we're interested
+         in here are SRs.
+
+2015-06-03 12:22:42 +0200  Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Add support for reduce size rtcp
+         According to RFC 5506, reduce size packages can be sent, this
+         packages may not be compound, so we need to add support for
+         getting ssrc from other types of packages.
+         https://bugzilla.gnome.org/show_bug.cgi?id=750327
+
+2015-06-03 13:14:44 +0200  Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Add support for receiving reduced size rtcp
+         See RFC 5506
+         https://bugzilla.gnome.org/show_bug.cgi?id=750332
+
+2015-06-04 16:09:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Add support for channel configurations 11, 12 and 14 and 7 actually has 8 channels
+         ISO/IEC 14496-3:2009/PDAM 4 added 11, 12 and 14.
+
+2015-06-03 08:57:57 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/rtp/gstasteriskh263.c:
+         asteriskh263: Un-rank clashing depayloader
+         This depayloader clash with the standard one for H263p. It produces an
+         H263p stream with a modified header. It uses encoding-name that is the
+         same as H263p (H263-1998) though the resulting ES is not decodable or
+         parsable in GStreamer, making it unsuable in dynamic pipeline. This
+         patch unrank this specialized depayloader since it can only be used in
+         custom pipeline.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739935
+
+2015-06-02 18:09:48 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/goom2k1/gstgoom.c:
+       * gst/goom2k1/gstgoom.h:
+         goom2k1: remove variables not needed anymore
+         https://bugzilla.gnome.org/show_bug.cgi?id=742875
+
+2015-06-02 17:52:46 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/goom2k1/Makefile.am:
+       * gst/goom2k1/gstaudiovisualizer.c:
+       * gst/goom2k1/gstaudiovisualizer.h:
+       * gst/goom2k1/gstgoom.c:
+       * gst/goom2k1/gstgoom.h:
+         goom2k1: rebase to use the audiovisualizer class
+         Rebase to have goom2k1 using the common GstAudioVisualizer class
+         https://bugzilla.gnome.org/show_bug.cgi?id=742875
+
+2015-06-02 17:29:36 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/goom/Makefile.am:
+       * gst/goom/gstaudiovisualizer.c:
+       * gst/goom/gstaudiovisualizer.h:
+       * gst/goom/gstgoom.c:
+       * gst/goom/gstgoom.h:
+         goom: rebase to use the audiovisualizer class
+
+2015-06-02 16:31:10 +0200  Edward Hervey <edward@centricular.com>
+
+       * tests/check/pipelines/lame.c:
+         check: Use GST_CHECK_MAIN () macro everywhere
+         Makes source code smaller, and ensures we go through common initialization
+         path (like the one that sets up XML unit test output ...)
+
+2015-06-02 16:27:24 +0200  Edward Hervey <edward@centricular.com>
+
+       * tests/check/elements/aacparse.c:
+       * tests/check/elements/ac3parse.c:
+       * tests/check/elements/apev2mux.c:
+       * tests/check/elements/aspectratiocrop.c:
+       * tests/check/elements/audioamplify.c:
+       * tests/check/elements/audiochebband.c:
+       * tests/check/elements/audiocheblimit.c:
+       * tests/check/elements/audiodynamic.c:
+       * tests/check/elements/audioinvert.c:
+       * tests/check/elements/audiowsincband.c:
+       * tests/check/elements/audiowsinclimit.c:
+       * tests/check/elements/avimux.c:
+       * tests/check/elements/equalizer.c:
+       * tests/check/elements/flacparse.c:
+       * tests/check/elements/id3v2mux.c:
+       * tests/check/elements/jpegdec.c:
+       * tests/check/elements/jpegenc.c:
+       * tests/check/elements/matroskamux.c:
+       * tests/check/elements/mpegaudioparse.c:
+       * tests/check/elements/rganalysis.c:
+       * tests/check/elements/rglimiter.c:
+       * tests/check/elements/rgvolume.c:
+       * tests/check/elements/rtpbin.c:
+       * tests/check/elements/rtpsession.c:
+       * tests/check/elements/spectrum.c:
+       * tests/check/elements/videobox.c:
+       * tests/check/elements/videocrop.c:
+       * tests/check/elements/videofilter.c:
+       * tests/check/elements/wavpackdec.c:
+       * tests/check/elements/wavpackenc.c:
+       * tests/check/elements/wavpackparse.c:
+       * tests/check/elements/y4menc.c:
+       * tests/check/pipelines/simple-launch-lines.c:
+       * tests/check/pipelines/tagschecking.c:
+       * tests/check/pipelines/wavpack.c:
+         check: Use GST_CHECK_MAIN () macro everywhere
+         Makes source code smaller, and ensures we go through common initialization
+         path (like the one that sets up XML unit test output ...)
+
+2015-05-26 14:47:31 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Only schedule a timer when we actually have to send RTCP
+         Otherwise we will have 10s-100s of thread wakeups in feedback profiles, create
+         RTCP packets, etc. just to suppress them in 99% of the cases (i.e. if no
+         feedback is actually pending and no regular RTCP has to be sent).
+         This improves CPU usage and battery life quite a lot.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746543
+
+2015-05-22 13:44:03 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Remove useless goto
+         https://bugzilla.gnome.org/show_bug.cgi?id=746543
+
+2015-05-21 12:54:47 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/examples/rtp/Makefile.am:
+       * tests/examples/rtp/client-H264-rtx.sh:
+       * tests/examples/rtp/client-rtpaux.c:
+       * tests/examples/rtp/server-VTS-H264-rtx.sh:
+       * tests/examples/rtp/server-rtpaux.c:
+         examples: Set RTP profile to AVPF for rtpaux examples
+         https://bugzilla.gnome.org/show_bug.cgi?id=746543
+
+2015-05-04 16:41:50 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Set RTP profile on the rtpsession objects
+         https://bugzilla.gnome.org/show_bug.cgi?id=746543
+
+2015-05-21 14:13:56 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: Add rtp-profile property for setting the default profile of newly created sessions
+         https://bugzilla.gnome.org/show_bug.cgi?id=746543
+
+2015-05-04 11:51:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Only put RRs and full SDES into regular RTCP packets
+         If we may suppress the packet due to the rules of RFC4585 (i.e. when
+         below the t-rr-int), we can send a smaller RTCP packet without RRs
+         and full SDES. In theory we could even send a minimal RTCP packet
+         according to RFC5506, but we don't support that yet.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746543
+
+2015-05-04 13:51:50 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Keep track of tp/tn and t_rr_last separately
+         Otherwise we can't properly schedule RTCP in feedback profiles as we need to
+         distinguish the time when we last checked for sending RTCP (tp) but might have
+         suppressed it, and the time when we last actually sent a non-early RTCP
+         packet.
+         This together with the other changes should now properly implement RTCP
+         scheduling according to RFC4585, and especially allow us to send feedback
+         packets a lot if needed but only send regular RTCP packets every once in a
+         while.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746543
+
+2015-05-04 11:42:08 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.h:
+       * gst/rtpmanager/rtpstats.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtpsession: Add property for selecting RTP profile (AVP/AVPF/etc)
+         And modify our RTCP scheduling algorithm accordingly. We now can send more
+         RTCP packets if needed for feedback, but will throttle full RTCP packets by
+         rtcp-min-interval (t-rr-int from RFC4585).
+         In non-feedback mode, rtcp-min-interval is Tmin from RFC3550, which is
+         statically set to 1s or 0s by RFC4585. Tmin defines how often we should
+         send RTCP packets at most.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746543
+
+2015-05-30 17:41:05 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/law/mulaw-decode.c:
+         mulawdec: Let baseclass estimate bitrate
+         This makes playback directly from a file work with the right caps.
+
+2015-05-27 16:31:23 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstdynudpsink.h:
+         dynudpsink: keep GCancellable fd around instead of re-creating it constantly
+         And create it only when starting the element.
+
+2015-05-27 15:55:56 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         udpsink, multiudpsink: keep GCancellable fd around instead of re-creating it constantly
+         Otherwise we constantly create/close event file descriptors,
+         every time we call g_socket_condition_timed_wait() or
+         g_socket_send_message(s)(), i.e. a lot. Which is not
+         particularly good for performance.
+         Can't create GCancellable in ::start() here because it's used
+         in client_new() which may be called via the add-client action
+         signal which may be called before the element is up and running.
+
+2015-05-19 18:13:16 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+         udpsrc: keep GCancellable fd around instead of re-creating it constantly
+         Otherwise we constantly create/close event file descriptors,
+         every single time we call g_socket_condition_timed_wait() or
+         g_socket_receive_message(), i.e. twice per packet received!
+         This was not particularly good for performance.
+         Also only create GCancellable on start-up.
+
+2015-05-26 15:33:37 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: overwritten value assignment
+         curpos is set and immediately after, set again. Remove the redundant
+         assignment.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749909
+
+2015-05-23 13:47:17 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         rtpvrawdepay: don't shadow existing outbuf variable
+         And fix unref of the wrong one which will contain NULL
+         in an error code path.
+
+2015-05-23 13:23:22 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawdepay.h:
+         rtpvrawdepay: map/unmap output frame only once, not for every input packet
+         Map output buffer after creating it and keep it mapped
+         until we're done with it instead of mapping/unmapping
+         it for every single input buffer.
+
+2015-05-25 08:47:47 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: remove fixme from 2006
+         It has been verified by use over time.
+
+2015-05-23 14:36:41 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix reverse playback of fragmented media
+         qtdemux creates a samples array and gets the timestamps for buffers by
+         accumulating their durations. When doing reverse playback of fragments,
+         accumulating samples will lead to wrong timestamps as the timestamps
+         should go decreasing from fragment to fragment and the accumulation
+         will produce wrong results.
+         In this case, when receiving a discont for fragmented reverse playback,
+         the previous samples information should be flushed before new data
+         is processed.
+
+2015-05-23 01:03:18 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/multifile/gstsplitfilesrc.c:
+         splitfilesrc: Implement binary search in find_part_for_offset
+         Implement binary search using gst_util_array_binary_search
+         https://bugzilla.gnome.org/show_bug.cgi?id=749690
+
+2015-05-21 13:26:53 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Don't crash if we receive FIR/PLI from a source we don't know
+
+2015-05-21 09:35:58 +0200  Santiago Carot-Nemesio <sancane@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Fix collection of statistics
+         Stats should be collected on the media rtp source not in the
+         sender one.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749669
+
+2015-04-20 10:07:30 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesink.h:
+         multifilesink: Add a new max-duration file switching mode
+         This new mode ensures that files will never exceed a certain duration
+         based on incoming buffer PTS (and duration if present)
+         Note:
+         * You need timestamped buffers (duh). If some of the incoming buffers don't
+         have PTS, then it will just accept them in the current file
+
+2015-04-17 16:18:32 +0200  Edward Hervey <edward@centricular.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: streamline the file-switch code a bit
+         Use the same functions regardless of the mode we are using
+
+2015-04-02 13:35:18 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesink.h:
+         multifilesink: add "aggregate-gops" property to process GOPs as a whole
+         This property can be used in combination with next-file=max-size
+         (and perhaps a future next-file=max-duration) to make sure that
+         each file part starts cleanly with a key frame and the appropriate headers.
+         In order for this property to work correctly, upstream elements should make
+         sure than any headers that need to be written in a standalone file are:
+         1) in the streamheader caps field
+         2) and/or in the stream as one or more buffers marked with GST_BUFFER_FLAG_HEADER
+         that are just before the keyframe buffer
+         This is useful for MPEG-TS/MPEG-PS file segmenting in
+         combination with mpegtsmux or mpegpsmux.
+         Original patch by: Tim-Philipp Müller <tim@centricular.com>
+
+2015-05-20 16:37:22 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Use single-include header for the RTSP library
+
+2014-10-24 23:47:21 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudpsrc.c:
+         udp: don't use soon-to-be-deprecated g_cancellable_reset()
+         From the API documentation: "Note that it is generally not
+         a good idea to reuse an existing cancellable for more
+         operations after it has been cancelled once, as this
+         function might tempt you to do. The recommended practice
+         is to drop the reference to a cancellable after cancelling
+         it, and let it die with the outstanding async operations.
+         You should create a fresh cancellable for further async
+         operations."
+         https://bugzilla.gnome.org/show_bug.cgi?id=739132
+
+2015-05-18 20:13:01 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/cutter/gstcutter.c:
+       * gst/equalizer/gstiirequalizernbands.c:
+       * gst/multifile/gstmultifilesink.c:
+         Revert "doc: Workaround gtkdoc issue"
+         This reverts commit 1797c8f8b12d7f4c7a9444c94f34f4d08ec85945.
+         This is fixed by the gtk-doc 1.23 release.
+         <para> cannot contain <refsect2>:
+         http://www.docbook.org/tdg/en/html/para.html
+         http://www.docbook.org/tdg/en/html/refsect2.html
+
+2015-05-18 16:40:21 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/rtp/gstrtpg726pay.c:
+         rtpg726pay: fix caps leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=749544
+
+2015-05-18 16:34:13 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/rtp/gstrtpg726depay.c:
+         rtpg726depay: don't leak input buffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=749543
+
+2015-05-18 17:38:31 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: Queue bad packets instead of dropping them
+         So we can send them out once we found the next, consecutive sequence number in
+         case one is following.
+
+2015-05-18 17:38:14 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: Use g_queue_foreach() to unref all buffers in queues
+
+2015-05-18 17:19:31 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: Refactor seqnum comparison code a bit
+
+2015-05-18 17:08:53 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: Allow sequence number wraparound during probation
+
+2015-05-18 17:07:23 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: Make sequence number comparison code more readable
+         ... by using gst_rtp_buffer_compare_seqnum() and signed integers
+         instead of implictly using effects of integer over/underflows.
+
+2015-04-22 18:54:06 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: When detecting a huge seqnum gap, wait for 5 consecutive packets before resetting everything
+         It might just be a late retransmission or spurious packet from elsewhere, but
+         resetting everything would mean that we will cause a noticeable hickup. Let's
+         get some confidence first that the sequence numbers changed for whatever
+         reason.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747922
+
+2015-05-16 23:37:06 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/cutter/gstcutter.c:
+       * gst/equalizer/gstiirequalizernbands.c:
+       * gst/multifile/gstmultifilesink.c:
+         doc: Workaround gtkdoc issue
+         With gtkdoc 1.22, the XML generator fails when a itemizedlist is
+         followed by a refsect2. Workaround the issue by wrapping the
+         refsect2 into para.
+
+2015-01-23 13:57:40 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: avoid wrong warnings on unknown node types
+         Add 'name' and 'mean' fourccs, as we handle them. Right now each use would
+         trigger a warning.
+
+2015-05-08 19:13:00 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726depay.h:
+         rtpg726depay: add block_align to output caps
+         It is needed to correctly negotiate caps with matroskamux
+         and most other muxers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749129
+
+2015-05-12 13:41:58 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/audiofxbasefirfilter.c:
+         audiofxbasefirfilter: Fix time-domain convolution with >1 channels
+         input_samples is the number of frames, but we used it as the number of
+         samples.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747204
+
+2015-05-12 12:13:16 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9enc.c:
+         vp[89]enc: Properly convert between GStreamer and encoder timebase
+         ... by switching numerator and denominator when scaling.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749122
+
+2015-05-11 13:33:26 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9enc.c:
+         vp[89]enc: Don't set timebase from the framerate
+         The framerate very often is just an indication of the ideal framerate, not the
+         actual framerate of the stream. By just using the framerate, we confuse the
+         rate control algorithm algorithm as multiple frames will map to the same PTS
+         or have durations of 0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749122
+
+2015-05-10 14:21:04 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * tests/check/elements/wavpackparse.c:
+         tests: wavpackparse: fix unit test
+         See also https://bugzilla.gnome.org/show_bug.cgi?id=738237
+
+2015-05-10 11:34:33 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         docs: update example pipelines in element docs
+         Mostly gst-launch -> gst-launch-1.0, but also
+         use autoaudiosink/autovideosink in more places
+         and update pipelines a little or flesh out
+         descriptions.
+
+2015-05-10 11:34:33 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/lame/gstlamemp3enc.c:
+         docs: update example pipelines in element docs
+         Mostly gst-launch -> gst-launch-1.0, but also
+         use autoaudiosink/autovideosink in more places
+         and update pipelines a little or flesh out
+         descriptions.
+
+2015-05-10 11:05:00 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/shout2/gstshout2.c:
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9dec.c:
+       * ext/vpx/gstvp9enc.c:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpL24depay.c:
+       * gst/rtp/gstrtpL24pay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * tests/check/pipelines/wavenc.c:
+       * tests/examples/rtp/client-PCMA.c:
+       * tests/examples/rtp/server-alsasrc-PCMA.c:
+         docs: update example pipelines in element docs
+         Mostly gst-launch -> gst-launch-1.0
+         Use autovideosink/autoaudiosink more often.
+         Sprinkle some converters here and there.
+
+2015-05-09 19:48:55 +0200  Piotr Drąg <piotrdrag@gmail.com>
+
+       * po/POTFILES.in:
+         po: update POTFILES.in
+         https://bugzilla.gnome.org/show_bug.cgi?id=749163
+
+2015-05-10 10:52:18 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmuxsrc: minor error message clean-up
+         Don't put filename in error message shown to user.
+
+2015-05-07 16:25:36 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: fix buffer leak when stored to seektable
+         Fix a leak with the
+         validate.file.playback.change_state_intensive.samples_multimedia_cx_flac_Yesterday_flac
+         scenario.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749072
+
+2015-05-07 17:10:37 +0900  Paul Hyunil <paul.hyunil@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix example pipeline in docs
+         The gst-launch script for example launch line to test qtdemux is
+         missing a queue before the decodebins, otherwise the gst-launch-1.0
+         command won't work.
+         https://bugzilla.gnome.org/show_bug.cgi?id=749054
+
+2015-05-07 14:51:45 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         Revert "rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-active"
+         This reverts commit d22ec496328e6ba8edbf2d071d5608b2af2831e8.
+         Application code might expect that it only gets external sources on those
+         signals, and get confused by this. If anything we would need to add new
+         signals.
+
+2015-03-25 15:27:34 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-active
+         Without this it seems impossible for an application to easily get notified
+         about the internal ssrcs that are created, e.g. sender sources, and also
+         to know when they are active and produce RTCP packets.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746747
+
+2015-05-04 19:26:14 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: fix frame leaks in handle_frame() implementation
+         handle_frame() is supposed to consume @frame, so if we don't call
+         gst_video_decoder_drop_frame() or gst_video_decoder_finish_frame() we have to
+         release it manually.
+         https://bugzilla.gnome.org/show_bug.cgi?id=748909
+
+2015-05-04 16:50:38 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix up last commit
+
+2015-05-04 16:46:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Only do RTX when using a feedback profile
+
+2015-05-04 13:50:31 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: The stats min_interval is in seconds, not nanoseconds
+         We have to scale it to compare it against our clock times.
+
+2015-05-04 11:38:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Only return TRUE if early feedback was requested already and it's early enough
+
+2015-04-30 15:42:34 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/matroska/matroska-parse.c:
+         matroska: remove unused property enum items
+
+2015-04-30 12:13:59 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix buffer leak on eos in push mode
+         Based on patch by Guillaume Desmottes.
+         scenario: validate.http.playback.seek_with_stop.raw_h264_1_mp4
+         https://bugzilla.gnome.org/show_bug.cgi?id=748617
+
+2015-04-29 19:41:29 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Check for sizes of the rdrf (redirect) atom before accessing the data and use g_strndup() instead of g_strdup()
+         Thanks to Ralph Giles for reporting this.
+
+2015-04-29 15:52:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Only enable retransmissions if there is retransmission info in the SDP
+         Otherwise we're going to send early RTCP and NACKs in non-feedback sessions
+         too, which will confuse servers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=748627
+
+2015-02-11 18:09:24 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: extract recording time
+         Extracts the recorded time of the dv file from
+         the metadata and puts it into the global tags.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743657
+
+2015-04-28 15:59:25 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix seek event leak
+         gst_matroska_demux_handle_seek_event() doesn't consume the
+         event so we have to unref it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=748584
+
+2015-04-28 15:42:49 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Send pending tags when adding a new pad
+         We might've parsed those tags before already and tried to push them to
+         non-existing pads before. Now let's do it for real.
+
+2015-04-23 18:57:37 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpstats.c:
+         rtpstats: Average RTCP packet size is in bytes, bandwidths in bits
+         We need to convert the size to bits for our calculations.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747863
+
+2015-04-23 18:53:39 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpstats.c:
+         rtpstats: Use the same lower limit for RTCP bandwidth to stop sending RTCP everywhere
+         https://bugzilla.gnome.org/show_bug.cgi?id=747863
+
+2015-04-14 18:41:07 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Use bandwidth calculation by default instead of some arbitrary hardcoded value
+         https://bugzilla.gnome.org/show_bug.cgi?id=747863
+
+2015-04-23 18:49:37 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Bandwidth is supposed to be in bits/s, not bytes/s
+         https://bugzilla.gnome.org/show_bug.cgi?id=747863
+
+2015-04-27 16:36:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Fix RTX unit test
+         The calculations were a bit off everywhere, even before the changes done
+         recently to the delay for RTX of expected future packets. It only worked by
+         accident, but now the calculations are all correct again. Hopefully.
+
+2015-04-27 11:22:11 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/avi/gstavimux.c:
+       * gst/debugutils/breakmydata.c:
+       * gst/debugutils/cpureport.c:
+       * gst/debugutils/gstnavseek.c:
+       * gst/debugutils/progressreport.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/flv/gstindex.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/id3demux/gstid3demux.c:
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multipart/multipartmux.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videofilter/gstvideotemplate.c:
+       * gst/y4m/gsty4mencode.c:
+         Rename property enums from ARG_ to PROP_
+         Property enum items should be named PROP_ for consistency and readability.
+
+2015-04-27 10:55:13 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/audiofx/gststereo.c:
+         Rename property enums from ARG_ to PROP_
+         Property enum items should be named PROP_ for consistency and readability.
+
+2015-04-25 02:49:58 +0300  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Fix "stats" property docs
+         https://bugzilla.gnome.org/show_bug.cgi?id=748436
+
+2015-04-26 17:54:52 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * Android.mk:
+       * gst/alpha/Makefile.am:
+       * gst/apetag/Makefile.am:
+       * gst/audiofx/Makefile.am:
+       * gst/auparse/Makefile.am:
+       * gst/autodetect/Makefile.am:
+       * gst/avi/Makefile.am:
+       * gst/cutter/Makefile.am:
+       * gst/debugutils/Makefile.am:
+       * gst/deinterlace/Makefile.am:
+       * gst/dtmf/Makefile.am:
+       * gst/effectv/Makefile.am:
+       * gst/equalizer/Makefile.am:
+       * gst/flv/Makefile.am:
+       * gst/flx/Makefile.am:
+       * gst/goom/Makefile.am:
+       * gst/goom2k1/Makefile.am:
+       * gst/icydemux/Makefile.am:
+       * gst/id3demux/Makefile.am:
+       * gst/imagefreeze/Makefile.am:
+       * gst/interleave/Makefile.am:
+       * gst/isomp4/Makefile.am:
+       * gst/law/Makefile.am:
+       * gst/level/Makefile.am:
+       * gst/matroska/Makefile.am:
+       * gst/monoscope/Makefile.am:
+       * gst/multifile/Makefile.am:
+       * gst/multipart/Makefile.am:
+       * gst/replaygain/Makefile.am:
+       * gst/rtp/Makefile.am:
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtsp/Makefile.am:
+       * gst/shapewipe/Makefile.am:
+       * gst/smpte/Makefile.am:
+       * gst/spectrum/Makefile.am:
+       * gst/udp/Makefile.am:
+       * gst/videobox/Makefile.am:
+       * gst/videocrop/Makefile.am:
+       * gst/videofilter/Makefile.am:
+       * gst/videomixer/Makefile.am:
+       * gst/wavenc/Makefile.am:
+       * gst/wavparse/Makefile.am:
+       * gst/y4m/Makefile.am:
+         Remove obsolete Android build cruft
+         This is not needed any longer.
+
+2015-04-24 13:55:08 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/videocrop/gstvideocrop.c:
+         videocrop: print the property values when set
+         Instead of printing the currently used values. The log is meant
+         to show what the properties changed to, not what is being currently
+         used.
+
+2015-04-24 17:01:10 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/alpha/gstalpha.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtprtxqueue.c:
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmptealpha.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudpsrc.c:
+         remove unused enum items PROP_LAST
+         This were probably added to the enums due to cargo cult programming and are
+         unused. Removing them.
+
+2015-04-24 00:30:35 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/level/gstlevel.c:
+         level: fix infinite loop for very low interval values
+         https://bugzilla.gnome.org/show_bug.cgi?id=745515
+
+2015-04-23 16:08:54 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+         tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON
+         Make sure the test environment is set up.
+         https://bugzilla.gnome.org//show_bug.cgi?id=747624
+
+2015-04-23 16:08:32 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+         configure: bump automake requirement to 1.14 and autoconf to 2.69
+         This is only required for builds from git, people can still
+         build tarballs if they only have older autotools.
+         https://bugzilla.gnome.org//show_bug.cgi?id=747624
+
+2015-04-23 16:06:57 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * .gitignore:
+         Update .gitignore
+
+2015-04-23 09:55:59 +0200  Jesper Larsen <knorr.jesper@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix RTCP caps leak
+         https://bugzilla.gnome.org//show_bug.cgi?id=748353
+
+2015-04-22 20:24:20 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: When request retransmissions for future packets, consider the packet spacing in the extra delay
+         We now take the maximum of 2*jitter and 0.5*packet_spacing for the extra
+         delay. If jitter is very low, this should prevent unnecessary retransmission
+         requests to some degree.
+         https://bugzilla.gnome.org/show_bug.cgi?id=748041
+
+2015-04-22 19:41:07 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Take a running average of the packet spacings instead of just the latest
+         https://bugzilla.gnome.org/show_bug.cgi?id=748041
+
+2015-04-13 11:20:40 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Add "rtx-next-seqnum" property
+         If this is set to FALSE, rtpjitterbuffer will not request retransmissions for
+         future packets based on when they are estimated to arrive.
+         See also https://bugzilla.gnome.org/show_bug.cgi?id=748041
+         https://bugzilla.gnome.org/show_bug.cgi?id=739868
+
+2015-04-22 19:29:34 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtxreceive: Put debug output for retransmission requests at the right place
+         Before it was only ever printed once for every time a ssrc was associated with
+         a specific stream.
+
+2015-04-22 18:05:24 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: don't add the same interlace mode twice
+         Some drivers modify the interlace mode to progressive, no matter what
+         input you give them, make sure that we don't add the same interlace mode
+         twice.
+
+2015-04-21 16:34:21 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/equalizer/gstiirequalizer.c:
+         equalizer: fix dynamic changes on bands
+         When we are in passthrough, the transform function doesn't run and if the
+         passthrough check is in this function it will never be deactivated. Fix this by
+         checking directly whenever a gain is changed.
+         Also set the passthrough to TRUE at init because the gains default to 0, so we
+         can passthrough until any gain property is changed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=748068
+
+2015-04-22 10:30:52 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * INSTALL:
+         Remove INSTALL file
+         autotools automatically generate this, and when using different versions
+         for autogen.sh there will always be changes to a file tracked by git.
+
+2015-04-22 10:30:14 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * LICENSE_readme:
+         Remove LICENSE_readme
+         It's completely outdated and just confusing, better if people are
+         forced to look at the actual code in question than trusting this file.
+
+2015-04-21 15:21:33 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: cast unused return to void
+         Quell unchecked return value defect by casting the return value to void and
+         making it explicit it is going to be ignored.
+         CID #206031
+
+2015-04-17 13:08:02 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: optimize vpx image to gstbuffer copy when strides match
+         Solving this FIXME. Copy the full plane when strides are the same
+
+2015-04-16 15:11:05 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/vpx/gstvp9dec.c:
+         vp9dec: optimize vpx image to gstbuffer copy when strides match
+         Solving this FIXME. Copy the full plane when strides are the same
+
+2015-04-17 13:32:54 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: fix memory leak
+
+2015-04-17 06:51:46 +0000  Alex O'Konski <alexanderokonski@gmail.com>
+
+       * gst/icydemux/gsticydemux.c:
+         icydemux: Fix segfault if metadata-interval is 0
+         Prevents an extra unref of GstBuffer when passing a non-icy stream through
+         icydemux with metadata-interval set to 0.
+         Reproducible with:
+         gst-launch-1.0 filesrc location=~/testsong.mp3 ! \
+         'application/x-icy,metadata-interval=(int)0' ! icydemux ! decodebin ! wavenc ! \
+         filesink location=~/testsong.wav
+         https://bugzilla.gnome.org/show_bug.cgi?id=748024
+
+2015-04-17 11:54:23 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audiodynamic.c:
+         audiofx: fix typo in example pipelines
+         Fix typo in example pipelines
+         https://bugzilla.gnome.org/show_bug.cgi?id=748022
+
+2015-04-15 18:22:37 +0300  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+         osxaudio: fix spelling in debug message
+         https://bugzilla.gnome.org//show_bug.cgi?id=747936
+
+2015-04-16 16:33:44 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * tests/examples/equalizer/demo.c:
+         tests: selectable amount of bands in equalizer demo
+         Adding an option in the equalizer demo to make the number of bands selectable.
+
+2015-04-16 15:31:25 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource/rtprtxsend: Also pass correct seqnum-offset and payload to the RTX rtpsource
+         https://bugzilla.gnome.org/show_bug.cgi?id=747394
+
+2015-04-06 12:56:50 +0530  Arun Raghavan <arun@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Track RTX ssrc caps
+         This is needed so that we can generate SR for RTX stream correctly (the
+         clock rate is required).
+         https://bugzilla.gnome.org/show_bug.cgi?id=747394
+
+2015-04-14 13:56:38 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: Copy over timestamps from the orignal buffers to the RTX buffers
+         https://bugzilla.gnome.org/show_bug.cgi?id=747394
+
+2015-04-16 16:01:50 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * tests/examples/equalizer/demo.c:
+         tests: switch equalizer demo to play from uri
+         Switch the equalizer-nbands demo to use uridecodebin, so users can listen to
+         something more pleasant than white noise. If anybody misses the white noise
+         a uri handler to audiotestsrc can be used.
+
+2015-04-16 11:17:38 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * tests/examples/equalizer/demo.c:
+         tests: improve readability of equalizer demo
+         Rename variable name to make it more readable, add comments for the three
+         scales created per block, and set the window title.
+
+2015-04-15 17:32:37 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * tests/examples/equalizer/demo.c:
+         tests: add missing license header for equalizer demo
+
+2015-04-16 13:09:19 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix tag list leaks on error paths
+
+2015-04-16 12:23:38 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix tag list leak on unknown stream type
+
+2015-04-09 13:19:49 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * tests/check/gst-plugins-good.supp:
+         suppressions: ignore an apparent bug in strtod
+         A buffer overread.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747554
+
+2015-04-15 11:07:27 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: do not access property variable without the object lock, use the local stack copy instead
+
+2015-04-14 18:45:44 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: add probe on the multiqueue's sink pad instead of the ghost pad
+         because _release_pad tries to release it from ctx->sinkpad, which is
+         multiqueue's sink pad, and currently fails because the probe is not
+         installed there
+
+2015-04-14 19:08:24 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtx*: Fix typos
+
+2015-04-14 17:24:46 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Not sending early RTCP now because of dithering means we send it with the next compound packet
+
+2015-04-14 16:27:18 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Improve debug output a bit if we can't allow early feedback
+
+2015-04-07 18:00:53 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpvp8depay.c:
+         rtpvp8depay: When dropping intra packet, request keyframe
+         https://bugzilla.gnome.org/show_bug.cgi?id=747208
+
+2015-04-13 20:25:00 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: Change resyncing GST_WARNING to GST_INFO
+         This also happens in the very beginning when we receive the first packet, a
+         warning would be very confusing here. In all places where we should warn about
+         this, we would've printed a warning already before.
+
+2015-04-02 13:26:41 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: minor docs improvement
+
+2014-11-06 12:08:03 +0100  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Add "rtx-max-retries" property
+         This property allows to limit the maximum number of retransmission
+         for a specific packet.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739868
+
+2014-11-04 15:00:52 +0100  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Fix expected_dts calc in calculate_expected
+         Right above we consider lost_packet packets, each of them having duration,
+         as lost and triggered their timers immediately. Below we use expected_dts
+         to schedule retransmission or schedule lost timers for the packets that
+         come after expected_dts.
+         As we just triggered lost_packets packets as lost, there's no point in
+         scheduling new timers for them and we can just skip over all lost packets.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739868
+
+2015-03-20 18:21:57 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Make the next output buffer discont after resetting the jitterbuffer
+         Resetting the jitterbuffer drops all packets and other things, and will cause
+         a discontinuity in the packets received by the depayloaders. They should now
+         also flush anything they had pending as the new data will start at a different
+         position.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739868
+
+2015-04-10 09:17:26 +0900  Hyunjun Ko <zzoon.ko@samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Update segment.start after key-unit seek
+         When doing key uint seek, qtdemux calls gst_qtdemux_adjust_seek
+         to get proper offset. And then this offset is set to
+         segment.position and segment.time in gst_qtdemux_perform_seek but
+         segment.start is not updated.
+         After that, application sends segment query,
+         qtdemux sets start and stop to query using gst_segment_to_stream_time. Due
+         to the wrong value in segment.start, the stop position is smaller than
+         it should.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746822
+
+2015-04-07 16:12:40 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: remove useless variable do_pts
+         We always write the CTTS in qtmux. Ideally we only want to do that
+         for streams that need DTS, it should be present on the track information
+         rather than be decided based on each buffer
+
+2015-04-07 00:53:35 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: remove subtraction that makes PTS/DTS start from 0
+         As qt uses durations, it doesn't matter, only the difference
+         between consecutive buffers is important. Also, collectpads
+         already replaces PTS/DTS with the running times for them.
+
+2015-04-06 22:36:43 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/qtmux.c:
+         tests: qtmux: add tests to verify it handles non-0 segments
+         Both input streams in this test have a segment.start = 10s, so
+         output should start from 0 anyway.
+         Another test has both starting at non-0 segments, but the running
+         time of both streams should still start from 0
+
+2015-04-06 20:03:19 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/qtmux.c:
+         tests: qtmux: simple muxing test
+         Adds a new simple test that verifies that data is properly muxed
+         and preserved.  PTS, DTS, duration and caps are verified.
+
+2015-04-10 10:59:26 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/smpte/gstsmpte.h:
+         smpte: remove unused fields
+         Remove the fields - format and fps from smpte
+         as they are unused.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747597
+
+2015-04-10 10:29:47 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/alpha.c:
+         tests: add test suite for alpha
+         Added test suite for alpha element with test cases
+         1. alpha
+         2. chroma keying
+         https://bugzilla.gnome.org/show_bug.cgi?id=747595
+
+2015-04-09 12:58:46 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * tests/check/gst-plugins-good.supp:
+         suppressions: add a well known zlib inflate bug
+
+2015-04-09 12:58:26 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: fix mutex leak
+
+2015-04-09 12:58:04 +1000  Jan Schmidt <jan@centricular.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests: Fix rtprtx test by handling buffer lists
+         Commit #1018aa made rtprtxsend handle buffer lists, breaking
+         the test which probes for buffers, but not buffer lists.
+         Use a utility function to run the probe callback on each buffer
+         in the list in turn and remove any buffers that are dropped.
+
+2015-04-01 11:15:38 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         isomp4: Refactor various state variables into a mux_mode var
+         Instead of checking various state variables around the muxer,
+         track the current muxing mode in a single 'mux_mode' enum.
+         Add some implementation notes about the different mux modes
+
+2015-04-08 16:40:02 +0200  Edward Hervey <edward@centricular.com>
+
+       * common:
+       * tests/check/Makefile.am:
+         tests: Use AM_TESTS_ENVIRONMENT
+         Needed by the new automake test runner
+
+2015-04-08 11:17:31 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/rtp/gstrtph263depay.c:
+         rtph263depay: Fix framesize parsing
+         The string passed to the parsing function only contains a framesize, and
+         not <pt> + <framesize>
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726416
+
+2015-03-20 12:18:37 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: clip chunk size above the valid maximum (0x7fffffff)
+         https://bugzilla.gnome.org/show_bug.cgi?id=722567
+
+2015-03-20 09:07:35 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: clip chunk length to available data (when known)
+         This prevents silly chunk lengths from possibly overflowing
+         (at least when we know the actual data length).
+         https://bugzilla.gnome.org/show_bug.cgi?id=722567
+
+2015-04-06 20:17:52 -0700  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Don't accumulate segment bases manually
+         gst_segment_do_seek() does that for us already, and doing it twice
+         will break non-flushing seeks in interesting ways. Leftover from 1.0
+         porting.
+         Also copy over segment offset and applied_rate, just in case.
+
+2015-04-06 19:08:10 -0700  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/icles/test-segment-seeks.c:
+         icles: Fix waiting for segment-done if it happens too fast
+         Sometimes we can get segment-done before we got async-done. If we waited
+         for async-done only, the segment-done would be dropped and we would wait
+         forever for it a few lines below.
+
+2015-04-06 18:55:08 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: stbl_index is valid from 0 onwards
+         It indicates the last sample parsed, not the next one to parse.
+         As it starts in -1, any value from 0 onwards means that it has
+         some valid data.
+
+2015-04-05 20:06:09 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         docs: make GstRTCPSync enum show up in rtpbin docs
+         https://bugzilla.gnome.org/show_bug.cgi?id=747358
+
+2015-04-05 11:45:45 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+         docs: add RTPJitterBufferMode enum to rtpbin docs
+         https://bugzilla.gnome.org/show_bug.cgi?id=747358
+
+2015-04-04 11:55:00 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: close files before posting message
+         Makes sure the files were properly flushed and closed before
+         the message reaches the application
+
+2015-03-30 13:54:23 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/multifile.c:
+         tests: multifile: increment tests to check for multifile messages
+         Also verify that the multifilesink file messages are being correctly
+         posted to the bus
+
+2015-03-30 12:51:35 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/multifile.c:
+         tests: multifile: handle FIXME for proper checking when test finished
+         Use a GstBus and wait for EOS to finish the tests instead of
+         relying on sleeping
+
+2015-03-30 11:14:09 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: post file message on EOS
+         When multifilesink is operating in any mode other than one file
+         per buffer, the last file created won't have a file message posted
+         as multifilesink doesn't handle the EOS event.
+         This patch fixes it by using the last position to post a file
+         message when EOS is received. This should ensure at least the
+         time related data and the filename are posted to the application
+         or other elements
+         https://bugzilla.gnome.org/show_bug.cgi?id=747000
+
+2015-04-03 18:57:50 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From bc76a8b to c8fb372
+
+2015-04-03 02:08:50 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Guard against 64-bit overflow
+         For large-file atoms, guard against overflow in the size field,
+         which could make us jump backward in the file and cause
+         infinite loops.
+
+2015-04-01 23:46:13 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+       * tests/check/elements/qtmux.c:
+         isomp4: Make non-seekable downstream an error in normal mode
+         When not in fast-start or fragmented mode, we need to be able
+         to rewrite the size of the mdat atom, or else the output just
+         won't be playable - the mdat placeholder with size == 0 will
+         cover the rest of the file, including any moov atom we write out.
+         https://bugzilla.gnome.org/show_bug.cgi?id=708808
+
+2014-03-15 15:23:01 +0100  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * tests/check/elements/rtp-payloading.c:
+         rtph263pay/-depay: add framesize SDP attribute
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726416
+
+2014-03-15 13:33:56 +0100  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay/-depay: Remove incorrectly introduced framesize SDP attribute
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726415
+
+2015-03-27 21:09:44 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+         v4l2src: device sequence/offset correction in case of renegotiation
+         The v4l2 device restarts the sequence counter in case of streamoff/streamon,
+         the GST offset values are supposed to increment strictly monotonic, so
+         adjust the sequence counter/offset values in case of caps
+         renegotiation.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745441
+
+2014-11-14 14:18:51 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: add frame loss detection
+         In case of v4l2 driver filled offset/sequence values add frame
+         loss detection (and write a warning message).
+         Move offset meta data setting and frame loss checking after the
+         timestamp adjustment code to get proper timestamps for the
+         warning message.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745441
+
+2014-11-14 13:48:51 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: use v4l2 capture device sequence counter
+         Use the v4l2 capture device sequence counter for
+         setting the GstBuffer offset/offset_end values.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745441
+
+2015-03-30 13:12:35 +0200  Tobias Modschiedler <tobias.modschiedler@cetitec.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Ask the driver about its requirements for min_buffers before initiating buffer pool.
+         If propose_allocation() had not been called yet, it was possible that the driver was not asked at all.
+         In buffer pool: Consider minimum number of buffers requested by driver when setting config.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746834
+
+2015-04-01 19:30:27 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8depay.h:
+         rtpvp8depay: Parse width/height/profile from keyframes
+         This makes it possible to mux the result into a container
+         such as matroska.
+         https://bugzilla.gnome.org/show_bug.cgi?id=747208
+
+2015-04-01 19:01:49 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Expose VP8 width/height limitations in the caps template
+         The VP8 format specification (RFC 6386 section 18.1) specifies
+         that the maximum size is 16383x16383.
+
+2015-03-31 00:20:13 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flv: When passing seek event upstream, hold a ref.
+         In case upstream can't handle the seek, make sure we
+         keep a ref on the event to attempt to handle it ourselves.
+
+2015-03-26 13:34:53 +0100  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: fix GValue leaks when parsing tags
+         gst_tag_list_add_value() doesn't consume the GValue we pass to it so there is
+         no point copying it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746810
+
+2015-03-23 20:58:25 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: resurrect some flow return handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=744572
+
+2015-03-23 20:57:56 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: resurrect some flow return handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=744572
+
+2015-03-23 20:56:41 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: resurrect some flow return handling
+         https://bugzilla.gnome.org/show_bug.cgi?id=744572
+
+2015-03-27 18:58:31 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-read-common.c:
+         matroska: store stream tags and push as updated
+         New tags can be found on different parts of the file, so this patch
+         keeps the stream taglists around for the life cycle of the pad
+         and adds those new tags as found. Then a new tag is found, the
+         pad's is marked with a tags changed flag, making the element push
+         a new tag event on the next check. Before this, we were sending
+         only the newly found tags, as the element was losing its taglist
+         when pushing the event.
+
+2015-03-15 14:40:36 +0100  Ramiro Polla <ramiro.polla@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: send global tags incrementally
+         Instead of sending only new tags once they are found, merge the taglist
+         and send them incrementally.
+
+2015-03-14 17:07:05 +0100  Ramiro Polla <ramiro.polla@collabora.co.uk>
+
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroskaparse: send global tags
+         Global tags are already being read in matroskaparse, but they are not
+         currently being sent.
+         This patch makes global tags get sent incrementally whenever new ones
+         are found.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746242
+
+2015-02-03 10:18:58 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * gst/effectv/gstquark.c:
+         quarktv: fix "planes" property range, a value of 0 is not allowed
+         When planes property is set to 0, the pipeline executes in
+         an infinite loop and never exits. Since planes must never
+         be 0, set the minimum value in the property description
+         to 1.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743906
+
+2015-03-26 13:42:02 -0700  David Schleef <ds@schleef.org>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Fix up comments regarding DTS
+
+2015-03-25 15:11:34 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Fix segment in TCP mode
+         It is expected that buffers are time-stamped with running time. Set
+         a segment accordingly. In this case we pick 0,-1 as this is what udpsrc
+         would do. Depayloaders will update the segment to reflect the playback
+         position.
+         https://bugzilla.gnome.org/show_bug.cgi?id=635701
+
+2015-03-26 12:21:25 -0700  David Schleef <ds@schleef.org>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: be more strict about typefinding DTS
+         Code now matches comments.
+
+2015-03-25 15:10:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Remove useless function
+         This function didn't do anything special, let's not use a function for
+         that.
+
+2015-03-20 13:03:09 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitter: Account for rtx_retry in overflow check
+         As rtx_retry is part of the substraction, we need to take it into
+         account, otherwise we may endup with a big value.
+
+2015-03-24 23:15:15 +0000  Julien Isorce <j.isorce@samsung.com>
+
+       * sys/osxvideo/cocoawindow.m:
+         osxvideosink: check for deprecated constants prior to OSX 10.10
+         cocoawindow.m:339:5: error: 'NSOpenGLPFAWindow'
+         is deprecated: first deprecated in OS X 10.9
+         cocoawindow.m:576:7: error: 'NSOpenGLPFAFullScreen'
+         is deprecated: first deprecated in OS X 10.6
+         cocoawindow.m:605:24: error: 'setFullScreen'
+         is deprecated: first deprecated in OS X 10.7
+
+2015-03-24 16:51:12 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix seeking query
+         The segment start/stop in the query is meant to represent the seekable
+         portion of the stream. It does not match the segment start/stop. Instead
+         export 0 to duration.
+
+2015-03-24 16:18:53 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Only set caps once if they don't change
+         Previously we were setting new caps with the same content for every H264 or
+         AAC codec_data we found in the stream, spamming everything and causing
+         renegotiations.
+
+2015-03-24 12:46:19 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Don't create AAC/H264 caps without codec_data
+         Instead delay creating the caps until we read the codec_data from the stream,
+         or fail if we get normal data before the codec_data.
+         AAC raw caps and H264 avc caps always need codec_data, setting caps on the pad
+         without them is going to make negotiation fail most of the time. Even if we
+         later set new caps with the codec_data, that's usually going to be too late.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746682
+
+2015-03-24 15:39:22 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Fix indention
+
+2015-03-22 13:23:44 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudio.h:
+         osxaudio: Fix string format warning on 32-bit
+         UInt32 (Darwin, not C99's uint32_t) is 'unsigned long' on 32-bit
+         platforms.
+
+2015-03-21 17:50:40 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: Fix another instance of sticky event misordering warnings
+         Make sure that the sync_src pad has caps before the segment event.
+         Otherwise we might get a segment event before caps from the receive
+         RTCP pad, and then later when receiving RTCP packets will set caps.
+         This will results in a sticky event misordering warning
+         This fixes warnings in the rtpaux unit test but also in the
+         rtpaux and rtx examples in tests/examples/rtp
+         https://bugzilla.gnome.org/show_bug.cgi?id=746445
+
+2015-03-21 17:18:47 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: Also start the RTCP send thread when receiving RTP or RTCP
+         Before we only started it when either:
+         - there is no send RTP stream
+         or
+         - we received an RTP packet for sending
+         This could mean that if the send RTP pads are connected but never receive any
+         RTP data, and the same session is also used for receiving RTP/RTCP, we would
+         never start the RTCP thread and would never send RTCP for the receiving part
+         of the session.
+         This can be reproduced with a pipeline like:
+         gst-launch-1.0 rtpbin name=rtpbin \
+         udpsrc port=5000 ! "application/x-rtp, media=video, clock-rate=90000, encoding-name=H264" ! rtpbin.recv_rtp_sink_0 \
+         udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0 \
+         rtpbin.send_rtcp_src_0 ! fakesink name=rtcp_fakesink silent=false async=false sync=false \
+         rtpbin.recv_rtp_src_0_2553225531_96 ! decodebin ! xvimagesink \
+         fakesrc ! valve drop=true ! rtpbin.send_rtp_sink_0 \
+         rtpbin.send_rtp_src_0 ! fakesink name=rtp_fakesink silent=false async=false sync=false -v
+         Before this change the rtcp_fakesink would never send RTCP for the receiving
+         part of the session (i.e. no receiver reports!), after the change it does.
+         And before and after this change it would send RTCP for the receiving part of
+         the session if the sender part was omitted (the last two lines).
+
+2015-03-19 11:54:12 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: Add support for buffer lists
+
+2015-03-19 11:39:38 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxqueue.c:
+         rtprtxqueue: Implement support for buffer lists
+
+2015-03-18 17:32:36 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Improve trace readability
+         Change the command number into strings.
+
+2015-01-20 10:18:56 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+         flvdemux: Don't repeatedly warn after no_more_pads (v2)
+         This can get rather spammy for such a high log level.
+         Only warn once per stream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746274
+
+2015-03-16 11:23:52 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Introduce constant for no-more-pads threshold
+         https://bugzilla.gnome.org/show_bug.cgi?id=746274
+
+2015-01-20 10:18:29 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Fix warning to contain 'video'
+         https://bugzilla.gnome.org/show_bug.cgi?id=746274
+
+2015-03-11 21:25:40 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+         matroskademux: for dts only stream set pts=dts for intra only formats
+         https://bugzilla.gnome.org/show_bug.cgi?id=745192
+
+2015-03-14 16:39:09 +0100  Ramiro Polla <ramiro.polla@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: fix sending of tags
+         * Fix critical when new tags are found after segment event has already
+         been sent.
+         * Send global tags before stream tags.
+         * Split sending of tags out of gst_matroska_demux_send_event() into its
+         own function.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745973
+
+2015-03-13 18:26:06 +0000  Ramiro Polla <ramiro.polla@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: properly escape percent sign in documentation
+
+2015-03-13 18:26:44 +0000  Ramiro Polla <ramiro.polla@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: properly escape percent sign in documentation
+
+2015-03-13 18:48:03 +0000  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+         v4l2src: delay renegotiation until it is likely buffers were reclaimed
+         Allow renegotiation to happen when buffers have returned after an allocation
+         query. As the allocation query is serialized, all buffers from the pool
+         should have returned and we can stop it to create a new one for the
+         new format
+         https://bugzilla.gnome.org/show_bug.cgi?id=682770
+
+2015-03-13 18:47:55 +0000  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: add gst_v4l2_object_try_format
+         Similar to set_format but it uses TRY_FMT instead of S_FMT
+         https://bugzilla.gnome.org/show_bug.cgi?id=682770
+
+2015-03-13 18:38:42 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: fix crash with GST_DEBUG enabled
+         g_inet_socket_address_get_address() does not give
+         us a ref to the address, so don't unref it.
+
+2015-03-12 13:49:56 +0000  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/level/gstlevel.c:
+         level: Don't read over the end of the input memory
+         Previously we advanced the in_data pointer by bps for every channel, and then
+         later again for block_size*bps. This caused us to be one sample further than
+         expected if an input buffer covered two analysis frames. And in the end lead
+         to completely bogus values reported by level.
+         https://bugzilla.gnome.org/show_bug.cgi?id=746065
+
+2015-03-12 01:37:08 +1100  Jan Schmidt <jan@centricular.com>
+
+       * sys/oss/gstossdmabuffer.c:
+         Remove a couple of superfluous trailing semi-colons
+
+2015-03-10 09:31:20 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/alpha/gstalpha.c:
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/isomp4/gstisoff.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/udp/gstmultiudpsink.c:
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxcoreaudiocommon.c:
+         Fix double semicolons
+
+2015-03-10 15:46:40 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmux: Shut down element before downward state change
+         Make sure the state change won't hang trying to shut down pads
+         by making sure the streaming has stopped before chaining up.
+
+2015-03-09 22:58:05 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudio.h:
+         osxaudio: stream format is an SPDIF-only field
+
+2015-03-09 22:53:41 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxaudiosrc.h:
+         osxaudio: fix spaces
+
+2015-03-09 22:52:46 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxaudiosrc.h:
+         osxaudio: add type check macro
+
+2015-03-09 22:51:51 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudiocommon.c:
+       * sys/osxaudio/gstosxcoreaudiocommon.h:
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+         osxaudio: rename gst_core_audio_set_channels_layout()
+         to gst_core_audio_get_channel_layout().
+
+2015-03-09 22:30:28 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+         osxaudio: remove unused finalize
+
+2015-03-09 16:25:43 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * ext/vpx/gstvp9enc.c:
+         vp9enc: remove duplicate declaration of function
+
+2015-03-09 16:22:29 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: remove unused value
+         CID #1226474
+
+2015-03-09 16:14:34 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: fix leak
+         CID 1212156
+
+2015-03-09 15:58:33 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: remove uneeded variable
+         We just need to save the ebit information in case there is an error decoding.
+
+2015-03-09 16:46:02 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9enc.c:
+         vp[89]enc: Reset the encoder when flushing
+         https://bugzilla.gnome.org/show_bug.cgi?id=745704
+
+2015-03-09 12:51:17 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/matroska/matroska-parse.c:
+         matroska: error mode if can't push buffer
+         If gst_pad_push() fails, inform and return flow error.
+
+2015-03-09 12:13:34 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/matroska/matroska-parse.c:
+         matroska: unused value
+         Value set in ret will be overwritten just before exiting the function.
+         CID #1226469
+
+2015-03-09 11:10:35 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Drop packets with sequence numbers before the seqnum-base
+         These are outside the expected range of sequence numbers and should be
+         clipped, especially for RTSP they might belong to packets from before a seek
+         or a previous stream in general.
+
+2014-02-27 10:52:16 +0100  Linus Svensson <linussn@axis.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Don't include payload type in the caps for framesize
+         When the sdp media attribute framesize are converted to caps
+         the <payload> should not be included.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725335
+
+2015-03-09 10:05:14 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Don't forget to unlock the mutex when receiving GAPs in TCP streams
+
+2015-03-09 11:24:58 +0530  Arun Raghavan <arun@centricular.com>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Make sure to filter caps in all cases during CAPS query
+         We were skipping the filter step while returning template caps, for
+         example.
+
+2015-03-08 21:15:53 +0000  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Don't update buffer for OUTPUT
+         For output device, we should not update the buffer with flags and
+         timestamp when we dequeue. The information in the v4l2_buffer is not
+         meaningful and it breaks the case where the buffer is rendered at
+         multiple places.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745438
+
+2015-03-08 18:04:34 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Implement cookies property
+
+2015-03-08 18:02:51 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Implement automatic-redirect property
+
+2015-03-08 17:54:07 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Implement proxy support
+         The properties were there before, but not used anywhere.
+
+2015-02-21 20:05:24 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: resurrect some flow return handling
+
+2015-03-04 10:27:17 +0100  Nicolas Huet <nicolas.huet@parrot.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: fix LOAS parsing issue
+         Fix missing index in syncword searching
+         https://bugzilla.gnome.org/show_bug.cgi?id=745585
+
+2015-03-05 17:54:43 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: fix modulo math with ringbuffer parameters
+         To get a multiple of bpf use a subtraction and not an addition
+         https://bugzilla.gnome.org/show_bug.cgi?id=745684
+
+2015-03-07 00:55:47 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: Protect property variables with the object lock.
+         Use the object lock instead of the splitmux lock to protect
+         internal property variables, so they're not locked when
+         switching to a new file.
+         https://bugzilla.gnome.org/show_bug.cgi?id=744420
+
+2015-03-06 11:39:39 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         check: add jitterbuffer unit test
+         See https://bugzilla.gnome.org/show_bug.cgi?id=745539
+
+2015-03-05 09:18:52 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix handling of interleaved (TCP) streams
+         We need to set up the transport in any case, not just if we have a container
+         stream or a non-interleaved stream. Only if we have an interleaved stream and
+         are retrying, we should not set up the stream again.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745599
+
+2015-03-05 10:00:33 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp9dec.c:
+         vp[89]dec: Drop frames that have no output buffer because of errors
+         finish_frame() assumes that there is an output buffer.
+
+2015-03-05 09:56:23 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Don't unref caps we don't own
+
+2015-03-05 09:46:17 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Push RTCP caps on the RTCP pads
+         Otherwise we will get not-negotiated later from rtpbin, and will never be able
+         to send RTCP packets back to the server. Note that error flow returns from the
+         RTCP pads are ignored, that's why it didn't fail more visible before.
+
+2015-03-05 09:35:32 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Make sure to send SEGMENT events on all pads
+
+2015-03-03 16:23:15 +0100  Santiago Carot-Nemesio <sancane@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtp: Add Full Intra Request (FIR) packets to statistics
+         https://bugzilla.gnome.org/show_bug.cgi?id=745587
+
+2015-03-03 16:01:53 +0100  Santiago Carot-Nemesio <sancane@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtp: Add Packet Loss Indication (PLI) to statistics
+         This is helpful to provide statistics in the format defined in
+         http://w3c.github.io/webrtc-stats/#dictionary-rtcrtpstreamstats-members.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745587
+
+2015-03-03 19:19:50 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: Remove duration accumulation logic
+         Duration accumulation can cause rounding errors and generate wrong
+         duration with different buffers that share the same timestamp.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745192
+
+2015-03-03 18:40:16 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+         matroska: Add an helper method to get buffer timestamps
+         ... and replace GST_BUFFER_TIMESTAMP that always return PTS with this method
+         that return PTS or DTS based on stream type.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745192
+
+2015-03-04 11:28:12 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Add explanation why we have space for 32 hash tables
+         And also create only one, there's no need yet to create all 32 until
+         we implement RFC2762.
+
+2015-03-04 11:26:57 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         Revert "rtpsession: Do not use an array of maps if they are not being used"
+         This reverts commit 1591adf4cd843d13d8622a30c619425691a84128.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745586#c1:
+         It's the beginning of an implementation of RFC 2762, which is needed for
+         large multicast groups. The implementation is not yet complete but why
+         not leave what is there and implement RFC 2762 instead?
+
+2015-03-04 10:35:12 +0100  Santiago Carot-Nemesio <sancane@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Do not use an array of maps if they are not being used
+         rtpsession declares an array of maps to store srrcs but only the
+         the key 0 is being used. This patch replaces the array of maps
+         for just one map and remove useless parameters in rtpsession
+         https://bugzilla.gnome.org/show_bug.cgi?id=745586
+
+2015-02-27 18:12:09 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: remove not needed code
+         In gst_avi_demux_handle_src_query, there is not needed code.
+         We already check about stream is vbr or not at the upper line.
+         o, we don't need to check this condition becase stream is not
+         vbr 100% in this case.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745276
+
+2015-03-03 23:25:35 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/gdkpixbufoverlay-test.c:
+         tests: gdkpixbufoverlay-test: replace deprecated function
+         Just avoid using the deprecated function entirely,
+         it's easy enough. Defining the macro is not enough.
+
+2015-03-03 19:04:48 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/gdkpixbufoverlay-test.c:
+         tests: gdkpixbufoverlay-test: fix compilation against newer gdk-pixbuf
+         gdk_pixbuf_new_from_inline() has been deprecated in favour
+         of GResource.
+
+2015-03-03 18:39:15 +0530  Arun Raghavan <arun@centricular.com>
+
+       * sys/osxaudio/gstosxaudiosrc.c:
+         osxaudiosrc: Allow caps renegotiation
+         The ringbuffer does allow renegotiation, so we do not have to report
+         fixed caps once it is acquired (based on a similar patch for the sink
+         side by Ilya Konstantinov <ilya.konstantinov@gmail.com>).
+
+2015-02-21 14:41:08 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudiosink: Allow renegotiating caps
+         Once osxaudiosink's device is open, it fixates on the initial caps and
+         refuses to accept new caps. This is erroneous since the Audio Unit is
+         can accept a new ASBD, and GstAudioRingBuffer supports reconfiguration
+         as well.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743925
+
+2015-03-02 12:04:00 +0100  Gwenole Beauchesne <gwenole.beauchesne@intel.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2allocator: fix fd leak in DMABUF import mode.
+         Ensure gst_v4l2_buffer_pool_release_buffer() releases the associated
+         GstV4l2MemoryGroup. In particular, this allows for closing the DMABUF
+         handles prior to instantiating new ones.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745443
+
+2015-03-02 15:06:09 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Use 0 as duration for the EOS "frame"
+
+2015-03-02 15:02:20 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp8enc.h:
+       * ext/vpx/gstvp9enc.c:
+       * ext/vpx/gstvp9enc.h:
+         vp{8,9}enc: Tell the encoder about actual timestamps and durations of frames
+         ... instead of just counting frames. The values are supposed to be in timebase
+         units, not frame units. This fixes various quality problems with VP8/VP9
+         encoding and in general makes the encoder behave better.
+         Thanks to Nirbheek Chauhan for noticing this bug.
+
+2015-03-01 13:56:17 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp9dec.c:
+         vpxdec: Fix calculation of width in bytes
+         Right now we only support I420, but vpx seems to support more formats.
+         This will prevent hard to find bug in the future.
+
+2015-03-01 13:52:50 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp9dec.c:
+         vpxdec: Don't memcpy in frame map failed
+         This avoid a crash if mapping the frame failed.
+
+2015-03-01 13:48:45 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Add missing break
+         This is cosmetic change.
+
+2015-03-01 13:46:18 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2: Workaround driver not setting field correctly
+         As it's very common, handle driver not setting field in buffers
+         by using the field value from the format. This workaround a long time
+         bug in UVC driver. For even buggier driver, we simply assume
+         progressive as before. We also only warn once, to avoid spamming.
+
+2015-02-28 18:10:06 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix key unit seek
+         Unlike many other seek flags, the KEY_UNIT seek
+         flag is not copied over into the GstSegment,
+         since it's only relevant for the seek itself,
+         so we need to pass it explicitly to the seek
+         handler here.
+         https://bugzilla.gnome.org/show_bug.cgi?id=745339
+
+2015-02-27 09:38:01 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+         docs/plugins: Updates
+
+2015-02-26 23:41:47 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+         matroskamux/demux: initialize dts_only
+         https://bugzilla.gnome.org/show_bug.cgi?id=745192
+
+2015-02-26 23:28:11 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: store DTS for V_MS/VFW/FOURCC streams
+         https://bugzilla.gnome.org/show_bug.cgi?id=745192
+
+2015-02-26 19:48:33 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsrc.c:
+         multifile: attempt to fix docs build issue on build bot
+
+2015-02-27 00:41:46 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * gst/interleave/interleave.c:
+         interleave: Drop custom latency query handling
+         This is implemented by the default query handler now.
+
+2015-02-27 00:40:05 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Drop custom latency querying logic
+         This is now implemented in the default latency query handler.
+
+2015-02-26 16:10:41 +0100  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         rtpvorbispay: fix payloader description and author e-mail
+         https://bugzilla.gnome.org/show_bug.cgi?id=745226
+
+2014-09-05 16:34:26 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: query crop configuration after each call of S_CROP
+         S_CROP ioctl is write-only and the device can adjust crop rectangle so
+         we query back the crop configuration after each S_CROP to know what has
+         been done.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736133
+
+2015-02-26 02:12:18 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+         matroskademux: V_MS/VFW/FOURCC streams have DTS instead of PTS
+         When such stream is present demuxer should set DTS on buffers instead
+         of PTS. This is consistent with how VLC and libav/ffmpeg handle VFW
+         streams.
+         Sample file
+         https://s3.amazonaws.com/MatejK/Samples/Matroska-VFW-DTS-Only.mkv
+         https://bugzilla.gnome.org/show_bug.cgi?id=745192
+
+2015-02-25 16:45:11 -0800  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Check corruption flag on the right buffer
+         We where checking the buffer we are copying to instead of the buffer we
+         are copying from.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740040
+
+2015-01-19 15:29:24 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: set colorspace in caps for capture devices
+         This information is set by the driver for a capture device, and so could
+         be forwarded to pipeline by setting the colorimetry in caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743186
+
+2014-10-06 17:30:06 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2bufferpool: fix import_userptr() in single-planar API when n_planes > 1
+         In the V4L2 single-planar API, when format is semi-planar/planar,
+         drivers expect the planes to be contiguous in memory.
+         So this commit change the way we handle semi-planar/planar format
+         (n_planes > 1) when we use the single-planar API (group->n_mem == 1).
+         To check that planes are contiguous and have expected size, ie: no
+         padding. We test the fact that plane 'i' start address + plane 'i'
+         expected size equals to plane 'i + 1' start address. If not, we return
+         in error.
+         Math are done in bufferpool rather than in allocator because the
+         former is aware of video info.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738013
+
+2015-01-23 10:15:46 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2allocator: let bufferpool calculate image size when importing userptr
+         Offset are relative to the buffer and there is no guarantee substracting
+         them will give us the plane size. So we let bufferpool make the math as
+         it is more aware of video info than allocator and pass a size array to
+         allocator import function.
+         Pointed out by Nicolas Dufresne <nicolas.dufresne@collabora.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=738013
+
+2014-12-11 16:13:15 +0100  Philippe De Muyter <phdm@macqel.be>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: recognize and distinguish all bayer arrangements
+         Up to now, v4l2src recognized only "bggr" amongst the bayer arrangements.
+         Recognize now also the "rggb", "gbrg" and "grbg" arrangements.
+         https://bugzilla.gnome.org/show_bug.cgi?id=742363
+
+2015-01-15 16:11:53 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: set v4l2_buffer.field when queuing buffer in an output device
+         According to the current specification, application must set this field
+         for an output device.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743013
+
+2015-02-24 05:57:24 +0200  Ilya Konstantinov <ilya.konstantinov@gmail.com>
+
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxaudio/gstosxcoreaudiocommon.c:
+       * sys/osxaudio/gstosxcoreaudiocommon.h:
+         osxaudiosrc: iOS resampling causes stuttering
+         Fixes stuttering audio when iOS AU is resampling. To make AU resample,
+         one has to request a rate that differs from AVAudioSession's
+         sampleRate. The resampling itself is not the culprit, but rather our
+         API misuse.
+         AudioUnitRender modifies the mDataByteSize members with the
+         actual read bytes count. Therefore, they must be reinitialized
+         before each AudioUnitRender. (The buffers themselves can be
+         preallocated.)
+         The "stutter" was caused by one AudioUnitRender making the buffer
+         too small for other AudioUnitRender invocations, making them fail
+         with -50 (paramErr). By way of luck, when AU didn't resample, all
+         AudioUnitRender invocations read the same number of bytes.
+         (This patch addresses some non-interleaved audio concerns, but
+         at this moment the elements do not support non-interleaved audio
+         and non-interleaved is untested.)
+         https://bugzilla.gnome.org/show_bug.cgi?id=744922
+
+2015-02-22 01:49:52 +0100  Krzysztof Kotlenga <pocek@users.sf.net>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: improve error message when unauthorized
+         Make use of NOT_AUTHORIZED error code instead of falling back to generic
+         READ error.
+         https://bugzilla.gnome.org/show_bug.cgi?id=601733
+
+2015-02-23 20:06:25 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/ximage/ximageutil.c:
+         ximagesrc: remove pointless g_return_val_if_fail()
+         ximage won't ever be NULL here because the dispose
+         function is called via ximage->dispose().
+
+2015-02-23 19:40:25 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: All segment resulting from a seek should have the same seqnum
+         https://bugzilla.gnome.org/show_bug.cgi?id=744983
+
+2015-02-19 23:12:31 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Enable copy when no known allocation params
+         When there is no allocation parameters in the query, enable copy
+         threshold. When this threshold is reached, the buffer pool will start
+         copying when the pool reaches a critical level. If the driver supports
+         CREATE_BUFS, this will be used instead.
+
+2015-02-19 23:08:34 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Update allocator flags
+         When we hit emulated formats, we disable CREATE_BUFS since libv4l2
+         cope very badly with it. Also clear the allocator flags so we will
+         never try to allocate more buffers. This fixes failure when the copy
+         threshold is reached as we where calling CREATE_BUFS, which lead to
+         libv4l2 instability.
+
+2015-02-19 23:07:23 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Use specific debug category
+         The pool has grown enough that it is now handy to seperate v4l2object
+         trace from v4l2bufferpool trace.
+
+2015-02-19 14:29:02 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8pay: default encoding name to VP8
+         https://bugzilla.gnome.org/show_bug.cgi?id=737810
+
+2015-02-19 14:06:51 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8pay: make caps writable before truncating them
+         https://bugzilla.gnome.org/show_bug.cgi?id=737810
+
+2015-02-05 10:29:26 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8pay: negotiate encoding name
+         Chrome uses a different one than gstreamer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737810
+
+2015-02-19 12:35:07 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: Send initial events on sync_rtcp pad when using RTP/RTCP muxing
+         Otherwise we will just send buffers on the pad without any events beforehand
+         and will get g_warnings() about that.
+
+2015-02-19 11:20:51 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * ext/jack/gstjackaudiosrc.c:
+         jack: case missing break statement
+         commit b1098c2ea5eabea7af08ce51d22b867eaed2bbe2 added a new case in
+         gst_jack_audio_src_get_property() but forgot to add the break statement to it.
+
+2015-02-18 19:18:00 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         Revert "v4l2: fraction is reversed"
+         This reverts commit b91fe36644b15ae070d72b9e8a9c7087e82aef12.
+
+2015-02-18 17:49:29 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: fraction is reversed
+         In the fraction 1 / 2. 1 is the numerator and 2 is the denominator.
+         The arguments of fraction gst_value_set_fractions() are value,
+         numerator and denominator.
+         Also, gst_value_set_fraction() fails if denominator is 0 for obvious
+         reasons.
+
+2015-02-17 20:26:55 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2pool: Deactivate other pool
+         When importing buffers from a downstream pool, we need to deactivate
+         that pool to ensure it will be usable again later. Relying on the
+         refcount to reach zero does not work, since elements like xvimagesink
+         keeps a reference on their proposed pool.
+
+2015-02-18 10:10:53 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+         qtmux: remove not needed condition
+         gst_buffer_replace can handle NULL inputs by itself
+
+2015-02-18 09:40:14 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: prefer the tfdt timestamp over the buffer's that is less accurate
+         The tfdt should be more accurate as the buffer timestamp is provided
+         by the fragmented format manifest and it might just be an approximation.
+
+2015-02-17 16:57:55 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: When resetting the jitterbuffer because of packet discont, don't flush sticky events
+         We will otherwise flush away STREAM_START, CAPS or SEGMENT events and will
+         confuse downstream with buffers that come before such events.
+
+2015-02-17 12:20:57 +0100  hark <hark@puscii.nl>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosink.h:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jack/gstjackaudiosrc.h:
+         jack: Add property port-pattern to specify which JACK ports to connect to
+         https://bugzilla.gnome.org/show_bug.cgi?id=690719
+
+2015-02-17 12:31:06 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/gstisoff.c:
+       * gst/isomp4/gstisoff.h:
+       * gst/isomp4/qtdemux.c:
+         isomp4: Redefine gst_isoff_ symbols to gst_isoff_qt_
+         We need different symbol names, because these symbols are also present
+         in the fragmented plugin ... which will cause conflicts when doing
+         static linking
+
+2015-02-16 14:31:05 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/goom2k1/lines.c:
+         goom2k1: use fractional part of float division
+
+2015-02-16 13:59:14 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsin: remove dead code
+         Every instance of goto beach has buf_info equal NULL. Don't check
+         for a condition that never happens.
+         CID #1268399
+
+2015-02-15 21:45:24 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * tests/check/elements/splitmux.c:
+         splitmux-test: Parse error message
+         The test had a function to print the error, but was not parsing it.
+         This was causing warning about dbg_info being used uninitialized. If
+         the test was testing any errors, this would have crashed.
+
+2015-02-15 21:34:28 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/spectrum/gstspectrum.c:
+         spectrum: Fix min and max for bands property
+         The number of FFTs is calculated with the following formula:
+         guint nfft = 2 * bands - 2;
+         nfft is passed to gst_fft_f32_new() as the len argument and is of type
+         unsigned integer. This method required that len is at leas 1, then
+         maximum G_MAXINT, as other values would be negative. If we extrapolate
+         from the formula above it means we need "bands" to be between 2 and
+         ((guint)G_MAXINT + 2) / 2).
+         https://bugzilla.gnome.org/show_bug.cgi?id=744213
+
+2015-02-15 15:51:55 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Fix freeing of shared memory
+         When memory (that has been shared using gst_memory_share()) are freed,
+         the memory (or the DMABUF FD) should not bee freed. These memories have
+         a parent. This also removes the extra _v4l2mem_free function and avoid
+         calling close twice on the DMABUF FD.
+         https://bugzilla.gnome.org/show_bug.cgi?id=744573
+
+2015-02-14 11:11:30 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: do not use sparse streams in push-based seeking
+         Using the sparse streams can make the push-based seeking return
+         too far in the stream. It also can lead to issues as the
+         sparse streams will be ignored when restarting playback and,
+         if the sparse stream is the one that has the earliest sample,
+         it will confuse qtdemux's offsets as one stream will have
+         an earlier offset than the demuxer's one which might lead to
+         early EOS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=742661
+
+2015-02-13 19:43:16 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Enhance code readability in pulsesink_query
+         In pulsesink_query function, we use a switch for the query
+         type. In the CAPS case, there is no 'break', instead we
+         return right away. Use a break and return at the end of
+         the function instead for better code readability.
+         https://bugzilla.gnome.org/show_bug.cgi?id=744461
+
+2015-02-13 20:40:48 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: flag as sink from the start
+
+2015-02-11 15:30:44 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/isomp4/Makefile.am:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstisoff.c:
+       * gst/isomp4/gstisoff.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Initial 'sidx' atom parsing support
+         Parse the 'sidx' atom and update the total duration according to the
+         parser result. The isoff parser code is imported from
+         gst-plugins-bad's dashdemux and a gst_isoff_sidx_parser_add_data()
+         function was factored out of the gst_isoff_sidx_parser_add_buffer()
+         function.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743578
+
+2015-02-11 05:06:45 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/flv/Makefile.am:
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Use gst_video_guess_framerate()
+         Use gst_video_guess_framerate() from libgstvideo to guess
+         sensible common framerates where possible from the
+         floating point fps in the stream.
+
+2015-02-11 13:53:02 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/raw1394/gstdv1394src.c:
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9enc.c:
+       * gst/interleave/interleave.c:
+       * gst/rtsp/gstrtpdec.c:
+       * gst/videomixer/videomixer2.c:
+         Improve and fix LATENCY query handling
+         This now follows the design docs everywhere, especially the maximum latency
+         handling.
+         https://bugzilla.gnome.org/show_bug.cgi?id=744106
+
+2015-02-11 10:29:55 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Handle first RTCP packet and early feedback correctly
+         According to RFC 4585 section 3.5.3 step 1 we are not allowed to send
+         an early RTCP packet for the very first one. It must be a regular one.
+         Also make sure to not use last_rtcp_send_time in any calculations until
+         we actually sent an RTCP packet already. In specific this means that we
+         must not use it for forward reconsideration of the current RTCP send time.
+         Instead we don't do any forward reconsideration for the first RTCP packet.
+
+2015-02-10 18:53:53 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtp/gstrtph263depay.c:
+         rtph263depay: fix compilation with gcc 5.0
+
+2015-02-10 16:00:07 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmuxsink: fix example pipeline properly
+         x264enc might not have a max-key-int property, but it
+         has a key-int-max property...
+
+2015-02-10 14:57:55 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/multifile/gstsplitmuxsrc.c:
+         splitmux: fix typo
+
+2015-02-10 14:56:23 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmux: update example pipeline
+         Element x264enc doesn't have a max-key-int property
+
+2015-02-10 13:29:32 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/multifile/gstsplitmuxsink.c:
+         splitmux: fix memory leak
+         If execution goes to the beach in line 981, buf_info goes out of scope without
+         the memory being free'd. Handle this case.
+         CID #1268403
+
+2015-02-08 12:03:10 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix awkward if clause
+
+2015-02-07 01:41:49 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxsink.c:
+       * tests/check/elements/splitmux.c:
+         splitmux: Add unit test for file splitting
+         Add a unit test for file splitting, and fix the leaks in the
+         splitmuxsink it found
+
+2015-02-06 14:43:22 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: fix which stop variable is used in assignment
+         Assignment is done to variable segment.stop when the intention was to assign to
+         local variable stop. Instead of overwriting it, the value is now clamped and
+         segment.stop is set to it soon after.
+         CID #1265773
+
+2015-02-07 00:19:36 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxsrc.c:
+       * tests/check/elements/splitmux.c:
+         splitmux: Fix memory leaks until the test valgrinds clean
+
+2015-02-06 06:42:17 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/multifile/gstsplitmuxpartreader.c:
+         splitmux: Handle early EOS during part preparation
+         Handle the case where a short file reaches EOS while we're still
+         waiting for no-more-pads, and make sure we continue to the internal
+         READY state for real playback to work properly later.
+
+2015-02-06 05:03:19 +1100  Jan Schmidt <jan@centricular.com>
+
+       * tests/files/splitvideo00.ogg:
+       * tests/files/splitvideo01.ogg:
+       * tests/files/splitvideo02.ogg:
+         tests: Change splitmux test video files
+         Avoid test failure by changing the stored video resolution
+         from 80x60 to 80x64, which needs bug 741030 to be fixed.
+
+2014-08-01 00:07:53 +1000  Jan Schmidt <jan@centricular.com>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * gst/multifile/Makefile.am:
+       * gst/multifile/gstmultifile.c:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multifile/gstsplitmuxpartreader.c:
+       * gst/multifile/gstsplitmuxpartreader.h:
+       * gst/multifile/gstsplitmuxsink.c:
+       * gst/multifile/gstsplitmuxsink.h:
+       * gst/multifile/gstsplitmuxsrc.c:
+       * gst/multifile/gstsplitmuxsrc.h:
+       * gst/multifile/gstsplitutils.c:
+       * gst/multifile/gstsplitutils.h:
+       * gst/multifile/test-splitmuxpartreader.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/splitmux.c:
+       * tests/files/splitvideo00.ogg:
+       * tests/files/splitvideo01.ogg:
+       * tests/files/splitvideo02.ogg:
+         splitmux: Implement new elements for splitting files at mux level.
+         Implement 2 new elements - splitmuxsink and splitmuxsrc.
+         splitmuxsink is a bin which wraps a muxer and takes 1 video stream,
+         plus audio/subtitle streams, and starts a new file
+         whenever necessary to avoid overrunning a threshold of either bytes
+         or time. New files are started at a keyframe, and corresponding audio
+         and subtitle streams are split at packet boundaries to match
+         video GOP timestamps.
+         splitmuxsrc is a corresponding source element which handles
+         the splitmux:// URL and plays back all component files,
+         reconstructing the original elementary streams as it goes.
+
+2015-02-04 16:32:14 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/souphttpsrc.c:
+       * tests/files/test-cert.pem:
+       * tests/files/test-key.pem:
+         tests: souphttpsrc: update ssl key/cert pair
+         Our ones were expired. The new ones were copied from libsoup's
+         tests files.
+         Also sets the property to use our own cert to validate the
+         server, otherwise the default system certs would be used
+         and it would fail.
+
+2015-02-04 02:25:44 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: prevent trying to get 0 bytes from adapter
+         This causes an assertion and would lead to getting a NULL instead
+         of a buffer. Without proper checking this would easily lead to
+         a segfault
+         https://bugzilla.gnome.org/show_bug.cgi?id=737199
+
+2015-02-04 21:50:51 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Simple implementation of GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITS
+         When the trickmode key-units flag is set on the segment, simply skip
+         any sample on a video stream that isn't a keyframe
+
+2015-02-03 17:35:52 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix container handling
+         We detect a container correctly now so we need to revert the weird
+         check there was before.
+         Use gst_rtspsrc_stream_push_event() to push the caps event on the
+         right pad.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=739391
+
+2015-02-02 19:46:27 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: store and write stream tags
+         Separate global from stream tags storage and write them to the
+         appropriate tags entry in the output
+
+2015-02-02 13:35:59 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: parse stream tags
+         Keep global and stream tags separately and parse the udta node
+         that can be found under the trak atom. The udta will contain
+         stream specific tags and will be pushed as such
+         https://bugzilla.gnome.org/show_bug.cgi?id=692473
+
+2015-01-31 14:32:34 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: store stream and container tags separately
+         Tags received via events, when marked as stream tags, will
+         be stored on that stream's trak atom instead of being stored
+         in the main tags atom. This allows the resulting file to have
+         global and stream tags stored.
+         https://bugzilla.gnome.org/show_bug.cgi?id=692473
+
+2015-01-31 13:14:44 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+         qtmux: refactor tags functions to accomodata UDTA at trak level
+         Refactor the functions that were bound to the 'moov' atom to
+         directly pass the desired 'udta' that should receive the tags.
+         This allows the tags to be written to 'udta' at the 'moov' or
+         the 'trak' level, creating tags that are for the container or
+         for a stream only.
+         https://bugzilla.gnome.org/show_bug.cgi?id=692473
+
+2015-01-31 10:47:40 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: map application name to _swr tag
+         It refers to the application name and version used to create the
+         file
+         https://bugzilla.gnome.org/show_bug.cgi?id=692473
+
+2015-01-31 02:30:40 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: Fix seeking past the end of the file in reverse mode.
+         Snap to the end of the file when seeking past the end in reverse mode,
+         and also fix GST_SEEK_TYPE_END and GST_SEEK_TYPE_NONE handling
+         for the stop position by always seeking on a segment in stream time
+
+2015-01-30 18:22:31 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Fix signal name
+         This wasn't meant to be pushed at all yet, but now that it's there
+         already it won't hurt to make it correct at least.
+
+2015-01-30 16:56:35 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpstats.h:
+         rtpstats: Fix typo in documentation
+
+2015-01-30 16:50:36 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Add new on-receiving-rtcp signal
+         This will be emitted whenever an RTCP packet is received. Different to
+         on-feedback-rtcp, this signal gets every complete RTCP packet and not
+         just the individual feedback packets.
+
+2015-01-28 14:02:15 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: simplify segment.base math
+         Remove a fix for heavily edited files added for fixing
+         https://bugzilla.gnome.org/show_bug.cgi?id=345830 to work
+         with seeks and proper gaps playback. The fix was replaced
+         for a more general solution that bases on using previous
+         segment's duration, just like it works for media segments
+         playback.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743518
+
+2015-01-27 14:00:35 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/videomixer/videomixerorc-dist.c:
+         videomixer: update orc files
+
+2015-01-26 17:08:12 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix data dropping for fragmented streams
+         For fragmented streams with extra data at the end of the mdat
+         qtdemux was not dropping those bytes and would try to use
+         that extra data as the beginning of a new atom, causing the
+         stream to fail.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743407
+
+2015-01-25 17:30:33 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Deprecate rtcp-immediate-feedback-threshold property
+         It had no effect since quite some time and also is not needed in general,
+         especially not to switch between immediate feedback mode and early feedback
+         mode. The latest understanding of the RFC is that from the endpoint point of
+         view, both modes are exactly the same. RTCP is only allowed to use the
+         bandwidth as given by the RFC constraints, as such it is only ever possible
+         to schedule a RTCP packet early but it's against the RFC to schedule more RTCP
+         packets.
+         The difference between immediate feedback mode and early feedback mode is that
+         the former guarantees that an RTCP packet can be sent for every event
+         "immediately", which means that the bandwidth calculations from the RFC have
+         resulted in an RTCP scheduling interval that is small enough. Early feedback
+         mode on the other hand means that we can schedule some packets early to make
+         that happen, but it's not guaranteed at all that it's possible to schedule
+         an RTCP packet per event (i.e. they need to be accumulated or dropped).
+
+2015-01-22 10:29:39 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Delay the next regular RTCP packet after early RTCP
+         This is required to not exceed the short term average RTCP bitrate when
+         using early feedback as compared to without early feedback.
+
+2015-01-22 10:28:52 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Add new send-rtcp-full signal
+         This indicates with a boolean return value if scheduling a new RTCP packet
+         within the requested delay was possible. Otherwise it behaves exactly like
+         send-rtcp. The only reason for adding a new signal is ABI compatibility.
+
+2015-01-20 00:32:00 +0000  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Free format_info in query_getcaps
+         If we can not create probe stream in query_getcaps function, it will appear
+         memory leakage from format info.
+         The following patch prevent memory leakage in pulsesink.
+         https://bugzilla.gnome.org/show_bug.cgi?id=743178
+
+2015-01-23 17:35:51 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: remove unnecessary check
+         No matter if gst_matroska_read_common_parse_index_cuetrack () returns that the
+         flow is OK or not, the check there will be a break from the switch. Removing the
+         check since the outcome is the same.
+         CID #1265762
+
+2015-01-23 15:16:25 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Avoid using freed variable
+         the name variable might have been attributed to pad_name, make sure we
+         free it only *after* pad_name has been used.
+         Coverity CID : 1265774
+
+2015-01-23 15:13:55 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: Avoid using freed variable
+         the name variable might have been attributed to pad_name, make sure we
+         free it only *after* pad_name has been used.
+         Coverity CID : 1265775
+
+2014-11-14 12:59:31 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: reuse caps framerate if not overwritten by v4l2 device
+         Enables duration setting in v4l2src.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740403
+
+2015-01-22 10:29:24 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Fix indention
+
+2015-01-21 17:36:26 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+         qtdemux_dump: Bypass even more code if debugging is disabled
+         And avoid using variables that won't exist when debugging is disabled
+
+2015-01-21 15:30:33 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+         qtdemux: Only traverse/dump nodes if guaranteed to be used
+         __gst_debug_min is the "global" lowest debug level set. There's no
+         guarantee the qtdemux debug category is actually set at that level.
+
+2014-12-20 17:09:14 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/matroska/ebml-read.c:
+         matroska: Avoid debugging below category threshold
+         This part alone was what made the matroska thread take a full core
+         on an android phone ...
+
+2015-01-21 09:56:41 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         Constify some static arrays everywhere
+
+2015-01-21 09:56:41 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/lame/gstlamemp3enc.c:
+         Constify some static arrays everywhere
+
+2015-01-21 09:55:30 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/dv/gstsmptetimecode.c:
+       * ext/mikmod/mikmod_types.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/effectv/gstradioac.c:
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/videofilter/gstvideotemplate.c:
+       * gst/wavparse/gstwavparse.c:
+         Constify some static arrays everywhere
+
+2015-01-19 17:49:54 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix deadlock seeking in files without seek entries
+         A mutex unlock was missing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739975
+
+2015-01-19 12:34:25 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/videomixer/blend.c:
+         videomixer: fix illegal memory access in blend function with negative ypos
+         https://bugzilla.gnome.org/show_bug.cgi?id=741115
+
+2015-01-13 16:49:34 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Proxy getcaps
+         Replace the sink_query with new getcaps() virtual and use the proxy
+         helper with the probed caps. This allow upstream element taking decision
+         base on what is supported downstream.
+
+2015-01-13 19:05:20 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: Add support for v210
+
+2015-01-13 18:58:01 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: v210 is v210, not UYVY and yuv2 is YUY2, not I420
+         Also add a few other raw video formats we support: v308, v216
+         and add comments for a few others we don't support yet.
+         https://developer.apple.com/library/mac/technotes/tn2162/
+
+2015-01-12 15:56:29 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From f2c6b95 to bc76a8b
+
+2015-01-10 15:51:16 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: Disable hack for NSApp iteration with a special #define
+         The hack causes deadlocks and other interesting problems and it really
+         can only be fixed properly inside GLib. We will include a patch for
+         GLib in our builds for now that handles this, and hopefully at some
+         point GLib will also merge a proper solution.
+         A proper solution would first require to refactor the polling in
+         GMainContext to only provide a single fd, e.g. via epoll/kqueue
+         or a thread like the one added by our patch. Then this single
+         fd could be retrieved from the GMainContext and directly integrated
+         into a NSRunLoop.
+         https://bugzilla.gnome.org/show_bug.cgi?id=741450
+         https://bugzilla.gnome.org/show_bug.cgi?id=704374
+
+2015-01-08 21:07:05 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: uncork if needed upon commit
+         ... to provide for a running clock.
+
+2015-01-09 16:59:53 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Prevent renegotiation
+         Renegotiation isn't supported, simply prevent it the way we do in
+         v4l2src.
+
+2015-01-06 13:54:25 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Don't unlock the stream lock twice
+
+2015-01-09 11:40:40 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix stream time conversion
+         Use the right macro to convert to the correct scale or the
+         segment information will be wrong
+         https://bugzilla.gnome.org/show_bug.cgi?id=742572
+
+2015-01-07 18:48:58 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Add protection against driver bug
+         v4l2loopback driver has a this nasty bug that if the queue is larger
+         then 2 buffers, it returns random index on dqbuf. So far we assumed
+         that the index was always right, which would lead to memory being
+         unref twice, and eventually crash.
+
+2015-01-07 17:58:05 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: Don't use allocator size to iterate
+         As the buffer array is fixed size and small, it's safer to simply
+         use this static size to cleanup the buffers. This is also more
+         consistent with the rest. The associated method is no longer
+         required and can be dropped.
+
+2015-01-07 17:55:14 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Don't clean buffer array in dispose
+         This should already have been done, plus this code is incorrect
+         and may lead to crash.
+         https://bugzilla.gnome.org/show_bug.cgi?id=742074
+
+2015-01-07 17:48:31 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Don't ref queued output buffer
+         This partly revert to the old 1.2 behavior. Instead of keeping a
+         reference to the output buffer queued, we simply release them but
+         don't forward it to GstBufferPool. This way, the buffer pool don't
+         need to be flushed to be stopped.
+         https://bugzilla.gnome.org/show_bug.cgi?id=742074
+
+2015-01-08 11:37:23 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Never fail on streamoff
+         Failing streamoff prevents allocator from being disposed hence
+         lead to device FD leak. There is no known cases where streamoff
+         may fails for which we'd still be streaming. streamoff is known
+         to fail when a device is being unplugged (in which case errno
+         19/ENODEV is set).
+         https://bugzilla.gnome.org/show_bug.cgi?id=732734
+
+2015-01-07 21:52:17 -0500  Brad Smith <brad@comstyle.com>
+
+       * configure.ac:
+         v4l2: Add support for detecting the presence of V4L2 support on OpenBSD
+         https://bugzilla.gnome.org/review?bug=742503
+
+2015-01-04 15:57:10 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: request at least 8 bytes to properly parse header
+         https://bugzilla.gnome.org/show_bug.cgi?id=742325
+
+2015-01-07 16:20:03 -0800  Michael Smith <michael.smith@rdio.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: skip an additional uninteresting chunk type before the fmt chunk.
+
+2015-01-07 18:16:12 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/audiofx/audiodynamic.c:
+         audiodynamic: assert func_index is inside bounds
+         Bringing back the check removed in the previous commit but have that check be a
+         g_assert. Changing the function to static void since return can never be False,
+         because audio format will never be unkown.
+
+2015-01-07 17:31:39 +0000  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/audiofx/audiodynamic.c:
+         audiodynamic: remove always-true conditional
+         func_index is set by the sum of three ternary operators which add, 0:4, 0:2,
+         and 1:0. Minimum value would be 0+0+0=0, and maximum would be 4+2+1=7.
+         The conditional checking if func_index is >= 0 and < 8 will always be true.
+         Removing it.
+         CID 1226442
+
+2015-01-07 18:05:18 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: If we get a gap with a buffer without DTS, error out
+         We (currently?) can't really handle gaps between RTP packets if they're not
+         properly timestamped. The current code would go into calculations with
+         GST_CLOCK_TIME_NONE and then cause assertions everywhere. It's probably
+         better to error out cleanly instead.
+
+2014-11-21 11:39:19 -0800  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: set PLAYING state after configuring caps
+         We set to PLAYING after we have configured the caps, otherwise we
+         might end up calling request_key (with SRTP) while caps are still
+         being configured, ending in a crash.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740505
+
+2014-12-30 18:03:22 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/gdkpixbufoverlay-test.c:
+         tests: gdkpixbufoverlay-test: remove outdated FIXME
+
+2014-12-30 17:19:42 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rtpcollision.c:
+         tests: rtpcollision: use alawenc/dec in these tests instead of Speex
+         They should always be built, while the speex elements are not.
+         Need to check for a smaller number of buffers then (7->4) because
+         speexenc will add 3 header buffers while alawenc will just output
+         as many buffers as it receives as input.
+         https://bugzilla.gnome.org/show_bug.cgi?id=742098
+
+2014-12-30 16:36:02 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/pipelines/simple-launch-lines.c:
+         tests: simple-launch-lines: only run jpeg/png tests if elements are available
+
+2014-12-30 16:26:58 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Don't return a buffer when returning not GST_FLOW_OK
+         basesrc assumes that we don't return a buffer if
+         something else than OK is returned. It will just
+         leak any buffer we might accidentially provide
+         here.
+         This can potentially happen during flushing.
+         Maybe fixes https://bugzilla.gnome.org/show_bug.cgi?id=741993
+
+2014-12-30 14:52:42 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rtpaux.c:
+         tests: rtpaux: use alawenc/dec in these tests instead of Speex
+         They should always be built, while the speex elements are not.
+         https://bugzilla.gnome.org/show_bug.cgi?id=742098
+
+2014-12-29 15:35:19 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Improve detection of being stuck at the same offset
+         Only error out if we read from the same position again and got the
+         same length. Just the same position is not necessarily enough.
+
+2014-12-29 15:00:02 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Don't get stuck at the same offset when searching for clusters
+         This could happen if there is an invalid cluster with size 0, and in that
+         case just error out instead of looping forever.
+
+2014-12-25 21:32:40 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: fix ALAC muxing
+         Actually copy the codec data instead of copying nothing
+         and then bombing out because there's no data.
+         Fixes: gst-launch-1.0 audiotestsrc ! avenc_alac ! qtmux ! fakesink
+         https://bugzilla.gnome.org/show_bug.cgi?id=741783
+
+2014-12-25 15:48:04 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: just drop invalid rtp packets instead of erroring out
+         Apparently linphone sends an invalid RTP packet as very
+         first packet. We want to ignore that instead of erroring
+         out (same for any other invalid packets really).
+         https://bugzilla.gnome.org/show_bug.cgi?id=741398
+
+2014-12-25 15:44:15 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: fix 0.10-ism in docs
+
+2014-12-25 14:58:12 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/gdkpixbufoverlay-test.c:
+         tests: gdkpixbufoverlay-test: use absolute positioning to fix demo
+         https://bugzilla.gnome.org/show_bug.cgi?id=739566
+
+2014-12-25 14:53:09 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.h:
+         gdkpixbufoverlay: add "positioning-mode" property to allow absolute positions
+         Set positioning-mode=pixels-absolute to allow positioning with
+         absolute coordinates, meaning negative x/y offsets will be
+         interpreted as being to the left/above the video frame instead
+         of being interpreted as relative to the right/bottom edge of
+         the video frame (which is a silly default, but that's how it is).
+         This means we can nicely slide images into and out of the frame,
+         see gdkpixbufoverlay-test.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739566
+
+2014-12-22 15:33:51 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+         osxaudio: Directly return the ringbuffer's caps if it is acquired
+
+2014-12-22 12:56:19 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+         osxaudio: Put all audio formats into the template caps
+         We report the proper caps later from the get_caps() vfunc implementation after
+         probing the selected device.
+
+2014-12-22 12:56:05 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+         osxaudio: Also set the big endian flag for floating point samples
+
+2014-12-22 11:45:59 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * MAINTAINERS:
+         MAINTAINERS: Update my mail address
+
+2014-12-22 10:23:01 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+         osxaudio: Fix deadlock and property change notification in device selection code
+         After creating the ringbuffer we have to set the device on the ringbuffer as
+         it defaults to kAudioDeviceUnknown. At this point it can't have changed to
+         anything else yet and we don't have to notify about changes to the sink/src
+         "device" property. It's also not a good idea because GstAudioBaseSrc has the
+         object lock taken while the ringbuffer is created, which might cause a
+         deadlock if something calls back into the element from "notify::device".
+         Once the base class is done with the NULL_TO_READY state change, it has opened
+         the device via the ringbuffer and this might have chosen a different device.
+         Especially if we initially used kAudioDeviceUnknown. Also notify about this
+         property change as initially intended by this code.
+
+2014-12-19 12:30:03 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2pool: Update configuration size
+         We already update our copy of VideoInfo.size to proper size, now also
+         the configuration so the size matches on release.
+         https://bugzilla.gnome.org/show_bug.cgi?id=741420
+
+2014-12-19 10:57:29 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroska-demux: Cache upstream length
+         Instead of constantly querying upstream, just cache the last duration,
+         and in the unlikelyness we might have gone over query again before
+         deciding we are EOS.
+         Cut 15% cpu off matroskademux streaming thread (srsly...)
+
+2014-12-17 17:36:18 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+         matroska: mux/demux the OpusHead header
+         This is meant to be so (https://wiki.xiph.org/MatroskaOpus - while
+         it is marked as a draft, this part was confirmed to be correct on
+         IRC), and allows one to determine whether a demuxed stream is
+         multistream or not, and thus set the multistream caps field
+         accordingly. In turn, this means downstream does not have to guess.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740744
+
+2014-12-18 11:50:33 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Don't dereference NULL if a suitable stream for the AUX element can't be found
+         CID 1258717
+
+2014-12-18 10:53:39 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From ef1ffdc to f2c6b95
+
+2014-12-12 23:06:07 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         udpsink: allocate scratch space for render functions on the heap
+         and not the stack. Our allocations could get a bit too large
+         to be sure it's not going to cause trouble using the stack.
+
+2014-06-24 01:16:37 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: re-use send_buffers() code path for render() function
+         It's like rendering a buffer list, just with one buffer.
+         Has the added advantage that if there are multiple clients
+         we can send the buffer to all the clients in one go.
+
+2014-06-24 01:15:25 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         multiudpsink: keep client list consistent during removals
+         We unlock and re-lock the client lock while emitting the
+         removed signal, which causes inconsistencies in the client
+         list vs. the client counts. Instead, remove the client from
+         the list already before emitting the signal and put it into
+         a temporary list of clients to be removed. That way things
+         look consistent to the streaming thread, but signal callbacks
+         can still do things like get stats from removed clients.
+
+2014-06-24 00:56:27 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: fix client count after removal
+
+2014-06-23 18:43:21 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: keep client list sorted by socket family
+         We make use of in the send_buffers() function if we
+         need to use different sockets to send to IPv4 and
+         IPv6 destinations.
+
+2014-06-20 11:36:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         multiudpsink: add sendmmsg-ready render_list function prototype
+         Add prototype for a render_list() function that can use a
+         sendmmsg-style g_socket_send_messages() function once it lands
+         in GLib. We can use this infrastructure to send multiple buffers
+         made up by multiple memories to multiple clients in one go, which
+         drastically reduces the number of syscalls made when sending
+         high-bitrate video streams.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732152
+
+2014-06-19 19:16:01 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         multiudpsink: make udp client structure refcounted
+         Use the refcount for memory management and keep track
+         of the number of duplicate clients in a separate
+         variable. This will be useful later, and means we
+         don't have to hold the OBJECT_LOCK all the time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732866
+
+2014-06-19 18:31:05 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         multiudpsink: keep count of number of unique and non-unique IPv4 and IPv6 clients
+         This will come in handy later.
+
+2014-12-16 15:00:22 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Disable create_buf with libv4l2
+         Libv4l2 does not work with CREATE_BUFS. Instead of failing on random
+         error caused by libv4l2, disable CREATE_BUFS when an emulated format is
+         detected.
+
+2014-12-09 17:39:12 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Add protection against broken libv4l2
+         It looks like libv4l2 support for CREATE_BUF is incomplete. That
+         combine with existing bugs may lead to crash in GStreamer. These
+         check will make it robust by:
+         - Checking create buf index isn't an already in used index
+         - Checking that the index out of QUERYBUF matches the requested
+         index
+
+2014-12-16 16:37:24 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Add something to the debug logs if an RTX AUX element can't be added
+         ... because the application already has a signal handler set up here.
+
+2014-11-21 14:13:34 +1100  Matthew Waters <matthew@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: add retransmission support according to RFC4588
+         Based on the client-rtpaux example
+
+2014-12-16 13:25:01 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: clear rectangle structures before use
+
+2014-12-09 15:09:56 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Always set format
+         Right now we try to be clever by detecting if device format have
+         changed or not, and skip setting format in this case. This is valid
+         behaviour with V4L2, but it's also very error prone. The rational
+         for not setting these all the time is for speed, though I can't
+         measure any noticeable gain on any HW I own. Also, until recently,
+         we where doing get/set on the format for each format we where
+         probing, making it near to impossible that the format would match.
+         This also fixes bug where we where skipping frame-rate setting if
+         format didn't change.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740636
+
+2014-12-15 18:30:01 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/videocrop/gstvideocrop.c:
+         videocrop: Remove todo about caps filter
+         The filter is already interected.
+
+2014-12-15 18:19:05 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videocrop/gstvideocrop.h:
+         videocrop: Make sure new crop is applied
+         Since "basetransform: Fix caps equality check" commit a7f357,
+         set_info() will not be called anymore if crop didn't change
+         the caps. This is fixed by setting "need_update" boolean when
+         cropping properties has been changed, and then applying these
+         if they where not applied before rendering the next frame. This
+         patch also fixed the locking, dropping un-needed custom lock,
+         and no holding needless lock while doing the operation as we
+         already hold the streaming lock.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740787
+
+2014-12-12 18:10:35 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudiosink: Prefer filter caps order while getting caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-12-09 13:38:26 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudiosink: Add some error handling around channel layout parsing
+         For now we just spit a warning and ignore the channel layout if we can't
+         support it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-12-08 22:38:22 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+         osxaudio: Take lock around sink/source before accessing the ringbuffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-12-01 21:06:27 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxaudio/gstosxcoreaudioremoteio.c:
+         osxaudiosrc: Probe channel layout too
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-12-01 20:32:04 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudiosink: Only fix up channels/layout for PCM caps while probing
+         It's unlikely that setting a channel layout will do much for AC3/DTS
+         streams. If we find at some point that it does make sense, we can
+         perform the structure copying unconditionally (i.e., the current code is
+         wrong, since AC3/DTS will get two structures now - one with the channel
+         layout, one without).
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-12-01 19:41:35 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxaudiosrc.h:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudio.h:
+         osxaudiosrc: Implement caps probing
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-12-01 19:29:57 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+         osxaudio: Bind audio device to audio unit early
+         We want to bind the device during open so that subsequent format queries
+         on the audio unit are as specific as possible from that point onwards.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-11-29 23:16:30 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudiosink: Fix up caps querying a bit
+         This should make caps queries correct in PAUSED and higher as well.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-11-28 22:32:36 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxcoreaudio.c:
+         osxaudio: Move osxaudiosrc-specific code out of the generic path
+         Avoids one layering violation (GstCoreAudio referring to
+         GstOsxAudioSrc).
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-11-28 22:23:17 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxaudioringbuffer.h:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+       * sys/osxaudio/gstosxcoreaudioremoteio.c:
+         osxaudio: Clean up a GstCoreAudio -> GstOsxAudioSrc/Sink reference
+         Now that device selection has no sink/source-specific bits, we can have
+         generic device selection for this path. We do need to now track state
+         changes so we can look up the final device_id once the device is open,
+         though.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-11-28 19:40:52 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudiosink: Move device caps probing to get_caps()
+         This should be preferred to running the probe at device open time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-11-28 18:37:02 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+         osxaudio: Make some debug code compile conditionally
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-11-28 15:06:35 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxaudioringbuffer.h:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+         osxaudio: Move device selection to ringbuffer->open_device()
+         This is conceptually the right thing to do, and allows us to correctly
+         catch errors in device selection as well, which we could not do while
+         creating the ringbuffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-11-28 14:34:34 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+       * sys/osxaudio/gstosxcoreaudioremoteio.c:
+         osxaudio: Consolidate input and output code paths a bit
+         https://bugzilla.gnome.org/show_bug.cgi?id=740987
+
+2014-11-21 11:54:18 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         Deinterlace: in query_caps return only supported formats if filter is interlaced
+         In some cases the currently set GstVideoInfo is not interlaced, but
+         upstream caps are interlaced and the info is passed in the filter,
+         we should take that info into account and make sure that we do not
+         consider that case as a "pass through" case.
+         https://bugzilla.gnome.org/show_bug.cgi?id=741407
+
+2014-12-12 11:06:17 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix debug statement
+         It was using the non-increasing offset variable, which made that statement
+         not so useful :)
+
+2014-12-12 11:03:15 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add macros for the various timescale conversions
+         This helps make the code more readable and avoid future bad usage of
+         scaling function argument order.
+
+2014-12-11 10:16:06 +0100  Patrick Radizi <patrickr@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: fix potential crash when shutting down
+         A race condition in the state change function may cause buffers
+         to be unreffed while they are still used by the streaming thread
+         in gst_rtp_h264_pay_send_sps_pps() resulting in a crash. Chain
+         up to the parent class first in the state change function to
+         make sure streaming has stopped and only then free those buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=741381
+
+2014-12-12 00:42:06 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Copy flags of the overall segment to output segments
+         Preserve the segment flags of the overall demux segment on the output
+         segments for each pad.
+
+2014-12-09 02:43:00 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: use 64bit chunk_offset
+         https://bugzilla.gnome.org/show_bug.cgi?id=741279
+
+2014-12-10 17:39:17 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix rounding errors in duration update
+         Make sure we store updated segment stop/duration with the same
+         granularity as the duration timescale.
+         And add more debug
+
+2014-12-10 16:55:44 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Update duration when we get more information
+         When dealing with fragmented files, we will get more accurate duration
+         information via the mfra and moof atoms.
+         In order for playback to not stop at the initial duration (from the
+         moov atom), we need to check and update the various duration variables
+         when we find more information.
+         Fixes playback of fragmented files in pull mode
+
+2014-12-10 15:08:40 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Remove variable assignments never read
+         As detected by clang/scan-build
+
+2014-12-10 14:56:06 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Use GstClockTime for nanosecond-based time variables/fields
+         Avoids confusion with timescaled-based variables and bytes (offset)
+         variables.
+         And use GST_CLOCK_TIME_NONE where applicable
+
+2014-12-03 14:47:05 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/debugutils/gstpushfilesrc.h:
+         pushfilesrc: Add TIME SEGMENT capability
+         Adds a new set of properties to make pushfilesrc output a TIME SEGMENT
+         (instead of the filesrc BYTE SEGMENT).
+         When time-segment is set to True the following will happen:
+         * Seeks are refused (data starts from the beginning of the file)
+         * The BYTE segment will be replaced by a TIME segment with the values
+         specified in the various properties
+         * The first outgoing buffer will have a timestamp set on it (by default
+         it has a value of GST_CLOCK_TIME_NONE)
+
+2014-12-10 11:35:29 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Also only unref caps if they're not NULL
+
+2014-12-10 11:34:42 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: gst_pad_get_allowed_caps() will return NULL if there is no peer
+
+2014-12-09 16:38:38 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9enc.c:
+         vpXenc: CLOCK_TIME_NONE is not a valid min_latency value
+         We should just use 0 if we do not have the information
+
+2014-12-03 17:26:56 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: Use an empty iterator in iterate_internal_link when no links
+         And not a NULL Iterator, so it is consistent with the way it usually
+         works and avoid user to need a different code paths to handle that.
+
+2014-12-09 14:01:50 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: set buffer interlace flags when field is V4L2_FIELD_INTERLACED
+         If v4l2_buffer.field is V4L2_FIELD_INTERLACED, we set corresponding
+         GstVideoBuffer flags depending on the video standard.
+         According to V4L2 specification, M/NTSC transmits the bottom field
+         first, all other standards the top field first.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737603
+
+2014-12-08 21:26:18 +0100  Patrick Radizi <patrickr@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Fixes buffer leak when using SPS/PPS
+         Fixes a buffer leak that would occurr if the pipeline was shutdown
+         while a SPS/PPS header was being created.
+         https://bugzilla.gnome.org/show_bug.cgi?id=741271
+
+2014-12-09 04:43:29 +0100  Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+       * gst/effectv/gstaging.c:
+         agingtv: fix memcpy when no color aging requested.
+         video_size is the size in pixels, actual size of the memcpy
+         has to be stride * height.
+
+2014-12-07 17:33:51 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: Workaround libv4l2 RW emulation bug
+         When libv4l2 emulates RW mode on top of MMAP devices, the queues are
+         only initialized on first read. The problem is that poll() will fail
+         if called before the queues are initialized and streaming. Workaround
+         this by doing a zero size read when pool is started in that IO mode.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740633
+
+2014-12-07 17:27:37 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: Fix RW io mode
+         In RW, allocator can be null, max_buffers can be zero, and we need not
+         to wait while the queue is empty since there is no queue.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740633
+
+2014-12-03 16:40:49 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Cleanup uneeded check and cases
+         There is nothing in between the break and the "done:" anymore, plus
+         USERPTR and DMABUF_IMPORT case is exactly the same.
+
+2014-12-03 17:07:49 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2pool: Fix CREATE_BUFS support for capture
+         This patch fixes CREATE_BUFS support for capture devices. Initially we
+         would only try and allocate more buffers when the copy threshold
+         is reached. When the threshold was not set (needed) it would never
+         happen. Another problem is that on capture side, acquire returns
+         filled buffer, hence need to pool. We need to set a special flag to
+         force allocation to happen.
+         https://bugzilla.gnome.org/show_bug.cgi?id=741134
+
+2014-12-03 16:27:59 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Fix CREATE_BUF probing
+         Current for every memory type we where probing MMAP CREATE_BUFS ioct.
+         https://bugzilla.gnome.org/show_bug.cgi?id=741134
+
+2014-11-18 16:52:40 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: set framerate 0/1 when duration is not known
+         https://bugzilla.gnome.org/show_bug.cgi?id=740130
+
+2014-12-04 17:25:55 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: More fixes for reverse playback
+         When seeking or finding the previous keyframe, do
+         comparisons against targets and segments using composition time
+         to correctly decide which sample times match.
+
+2014-12-03 11:12:55 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Use an empty iterator in iterate_internal_link when no links
+         We used to setup an iterator with 1 GValue set with a NULL object
+         pointer which is not the normal way to do that. Instead we should make
+         sure that the first call to gst_iterator_next returns GST_ITERATOR_DONE.
+
+2014-12-03 13:20:57 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Handle seeks past EOS as a seek to the end
+         Fix reverse playback of every frame by making seeks past/to EOS
+         find the last segment and start there.
+
+2014-12-02 15:33:25 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpmpadepay.c:
+         rtpmpadepay: Relax caps to allow any clock-rate
+         Some Wowza setups seem to send an invalid non-90000 clock-rate.
+
+2014-12-01 21:04:02 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: don't use GST_CLOCK_TIME_NONE in non GstClockTime variables
+         Use -1 instead as those are gint64/guint64 variables and not GstClockTime
+
+2014-11-07 17:06:49 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2allocator.h:
+         v4l2allocator: fix gst_v4l2_allocator_stop prototype
+         gst_v4l2_allocator_stop returns a GstV4l2Return, not a gboolean.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739792
+
+2014-11-07 16:41:52 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: unref pool when v4l2_allocator_new() fails
+         https://bugzilla.gnome.org/show_bug.cgi?id=739791
+
+2014-11-30 17:52:47 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/v4l2_calls.h:
+         v4l2: Remove last include to linux/videodev2.h
+         We now use and update our internal copy so we no longer have to ifdef
+         the entire code for features and defines that where added over the
+         years.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740905
+
+2014-08-24 13:38:08 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: implement seeking in fragmented mp4 files in pull mode based on the mfra table
+
+2014-11-29 15:25:51 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: use track fragment decoding time (tfdt) in parse_trun() for interpolation
+         As fallback if we don't have any existing samples
+         as reference point yet.
+         Based on patch by David Corvoysier <david.corvoysier@orange.com>
+
+2014-11-29 14:37:25 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: parse mfra random access box for fragmented mp4 files
+         If it's present, and we operate in pull mode.
+
+2014-08-15 14:58:26 +0200  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: stop parsing headers for fragmented mp4s at the first moof
+         Currently during header parsing, we scan through the entire file
+         and skip every moof+mdat chunk for fragmented mp4s, which makes
+         start-up incredibly slow. Instead, just stop at the first moof
+         chunk when have a moov, and start exposing the streams, so we
+         can go and start handling the moofs for real.
+
+2014-11-29 13:59:35 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/.gitignore:
+       * tests/icles/Makefile.am:
+       * tests/icles/gdkpixbufoverlay-test.c:
+         tests: add interactive gdkpixbufoverlay test
+         Just need to fix the coordinate system now so
+         that negative offsets are actually negative
+         and not flipped to position things from the
+         opposite border.
+
+2014-11-29 13:53:03 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.h:
+         gdkpixbufoverlay: add "pixbuf" property
+         So we can set a GdkPixbuf directly instead of
+         reading it from an image file on the file system.
+
+2014-11-29 13:23:50 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gdk_pixbuf/Makefile.am:
+       * ext/gdk_pixbuf/pixbufscale.c:
+       * ext/gdk_pixbuf/pixbufscale.h:
+         gdkpixbuf: remove pixbufscale code that was never ported
+         Don't think we'll need this again.
+
+2014-11-29 18:35:42 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtprtxreceive: Use offset when copying header
+         The header is not always at the start of the packet, so we need to compute
+         the offset first.
+
+2014-11-28 13:12:46 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/taglib/gstapev2mux.cc:
+         apev2mux: write APE tags at end for wavpack files
+         http://www.wavpack.com/file_format.txt:
+         "Both the APEv2 tags and/or ID3v1 tags must come at the end of the
+         WavPack file, with the ID3v1 coming last if both are present."
+         WavPack files that contain APEv2 tags at the beginning of the files
+         are unplayable on players that use FFmpeg (like VLC) and most other
+         software (except Banshee). Players that use libwavpack directly can
+         play the files because it skips the tags, but does not recognize the
+         tag data at that location.
+         https://bugzilla.gnome.org/show_bug.cgi?id=711437
+
+2014-11-28 10:41:55 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/.gitignore:
+       * tests/icles/Makefile.am:
+       * tests/icles/test-segment-seeks.c:
+         tests: add interactive test for gapless playback using SEGMENT seeks
+         Not working too well yet, there are glitches even with WAV or FLAC.
+         https://bugzilla.gnome.org/show_bug.cgi?id=692368
+
+2014-11-26 10:33:09 +0300  Andrei Sarakeev <sarakusha@gmail.com>
+
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstaspectratiocrop.h:
+         aspectratiocrop: Handle resolution changes properly
+         When an caps-event is received, we must immediately change the crop
+         to videocrop correctly changed caps-event dimension, otherwise the
+         videocrop will first use the previous value of the crop that when
+         resizing video to a smaller resolution may cause an error.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740671
+
+2014-11-27 17:10:53 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * common:
+         Automatic update of common submodule
+         From 7bb2bce to ef1ffdc
+
+2014-11-27 11:20:36 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/test-accurate-seek.c:
+         test: use gst_util_uint64_scale_round() for timestamp to sample calculation
+
+2014-11-27 11:16:35 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/icles/.gitignore:
+       * tests/icles/Makefile.am:
+       * tests/icles/test-accurate-seek.c:
+         tests: add interactive test for accurate seeking
+         For some audio formats.
+         https://bugzilla.gnome.org/show_bug.cgi?id=655276
+
+2014-11-26 16:04:26 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+         isomp4: Check presence of mfhd in moof
+         The 'mfhd' atom is mandatory in 'moof'. We can later on check whether
+         the fragment number properly increases
+
+2014-11-26 15:59:36 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+         isomp4: Fix mfro and tfra atom dumping
+         mfro was skipping the version/flags
+         tfra had wrong byte_reader return value checks
+
+2014-11-26 15:58:26 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_dump.h:
+       * gst/isomp4/qtdemux_types.c:
+         isomp4: Add mfhd atom dumping
+
+2014-11-27 00:15:02 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Handle empty segments when seeking in reverse play.
+         Empty segments in an edit list have a media_start time of -1,
+         as they don't actually play any media. Allow for that when
+         aligning to the reference stream in reverse play.
+
+2014-11-24 10:36:54 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         Revert "v4l2allocator: Remove unused variable"
+         This reverts commit ad4480d53408a4d97ab531174ef37f258f3253c0.
+
+2014-11-24 10:36:30 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         Revert "v4l2: move vb_queue probing from allocator to v4l2object"
+         This reverts commit ec6b8b84af719d828ddd91c724e715c0b4a556bc.
+
+2014-11-24 10:33:29 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         Revert "v4l2object: allow to automatic selection of dmabuf"
+         This reverts commit e6c2ad5571e5dedb212287efe238eb450032cd4f.
+
+2014-11-23 16:34:15 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * REQUIREMENTS:
+         REQUIREMENTS: update a little
+         People actually look at that it seems.
+
+2014-11-23 16:22:12 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/icydemux/Makefile.am:
+         icydemux: does not need to link against zlib
+
+2014-11-22 21:28:35 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+       * ext/speex/gstspeexdec.h:
+       * ext/speex/gstspeexenc.h:
+         speex: remove support for ancient speex versions
+
+2014-11-21 11:21:18 +0100  Branislav Katreniak <bkatreniak@nuvotechnologies.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: log connection events at info level
+         https://bugzilla.gnome.org/show_bug.cgi?id=739305
+
+2014-10-20 13:00:37 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: ensure rtx_retry_period >= 0
+         https://bugzilla.gnome.org/show_bug.cgi?id=739344
+
+2014-11-21 11:44:24 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Remove unused variable
+         this was introduced by commit ec6b8b
+         https://bugzilla.gnome.org/show_bug.cgi?id=699382
+
+2014-11-16 12:34:17 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Handle corrupted buffer with empty payload
+         This allow skipping buffer flagged with ERROR that has no payload.
+         This is typical behaviour when a recovererable error occured during
+         capture in the driver, but that no valid data was ever written into that
+         buffer. This patch also translate V4L2_BUF_FLAG_ERROR into
+         GST_BUFFER_FLAG_CORRUPTED. Hence decoding error produce
+         by decoder due to missing frames will now be correctly marked. Finally,
+         this fixes a buffer leak when EOS is reached.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740040
+
+2014-11-21 16:36:15 +0100  Benjamin Gaignard <benjamin.gaignard@linaro.org>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: allow to automatic selection of dmabuf
+         If the v4l2 queue support dmabuf select this buffer pool mode
+         and update the query with allocator.
+         This patch only concern exporting dmabuf and not importing dmabuf
+         fd from downstream element.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699382
+
+2014-11-21 16:13:05 +0100  Benjamin Gaignard <benjamin.gaignard@linaro.org>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: move vb_queue probing from allocator to v4l2object
+         The goal is to make those information available in v4l2_object
+         to be able later to select the best allocation method for the pool
+         https://bugzilla.gnome.org/show_bug.cgi?id=699382
+
+2014-11-20 22:42:59 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: Fix up new_jitterbuffer signal prototype
+
+2014-11-20 20:19:25 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Document how to control per-SSRC retransmission
+
+2014-11-20 20:18:45 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * docs/design/design-rtpretransmission.txt:
+         doc: Trivial spelling and consistency update
+
+2014-11-20 13:14:14 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: put 0-byte at the end of events
+         Put a 0-byte at the end of the event string. Does not break ABI because
+         old depayloaders will skip the 0 byte (which is included in the length).
+         Expect a 0-byte at the end of the event string or a ; for old
+         payloaders.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=737591
+
+2014-11-20 12:40:28 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         rtpgstdepay: avoid buffer overread.
+         Check that a caps event string is 0 terminated and the event string is
+         terminated with a ; to avoid buffer overreads.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=737591
+
+2014-11-20 10:45:07 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: don't limit max video resolution to 4096x4096
+         MAX isn't entirely correct as upper limit either,
+         it should really be MAXUINT32, but it's unlikely
+         to be a problem in the near future.
+         https://bugzilla.gnome.org/show_bug.cgi?id=740407
+
+2014-11-19 15:06:00 -0800  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix leak for mikey base64 decoded key-mgmt
+         https://bugzilla.gnome.org/show_bug.cgi?id=740392
+
+2014-11-20 09:01:38 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/videofilter/gstvideobalance.c:
+         videobalance: fix unhandled format in passthrough
+         In passthrough we can handle all formats.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=740387
+
+2014-11-19 16:12:38 +0100  Jan Alexander Steffens (heftig) <jsteffens@make.tv>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Restrict resyncing to TS regressions
+         The behavior of resyncing video and audio indepen-
+         dently can cause A/V desyncs. Lets restrict resyncs
+         to jumps backward for now.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736397
+
+2014-11-17 23:16:03 +1100  Matthew Waters <matthew@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+         videomixer: fix up QoS handling for live sources
+         Only attempt adaptive drop when we are not live
+         https://bugzilla.gnome.org/show_bug.cgi?id=739996
+
+2014-11-10 22:34:39 +0100  Henning Heinold <henning@itconsulting-heinold.de>
+
+       * tests/examples/rtp/client-PCMA.py:
+       * tests/examples/rtp/server-alsasrc-PCMA.py:
+         examples: port python rtp PCMA client/server tests to 1.0
+         https://bugzilla.gnome.org/show_bug.cgi?id=739930
+
+2014-06-04 12:11:10 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: set the channel positions using the appropriate API
+         This avoids _set_format setting the unpositioned flag when passed
+         NULL as channel positions, as it would not be cleared when setting
+         actual channel positions later.
+
+2014-11-01 22:39:41 +0100  Aurélien Zanelli <aurelien.zanelli@darkosphere.fr>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9enc.c:
+         vpx: mark arnr-type properties as deprecated and set them to no-op
+         ARNR type control in libvpx has been deprecated so this commit mark the
+         vp8enc and vp9enc associated properties as deprecated and change their
+         behavior to just display a warning message.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739476
+
+2014-11-10 13:16:01 +0530  Arun Raghavan <git@arunraghavan.net>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpmanager: Trivial typo fix
+
+2014-11-09 11:04:33 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: Use G_DEFINE_TYPE() to register the pad instead of manually registering it
+
+2014-11-06 15:37:28 +0100  Göran Jönsson <goranjn@axis.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: make GstMatroskamuxPad get_type() function thread-safe
+         https://bugzilla.gnome.org/show_bug.cgi?id=739722
+
+2014-11-07 16:11:24 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: fix error message if allocator is already active
+         https://bugzilla.gnome.org/show_bug.cgi?id=739789
+
+2014-11-06 21:21:40 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Improve buffer validation
+         Improve buffer validation by making sure each memory are the right
+         one and that each memory is writable. This fixes tearing issues in
+         case downstream uses gst_buffer_make_writable() or other type
+         of GstBuffer copy where memory are only reffed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739754
+
+2014-11-06 21:38:43 +0100  Josep Torra <n770galaxy@gmail.com>
+
+       * gst/rtsp/Makefile.am:
+         rtsp: fix build in gst-uninstalled setup
+
+2014-10-29 18:44:43 +0100  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/imagefreeze/gstimagefreeze.h:
+         imagefreeze: Handle seqnums
+         https://bugzilla.gnome.org/show_bug.cgi?id=739366
+
+2014-11-04 08:18:41 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngdec.h:
+         pngdec: change parse logic
+         Right now in parse logic the signature is checked every time the parse function
+         is called, and the whole data is the scanned each and every time, even though the
+         data is scanned in the previous instance. Changing the logic such that, we skip
+         the bytes which are already scanned in the previous instances of parse. This
+         helps in avoiding multiple scan of already scanned data/signature.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737708
+
+2014-11-03 15:26:06 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: reverse order of params for converter
+
+2014-11-03 11:44:28 +0100  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: fix typo in flags
+         https://bugzilla.gnome.org/show_bug.cgi?id=739549
+
+2014-11-02 23:33:23 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: fix a couple of minor leaks
+
+2014-11-02 19:42:03 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/goom2k1/gstgoom.c:
+       * gst/goom2k1/gstgoom.h:
+         goom2k1: post QoS messages when dropping frames due to QoS
+
+2014-11-02 19:29:52 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/goom/gstgoom.c:
+       * gst/goom/gstgoom.h:
+         goom: post QoS messages when dropping frames due to QoS
+
+2014-11-02 19:02:35 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: tweak writing app tag string a little
+
+2014-11-02 16:51:23 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/jpeg/gstjpegdec.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/level/gstlevel.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudpsrc.c:
+         Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATED
+
+2014-11-02 16:58:07 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/level.c:
+         tests: don't use deprecated property in level unit test
+
+2014-11-02 13:06:33 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: implement get/set for new rtx-min-retry-timeout property
+         Properties are so much more useful if you can actually set
+         and get their values.
+
+2014-10-30 17:41:19 +0000  Simon Farnsworth <simon.farnsworth@onelan.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Clean up interlace support
+         Rather than try and guess interlace support as part of checking supported
+         sizes, look for interlace support specifically in its own function.
+         As a cleanup, use V4L2_FIELD_ANY when probing sizes, which should result in
+         the driver doing the right thing.
+         With my capture setup, this gets me the following sample caps:
+         For 1080i resolution:
+         video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)interleaved, framerate=(fraction){ 25/1, 30/1 }
+         For 720p resolution:
+         video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, framerate=(fraction){ 50/1, 60/1 }
+         For 576i/p resolution (both possible at the point of query):
+         video/x-raw, format=(string)YUY2, width=(int)720, height=(int)576, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string){ progressive, interleaved }, framerate=(fraction){ 25/1, 50/1 }
+         This, in turn, makes 576i work correctly; with the old code,
+         the caps would be interlace-mode=progressive for interlaced video.
+         https://bugzilla.gnome.org/show_bug.cgi?id=726194
+
+2014-11-01 12:18:02 +0100  Aurélien Zanelli <aurelien.zanelli@darkosphere.fr>
+
+       * ext/vpx/gstvp8utils.h:
+         vpx: remove compatibility defines
+         We are guaranteed to have VPX_IMG_FMT_I420, VPX_PLANE_Y,
+         VPX_PLANE_U and VPX_PLANE_V as we require libvpx > 1.1.0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=739476
+
+2014-11-01 15:33:23 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+       * ext/wavpack/gstwavpackcommon.c:
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackenc.c:
+         wavpack: remove support for ancient API version
+
+2014-11-01 10:14:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8: Use VP8 encoding name
+         Both Firefox and Chrome uses VP8 as the encoding in their SDP.
+         Adding this now defacto standard name removes the need for special
+         case in SDP parsing code.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737810
+
+2014-11-01 11:59:26 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpmp2tpay.c:
+         rtpmp2tpay: fix up template caps so we can output the default pt 33
+         Add fixed payload type for mp2t to template caps as well, so
+         our output caps match the advertised default pt. Fixes a
+         regression from 1.2.
+         There's still something wrong with caps negotiation though,
+         rtpmp2tpay payload=96 ! fakesink will not output caps with
+         payload=96.
+
+2014-10-30 15:37:36 -0700  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: mikey related memory leaks
+         https://bugzilla.gnome.org/show_bug.cgi?id=739430
+
+2014-06-10 10:04:07 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/speex/gstspeexenc.c:
+       * ext/speex/gstspeexenc.h:
+         speexenc: update output segment stop time to match clipped samples
+         This will let oggmux generate a granpos on the last page that properly
+         represents the clipped samples at the end of the stream.
+
+2014-06-10 10:59:13 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflacenc.h:
+         flacenc: update output segment stop time to match clipped samples
+         This will let oggmux generate a granpos on the last page that properly
+         represents the clipped samples at the end of the stream.
+
+2014-10-07 15:29:33 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: cleanly handle streamon failure for output device
+         On streamon failure, the queued buffer is not released from the
+         bufferpool class point of view because it is queued to the driver and
+         the flush logic is not performed since we are not in streaming state.
+         It causes the v4l2 bufferpool to always return that stop method failed
+         and to leak v4l2 objects and buffers.
+         This commit solve this by performing the flush logic in error case, ie
+         flushing the allocator and restoring queued buffer state to non-queued.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738102
+
+2014-10-08 10:31:21 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: implement dispose method
+         Unref objects in dispose method rather than in finalize in order to
+         prevent circular reference.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738102
+
+2014-10-08 10:35:14 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: check that allocator is non null when stopping pool
+         Otherwise, we could dereference NULL allocator when the stop method is
+         called by the GstBufferPool's finalize method.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738102
+
+2014-10-09 12:15:05 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: Implement unlock/unlock_stop
+         This will prevent deadlocks, but will also properly flush the pool and allocator
+         when going to READY state. It should also fix issues reported on mailing list
+         when seeking is performed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738152
+
+2014-10-28 21:32:06 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/pulse/pulsedeviceprovider.h:
+       * sys/v4l2/gstv4l2deviceprovider.h:
+       * sys/v4l2/gstv4l2tuner.h:
+         pulse, v4l2: add missing G_END_DECLS in some places
+
+2014-10-27 17:57:20 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From 84d06cd to 7bb2bce
+
+2014-10-27 11:08:20 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/aacparse.c:
+         aacparse: Fix unit test now that we always have profile/level in the caps
+
+2014-10-26 14:55:49 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * Makefile.am:
+         Parallelise 'make check-valgrind'
+         Some of the RTP unit tests are very flaky and will
+         fail more often with the CPU maxed out fully. Those
+         tests need to be fixed in any case though, they also
+         fail on slower machines and also occasionally with
+         normal 'make check'.
+
+2014-10-26 11:47:25 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Always set profile/level on the caps
+         We have the information already, so why not use it?
+
+2014-10-25 12:36:02 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: fix crash on some 32-bit systems
+         Make sure to pass right number of bits to gst_structure_new()
+         which is a vararg function.
+         Fixes elements/rtpaux unit test on ppc32.
+
+2014-10-25 00:56:02 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/rgvolume.c:
+         tests: fix rgvolume test on big-endian systems
+
+2014-10-25 00:53:39 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/mulawdec.c:
+       * tests/check/elements/mulawenc.c:
+         tests: fix mulawdec/mulawenc test for big endian systems
+
+2014-10-24 23:48:30 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/interleave/interleave.c:
+         interleave: intersect result with filter caps in caps query
+         Fixes crash in audiotestsrc because of an unsupported format
+         getting negotiated on big-endian systems with
+         audiotestsrc ! interleave ! audioconvert ! wavenc
+
+2014-10-23 15:46:13 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/pulse/pulsedeviceprovider.c:
+       * ext/pulse/pulsedeviceprovider.h:
+         pulse: remove some unused typedefs
+
+2014-10-22 15:28:44 +0200  Ananda <ananda@latelier23.com>
+
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+         speex: Fix segfault when resetting the codecs multiple times
+         https://bugzilla.gnome.org/show_bug.cgi?id=738793
+
+2014-10-22 22:50:54 +0530  Arun Raghavan <arun@accosted.net>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Temporarily disable stream status posting
+         We need a mechanism in PulseAudio to allow running code outside the
+         mainloop lock. Then we'd be able to post to the bus (taking the
+         GST_OBJECT_LOCK), without worrying about locking order with the mainloop
+         lock, which is the current cause of deadlocks while trying to post the
+         stream status messages.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736071
+
+2014-10-22 15:04:24 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: limit the retry frequency
+         When the RTT and jitter are very low (such as on a local network), the
+         calculated retransmission timeout is very small. Set some sensible lower
+         boundary to the timeout by adding a new property. We use the packet
+         spacing as a lower boundary by default.
+
+2014-10-22 13:40:58 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         gstrtpjitterbuffer: add "rtx-min-delay" property
+         This property is useful to set a min time to wait before sending a
+         retransmission event.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=735378
+
+2014-10-22 13:29:48 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: Refactor code
+         Refactor some code dealing with calculating various timeouts.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=735378
+
+2014-10-10 19:50:06 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: fix Early Feedback Transmission
+         In early retransmission we are allowed to schedule 1 regular RTCP packet
+         at an earlier time. When we do that, we need to set allow_early to FALSE
+         and ignore/drop (or merge) all future requests for early transmission.
+         We now first check if we can schedule an early RTCP and if we can,
+         actually prepare the data for the next RTCP interval.
+         After we send the next regular RTCP after the early RTCP, we set
+         allow_early to TRUE again to allow more early requests.
+         Remove the condition for the immediate feedback for now.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=738319
+
+2014-10-21 13:01:32 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From a8c8939 to 84d06cd
+
+2014-10-21 13:10:24 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: make debug line less confusing
+
+2014-10-21 12:58:13 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 36388a1 to a8c8939
+
+2014-07-02 17:50:35 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         jitterbuffer: rework resync handling
+         Add a need-resync state, this is when we need to try to lock on to a
+         time/RTPtime pair.
+         Always check the RTP timestamps and if they go backwards, mark ourselves
+         as need-resync.
+         Only resync when need-resync is TRUE and we have a valid time. Otherwise
+         we keep the old values. This avoids locking on to an invalid time and
+         causing us to timestamp everything with -1.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=730417
+
+2014-10-03 17:28:06 -0700  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: set full stream caps on internal src TCP pads
+         Set the complete stream caps on the TCP internal src pads. Otherwise,
+         ptdemux will not properly detect the caps change.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737868
+
+2014-10-17 22:23:27 +0200  Sjoerd Simons <sjoerd@luon.net>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: Don't set PROXY_CAPS flag on the src pad
+         rtpmux behaves like a funnel in that it forwards whatever upstream is
+         sending buffers. So setting proxy caps doesn't make sense as the
+         upstream don't have to have compatible caps, thus resulting in an empty
+         caps set as a result of a caps query. Instead set fixed caps just
+         as funnel does.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738722
+
+2014-10-20 11:57:38 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * gst/videobox/gstvideobox.c:
+         videobox: critical error when element properties set as max/min
+         left, right, top, bottom can be set from range of -2147483648 to 2147483647
+         when i launch the videobox element with that values, it gives a critical error
+         (gst-check-1.0:29869): GStreamer-CRITICAL **: gst_value_set_int_range_step: assertion 'start < end' failed
+         This happens because min cannot be equal to max.
+         https://bugzilla.gnome.org/show_bug.cgi?id=738838
+
+2014-10-15 17:45:24 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265depay.h:
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtph265pay.h:
+         Revert "rtp: add h265 RTP payloader + depayloader"
+         This reverts commit d06ba9051f904a7eb482c07a97a1827169158663.
+         This breaks the build, as it depends on parser API in -bad.
+
+2014-10-15 17:34:50 +0200  Jurgen Slowack <jurgen.slowack@barco.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtph265depay.c:
+       * gst/rtp/gstrtph265depay.h:
+       * gst/rtp/gstrtph265pay.c:
+       * gst/rtp/gstrtph265pay.h:
+         rtp: add h265 RTP payloader + depayloader
+
+2014-10-05 21:24:27 +0200  Peter G. Baum <peter@dr-baum.net>
+
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavenc/gstwavenc.h:
+         wavenc: Support RF64 format
+         https://bugzilla.gnome.org/show_bug.cgi?id=725145
+
+2014-10-11 11:18:42 +1100  David Sansome <me@davidsansome.com>
+
+       * gst/equalizer/gstiirequalizer.c:
+         equalizer: Don't call iirequalizer's transform_ip in passthrough mode
+         It tries to map the read-only buffer with GST_MAP_READWRITE and crashes.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737886
+
+2014-10-10 18:30:07 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         rtpsource: Rename seqnum-base to seqnum-offset in caps
+         This was modified back in 1.0 in GstRtpBasePayload
+
+2014-10-10 18:11:19 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * tests/check/elements/dtmf.c:
+         rtpdtmfsrc: clock-base and seqnum-base -> timestamp-offset and seqnum-offset
+         These were renamed in GstRTPBasePayload in 1.0
+
+2014-10-10 17:30:24 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: clock-base and seqnum-base -> timestamp-offset and seqnum-offset
+         These were renamed in GstRTPBasePayload in 1.0
+
+2014-10-06 14:23:22 +0100  Luis de Bethencourt <luis.bg@samsung.com>
+
+       * gst/goom2k1/filters.c:
+         goom2k1: removing block of code that does nothing
+         The loop in zoomFilterSetResolution is meant to change the values in the
+         zf->firedec[] array. Each iteration writes the value of decc onto the arrya,
+         but no conditions that change the value of decc are ever met and the array is
+         filled with zero for each element. Which is the initial state of the
+         array before the loop begins.
+         The loop does nothing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=728353
+
+2014-10-04 17:17:13 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: don't log all clock_rate changes as warnings.
+         We never initialize clock_rate explicitly, therefore it is 0 by default. The
+         parameter is a uint32 and the only caller ensure that it is >0, therefore it
+         won't become -1 ever.
+
+2014-10-02 14:26:08 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Fix lifetime of stream headers and queued buffers
+         Stream headers are updated whenever ::set_caps is called, so we can't assume
+         they'll be valid before the message body is written out. We *can* assume that
+         for queued buffers, but SOUP_MEMORY_STATIC is still wrong for those.
+         Also, add some debug logging for stream header interactions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737771
+
+2014-10-02 03:26:22 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: fix memory leak when prepending ADTS headers
+         https://bugzilla.gnome.org/show_bug.cgi?id=737761
+
+2014-09-23 10:48:09 +0200  Antonio Ospite <ao2@ao2.it>
+
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+         interleave: interleave samples following the Default Channel Ordering
+         In order to have a full mapping between channel positions in the audio
+         stream and loudspeaker positions, the channel-mask alone is not enough:
+         the channels must be interleaved following some Default Channel Ordering
+         as mentioned in the WAVEFORMATEXTENSIBLE[1] specification.
+         As a Default Channel Ordering use the one implied by
+         GstAudioChannelPosition which follows the ordering defined in SMPTE
+         2036-2-2008[2].
+         NOTE that the relative order in the Top Layer is not exactly the same as
+         the one from the WAVEFORMATEXTENSIBLE[1] specification; let's hope users
+         using so may channels are already aware of such discrepancies.
+         [1] http://msdn.microsoft.com/en-us/library/windows/hardware/dn653308%28v=vs.85%29.aspx
+         [2] http://www.itu.int/dms_pub/itu-r/opb/rep/R-REP-BS.2159-2-2011-PDF-E.pdf
+         Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=737127
+
+2014-10-02 10:10:11 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: Send CAPS event after the pad was activated
+         Otherwise the CAPS event will be dropped and we never configure any caps at
+         all, leading to weird behaviour in many situations. Especially header
+         rewriting is not going to work if a capsfilter is after wavenc.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737735
+
+2014-10-01 23:12:30 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Add some more useful debug logging
+
+2014-10-01 23:05:03 +0530  Nirbheek Chauhan <nirbheek@centricular.com>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         souphttpclientsink: Free queued buffers in ::reset
+         ::render sets a new callback for writing out new buffers only if there aren't
+         already buffers queued for writing with a previously-scheduled callback.
+         However, if the previously-scheduled callback is interrupted by a state change
+         (either manually or due to an error) and there are still buffers in the queue,
+         restarting the pipeline will result in buffers being queued forever, and no
+         callbacks will ever be scheduled, and no buffers will be written out.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737739
+
+2014-10-01 17:29:29 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Actually use the correct GstVideoInfo for conversion
+
+2014-10-01 17:24:59 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Revert the last commit and handle resolutions differences properly
+         This is about converting the format, not about converting any widths and
+         heights. Subclasses are expected to handler different resolutions themselves,
+         like the videomixers already do properly.
+
+2014-10-01 17:12:59 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: GstVideoConverter currently can't rescale and will assert
+         Leads to ugly assertions instead of properly erroring out:
+         CRITICAL **: gst_video_converter_new: assertion 'in_info->width == out_info->width' failed
+
+2014-09-30 11:35:12 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp9enc.c:
+         vp8enc/vp9enc: Protect the encoder with a mutex in all situations
+
+2014-09-30 11:31:43 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp9enc.c:
+         vp9enc: Allow caps renegotiation
+         https://bugzilla.gnome.org/show_bug.cgi?id=726329
+
+2014-09-30 11:28:39 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: finish() and drain() should return a GstFlowReturn
+
+2014-03-14 12:59:02 +0100  Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Allow caps renegotiation
+         https://bugzilla.gnome.org/show_bug.cgi?id=726329
+
+2014-09-29 11:49:45 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: set colorspace for output devices
+         When the v4l2 device is an output device, the application shall set the
+         colorspace. So map GStreamer colorimetry info to V4L2 colorspace and set
+         on set_format. In case we have no colorimetry information, we try to
+         guess it according to pixel format and video size.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737579
+
+2014-09-29 22:48:16 +0530  Arun Raghavan <arun@accosted.net>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+         pulse: Add some documentation about threading and synchronisation
+         This gives a quick introduction to how the pulsesink/pulsesrc code
+         interacts with the pa_threaded_mainloop that we start up to communicate
+         with the server.
+
+2014-09-29 20:18:08 +0530  Arun Raghavan <arun@accosted.net>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Make emitting stream status messages synchronous
+         The stream status messages are emitted in the PA mainloop thread, which
+         means the mainloop lock is taken, followed by the Gst object lock (by
+         gst_element_post_message()). In all other locations, the order of
+         locking is reversed (this is unavoidable in a bunch of cases where the
+         object lock is taken by GstBaseSink or GstAudioBaseSink, and then we get
+         control to take the mainloop lock).
+         The only way to guarantee that the defer callback for stream status
+         messages doesn't deadlock is to either stop posting those messages, or
+         make sure that the message emission is completed before we proceed to
+         any point that might take the object lock before the mainloop lock
+         (which is what we do after this patch).
+         https://bugzilla.gnome.org/show_bug.cgi?id=736071
+
+2014-09-16 12:12:49 +0200  Antonio Ospite <ao2@ao2.it>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: print channel masks in hexadecimal
+
+2014-09-27 16:01:21 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.h:
+         v4l2: remove redundant struct declaration
+
+2014-09-26 13:46:16 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix compiler warnings
+         gstrtspsrc.c:7939:11: error: implicit conversion from enumeration type 'GstSDPResult' to different enumeration type
+         'GstRTSPResult' [-Werror,-Wenum-conversion]
+         res = gst_sdp_message_new (&sdp);
+         ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
+         gstrtspsrc.c:7944:11: error: implicit conversion from enumeration type 'GstSDPResult' to different enumeration type
+         'GstRTSPResult' [-Werror,-Wenum-conversion]
+         res = gst_sdp_message_parse_uri (uri, sdp);
+         ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+2014-09-25 15:01:14 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: make demuxer reusable
+         Remove pads from flow combiner and reset last
+         flow return to FLOW_OK by resetting the flow combiner.
+         This prevents FLOW_FLUSHING when trying to re-use the
+         demuxer after setting it back to NULL/READY state.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737359
+
+2014-09-24 16:46:36 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/videomixer/Makefile.am:
+       * gst/videomixer/gstcms.c:
+       * gst/videomixer/gstcms.h:
+       * gst/videomixer/videoconvert.c:
+       * gst/videomixer/videoconvert.h:
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2pad.h:
+       * gst/videomixer/videomixerorc-dist.c:
+       * gst/videomixer/videomixerorc-dist.h:
+       * gst/videomixer/videomixerorc.orc:
+         videomixer: use video library code instead of copy
+
+2014-09-18 16:39:19 +0530  Sanjay NM <sanjay.nm@samsung.com>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         audioparsers: Added index check before using the index
+         https://bugzilla.gnome.org/show_bug.cgi?id=736878
+
+2014-09-23 23:33:37 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Do not infer DTS on buffers from sparse streams.
+         DTS delta is used to calculate sample duration. If buffer has missing DTS, we take either segment start or previous buffer end time, whichever is later.
+         This must only be done for non sparse streams, sparse streams can have gaps between buffers (which is handled later by adding extra empty buffer with duration that fills the gap)
+         https://bugzilla.gnome.org/show_bug.cgi?id=737095
+
+2014-09-18 17:08:37 +0530  Sanjay NM <sanjay.nm@samsung.com>
+
+       * gst/goom/ifs.c:
+         goom: Clarified precedence between % and ?
+         https://bugzilla.gnome.org/show_bug.cgi?id=736887
+
+2014-09-18 17:59:31 +0530  Sanjay NM <sanjay.nm@samsung.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtsp: clarify expression so operator precedence is clear
+         https://bugzilla.gnome.org/show_bug.cgi?id=736903
+
+2014-09-18 16:04:03 +0530  Sanjay NM <sanjay.nm@samsung.com>
+
+       * ext/libpng/gstpngdec.c:
+       * gst/alpha/gstalpha.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/gstscaletempo.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/rtpsession.c:
+         Miscellaneous minor cleanups
+         Fix redundant variables and assignments,
+         and unreachable breaks.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736875
+         https://bugzilla.gnome.org/show_bug.cgi?id=736876
+         https://bugzilla.gnome.org/show_bug.cgi?id=736879
+         https://bugzilla.gnome.org/show_bug.cgi?id=736880
+         https://bugzilla.gnome.org/show_bug.cgi?id=736881
+         https://bugzilla.gnome.org/show_bug.cgi?id=736888
+         https://bugzilla.gnome.org/show_bug.cgi?id=736890
+         https://bugzilla.gnome.org/show_bug.cgi?id=736892
+         https://bugzilla.gnome.org/show_bug.cgi?id=736893
+         https://bugzilla.gnome.org/show_bug.cgi?id=736894
+
+2014-09-24 00:12:14 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/videobox/gstvideobox.c:
+         videobox: remove duplicate assignments
+         https://bugzilla.gnome.org/show_bug.cgi?id=736897
+
+2014-09-23 22:55:48 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Only calculate with durations != -1
+
+2014-09-23 19:08:48 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: collect pad for sparse stream should be created with lock set to false
+         Avoids waiting for buffers from sparse streams
+         https://bugzilla.gnome.org/show_bug.cgi?id=737095
+
+2014-09-23 19:07:25 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: fix subtitle buffer duration and strip null termination
+         Strip the \0 off the subtitle as we already know the size and also remember
+         to set the duration as buffer copying doesn't do it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737095
+
+2014-09-23 19:06:18 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/atoms.c:
+         qtmux: move subtitle layer above video and set alternate group
+         layer -1 is above video, that is 0
+         And having all subtitles in alternate group 2 means that only one
+         should be selected at a time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=737095
+
+2014-09-23 09:47:31 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         check/soup: Temporarily disable G_ENABLE_DIAGNOSTIC
+         The SOUP_SERVER_PORT property has been deprecated in recent libsoup
+         versions.
+
+2014-09-23 09:43:05 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         check/soup: Define minimum version required
+         To avoid deprecation warnings
+
+2014-09-19 19:14:28 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Handle mp4a without ESDS atom
+         https://bugzilla.gnome.org/show_bug.cgi?id=736986
+
+2014-09-22 16:15:27 +0200  Linus Svensson <linussn@axis.com>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: Fix build problem without XFIXES
+
+2014-09-19 14:34:13 +0530  Sanjay NM <sanjay.nm@samsung.com>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         dtmf: Removed unused structure members
+         https://bugzilla.gnome.org/show_bug.cgi?id=736883
+
+2014-09-11 13:48:44 -0300  Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+       * gst/isomp4/atoms.c:
+         isomp4: fix wrong DAR calculation for PAR <= 1
+         CID #1226452
+         https://bugzilla.gnome.org/show_bug.cgi?id=736396
+
+2014-09-18 16:59:52 +0530  Sanjay NM <sanjay.nm@samsung.com>
+
+       * gst/flv/gstflvdemux.c:
+         flv: Removed unreachable break statements
+         https://bugzilla.gnome.org/show_bug.cgi?id=736884
+
+2014-09-17 16:37:11 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: do not leak encsink pad in error case
+         https://bugzilla.gnome.org/show_bug.cgi?id=736807
+
+2014-09-17 16:23:21 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/multipart/multipartdemux.c:
+         multipartdemux: do not leak new stream event
+         https://bugzilla.gnome.org/show_bug.cgi?id=736805
+
+2014-09-15 09:08:18 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/y4m/gsty4mencode.c:
+       * gst/y4m/gsty4mencode.h:
+         y4menc: port y4menc to use GstVideoEncoder base class
+         https://bugzilla.gnome.org/show_bug.cgi?id=735085
+
+2014-09-17 13:55:18 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudiocommon.c:
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+       * sys/osxaudio/gstosxcoreaudioremoteio.c:
+         osxaudio: OSStatus is not a fourcc, so don't print it as one...
+
+2014-09-16 14:26:08 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: do not leak uid after parsing TOC event
+         https://bugzilla.gnome.org/show_bug.cgi?id=736739
+
+2014-09-16 22:47:13 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         rtpvrawdepay: Declare some more required caps fields in the sink template caps
+         Now only missing are width and height, which are expressed as strings
+         for RTP... so we can't put them into the template caps.
+
+2014-09-16 16:46:07 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.h:
+         gdkpixbufdec: modify wrong packetized mode logic
+         packetized mode is being set when framerate is being set
+         which is not correct. Changing the same by checking the
+         input segement format. If input segment is in TIME it is
+         Packetized, and if it is in BYTES it is not.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736252
+
+2014-09-16 11:26:22 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Remove unused variable and use correct decoder variable name
+
+2014-09-16 11:25:42 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: Remove unused variable
+
+2014-09-16 13:24:15 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpeggdec: modify wrong packetized mode logic
+         packetized mode is being set when framerate is being set
+         which is not correct. Changing the same by checking the
+         input segement format. If input segment is in TIME it is
+         Packetized, and if it is in BYTES it is not.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736252
+
+2014-09-16 13:23:16 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: modify wrong packetized mode logic
+         packetized mode is being set when framerate is being set
+         which is not correct. Changing the same by checking the
+         input segement format. If input segment is in TIME it is
+         Packetized, and if it is in BYTES it is not.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736252
+
+2014-09-15 14:39:41 +0200  Antonio Ospite <ao2@ao2.it>
+
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/gstximagesrc.h:
+       * sys/ximage/ximageutil.c:
+       * sys/ximage/ximageutil.h:
+         ximagesrc: Remove unused screen-num property
+         The screen number can be still specified as part of the display-name
+         property (e.g. for screen 1 of display 0 use display-name=":0.1").
+         https://bugzilla.gnome.org/show_bug.cgi?id=736122
+
+2014-09-04 16:10:51 +0200  Antonio Ospite <ao2@ao2.it>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: Draw the cursor only when it is active in the capturing region
+         Use XQueryPointer to check that the pointer is actually active inside
+         the capturing region.
+         This prevents drawing the cursor when the pointer is partially outside
+         of the captured region but not active inside the region; in particular
+         this avoids drawing the "window resize" cursor shapes to the captured
+         image when the mouse pointer crosses a window border.
+         NOTE that this is not only an optimization, this also happen to fix
+         a serious problem in multi-screen setups.
+         Because XFixes gives no information of what screen the pointer is on,
+         ximagesrc was always drawing the cursor on the captured screen even if
+         the mouse pointer was on another screen.
+         For example, when capturing from screen 1 (i.e. display-name=":0.1") the
+         cursor was drawn in the captured image even when the mouse pointer was
+         actually on screen 0, which is wrong and visually confusing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690646
+
+2014-09-05 11:33:31 +0200  Antonio Ospite <ao2@ao2.it>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: Fix drawing the cursor when it is outside the capturing region
+         When the cursor is partially or totally out of the capturing region on
+         the top side or on the left side, it gets drawn fully inside of the
+         region with its coordinates rounded up to the left or to the top border.
+         This is immediately noticeable when using the xid property to capture
+         a specific window.
+         To fix the issue, allow negative cx and cx coordinates when checking the
+         boundaries before drawing the cursor.
+         NOTE that the boundaries checking calculations still allows the cursor
+         to be drawn when it is only partially outside of the capturing region,
+         but this makes sense and gives a more pleasing visual behaviour.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690646
+
+2014-09-05 00:15:30 +0200  Antonio Ospite <ao2@ao2.it>
+
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/gstximagesrc.h:
+         ximagesrc: Fix the destination coordinates of the cursor
+         XFixes provides the cursor coordinates relative to the root window, this
+         is not taken into account when using the xid property to capture
+         a specific window, the result is that the cursor gets drawn at the wrong
+         position.
+         In order to fix this consider the window location when calculating the
+         cursor position in the destination image.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690646
+
+2014-09-15 14:51:24 +0200  Peter Korsgaard <peter@korsgaard.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: O_CLOEXEC needs _GNU_SOURCE
+         Similar to 94f3d6fc / bz 709423
+         On some systems (E.G. uClibc and older Glibc versions), O_CLOEXEC is only
+         defined when _GNU_SOURCE is specified, so do so.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736670
+
+2014-09-15 18:11:37 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/debugutils/gstcapssetter.c:
+         capssetter: update to 1.0 transform_caps sematics
+         In 1.0, we pass the complete caps to transform_caps to allow for better
+         optimizations. Make this function actually work on non-simple caps
+         instead of just ignoring the configured filter caps.
+
+2014-09-08 14:06:00 +0200  Peter G. Baum <peter@dr-baum.net>
+
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavenc/gstwavenc.h:
+         wavenc: use WAVE_FORMAT_EXTENSIBLE for more than 2 channels
+         https://bugzilla.gnome.org/show_bug.cgi?id=733444
+
+2014-09-12 15:06:50 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Fix parsing of adtl chunks
+         We have to skip 12 bytes of data for the chunk, and the data size
+         passed to the sub-chunk parsing functions should have 4 bytes less
+         than the data size.
+         Also when parsing the sub-chunks, check if we actually have enough
+         data to read instead of just crashing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736266
+
+2014-09-12 10:55:23 +0530  Sanjay NM <sanjay.nm@samsung.com>
+
+       * gst/udp/gstudpsrc.c:
+         udp: include string.h for memcmp and memset
+         https://bugzilla.gnome.org//show_bug.cgi?id=736528
+
+2014-09-12 13:36:18 +0530  Anuj Jaiswal <anuj.jaiswal@samsung.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: don't bitwise OR the same flag twice
+         https://bugzilla.gnome.org//show_bug.cgi?id=736543
+
+2014-09-12 10:35:36 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: handle real audio 28_8
+         Fixes duplicate check for 14_4.
+         https://bugzilla.gnome.org//show_bug.cgi?id=736543
+
+2014-09-11 14:46:09 +0530  Anuj Jaiswal <anuj.jaiswal@samsung.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: don't OR the same flag twice
+         https://bugzilla.gnome.org/show_bug.cgi?id=736462
+
+2014-09-11 12:52:11 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: If the server reports "Accept-Ranges: none" don't try range requests
+
+2014-09-10 09:50:45 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: Unref pool after usage
+         https://bugzilla.gnome.org/show_bug.cgi?id=736384
+
+2014-09-09 19:03:50 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Don't rank it for now
+         This will prevent the converter to be picked automatically in case
+         someone implement dynamic converter selection support. I'd like this
+         to be ranked only for known device, as it's hard to be sure a device is
+         a converter suited for general purpose. Re-negotiation is also needed
+         before we can rank it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=733607
+
+2014-09-05 08:29:20 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+         v4l2: Detect bad drivers timestamps
+         Even though the UVC driver do a great deal of effort to prevent bad
+         timestamp to be sent to userspace, there still exist UVC hardware that
+         are so buggy that the timestamp endup nearly random. This code detect
+         and ignore timestamp from these drivers, making these camera usable.
+         This has been tested on both invalid and valid cameras, making sure it
+         does not trigger for valid cameras.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732910
+
+2014-08-29 17:09:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Workaround driver that don't support REQBUFS(0)
+         There is still around 18 drivers not yet ported to videobuf2. These driver
+         don't support freeing buffetrs through REQBUFS(0) hence for these the
+         memory type probing fails. In order to gain back our previous behaviour in
+         presence of these, we implement a workaround that assuming MMAP is
+         supported. Note that an allocator is only created for device with
+         STREAMING support in the device capabilities. In such case one of MMAP,
+         USERPTR and DMABUF is required. Though DMABUF came afterward, so is
+         not an option and in practice none of these drivers will only do USERPTR.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735660
+         Also-by: Hans de Goede <hdegoede@redhat.com>
+
+2014-09-04 15:11:40 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Merge min_buffers_for* variable into one
+         Reuse the same min_buffers variable for both capture and output, this
+         reduce the length of lines and make the code more readable.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736072
+
+2014-09-04 18:35:46 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: set min_latency for output device according to required minimum number of buffers
+         Since we can get the minimum number of buffers needed by an output
+         device to work, use it to set min_latency which will determine how many
+         buffers are queued.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736072
+
+2014-09-09 16:10:56 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/udpsrc.c:
+         tests: udpsrc: add check to make sure multiple memory chunks are used
+
+2014-09-09 15:55:18 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/udpsrc.c:
+         tests: udpsrc: wait for buffers with GCond instead of sleeping
+         Avoids half-second sleep for no reason.
+
+2014-09-09 15:31:32 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/udpsrc.c:
+         tests: udpsrc: split out socket setup
+
+2014-09-09 13:46:56 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: more efficient memory handling
+         Drop use of g_socket_get_available_bytes() which is
+         not useful on all systems (where it returns the size
+         of the entire buffer not that of the next pending
+         packet), and is yet another syscall and apparently
+         very inefficient on Windows in the UDP case.
+         Instead, when reading UDP packets, use the more featureful
+         g_socket_receive_message() call that allows to read into
+         scattered memory, and allocate one memory chunk which is
+         likely to be large enough for a packet, while also providing
+         a larger allocated memory chunk just in case the packet
+         is larger than expected. If the received data fits into the
+         first chunk, we'll just add that to the buffer we return
+         and re-use the fallback buffer for next time, otherwise we
+         add both chunks to the buffer.
+         This reduces memory waste more reliably on systems where
+         get_available_bytes() doesn't work properly.
+         In a multimedia streaming scenario, incoming UDP packets
+         are almost never fragmented and thus almost always smaller
+         than the MTU size, which is also why we don't try to do
+         something smarter with more fallback memory chunks of
+         different sizes. The fallback scenario is just for when
+         someone built a broken sender pipeline (not using a
+         payloader or somesuch)
+         https://bugzilla.gnome.org/show_bug.cgi?id=610364
+
+2014-09-09 12:15:43 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+         udpsrc: rework memory allocation bits and ensure we always have two chunks of memories to read into
+         First chunk is the likely/expected buffer size, second is as
+         fallback in case the packet is larger in the end.
+         Next step: actually use these.
+
+2014-09-09 09:42:15 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+         udpsrc: track max packet size and save allocator negotiated by GstBaseSrc
+
+2014-09-08 16:15:05 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audiofx/audioecho.c:
+         audioecho: fix example command line
+
+2014-09-07 12:46:08 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix crash with certain videos
+         This is a regression from 1.2 caused by the port
+         to the pad flow combiner.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736192
+
+2014-09-04 16:21:20 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska-demux: Don't handle parse errors at the end of file as an error
+         But only if they happen after the Matroska segment.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735833
+
+2014-09-04 12:14:11 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Include redirection target in error messages
+         Just giving the original URI can give the false impression that e.g.
+         that one failed host name resolution, while actually the redirection target
+         did.
+
+2014-09-02 11:13:44 +0400  Andrei Sarakeev <sarakusha@gmail.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Fix synchronization if dynamically changing the FPS
+         https://bugzilla.gnome.org/show_bug.cgi?id=735859
+
+2014-09-02 13:52:43 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/smpte/gstsmpte.c:
+         smpte: Check if input caps are the same and create output caps from video info
+         This makes sure that also properties like the pixel-aspect-ratio are the same
+         between both streams and that the output caps contain all fields necessary for
+         complete video caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735804
+
+2014-09-02 17:22:07 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: replace with gst_buffer_copy
+         gst_buffer_ref and gst_buffer_writable is being used to create a writable copy of source buffer.
+         replacing the same with gst_buffer_copy as the functionality is same.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735880
+
+2014-09-03 23:06:53 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: mark jpeg and png as parsed so avdec_mjpeg can be used too
+         https://bugzilla.gnome.org/show_bug.cgi?id=735971
+
+2014-09-03 11:46:13 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+         gdkpixbufdec: free query after use
+         In gst_gdk_pixbuf_dec_setup_pool(), query is being allocated using
+         gst_query_new_allocation(), but the same is not unreferenced
+         hence calling gst_query_unref() after usage of query.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735950
+
+2014-09-03 23:46:34 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Silence some warnings for normal file contents
+
+2014-09-01 09:56:02 +0200  Nicolas Huet <nicolas.huet@parrot.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Fix parsing issue when the buffer does not have a complete ADTS/LOAS frame
+         https://bugzilla.gnome.org/show_bug.cgi?id=735520
+
+2014-09-02 09:09:49 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp9dec.c:
+         vp9dec: Get input width/height from the codec instead of the input caps
+         They are reported properly by libvpx if the correct struct members are used.
+         This also fixes handling of resolution changes without input caps changes.
+         https://bugzilla.gnome.org/show_bug.cgi?id=719359
+
+2013-10-22 18:49:22 +0100  Tom Greenwood <tcdgreenwood@hotmail.com>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Fix for handling resolution changes when decoding VP8
+         If the resolution changes in the bitstream without the input caps changing we
+         would previously output corrupted video or crash.
+         https://bugzilla.gnome.org/show_bug.cgi?id=719359
+
+2014-09-02 00:55:17 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * ext/vpx/gstvp9dec.c:
+         vp9dec: Fix segfault when a new caps is received
+         Remember to unref the output caps when a new caps event is received
+         as it should generate a new one based on the new caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=734266
+
+2014-09-02 00:54:35 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * tests/check/elements/vp8dec.c:
+         tests: vp8dec: add test for caps renegotiation
+         Check that vp8dec can properly accept a new caps when upstream
+         changes it
+         https://bugzilla.gnome.org/show_bug.cgi?id=734266
+
+2014-08-05 10:34:39 +0200  Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Reset output and input states when changing format
+         https://bugzilla.gnome.org/show_bug.cgi?id=734266
+
+2014-09-01 16:39:23 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: Don't call gst_caps_unref() on template caps when already unreferenced
+         Adding an extra condition while calling gst_caps_unref (templ)
+         and replacing gst_caps_make_writable (gst_caps_ref (caps)) with
+         gst_caps_copy (caps) in line 177, since the functionality is same.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735795
+
+2014-08-29 12:01:27 +0200  Hans de Goede <hdegoede@redhat.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: get_nearest_size: Fix "Unsupported field type" errors
+         Most V4L2 ioctls like try_fmt will adjust input fields to match what the
+         hardware can do rather then returning -EINVAL. As is docmented here:
+         http://linuxtv.org/downloads/v4l-dvb-apis/vidioc-g-fmt.html
+         EINVAL is only returned if the buffer type field is invalid or not supported.
+         So upon requesting V4L2_FIELD_NONE devices which can only do interlaced
+         mode will change the field value to e.g. V4L2_FIELD_BOTTOM as only returning
+         half the lines is the closest they can do to progressive modes.
+         In essence this means that we've failed to get a (usable) progessive mode
+         and should fall back to interlaced mode.
+         This commit adds a check for having gotten a usable field value after the first
+         try_fmt, to force fallback to interlaced mode even if the try_fmt succeeded,
+         thereby fixing get_nearest_size failing on these devices.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735660
+
+2014-08-29 10:57:20 +0200  Hans de Goede <hdegoede@redhat.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: get_nearest_size: Always reinit all struct fields on retry
+         They may have been modified by the ioctl even if it failed. This also makes
+         the S_FMT fallback path try progressive first, making it consistent with the
+         preferred TRY_FMT path.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735660
+
+2014-08-29 11:55:26 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Store size of data tag in a 64 bit integer locally too
+         Otherwise we will clip the DS64 value of RF64 files to 32 bits again.
+
+2014-08-29 11:53:23 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Use 64 bit scaling functions now that fact is a 64 bit integer
+
+2014-08-27 18:55:18 +0200  Peter G. Baum <peter@dr-baum.net>
+
+       * gst/wavparse/gstwavparse.c:
+       * gst/wavparse/gstwavparse.h:
+         wavparse: support rf64 format
+         https://bugzilla.gnome.org/show_bug.cgi?id=735627
+
+2014-08-28 13:48:50 -0600  Jason Litzinger <jlitzinger@control4.com>
+
+       * gst/multipart/multipartdemux.c:
+         multipartdemux: Ensure caps before pad added.
+         This stores the stream-start, sets caps, and then adds the pad,
+         which ensures that the caps are set for the "pad-added" callback.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735626
+
+2014-08-28 15:03:50 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Fallback to PTS if DTS is missing
+         Fixing a regression introduce when fixing:
+         https://bugzilla.gnome.org/show_bug.cgi?id=731352
+
+2014-08-28 16:13:29 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: Remove impossible error condition
+         We return EOS after the first buffer, and GstPad will make sure now that we
+         won't get any other buffer afterwards until a flush happens. No need to check
+         for it ourselves.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735581
+
+2014-08-28 13:53:23 +0530  Vineeth T M <vineeth.tm@samsung.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+         gdkpixbufdec: EOS and NOT_LINKED are no errors in general
+         Don't post an error message for them but let upstream handle
+         anything accordingly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735564
+
+2014-08-27 21:07:26 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flvmux: Correctly offset timestamp
+         The previous method would break AV sync in the case audio or video
+         didn't start at the same point in running time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=731352
+
+2014-08-27 20:56:12 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Save dts from buffer
+         We no longer set dts in muxed buffer. This would lead to encoding tags
+         with timestamp 0 instead of the timestamp of previous buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=731352
+
+2014-07-28 20:58:59 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flvmux: Ensure Timestamp starts at 0
+         FLV documentation stipulates that timestamp must start at zero.
+         In order to respect this rule, keep the first timestamp around
+         and offset the timestamp from this value. This allow for longer
+         recording time in presence of timestamp that does not start
+         at 0 already.
+         https://bugzilla.gnome.org/show_bug.cgi?id=731352
+
+2014-06-06 23:17:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+       * gst/flv/gstflvmux.c:
+         flv: Tag timestamp are DTS not PTS
+         The tags in FLV are DTS. In audio cases, and for many video format this makes
+         no difference, but for AVC with B-Frames, PTS need to be computed from
+         composition timestamp CTS, with PTS = DTS + CTS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=731352
+
+2014-08-07 21:58:14 -0400  Youness Alaoui <kakaroto@kakaroto.homelinux.net>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: Allow rtp caps without clock-rate
+         The jitterbuffer shouldn't force clock-rate on its sink pad, this will cause a negotiation issue since rtpssrcdemux doesn't have the clock-rate and doesn't add it to the caps. The documentation states that the clock-rate can either be specified through the caps or through the request-pt-map signal, so we must remove clock-rate from the pad templates and we must accept the GST_EVENT_CAPS if the caps don't have the clock-rate.
+         https://bugzilla.gnome.org/show_bug.cgi?id=734322
+
+2014-08-18 14:05:52 -0300  Thiago Santos <thiagoss@osg.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: avoid crashing on dash streams
+         DASH/fragmented moov might have no samples as those are carried
+         in moof fragments. Avoid crashing or failing the stream because
+         of that.
+
+2014-08-18 10:33:48 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * tests/examples/equalizer/demo.c:
+       * tests/examples/spectrum/demo-audiotest.c:
+       * tests/examples/spectrum/demo-osssrc.c:
+         examples: use 'post-messages' property instead of deprecated 'message' property
+         https://bugzilla.gnome.org/show_bug.cgi?id=734979
+
+2014-08-18 11:45:54 +0200  Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+       * gst/udp/gstudpsrc.c:
+         udp: fix udpsrc documentation
+         udpsrc gtk-doc documentation refers to sockfd and closefd properties which has
+         been removed. This patch replaces those references to socket and close-socket
+         respectively.
+         https://bugzilla.gnome.org/show_bug.cgi?id=734987
+
+2014-08-15 10:09:56 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Make the default timescale 1/1800 second
+         The old default timescale of 1 millisecond produces irrational
+         numbers for a lot of framerate/audio-packet-duration multiples.
+         1/1800 is a nicer number, as it tends to produce better fractions
+         and therefore slightly higher accuracy overall
+
+2014-08-15 01:17:27 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska: Use gst_video_guess_framerate() function
+         Remove local framerate guessing function in favour of
+         the new gst_video_guess_framerate() function.
+
+2014-08-15 01:12:20 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/Makefile.am:
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Improve framerate calculation/guessing
+         Change the way the output framerate is calculated
+         to ignore the first sample (which is sometimes truncated
+         in my testing) and use the new gst_video_guess_framerate()
+         function to recognise common standard framerates better.
+         Remove the code that was sorting the first 20 sample
+         durations and then ignoring the result.
+
+2014-08-14 16:36:44 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Use the best width/height/etc if downstream can handle that
+         Before it was always using whatever downstream preferred, while
+         the code and documentation claimed something different.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727180
+
+2014-08-14 11:29:00 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Avoid double free of VideoConvert
+         https://bugzilla.gnome.org/show_bug.cgi?id=734764
+
+2014-08-13 11:58:35 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: fix indentation
+
+2014-08-13 11:54:26 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: un-break duration querying
+         Commit 2b9493b5 broke this in two ways: a) we should only
+         pass duration queries in TIME format upstream (or at least
+         not those in DEFAULT or BYTE format), and b) we mustn't
+         overwrite the default value of 'res' from TRUE to FALSE
+         and not set it again later. This led to bogus durations
+         being reported for FLV playback from file, because TIME
+         queries would fail (as 'res' had been set to FALSE) and
+         parsers then do a BYTE query as fallback and try to
+         guesstimate something in return, which of course goes
+         horribly wrong since the BYTE size returned is for the
+         muxed file.
+
+2014-08-13 13:23:10 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videofilter/gstvideobalance.c:
+         videobalance: Allow any raw caps in passthrough mode, not just the ones we handle
+
+2014-08-13 13:04:21 +0300  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videofilter/gstvideobalance.c:
+         videobalance: Allow ANY capsfeatures, but only in passthrough mode
+         When changing the properties to not be in passthrough mode anymore,
+         we will only accept caps we can process ourselves, potentially causing
+         a not-negotiated error.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720345
+
+2014-08-12 11:34:30 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         docs: update for git
+
+2014-08-12 11:33:56 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+         configure: build ximagesrc again when checks succeed
+         Third time lucky, hopefully.
+
+2014-08-11 09:26:17 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+         configure: fix x11 checks to be non-fatal again
+         Must pass an action-if-not-found argument to
+         PKG_CHECK_MODULES or it will error out when
+         it can't find the module requested. Also fix
+         AC_CHECK_LIB usage, extra libs argument was
+         in the wrong place.
+
+2014-08-07 17:12:38 +0300  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: forward DISCONT from upstream to the output streams
+         This makes sense in DASH reverse playback, where the upstream dashdemux
+         will download DASH segments in reverse order, but push their buffers
+         forward to qtdemux and mark each segment start as DISCONT. This needs
+         to be forwarded downstream to the parser/decoder, otherwise it won't work.
+         https://bugzilla.gnome.org/show_bug.cgi?id=734443
+
+2014-08-10 18:55:07 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * configure.ac:
+         configure: use pkg-config to detect x11 and simplify checks
+         AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE.
+         https://bugzilla.gnome.org/show_bug.cgi?id=731047
+
+2014-08-10 12:30:07 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: rtp-payloading: adjust test data to avoid NAL chopping
+         ... and correspondingly unexpected buffer sizes.
+
+2014-08-09 14:22:42 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * ext/speex/gstspeexenc.c:
+         speexenc: Improve annotation of internal function
+         https://bugzilla.gnome.org/show_bug.cgi?id=734542
+
+2014-08-08 12:54:30 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/shapewipe/gstshapewipe.c:
+       * tests/examples/shapewipe/shapewipe-example.c:
+         shapewipe: Unref caps and element after usage
+         https://bugzilla.gnome.org/show_bug.cgi?id=734478
+
+2014-08-09 20:47:30 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: improve debug logging of fourccs
+         If we can't show ASCII, at least show them
+         in big endian order.
+
+2014-08-09 20:46:04 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add support for 'wma ' mapping as found in some ismv files
+         e.g. To_The_Limit_720_2962.ismv
+
+2014-08-09 18:31:20 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add support for 'vc-1' mapping as found in some ismv files
+         e.g. To_The_Limit_720_2962.ismv
+
+2014-08-07 16:34:36 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/rtp/gstrtph263ppay.c:
+         rtph263ppay: Unref pad template caps after use
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734435
+
+2014-08-08 12:36:01 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Unref allowed caps after usage
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734474
+
+2014-08-08 12:40:49 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: Unref pad template caps after usage
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734475
+
+2014-08-08 12:44:09 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/debugutils/gstnavseek.c:
+         navseek: Unref peer pad after usage
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734476
+
+2014-08-08 12:29:52 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Unref pad template caps after usage
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734473
+
+2014-08-05 11:47:39 +0200  Srimanta Panda <srimanta@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: append packetization mode parameter to SDP
+         Append packetization-mode parameter to SDP description.
+         Packetization mode signals the properties of an RTP payload type.
+         https://bugzilla.gnome.org/show_bug.cgi?id=733556
+
+2014-08-08 03:58:14 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+         isomp4/qtmux: Write correct file duration when gaps exist.
+         When writing out a trak with an edit list, make sure the
+         overall file duration is also updated to reflect the
+         lengthening of the stream.
+         Add some more debug to qtdemux to warn about streams that
+         are longer than the file and get truncated.
+
+2014-08-04 15:39:17 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Push the correct segment in TCP mode when seeking
+
+2014-08-03 12:33:32 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: unbreak au aligned byte-stream payloading
+
+2014-07-22 13:24:09 +0200  Srimanta Panda <srimanta@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: append profile-level-id to SDP
+         Append profile-level-id to SDP if available.
+         https://bugzilla.gnome.org/show_bug.cgi?id=733539
+
+2014-07-31 18:47:49 +0200  Edward Hervey <edward@collabora.com>
+
+       * Makefile.am:
+       * common:
+         Makefile: Add usage of build-checks step
+         Allows building checks without running them
+
+2014-07-31 09:53:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/ximage/ximageutil.c:
+         ximagesrc: Fix warning about missing return value
+
+2014-07-24 15:28:09 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/ximageutil.c:
+       * sys/ximage/ximageutil.h:
+         ximagesrc: Add missing return value to Buffer dispose function
+         Depending ont he build, the method could return FALSE, hence never
+         free the buffers, or already TRUE and lead to a crash:
+         Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=733695
+
+2014-07-28 16:49:16 +0200  Philippe Normand <philn@igalia.com>
+
+       * gst/interleave/interleave.c:
+       * tests/check/elements/interleave.c:
+         interleave: set output caps layout to interleaved
+         Set output caps layout independently from input caps layout which can
+         be either non-interleaved or interleaved.
+         https://bugzilla.gnome.org/show_bug.cgi?id=733866
+
+2014-07-26 12:06:39 -0300  Thiago Santos <ts.santos@osg.sisa.samsung.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: clear gcond
+
+2014-07-25 14:30:33 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         Revert "v4l2bufferpool: Workaround elements not requesting any buffers"
+         This was a tempory workaround, we should fix the encoders that do not
+         negotatiate the amount of buffers they need.
+         This reverts commit d03bcba3db15d06dbdea6b776a6f28ed2f03272a.
+
+2014-07-08 14:31:59 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't share own pool if min exceed V4L2 capacity
+         If the minimum required buffer exceed V4L2 capacity, don't share down
+         pool. This allow support very high latency, like with x264enc default
+         encoding settings.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732288
+
+2014-07-25 17:42:20 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: query minimum required buffers for output
+         Some v4l2 devices could require a minimum buffers different from default
+         values. Rather than blindly propose a pool with min-buffers set to the
+         default value, it ask the device using control ioctl.
+         https://bugzilla.gnome.org/show_bug.cgi?id=733750
+
+2014-07-23 18:40:10 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: use directly 'obj' instead of 'v4l2sink->v4l2object'
+         https://bugzilla.gnome.org/show_bug.cgi?id=733616
+
+2014-07-23 18:39:50 +0200  Aurélien Zanelli <aurelien.zanelli@parrot.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: set debug messages according to device type and IO mode
+         https://bugzilla.gnome.org/show_bug.cgi?id=733616
+
+2014-05-24 19:02:59 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Remove is_active checks
+         These checks are no longer required with recent change to the bufferpool. This
+         should allow changing the configuartion, hence the way forward renegotiation
+         support.
+         https://bugzilla.gnome.org/show_bug.cgi?id=728268
+
+2014-07-21 18:11:16 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_lang.c:
+         qtdemux: fix language code parsing for 3-letter codes starting with 'a'
+         And handle special value for 'unspecified' explicitly.
+         https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/QTFFChap4/qtff4.html
+
+2014-07-08 02:18:27 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: Add support for encoding from NV21 and NV12
+         https://bugzilla.gnome.org/show_bug.cgi?id=732870
+
+2014-07-19 18:04:38 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.4.0 ===
+
+2014-07-19 17:20:34 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.4.0
+
+2014-07-19 16:35:41 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2014-07-19 12:32:22 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         po: Update translations
+
+2014-07-19 11:30:30 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videobox/gstvideobox.c:
+         videobox: Don't overwrite the first component with the alpha value for BGRx
+         Instead leave the x component unset when filling the borders.
+         https://bugzilla.gnome.org/show_bug.cgi?id=733380
+
+2014-07-16 17:18:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Properly report in the CAPS query that we can convert ADTS<->RAW
+         https://bugzilla.gnome.org/show_bug.cgi?id=733190
+
+2014-07-13 16:05:56 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/replaygain/gstrgvolume.c:
+         rgvolume: Avoid taking unnecessary refs
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733122
+
+2014-07-13 16:04:23 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: Avoid taking an unnecessary ref
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733122
+
+2014-07-15 16:59:06 +0200  Piotr Drąg <piotrdrag@gmail.com>
+
+       * po/POTFILES.in:
+         po: update POTFILES
+         https://bugzilla.gnome.org/show_bug.cgi?id=733208
+
+2014-07-11 13:35:10 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Fix copy threshold implementation
+         We cannot allocate new buffer in acquire, otherwise the base class
+         is not aware and get confused. Instead, copy in _process(). This leads
+         to crash on finalize.
+         Fixes regression, see https://bugzilla.gnome.org/show_bug.cgi?id=732912
+
+=== release 1.3.91 ===
+
+2014-07-11 11:38:57 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.3.91
+
+2014-07-11 10:58:08 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2014-07-10 18:11:20 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2allocator: Use qdata instead of parenting to DmabufMemory
+         Parenting V4l2Memory to DmabufMemory was in conflict with recent
+         optimization in DmabufMemory to avoid dup(), and didn't work with
+         memory sharing. Instead, use a qdata and it's destroy notify.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730441
+
+2014-07-11 08:52:39 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/da.po:
+       * po/de.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/pl.po:
+       * po/ru.po:
+       * po/uk.po:
+       * po/vi.po:
+         po: Update translations
+
+2014-07-08 17:50:47 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Workaround elements not requesting any buffers
+         This is a workaround for element that don't request buffers when
+         they should.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732288
+
+2014-07-06 11:27:36 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * tests/icles/videocrop-test.c:
+         tests: fix pipeline leak in videocrop test
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732976
+
+2014-07-06 11:26:46 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * tests/examples/rtp/client-rtpaux.c:
+         examples: client-rtpaux: Release reference to parent when done
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732976
+
+2014-07-10 17:19:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix query leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=733003
+
+2014-07-10 12:10:45 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: Return not-negotiated if we got no caps or caps negotiation failed
+         And do it always, not inside a g_return_val_if_fail().
+         See https://bugzilla.gnome.org/show_bug.cgi?id=732939
+
+2014-07-08 13:34:28 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Ensure internal pool activation
+         Before we would hit an assertion "'gst_buffer_pool_is_active (bpool)' failed"
+         if the internal pool was not used to push buffer downstrea, hence not
+         given to the baseclass.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732912
+
+2014-07-04 20:22:10 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: fix double unlock in segment seek segment code path
+         We only want to unlock if we push an event downstream and
+         jump to done_unlock label afterwards. We would also unlock
+         in case of a segment seek and then unlock again later, and
+         nothing good can come of that.
+         (This code looks a bit dodgy anyway though, shouldn't it
+         also bail out with FLOW_EOS here in case of a segment seek
+         scenario, just without the event?)
+
+2014-07-04 19:45:55 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/qtmux.c:
+         tests: qtmux: suppress glib criticals caused by testing deprecated dts methods
+
+2014-07-04 03:21:30 +0200  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * gst/avi/gstavidemux.c:
+       * gst/wavparse/gstwavparse.c:
+         avidemux, wavparse: Print invalid fourcc 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=732714
+
+2014-07-03 15:21:18 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Pool might be NULL in decide allocation
+         If special stride is needed and downstream don't support VideoMeta,
+         pool might be NULL in order to let the baseclass create a generic
+         pool­. This would lead to assertion with on Exynos with:
+         gst-launch-1.0 -v filesrc location=mov ! qtdemux ! h264parse ! \
+         v4l2video8dec ! fakesink
+         https://bugzilla.gnome.org/show_bug.cgi?id=732707
+
+2014-07-03 15:29:54 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: Handle FD error during poll
+         This will ensure we fail earlier if something unrecoverable
+         happens.
+
+2014-07-03 15:28:45 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: Wait before polling if queue is empty
+         In kernel before 3.17, polling during queue underrun would unblock right
+         away and trigger POLLERR. As we are not handling POLLERR, we would endup
+         blocking in DQBUF call, which won't be unblocked correctly when going
+         to NULL state. A deadlock at start caused by locking error in libv4l2 was
+         also seen before this patch. Instead, we wait until the queue is no longer
+         empty before polling.
+         https://bugzilla.gnome.org/show_bug.cgi?id=731015
+
+2014-07-02 16:01:47 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix for mikey api change
+
+2014-06-30 10:29:54 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix probing and enumeration of stepwise frame sizes
+         The code enumerating STEPWISE framesizes would start from
+         (min_w, min_h) and then add (step_w, step_h) to get the
+         next framesize. However, it should really allow any width
+         from min_w to max_w with step_w and same for heights.
+         Secondly, we would add and probe each individual stepped
+         frame size to the caps as separate structure, which would
+         lead to hundreds if not thousands of structs ending up in
+         the probed caps. Use integer ranges with steps instead.
+         This was particularly noticable with the Raspberry Pi Cam.
+         https://bugzilla.gnome.org/show_bug.cgi?id=724521
+         https://bugzilla.gnome.org/show_bug.cgi?id=732458
+         https://bugzilla.gnome.org/show_bug.cgi?id=726521
+
+2014-06-27 11:33:06 +0100  Daniel Drake <drake@endlessm.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: drop workaround for misbehaving TRY_FMT
+         This workaround from 2011 was causing 25 S_FMT ioctls to be sent
+         to my UVC webcam from under gst_v4l2_object_get_caps as it probes
+         all the formats. In total, this adds up to about 5 seconds of
+         execution time, or a 10 second delay while starting up cheese.
+         These ioctls come from a workaround from 2011 where TRY_FMT might
+         make changes to hardware settings, so S_FMT was used to restore
+         the original config:
+         https://bugzilla.gnome.org/show_bug.cgi?id=649067
+         The driver bug is now assumed fixed. Remove the workaround to fix the
+         long startup delay.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732326
+
+2014-07-01 12:50:31 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: reset QoS on segment event
+         https://bugzilla.gnome.org/show_bug.cgi?id=732540
+
+2014-07-01 15:14:34 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: send gap events instead of segment tricks
+         This fixes missing frames from being time skipped.
+         https://bugzilla.gnome.org/show_bug.cgi?id=732372
+
+2014-06-30 00:00:32 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Fix memory leaks in unit test
+
+2014-06-29 23:55:19 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Don't leak caps
+
+2014-06-29 20:02:14 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Fix compiler warning when compiling with G_DISABLE_ASSERT
+
+2014-06-29 19:59:53 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Fix compiler warning when compiling with G_DISABLE_ASSERT
+
+2014-06-29 19:57:57 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Fix compiler warnings when compiling with G_DISABLE_ASSERT
+
+2014-06-29 19:54:44 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlacemethod.c:
+         deinterlace: Fix compiler warnings when compiling with G_DISABLE_ASSERT
+
+2014-06-29 17:05:13 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/pulse/pulsedeviceprovider.c:
+         pulse: fix compiler warnings when compiling with -DG_DISABLE_ASSERT
+         Compiler complains about uninitialised variables in the impossible
+         'default' code path in device provider source/sink switch-case.
+
+2014-06-29 17:03:17 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2deviceprovider.c:
+         v4l2: fix compiler warnings when compiling with -DG_DISABLE_ASSERT
+         Compiler complains about uninitialised variables in the impossible
+         'default' code path in device provider source/sink switch-case.
+
+2014-06-28 17:40:45 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/matroskaparse.c:
+         tests: matroskaparse: fail on errors and disable pull mode test
+         Actually look for error messages on the bus and fail if there
+         is one before the EOS message. Disable pull mode test which is
+         pointless as long as matroskaparse only supports push mode
+         (pull mode support has not been ported over to 1.0).
+
+2014-06-28 17:37:23 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: don't error out if there's not enough data in the adapter
+         gst_matroska_parse_take() would return FLOW_ERROR instead of
+         FLOW_EOS in case there's less data in the adapter than requested,
+         because buffer is NULL in that case which triggers the error
+         code path. This made the unit test fail (occasionally at least,
+         because of a bug in the unit test there's a race and it would
+         happen only sporadically).
+
+2014-06-28 16:53:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/videomixerorc-dist.c:
+       * gst/videomixer/videomixerorc-dist.h:
+         videomixer: Update dist generated ORC files
+
+2014-06-28 16:48:13 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/gstcms.c:
+       * gst/videomixer/gstcms.h:
+       * gst/videomixer/videoconvert.c:
+       * gst/videomixer/videoconvert.h:
+       * gst/videomixer/videomixerorc.orc:
+         videomixer: Update videoconvert code from -base
+         And also rename the remaining symbols to prevent conflicts
+         during static linking.
+         https://bugzilla.gnome.org/show_bug.cgi?id=728443
+
+2014-06-28 13:01:46 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/autodetect/gstautovideosrc.c:
+         autovideosrc: use videotestsrc as fallback element instead of fakesrc
+         fakesrc doesn't announce video caps, so most video pipelines will
+         just error out with not-negotiated if a fallback element is created.
+
+2014-06-28 12:44:31 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautodetect.c:
+       * gst/autodetect/gstautodetect.h:
+         autoaudiosrc: use audiotestsrc as fallback element instead of fakesrc
+         fakesrc doesn't announce audio caps, so most audio pipelines will
+         just error out with not-negotiated if a fallback element is created.
+
+=== release 1.3.90 ===
+
+2014-06-28 11:21:15 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.3.90
+
+2014-06-28 11:08:33 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2014-06-26 14:52:57 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/Makefile.am:
+       * ext/pulse/plugin.c:
+       * ext/pulse/pulsedeviceprovider.c:
+       * ext/pulse/pulsedeviceprovider.h:
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2deviceprovider.c:
+       * sys/v4l2/gstv4l2deviceprovider.h:
+         Rename GstDeviceMonitor to GstDeviceProvider
+
+2014-06-24 09:14:40 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/videobox.c:
+         videobox: Add unit test
+         https://bugzilla.gnome.org/show_bug.cgi?id=732144
+
+2014-06-16 11:35:39 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Declare as Compositor in 'klass'
+
+2014-06-26 13:50:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: fix speex caps
+         Decoder complains about "notification: Invalid mode encountered.
+         The stream is corrupted" though, even if it works, so there's
+         probably something wrong with the generated codec headers.
+
+2014-06-26 13:43:33 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: fix speex in FLV
+         Speex in FLV is always mono @ 16kHz, see
+         http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf
+         section E.4.2.1: "If the SoundFormat indicates Speex, the audio is
+         compressed mono sampled at 16 kHz, the SoundRate shall be 0, the
+         SoundSize shall be 1, and the SoundType shall be 0"
+         Also see https://bugzilla.gnome.org/show_bug.cgi?id=683622
+
+2014-06-26 05:19:57 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         isomp4: Add object type id and fourcc for DTS/DTS-HD
+         Enables playback for files with DTS audio tracks.
+         Also add an extra AC-3 variant fourcc from Nero
+
+2014-03-13 10:35:30 +0100  David Fernandez <d.fernandezlop@gmail.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: Solve segmentation fault when src caps are configured
+         Change function pointers to NULL while holding the lock to avoid
+         race conditions
+         https://bugzilla.gnome.org/show_bug.cgi?id=701110
+
+2014-06-25 14:34:21 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: improve SR packet handling
+         Implement 3 different cases for handling the SR:
+         1) we don't have enough timing information to handle the SR packet and
+         we need to wait a little for more RTP packets. In that case we keep
+         the SR packet around and retry when we get an RTP packet in the
+         chain function.
+         2) the SR packet has a too old timestamp and should be discarded. It is
+         labeled invalid and the last_sr is cleared.
+         3) the SR packet is ok and there is enough timing information, proceed
+         with processing the SR packet.
+         Before this patch, case 2) and 1) were handled in the same way,
+         resulting that SR packets with too old timestamps were checked over and
+         over again for each RTP packet.
+
+2014-06-24 10:47:33 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/udpsink.c:
+         tests: add udpsink test to check client add/remove
+
+2014-06-23 16:13:27 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/udpsink.c:
+         tests: port udpsink tests to 1.0
+         They all seem a bit pointless though.
+
+2014-06-23 19:55:29 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: Add UYVY format
+
+2014-06-06 11:20:21 +0200  Miguel París Díaz <mparisdiaz@gmail.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         gstrtpssrcdemux: manage ssrc of RTCP RR packets
+         https://bugzilla.gnome.org/show_bug.cgi?id=731324
+
+2014-06-23 20:53:50 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Update offset after parsing adtl chunk
+         Otherwise we will parse it over and over again without ever
+         getting past it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=731533
+
+2013-07-07 20:18:27 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: remove legacy code for passing a window handle
+         "have-ns-view" and the "embed" property was kept in 0.10 for
+         backwards compatibility but it's no longer used in favor of
+         the GstVideoOverlay interface
+         https://bugzilla.gnome.org/show_bug.cgi?id=703753
+
+2014-06-22 19:36:14 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+2014-06-22 19:26:03 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: Don't call GST_DEBUG_OBJECT() and other macros with non-GObject objects
+         It will crash with latest GLib GIT and was never supposed to work before
+         either.
+
+=== release 1.3.3 ===
+
+2014-06-22 18:08:03 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.3.3
+
+2014-06-22 17:36:28 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2014-06-22 14:24:24 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         po: Update translations
+
+2014-06-21 01:32:03 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/pulse/pulsedevicemonitor.c:
+       * sys/v4l2/gstv4l2devicemonitor.c:
+         pulse, v4l2: update for device "klass" -> "device-class" rename
+
+2014-06-20 12:21:05 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: optimisation: avoid unnecessary memory ref/unrefs
+         We know the buffer will stay valid and we will also not
+         modify the buffer, we just want to send out the data.
+
+2014-06-19 14:59:48 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         multiudpsink: avoid some unnecessary run-time type checks
+
+2014-06-19 16:17:23 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: pass the stream id when asking for crypto params
+         This way the app can choose different parameters for each stream.
+
+2014-05-20 14:58:07 -0700  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: add support for key length parameters
+         This patch adds supports for the incoming key management parameters for
+         encryption and authentication key lengths.
+         It also adds a new signal request-rtcp-key that allows the user to
+         provide the crypto parameters and key for the RTCP stream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730473
+
+2014-06-19 15:25:01 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtp/gstrtpvp8depay.c:
+         vp8depay: fix header size checking
+         Use a different variable name to make it clear that we are calculating
+         the header size.
+         Correctly check that we have enough bytes to read the header bits. We
+         were checking if there were 5 bytes available in the header while we
+         only needed 3, causing the packet to be discarded as too small.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723595
+
+2014-05-20 12:39:31 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph264pay.h:
+         rtph264pay: propagate the GST_BUFFER_FLAG_DISCONT flag
+         Similarly to what we did with the DELTA_UNIT flag, this patch
+         propagates the DISCONT flag to the first RTP packet being used to transfer a
+         DISCONT buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730563
+
+2014-05-06 17:42:14 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph264pay.h:
+         rtph264pay: propagate the GST_BUFFER_FLAG_DELTA_UNIT flag
+         Downstream elements may be interested knowing if a RTP packet is the start
+         of a key frame (to implement a RTP extension as defined in the
+         ONVIF Streaming Spec for example).
+         We do this by checking the GST_BUFFER_FLAG_DELTA_UNIT flag we receive from
+         upstream and propagate it to the *first* RTP packet outputted to transfer this
+         buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730563
+
+2014-05-20 13:58:20 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4gpay.h:
+         gstrtpmp4gpay: propagate the GST_BUFFER_FLAG_DISCONT flag
+         Propagate the DISCONT flag to the first RTP packet being used to transfer
+         a DISCONT buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730563
+
+2014-05-20 13:58:20 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay: propagate the GST_BUFFER_FLAG_DISCONT flag
+         Propagate the DISCONT flag to the first RTP packet being used to transfer
+         a DISCONT buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730563
+
+2014-06-18 15:03:25 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: don't leak flow combiner
+
+2014-06-18 14:38:55 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpj2kpay.c:
+         rtpjp2kpay: pre-allocate buffer-list of the right size
+
+2014-06-18 14:34:09 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay: pre-allocate buffer list of the right size
+
+2014-06-18 14:19:28 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpmp4vpay.c:
+         rtpmp4vpay: pre-allocate buffer list of the right size
+
+2014-06-18 13:44:31 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8pay: allocate bitreader on the stack
+
+2014-06-18 13:29:47 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8pay: post error message on bus on error and don't use g_message()
+
+2014-06-18 13:20:44 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8pay: couple of minor optimisations
+         Pre-allocate buffer list of the right size to avoid re-allocs.
+         Avoid plenty of double runtime cast checks and re-doing the
+         same calculation over and over again in rtp_vp8_calc_payload_len().
+         Only call gst_buffer_get_size() once.
+
+2014-06-18 08:10:03 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: pre-allocate buffer list of the right size
+         To avoid re-allocs.
+
+2014-06-18 07:52:05 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: pre-allocate bufferlist of the right size
+         To avoid unnecessary re-allocs.
+
+2014-06-16 20:15:43 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtph264pay.c:
+       * tests/check/elements/rtp-payloading.c:
+         rtph264pay: push single buffer directly, no need to wrap it in a bufferlist
+         No point in a buffer list if we just have one single
+         buffer to push. Fix up unit test to handle that case
+         as well.
+
+2014-06-16 15:35:12 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtp/gstrtpvrawpay.h:
+         rtpvrawpay: make chunks per frame configurable
+         Bit of a misnomer because it's really chunks per field
+         and not per frame, but we're going to ignore that for
+         the time being.
+
+2014-06-16 14:52:16 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtp/gstrtpvrawpay.h:
+         rtpvrawpay: remove unused variables
+
+2014-06-16 14:44:27 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         rtpvrawpay: pre-allocate buffer lists of sufficient size
+         Avoids unnecessary reallocs when appending buffers
+         to the bufferlist.
+
+2014-06-16 13:51:03 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         rtpvrawpay: micro-optimise variable access in inner loop
+         Store some values that don't change during the execution
+         of the inner loops locally, so the compiler knows that too.
+
+2014-06-16 13:38:47 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         rtpvrawpay: use buffer lists
+         Collect buffers to send out in buffer lists instead of
+         pushing out single buffers one at a time. For HD video
+         each frame might easily add up to a couple of thousand
+         packets, multiply that by the frame rate and that's a
+         lot of push() and sendmsg() calls per second.
+         A good reason to push out buffers as early as possible is
+         latency, so we don't accumulate the whole frame in a single
+         buffer list, but instead push it out in a few chunks, which
+         is hopefully a reasonable compromise.
+
+2014-06-16 16:40:07 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+         udp: improve element descriptions for dynudpsink and multiudpsink
+
+2014-06-16 16:17:16 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+         udp: remove suppression of compiler warnings for deprecated GLib API
+         Not needed any more.
+
+2014-06-17 13:16:27 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
+
+       * gst/videobox/gstvideobox.c:
+         videobox: Fix caps negotiation issue
+         Make sure that if AYUV is received it will detect that it can produce
+         both RGB and YUV formats
+         Signed-off-by: Ravi Kiran K N <ravi.kiran@samsung.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=725248
+
+2014-06-16 12:02:41 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtp/gstrtptheoradepay.c:
+         rtptheoradepay: fix double frees
+         Fix double-frees introduced to fix another coverity report.
+         CID 1223053
+
+2014-06-13 10:12:07 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstdynudpsink.c:
+         dynudpsink: return FLUSHING when sendto got canceled, not an error
+
+2014-06-13 09:52:03 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/oss/gstosshelper.c:
+         oss: simplify probed caps before returning them
+         Exposes all formats in the first structure if the
+         rest is the same for all of them.
+
+2014-06-13 09:45:28 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/oss/gstosshelper.c:
+         oss: make sure 16-bit formats are before 8-bit formats in probed caps
+         Probe supported formats in order of desirability rather than in
+         what order they may happen to be in the formats bitmask. Fixes
+         accidentally exposure of 8-bit formats in caps before 16-bit formats
+         (in case where U16 was not supported S8 might be listed before S16).
+         https://bugzilla.gnome.org/show_bug.cgi?id=706884
+
+2014-06-12 16:36:24 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Cleanly handle v4l2_allocator_new failure
+
+2014-06-12 11:24:15 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtptheoradepay.c:
+         rtptheordepay: fix leaks
+         Coverity 1212163
+
+2014-06-12 11:16:08 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpg729pay.c:
+         rtpg729pay: leak fixes
+         Coverity 1212159
+
+2014-06-12 11:11:38 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: fix leak
+         Coverity 1212157
+
+2014-06-12 10:43:53 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtph263pay.c:
+         rtph263pay: fix leaks
+         Coverity 1212149
+
+2014-06-12 10:31:47 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpdvpay.c:
+         rtpdvpay: catch failures to map buffer
+         Coverity 1139741
+
+2014-06-11 17:43:42 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/multipart/multipartdemux.c:
+         multipartdemux: guard against having no MIME type
+         The code would previously crash trying to insert a NULL string
+         into a hash table.
+         It does seem a little broken that indexing is done by MIME type
+         and not by index though, unless the spec says there cannot be
+         two parts with the same MIME type.
+         https://bugzilla.gnome.org/show_bug.cgi?id=659573
+
+2014-06-10 15:42:14 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartdemux.h:
+         multipartdemux: Send stream-start event
+         This event was not sent. Send it before caps, this requires the pad to
+         be parented. This removes warning like: "Got data flow before
+         stream-start event".
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=731475
+
+2014-06-10 15:33:33 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: avoid looping indefinitely in broken svq3 files
+         Abort if an atom with size 0 is read from within the svq3 stsd
+         atoms
+         https://bugzilla.gnome.org/show_bug.cgi?id=726512
+
+2014-06-10 10:52:23 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: add const where appropriate
+
+2014-06-09 10:39:20 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * ext/speex/gstspeexenc.c:
+         speexenc: add missing va_end in variadic function
+         Coverity 1139944
+
+2014-06-09 10:04:38 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Attempt upstream seek first
+         If we have an upstream element that can handle the seek (such as
+         rtmpsrc), try to do that first before attempting it ourself.
+
+2014-06-04 11:34:27 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: do not include codec_data on raw audio caps
+         If the wav header contains an extended chunk, we want to keep
+         the codec_data field, but not for raw audio.
+         This fixes some elements (such as adder) from failing to intersect
+         raw audio caps which would otherwise be intersectable.
+
+2014-06-05 09:38:29 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Query duration upstream first
+         Upstream elements (like rtmpsrc) might be able to provide the duration
+         more accurately than flvdemux. Especially with index-less vod files
+
+2014-05-30 19:37:57 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Cleanup poll method and retry on EINTR/EAGAIN
+         https://bugzilla.gnome.org/show_bug.cgi?id=731015
+
+2014-03-06 16:37:51 +0100  Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: set RESYNC buffer flag when bridging large PTS gaps
+         So downstream gets notified when this happens.
+         https://bugzilla.gnome.org/show_bug.cgi?id=725903
+
+2014-06-03 17:59:32 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         rtprtx: Reset state on each iteration
+         Otherwise it didn't wait for the test to finish before checking the results.
+         https://bugzilla.gnome.org/show_bug.cgi?id=728501
+
+2014-05-09 14:22:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: don't leak doctype string in error code path
+         CID 1212145.
+
+2014-05-20 08:20:42 +0200  Edward Hervey <edward@collabora.com>
+
+       * ext/vpx/gstvp9enc.c:
+         vp9enc: Don't dereference NULL checks
+         CID #1197703
+
+2014-05-20 08:23:06 +0200  Edward Hervey <edward@collabora.com>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Don't dereference NULL variable
+         CID #1139838
+
+2014-05-30 14:32:42 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: upstream handles seek if fragmented and on time segment
+         Otherwise we can reject seeks on local files that contain fragmented-like
+         atoms like 'mvex'. Also improve a message log
+         https://bugzilla.gnome.org/show_bug.cgi?id=730722
+
+2014-05-30 16:43:44 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         h264depay: make sure we call handle_nal for each NAL
+         Call handle_nal for each NAL in the STAP-A RTP packet. This makes
+         sure we correctly extract the SPS and PPS.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=730999
+
+2014-05-07 14:09:06 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: Add custom sticky event to contain the HTTP request and response headers
+         This can be useful to e.g. get cookie information downstream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=729707
+
+2014-05-26 19:47:39 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+         avidemux: remove stream last flow return
+         GstPad already stores that information
+         https://bugzilla.gnome.org/show_bug.cgi?id=709224
+
+2014-05-26 19:37:46 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: remove last flow return from stream struct
+         It is already stored on GstPad on core
+         https://bugzilla.gnome.org/show_bug.cgi?id=709224
+
+2014-05-26 19:19:45 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+         flvdemux: Use GstFlowCombiner
+         Use the flow combiner to have the standard combination results and avoid
+         repeating the same code
+         https://bugzilla.gnome.org/show_bug.cgi?id=709224
+
+2014-05-26 13:21:25 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: use GstFlowCombiner
+         Use the flow combiner to have the standard combination results and avoid
+         repeating the same code
+         https://bugzilla.gnome.org/show_bug.cgi?id=709224
+
+2014-05-26 13:04:10 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+         avidemux: use GstFlowCombiner
+         Removes flow return combination code to use the newly added GstFlowCombiner
+
+2014-05-23 17:53:00 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: use GstFlowCombiner
+         Removes the common code to combining flow returns to let it be
+         handled by core gstutils' GstFlowCombiner
+         https://bugzilla.gnome.org/show_bug.cgi?id=709224
+
+2014-05-26 10:59:55 -0400  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: implement gstvideosink.show_frame instead of gstbasesink.render
+         It allows to show preroll frame. Especially it allows to update the
+         frame when seeking in PAUSED state.
+         https://bugzilla.gnome.org/show_bug.cgi?id=722303
+
+2014-05-26 10:59:06 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: Cleanup old pad alloc declaration
+
+2014-05-26 12:34:42 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2bufferpool: Copy already queued buffer
+         This is required as during preroll we pass the first buffer twice, hence already
+         queued. It is also useful, to allow filters replaying a previous rendered buffers.
+         This will require 1 more buffer in sink if last-sample is enabled, since the last
+         sample will not be the same as the currently queued buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=722303
+
+2014-05-24 20:20:07 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2bufferpool: Port to bufferpool flush_start/stop method
+         Port the buffer pool to use the new flush_start/flush_stop virtual
+         methods added to GstBufferPool.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727611
+
+2014-05-25 17:40:58 +0100  Tim-Philipp Müller <tim@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/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/zh_HK.po:
+       * po/zh_TW.po:
+         po: update
+
+2014-05-25 16:54:18 +0200  Piotr Drąg <piotrdrag@gmail.com>
+
+       * po/POTFILES.in:
+         po: update POTFILES
+         https://bugzilla.gnome.org/show_bug.cgi?id=726556
+
+2014-05-24 23:51:58 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Don't queue all the buffers before dequeueing first
+         For output device, we where queuing all the buffers, and then we would
+         dequeue one. This means we only have 1 buffer for the pipeline, no matter
+         the size of the queue. Instead, start dequeued when min_latency is reached.
+         Eventually, this the min_latency should also be affected by control
+         MIN_BUFFERS_FOR_OUTPUT (use by encoders).
+
+2014-05-24 23:49:19 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Simply read back the config to update the query
+         It's easy to get the min/max outdate when hacking decide allocation. In
+         order to avoid this, simply read back the choosen value from the config.
+
+2014-05-24 23:31:24 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Cleanup and fix calculation of latency
+         Calculation of num_buffers (the max latency in buffers) was
+         up-side-down.  If we can allcoate, then our maximum latency match
+         pool maximum number of buffers. Also renamed it to max latency. Finally
+         introduced a min_latency for clarity.
+
+2014-05-24 20:00:14 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/v4l2_calls.c:
+         Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method"
+         This reverts commit 2e0fb42e868fc9f6d98b028def80a3e953527307.
+         Conflicts:
+         sys/v4l2/gstv4l2allocator.c
+         sys/v4l2/gstv4l2bufferpool.c
+         sys/v4l2/gstv4l2videodec.c
+
+2014-05-24 18:56:32 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix configuration of other_pool and importation case
+         Fix the choice of min/max, don't override the min/max with own pool selected
+         size, correct other_pool is_active check, start from other_pool config when
+         configuring the other pool and finally validate the configuration.
+
+2014-05-24 18:45:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Use proposed allocator as default
+
+2014-05-24 18:43:28 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Fix USERPTR map flags
+         We need to map READ only for output and write only for capture, we where
+         doing the opposite. This fixing USERPTR with glimagesink
+         https://bugzilla.gnome.org/show_bug.cgi?id=730698
+
+2014-05-24 11:16:35 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: parse tkhd transformation matrix and add tags if appropriate
+         Handle the transformation matrix cases where there are only simple rotations
+         (90, 180 or 270 degrees) and use a tag for those cases. This is a common scenario
+         when recording with mobile devices
+         https://bugzilla.gnome.org/show_bug.cgi?id=679522
+
+2014-05-23 19:10:21 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Prevent num_queued from going negative
+
+2014-05-23 18:25:49 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: don't stop if loop returned FLUSHING
+         The decodeing thread returning flushing isn't an error, we should simply
+         try starting the task again. If it's actually flushing, it will stop again by itself.
+
+2014-05-23 17:54:20 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Handle early task stop
+
+2014-05-23 17:28:13 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Handle gst_pad_start_task() failure
+
+2014-05-23 17:19:07 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Add trace for FLUSH_START/STOP handling
+
+2014-05-23 17:18:16 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Fix use of atomic value
+
+2014-05-23 17:01:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Improve debugging
+         No need to use obj->element, the pool now have a significant name. Also don't
+         warn if flushing.
+
+2014-05-23 17:01:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Fix handle_frame error handling
+
+2014-05-23 15:56:24 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Add a trace when _start() is called
+
+2014-05-23 15:56:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Add debug assert to detect calls in the wrong state
+
+2014-05-23 15:55:26 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Reset count when stopped
+
+2014-05-23 15:55:08 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2allocator: Return a GstFlowReturn instead of boolean in alloc
+
+2014-05-23 15:17:27 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't leak config structure
+
+2014-05-23 14:12:10 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2bufferpool: Port to bufferpool flush_start/stop method
+
+2014-05-23 03:00:50 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add tag mappings for _swr, _mak and _mod tags
+         swr -> Application name
+         mak -> device manufacturer
+         mod -> device model
+
+2014-05-20 17:37:49 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: Fix ximage leaks when buffer has more then one ximage
+         From time to time, when the image_pool list has more then 1 element
+         and I suppose at start, all but 1 pooled ximage are leaked. This is
+         due to broken algorithm in gst_ximagesink_src_ximage_get(). There was
+         also a risk of use after free for the case where the ximage size has
+         changed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=728502
+
+2014-05-21 13:23:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.3.2 ===
+
+2014-05-21 13:06:35 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * common:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect-build.stamp:
+       * docs/plugins/inspect.stamp:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.3.2
+
+2014-05-21 12:19:39 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2014-05-21 10:51:10 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From 211fa5f to 1f5d3c3
+
+2014-05-20 08:23:06 +0200  Edward Hervey <edward@collabora.com>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Don't dereference NULL variable
+         CID #1139838
+
+2014-05-20 08:20:42 +0200  Edward Hervey <edward@collabora.com>
+
+       * ext/vpx/gstvp9enc.c:
+         vp9enc: Don't dereference NULL checks
+         CID #1197703
+
+2014-05-19 11:26:46 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Explicitly cast enum "subtype" to its "supertype"
+         gstv4l2bufferpool.c:608:18: error: implicit conversion from enumeration type
+         'enum _GstV4l2BufferPoolAcquireFlags' to different enumeration type
+         'GstBufferPoolAcquireFlags' [-Werror,-Wenum-conversion]
+         params.flags = GST_V4L2_POOL_ACQUIRE_FLAG_RESURECT;
+         ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+2014-05-19 11:24:06 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/goom/tentacle3d.c:
+         goom: Use fabs() instead of abs() to calculate the floating point absolute value
+         tentacle3d.c:268:7: error: using integer absolute value function 'abs' when
+         argument is of floating point type [-Werror,-Wabsolute-value]
+         if (abs (tmp - fx_data->rot) > abs (tmp - (fx_data->rot + 2.0 * G_PI))) {
+         ^
+
+2014-05-19 11:21:36 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/debugutils/tests.c:
+         debugutils: Properly calculate the difference with unsigned types
+         tests.c:161:16: error: taking the absolute value of unsigned type
+         'unsigned long' has no effect [-Werror,-Wabsolute-value]
+         t->diff += labs (GST_BUFFER_TIMESTAMP (buffer) - t->expected);
+
+2014-05-16 17:46:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Handle flush while in start_streaming
+         We need to handle the case where a flush occure while the streaming
+         thread is being brought up. In this case, the flushing state of the poll
+         object is cleared. To solve this, we simply set the capture poll to flushing
+         again, this way we know the thread will exit. The decoder streamlock
+         is used to synchronize with handle frame.
+
+2014-05-16 16:44:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Don't trace twice the same message
+
+2014-05-15 11:25:50 -0700  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: always use a random ssrc for the internal session
+         Use a random SSRC different than 0 for the internal session SSRC.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730212
+
+2014-05-16 16:52:25 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: update last_activity when sending RTP
+         Also update last_activity when doing something with the internal
+         source to make sure don't timeout early.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=730217
+
+2014-05-15 18:08:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Cleanup M2M properties
+         M2M devices were sharing the same properties as src and sink. Most of
+         these made no sense. This patch reduces the number of propeties and
+         makes io-mode clearer by having capture-io-mode and output-io-mode. This
+         also accidently fixed a bug in gstv4l2transform io-mode code, where the
+         capture io-mode could not be set.
+         https://bugzilla.gnome.org/show_bug.cgi?id=729591
+
+2014-05-15 17:39:39 +0200  Benjamin Gaignard <benjamin.gaignard@linaro.org>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Update pool limit with hardware requiremenst
+         If the driver need more buffers than requested by the config,
+         update the pool min/max values. The minimum value for the pool
+         could be provided either by the driver or by the pool. This is
+         best effort for drivers that don't support
+         CID V4L2_CID_MIN_BUFFERS_FOR_CAPTURE.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730200
+
+2014-05-15 10:44:29 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Handle start_streaming error
+         https://bugzilla.gnome.org/show_bug.cgi?id=730207
+
+2014-05-15 10:39:40 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Print the flow return causing the loop to leave
+         https://bugzilla.gnome.org/show_bug.cgi?id=730207
+
+2014-05-15 10:31:40 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Don't lock the decoder when stopping task
+         That src pad task may need to take the lock when being pulled
+         down. takeing that lock can lead to a deadlock.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730207
+
+2014-05-14 17:18:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Don't leak pool if activation failed
+         https://bugzilla.gnome.org/show_bug.cgi?id=730207
+
+2014-05-14 17:18:35 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Split flush in start/stop_streaming
+         This allow calling start streaming later for capture device. Currently it breaks
+         in dmabuf-import because downstream is holding a buffer that will only be
+         released after stream-start.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730207
+
+2014-05-14 15:12:26 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Flush buffer pools on flush stop
+         https://bugzilla.gnome.org/show_bug.cgi?id=730207
+
+2014-05-14 13:28:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Fix use of atomic active marker
+         https://bugzilla.gnome.org/show_bug.cgi?id=730207
+
+2014-05-14 13:05:42 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Don't deactivate otherpool
+         We should not stop the otherpool unless we also stop our own
+         pool, otherwise it will never get restarted.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730207
+
+2014-05-14 12:33:58 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Also update num_buffers for import cases
+         https://bugzilla.gnome.org/show_bug.cgi?id=730207
+
+2014-05-14 13:42:25 -0700  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: update rtp encoder/decoder docs
+         Use %u in RTP encoder/decoder pads to match other rtpbin pads.
+         https://bugzilla.gnome.org/show_bug.cgi?id=730146
+
+2013-12-27 11:55:18 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtpsession.c:
+         tests/check: rtpsession: test internal sources timing out
+
+2013-12-26 17:30:42 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: remove unused if branch
+         1) sources that have sent BYE in the past cannot be senders, since
+         they would have timed out to being receivers in the meantime...
+         2) sources that have sent BYE are now being removed earlier inside
+         this function
+
+2013-12-26 17:29:42 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: cleanup sources that have sent BYE
+
+2013-12-26 17:24:51 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: unify nested if clauses
+
+2013-12-26 17:21:44 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: timeout internal sources that are inactive for a long time and send BYE
+
+2014-05-13 12:25:04 -0700  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: don't stop looping if event found in the queue
+         If we are inserting a packet into the jitter queue we need to keep
+         looping through the items until the right position is found. Currently,
+         the code stops as soon as an event is found in the queue.
+         Regarding events, we should only move packets before an event if there
+         is another packet before the event that has a larger seqnum.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=730078
+
+2014-04-17 13:04:00 +0000  Adrien SCH <adrien.schwartzentruber@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: fix the memory leak of language attribute
+         https://bugzilla.gnome.org/show_bug.cgi?id=728418
+
+2014-05-13 13:44:20 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix regression in offset extrapolation
+         When extrapolating the offset, we need to use the extrapolate
+         stride rather then the base stride. This should fix support for format
+         with more then two planes (I420, Y42B, etc).
+
+2014-05-12 18:03:18 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: Use default VideoInfo for frame operation
+         When doing frame operation, we need to use the default VideoInfo
+         and let the frame API read the video meta in order to get the stride
+         and offset right. Currently we where using the specialized VideoInfo
+         which reflects what the HW is setup to.
+
+2014-05-12 17:23:19 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: minor GValue handling optimisation in probing code
+
+2014-05-12 17:20:14 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: avoid lists with one single framerate in probed caps
+         Simplify framerate field if possible, so we don't end up with
+         e.g. framerate = (fraction) { 30/1 }. Maybe the helper function
+         should be moved to core, but we can do this later.
+
+2014-05-12 16:56:35 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix leak of palette_data in error cases
+         CID #1212151
+
+2014-05-12 16:53:32 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Free node_header in error cases
+         CID #1212134
+
+2014-05-12 13:46:01 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Don't use WARNING for not-linked flow return
+         Pollutes debug logs for no reason. It's only an error if all pads
+         return not-linked
+
+2014-05-12 13:45:06 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+         flvdemux: Skip unknown tags in push-mode
+         We add a new mode (SKIP) in push-mode to skip tags that we don't known about
+         Partially fixes https://bugzilla.gnome.org/show_bug.cgi?id=670712
+
+2014-05-10 09:14:33 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: Add support for variable block size files and remove dead code
+         This dead code wasn't used since the 1.0 port and would need to
+         be modified heavily for variable block size support.
+         https://bugzilla.gnome.org/show_bug.cgi?id=729894
+
+2014-05-09 12:14:23 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Fix NULL check copy paste error
+         CID 1212129
+
+2014-05-09 12:11:54 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Fix potential deadlock due to missing break
+         CID 1212131
+
+2014-05-09 18:01:28 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: increment accepted packets after loss
+         When we detect a lost packet, expect packets with higher
+         seqnum on the input.
+         Also update the unit test.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=729524
+
+2014-05-04 11:12:54 -0600  Jason Litzinger <jlitzingerdev@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         Add new test case.
+
+2014-05-09 16:14:21 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/shapewipe.c:
+         shapewipe: no need to activate pads
+         Activation will happen in the state change
+
+2014-05-09 12:10:04 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't leak config structure
+         this fixes a leak of the config structure and take care of making sure
+         caps can't reach ref 0 before we are done doing our check.
+         CID 1212144
+
+2014-05-09 12:08:11 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Remove uneeded cast for code clarity
+
+2014-05-09 11:56:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2pool: Fix leak of config structure in error case
+         CIDs 1212167 and  1212167
+
+2014-05-09 11:51:26 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix use of unitilized pool pointer
+         CID #1212173
+
+2014-05-09 16:48:58 +0200  Eric Trousset <etrousset@awox.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: don't respond to a position query in BYTE format with a TIME position
+         https://bugzilla.gnome.org/show_bug.cgi?id=729553
+
+2014-05-09 14:22:42 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: don't leak doctype string in error code path
+         CID 1212145.
+
+2014-05-06 13:37:47 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Readback pool config if used within the baseclass
+
+2014-05-06 12:58:59 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Replace miss-use of crop meta in favour of proper offset
+         This moves away from copying information and store everything inside
+         the GstVideoInfo structure. The alignement exposed by v4l2 api
+         is now handled using proper offset.
+
+2014-05-06 12:55:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Style fix
+
+2014-05-05 12:38:33 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Reset imported buffer size with expected size
+         This ensure that the buffer pool won't always discard buffer with these
+         memory when they are released.
+
+2014-05-05 12:37:43 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Reset flushed group
+         This ensure that a flushed group memory are the same size as when they
+         where originally allocated / imported.
+
+2014-05-05 12:07:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: Get number of allocated buffers from allocator
+         The value of num_allocated buffer would get confused when
+         buffer are being discarded.
+
+2014-05-05 12:06:44 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+         v4l2allocator: Add a method to read number of allocated group
+
+2014-05-04 20:23:42 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Improve debugging
+
+2014-05-04 19:51:48 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: Ensure we don't re-enqueue buffer during flush
+
+2014-05-04 19:13:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Initilialize debug category
+
+2014-05-04 16:11:09 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Fix libv4l2 support
+         Need to include config.h, otherwise we endup directly using the
+         ioct/mmap/munmap calls and need to vall v4l2_munmap.
+
+2014-05-01 13:04:08 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Set the flags on the object
+         We where not setting the probed flags on the allocator, which mean even if
+         CREATE_BUFS was supported on some driver, it would endup being ignored.
+
+2014-04-29 16:49:52 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Re-enqueue buffer at stream start
+
+2014-04-29 16:06:00 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: There is not group on error
+
+2014-04-29 14:56:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Handle FLUSH_STOP event
+
+2014-04-29 13:05:41 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2bufferpool: Acquire cannot return a buffer from another pool
+         Return a buffer from an otherpool has unwanted side effects that lead to leaks and
+         prevents deactivating the pool. Instead, we change the _process() API so it can
+         replace the internal buffer with the buffer from the downstream pool. This implied
+         moving from _fill() to _create() method in the src.
+
+2014-04-29 13:00:32 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Remove unreached acquire code
+         The acquire is done in _prepare now.
+
+2014-04-29 12:57:08 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Sanetize buffer refount handling
+         Buffer refcounting is a bit hard, because of the duality between CAPTURE and
+         OUTPUT mode. In the long term, we should consider having two seperate pool
+         instead of this mess. At least state should be better kept this way.
+
+2014-04-29 12:48:04 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Add more traces
+
+2014-04-28 08:48:26 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+         v4l2-allocator: Add S to REQBUFS/CREATE_BUFS enum
+         All enum that has REQBUFS and CREATE_BUFS where missing S, which was
+         confusing since they are supposed to match with associcated ioctl name. This
+         also fixes the yet unused CAN_REQUEST flag check.
+
+2014-04-18 17:51:07 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Enabled QoS
+
+2014-04-18 17:02:50 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: Fixup USERPTR/DMABUF capture support
+
+2014-04-18 14:45:00 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Improve selecton of min/max in decide allocation
+
+2014-04-18 13:09:00 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Update config if meta is missing
+         Rather then hard failure, we should update the config with the meta option we
+         need and return false.
+
+2014-04-11 17:10:11 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Add DMABUF and USERPTR importation
+
+2014-04-17 21:45:58 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Valid FD are bigger or equal to zero
+
+2014-04-16 17:04:42 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't leak downstream pool in propose_allocation
+         parse_nth_allocation_pool() give a ref on the pool, we need to unref it
+         when done.
+
+2014-04-14 12:19:39 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Introduce DMABUF_IMPORT IO mode
+
+2014-04-10 16:26:34 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: Add dmabuf export support
+         This can be enabled sing io-mode=dmabuf. This will enabled mmap base
+         drivers to export the buffers as dmabuf.
+
+2014-04-16 15:51:03 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2allocator.c:
+         v4l2allocator: Guaranty queued state integrety
+         Because of the buf in videobuf2, dqbuf may leave the DONE flag being,
+         which would implied that the buffer is queued. As this has been broken
+         for 4 years, simply guaranty the state flags integrity when doing
+         qbuf/dqbuf.
+         See https://patchwork.linuxtv.org/patch/23641/
+
+2014-04-15 17:31:42 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Implement open/close
+
+2014-04-15 16:43:41 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Ensure output pool is configured
+
+2014-04-15 16:43:15 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2transform.h:
+         v4l2transform: Check if caps have changes before asserting
+         In set_caps, now checks if caps actually changed and succeed if they didn't
+         change.
+
+2014-04-15 16:41:46 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Ensure pool is configured
+
+2014-04-08 18:54:09 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Always set a size when deciding allocation
+
+2014-04-08 18:20:25 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Improved decide allocation
+         Improve decide allocation so it properly configure both local and downstream
+         buffer pools. Also read back the pool config if it was changed to to driver
+         limitations.
+
+2014-04-15 13:30:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Do not pre-configure the pool
+         Pre-configuring the pool is error prone, since it may hide a configuration failure and
+         endup with a pool that is not configured the way it should (e.g. no video meta, wrong
+         queue size, etc.)
+
+2014-04-15 13:23:33 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Preserve downstream minimum even in RW
+
+2014-04-15 13:20:12 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: Turn cropmeta into a custom option
+         Turn crop meta into a custom option and make sure it's there is needed.
+
+2014-04-09 12:53:19 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2bufferpool: Early catch short allocation
+         Catch short allocation after saving the format. This is not a catch all, but should catch
+         most of the miss-behaving drivers when doing S_FMT/G_FMT and avoid potential crash.
+
+2014-04-04 22:46:40 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: Port to use GstV4l2Allocator
+
+2014-04-04 22:35:48 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2allocator.c:
+       * sys/v4l2/gstv4l2allocator.h:
+       * sys/v4l2/v4l2_calls.h:
+         Implement V4l2 Allocator
+         This goal of this allocator is mainly to allow tracking the memory.
+         Currently, when a buffer memory has been modified, the buffer and it's
+         memory is disposed and lost until the stream is restarted.
+
+2014-04-16 16:35:49 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't advertise crop meta
+         Currently we advertise crop meta, but not element handle support this meta.
+
+2014-04-08 18:18:57 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Setup pool already send element error
+
+2014-04-08 18:17:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Workaround decoder that set num_planes to 0 in the format
+         Some well known decoder wrongly set num_planes to 0 in their format instead of
+         one. In this case we would endup with no size when deciding buffer allocation.
+
+2014-04-08 17:34:19 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Ensure size before configuring the pool
+
+2014-04-04 22:38:05 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Set minimum buffers to 2
+         All the element requires at least two buffers. This is not used for RW mode.
+
+2014-04-04 22:37:14 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Remove unused MAX_BUFFERS define
+
+2014-04-04 22:36:37 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't hardcode min/max use default instead
+
+2014-04-10 17:49:41 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Install PROP_CAPTURE_IO_MODE with right ID
+
+2014-04-08 18:54:50 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: decide_allocation returns a boolean
+
+2014-04-10 17:49:29 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Install PROP_CAPTURE_IO_MODE with right ID
+
+2014-03-27 13:21:25 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Add propose_allocation
+         This should remove 1 copy between the decoder and the transform.
+
+2014-03-27 13:20:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: Move propose allocation to v4l2object
+
+2014-03-20 17:26:05 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Fixup caps query
+
+2014-03-20 15:31:22 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Setup cropping if needed
+
+2014-03-19 17:25:16 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2.c:
+         v4l2transform: Expose BGRA and ARGB formats
+
+2014-03-18 17:33:38 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Ensure output pool is activated
+         That pool may be different then the internal pool.
+
+2014-03-16 19:11:16 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Ensure internal buffer pools actication
+
+2014-03-16 11:36:19 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Move subinstance subclass init near other init
+
+2014-03-15 18:56:51 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: Stop stream before closing the devices.
+
+2014-03-15 16:53:54 +0000  Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+       * sys/v4l2/gstv4l2transform.c:
+         v4l2transform: copy metdata
+
+2014-03-04 18:31:27 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2transform.c:
+       * sys/v4l2/gstv4l2transform.h:
+         Implement GstV4l2Transform
+         Implement a v4l2 element that wraps HW video converters.
+
+2014-03-27 18:41:07 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Probe for CREATE_BUFS in order to correctly set pool min/max
+         In order to correctly set the pool min/max, we need to probe for CREATE_BUFS
+         ioctl. This can be done as soon as the format has been negotiated using a
+         count of 0.
+
+2014-03-25 15:21:03 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2: Move capture eos handling in _process()
+         Now that we might be copying out buffer (e.g. downstream don't support video
+         meta bug we need it) we need to move the EOS handling inside the process
+         method.
+
+2014-03-25 10:49:39 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix support for planar format in 1 v4l2 mplane
+         So far we where only setting saving the first plane stride in the meta. This was
+         leading to wrong values in GstVideoMeta.
+
+2014-03-19 17:52:08 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Cleanly fail if set_format is never called
+
+2014-03-19 17:00:56 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Expose RGB32 formats with and without alpha
+         As soon a the alpha component can be set, we can expose the RGB32 and BGR32
+         format as ARGB and BGRA as long we can deterministically set the alpha padding
+         value.
+
+2014-03-18 15:49:49 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Correctly check if video meta is needed
+         Correctly check if video meta is needed. In buffer pool, trust need_video_meta
+         flag in order to decide if configuration should succeed.
+
+2014-03-18 15:45:18 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix tiled stride request
+         Fix stride request for tiled format and improve logging.
+
+2014-03-18 11:53:57 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Ensure video and crop meta are enabled if needed
+         In certain cases we cannot live without video meta and/or crop meta
+         being enabled in our internal buffer pool. Ensure this is always the case,
+         regardless of having support for allocation query.
+
+2014-03-16 18:39:32 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Ensure internal pool are activated
+
+2014-03-16 17:01:10 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Check that pool where allocated before flushing them
+         Upon error, the pools might not have been allocated yet, hence we should not
+         try and flush them (even though we still want to make sure the processing thread
+         is fully stopped).
+
+2014-03-16 16:55:43 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2bufferpool: Enforce activation outside of process
+         Enforce pool being activate from before calling pool process. This should
+         help catching basic errors in the usage of buffer pool.
+
+2014-03-16 12:44:14 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: don't use own pool if downstream don't support video meta
+
+2014-03-14 00:31:32 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Use obj->n_v4l2_planes for correct number of planes
+         Buffer pool was guessing wrongly the number of planes rather
+         then reading the value from obj->n_v4l2_planes. This was causing
+         format YU12 (I420) to fail upon check.
+
+2014-03-07 16:39:29 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fix handling of contiuous vs non-contiguous support
+         The complex mechanic to try and choose the right thing did not work. Instead,
+         simply probe the non-contiguous format first and then the contiguous one.
+         This is in fact very low overhead, as there is a relatively small number of
+         pixel format supported by each devices.
+
+2014-04-15 15:07:23 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2videodec.h:
+         v4l2: Add initial support for alignment and cropping
+
+2014-03-13 19:24:51 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2object: Rename setup_format() method into acquire_format()
+         The setup_format() was confusing since it does not set anything, in fact
+         it reads the setup from the driver and save it.
+
+2014-03-13 18:21:41 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Move type declaration to the top
+
+2014-03-12 18:07:38 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Protect NULL pool while going to READY
+         When the pipeline fails early, the pool might be unset before the processing
+         thread has run once. Add protection against that.
+
+2014-03-12 18:01:09 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Fail cleanly if pixel format is unkown or not raw video
+         Certain decoder has been found to not choose a format automatically. Running
+         v4l2videodec on these would assert. This patch will make it fail cleanly
+         instead.
+
+2014-03-12 17:56:18 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Clear the input state pointer after unref
+         If caps are set again, we have a risk od returning from set_format with a
+         input_state pointing to dead memory. Clearing the pointer after unref fix
+         this issue.
+
+2014-03-12 17:11:16 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: handle stop being called without flush
+         Uppon certain downstream error, stop() is called without a flush(). This mean that
+         the streaming thread may still be running even though unlock has been called.
+         Now calling flush to reset the decoder state if we are processing.
+
+2014-03-06 18:13:14 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Default to template in caps query
+
+2014-03-11 14:23:32 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Ensure processing thread has stopped when draining
+
+2014-03-11 14:01:27 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Don't drain if processing thread is inactive
+
+2014-05-08 09:49:24 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Clean up all pending operations from libsoup before unreffing our context
+         When we cancel connection attempts and similar things, there are still
+         some operations pending on our main context from the GCancellables. We
+         should let them all run before unreffing our context, otherwise we leak
+         file descriptors.
+         Unfortunately this requires libsoup 2.47.0 or newer as earlier versions
+         steal our main context from us and we can't use it for cleanup later
+         without assertions and funny crashes.
+         Based on a patch by Dmitry Shatrov <shatrov@gmail.com>.
+         https://bugzilla.gnome.org/show_bug.cgi?id=663944
+
+2014-05-07 15:49:39 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: fix compilation of souphttpsrc test for libsoup 2.40 for real
+         https://bugzilla.gnome.org/show_bug.cgi?id=727329
+
+2014-05-07 13:23:50 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: fix compilation of souphttpsrc test for libsoup 2.40
+         SOUP_CHECK_VERSION was only added in 2.41, but we only
+         depend on 2.40.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727329
+
+2014-05-07 00:58:15 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: skip PICTURE headers without any image data
+         Fixes warning if the image length is 0.
+
+2014-05-06 09:22:18 +0000  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * configure.ac:
+         configure: use X11 detection macro from common
+         https://bugzilla.gnome.org/show_bug.cgi?id=729621
+
+2014-04-30 11:13:12 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * gst/rtp/README:
+         rtp/README: update pipelines to work with 1.0
+         - Use gst-libav encoders/decoders instead of gst-ffmpeg
+         - gstrtpjitterbuffer -> rtpjitterbuffer
+         - gst-launch-0.10 -> gst-launch-1.0
+         - Add 'videoconvert' element
+         - xvimagesink -> autovideosink
+         https://bugzilla.gnome.org/show_bug.cgi?id=729247
+
+2014-05-05 14:41:05 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/ebml-write.c:
+         matroska: rejig test to avoid undefined shift behavior
+         Coverity 1195121, 1195120
+
+2014-05-05 14:33:38 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/vpx/gstvp9enc.c:
+         vp9enc: do not dereference NULL pointer
+         Coverity 1197703
+
+2014-05-05 14:32:06 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: ensure we don't dereference a NULL pointer
+         while working out the codec ID.
+         Coverity 1195148
+
+2014-05-05 12:07:25 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2.c:
+         v4l2: minor fix for closing the fd
+         The fd returned by open() could theoretically be 0 as well.
+         Coverity CID 1211823.
+
+2014-05-04 20:23:29 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * tests/check/elements/rtpaux.c:
+       * tests/check/elements/rtprtx.c:
+         rtpaux/rtprtx: Make tests non-racy
+         Fix the raciness by iterating on a condition instead of using the gmainloop.
+         Don't use the EOS as the target, otherwise the retransmission of the last
+         packets are lost. Also count the retranmissions requests that are dropped.
+         Check the condition before blocking on the GCond
+         https://bugzilla.gnome.org/show_bug.cgi?id=728501
+
+2014-05-04 22:32:54 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtprtxreceive.h:
+         rtprtxreceive: Wait until timeout to clear association requests
+         If two streams request a retranmission for the same SSRC, ignore the second
+         one if the first oen is less than one second old, otherwise time out the first
+         one and ignore the second.
+
+2014-05-04 18:59:33 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: Always let upstream chose the ssrc if it wishes
+
+2014-05-04 13:37:46 +0200  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: avoid stall by corrupted seqnum accounting
+
+2014-05-04 01:14:33 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * ext/pulse/pulsedevicemonitor.c:
+       * ext/pulse/pulsedevicemonitor.h:
+         pulsedevicemonitor: Index are per facility, not global
+         So need to keep the type of device in the device object
+
+2014-05-04 01:13:24 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * ext/pulse/pulsedevicemonitor.c:
+         pulsedevicemonitor: pa_subscription_event_t are enums, not flags
+         Coverity 1195132
+
+2014-05-02 22:42:54 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2devicemonitor.c:
+         v4l2devicemonitor: Port to use GstV4l2Iterator
+         https://bugzilla.gnome.org/show_bug.cgi?id=727925
+
+2014-05-02 21:38:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videodec.h:
+         v4l2: Use single pass iterator for M2M probe
+         Instead of having each M2M class do their own probing, use the
+         GstV4l2Iterator and probe all devices in a single pass.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727925
+
+2014-05-02 16:55:05 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/v4l2-utils.c:
+       * sys/v4l2/v4l2-utils.h:
+         v4l2: Add a common device enumerator
+         This will allow removing code duplication (hence bugs duplication).
+         https://bugzilla.gnome.org/show_bug.cgi?id=727925
+
+2014-03-16 11:38:07 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videodec.h:
+         v4l2videodec: Simplify sub-instanciation mechanism
+         Simplify sub-instanciation by defining an absract type and using subtype
+         class and instance init callback. This also fixes a bug where the template
+         pads get initialized too late.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727925
+
+2014-05-02 18:18:26 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2.c:
+         v4l2: Cleanup plugin registration
+         There is no plan to introduce special sources for jpeg, te v4l2src works fine
+         for this.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727925
+
+2014-05-03 18:30:20 -0400  Olivier Crête <olivier.crete@ocrete.ca>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+       * tests/check/elements/rtpcollision.c:
+         rtpsession: Keep local conflicting addresses in the session
+         As we now replace the local RTPSource on a conflict, it's no longer possible
+         to keep local conflicts in the RTPSource, so they instead need to be kept
+         in the RTPSession.
+         Also fix the rtpcollision test to generate multiple collisions instead of
+         one by change the address, as otherwise we detected that it was a single one.
+
+2014-05-03 20:48:30 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.3.1 ===
+
+2014-05-03 18:02:23 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.prerequisites:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * gst/audiofx/audiopanoramaorc-dist.c:
+       * gst/deinterlace/tvtime-dist.c:
+       * gst/videobox/gstvideoboxorc-dist.c:
+       * gst/videomixer/videomixerorc-dist.c:
+       * win32/common/config.h:
+         Release 1.3.1
+
+2014-05-03 18:02:01 +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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2014-05-03 17:22:45 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/da.po:
+       * po/de.po:
+       * po/el.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/lv.po:
+       * po/nb.po:
+       * po/pt_BR.po:
+       * po/ru.po:
+       * po/sk.po:
+       * po/sl.po:
+       * po/sr.po:
+       * po/zh_CN.po:
+         po: Update translations
+
+2014-05-03 11:43:21 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/shapewipe.c:
+         shapewipe: Send initial events after setting the elements to PLAYING
+         Otherwise we send them too early, and setting the elements to PLAYING
+         afterwards will drop all the events again.
+
+2014-05-03 10:15:03 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From bcb1518 to 211fa5f
+
+2014-05-02 17:12:29 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: Set segment position to the stop position of the buffer
+
+2014-05-02 17:10:18 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: Properly report errors before stopping the srcpad task
+
+2014-05-02 17:02:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: Error out if we have no caps yet
+
+2014-05-02 14:49:27 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: avoid dividing by a 0 blockalign
+         This can be 0. In that case, do not try to cut off the last few
+         bytes from the last buffer.
+         Coverity 1146971
+
+2014-05-02 14:25:01 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: do not use uinitialized clut on error
+         If we're missing part of the clut, do not try to use it. It seems
+         very likely the break was meant to break out of the switch rather
+         than from the loop.
+         Coverity 1139878
+
+2014-05-02 14:18:08 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: fix integer overflow
+         Coverity 1139859
+
+2014-05-02 14:09:02 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpqdmdepay.c:
+         rtpqdmdepay: remove pointless check
+         Besides, the pointer was dereferenced earlier anyway.
+         Coverity 1139853
+
+2014-05-02 14:06:25 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: remove duplicate test
+         item was dereference previously.
+         While there, reorder some test for faster early out.
+         Coverity 1139844
+
+2014-05-02 14:02:52 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: guard against NULL pointer dereference
+         Coverity 1139838
+
+2014-05-02 13:59:07 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: fix theoretical integer overflow
+         This code isn't actually used at the moment, unsure if I should
+         just remove it or not...
+         Coverity 1139811
+
+2014-05-02 13:33:02 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/ebml-write.c:
+         matroska: blindly fix writing variable length negative values
+         Spotted while fixing something else in the area.
+         Nothing calls this with a negative value.
+
+2014-05-02 13:29:33 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/ebml-write.c:
+         matroska: do not lose the top bits when writing a > 32 bit value
+         Coverity 1139806
+
+2014-05-02 12:10:26 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/videofilter/gstvideoflip.c:
+         videoflip: add missing break in switch
+         Coverity 1139755
+
+2014-05-02 11:39:39 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-parse.c:
+         matroska: do not try to call gst_pad_query_default on a NULL pad
+         gst_matroska_parse_query can be called explicitely with a NULL pad.
+         If we reach this point with a NULL pad, fail the query.
+         Coverity 1139715
+
+2014-05-02 11:28:01 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-parse.c:
+         matroska: do not return GST_FLOW_OK if we did not get a buffer
+         Coverity 1139714 (which will likely come back in another guise,
+         as the _read_init call can have a failing _map)
+
+2014-05-02 11:20:33 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/ebml-write.c:
+         matroska: catch failure to map buffer
+         Avoids dereferencing NULL.
+         Coverity 1139712
+
+2014-05-02 10:52:44 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+         avimux: refuse caps with invalid framerate
+         Coverity 1139701
+
+2014-05-02 10:21:09 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: handle 0 size packets without dividing by 0
+         Coverity 1139691
+
+2014-05-02 09:49:32 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: guard against invalid frame size to avoid division by 0
+         Coverity 1139690
+
+2014-05-02 09:49:17 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: trivial typo fix
+
+2014-05-02 09:43:54 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/speex/gstspeexdec.c:
+         speexdec: remove dead code
+         fpp can never equal 0 here, or the loop would not execute at all.
+         Zero fpp was possible before as the loop condition was allowing
+         it specifically, but no more.
+         Coverity 1139681
+
+2014-05-02 09:41:19 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/oss4/oss4-property-probe.c:
+         oss4: remove dead mixer code
+         This was partly removed in the port to 0.11. If still needed,
+         it's still there in the history.
+         Coverity 1139687
+
+2014-05-02 09:33:51 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/oss4/oss4-property-probe.c:
+         oss4: fix a missing unlock and a return-only-when-assertions-enabled
+         Spotted on the side while looking at another issue.
+
+2014-03-07 17:31:29 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Correctly map RGB32 format
+         In v4l2 specification, RGB32 has the alpha, or pading, first, not last.
+         See http://linuxtv.org/downloads/v4l-dvb-apis/packed-rgb.html .
+         https://bugzilla.gnome.org/show_bug.cgi?id=540941
+
+2014-04-30 18:06:40 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: remove dead code
+         For 8 bit width, we always have depth==gdepth==width==8.
+         Coverity 1139678
+
+2014-04-30 17:48:53 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: remove dead code
+         A stricer check is already done earlier, and integer overflows
+         do not seem possible here.
+         Coverity 1139675
+
+2014-04-30 14:50:44 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         rtpvrawpay: guard against pathological "no space" condition
+         Even if one woul hope one pixel can fit in a MTU, ensure we do not
+         overwrite a buffer if this is not the case.
+         Spotted while looking at Coverity 1208786
+
+2014-04-30 11:52:10 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+         rtpjpegdepay: sanity check for NULL qtable
+         Can happen (at least in crafted stream)
+         Coverity 1208778
+
+2014-04-30 01:08:41 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: pass on tags from upstream if there are any
+         Don't just ignore upstream tags from e.g. an ID3 tag before
+         the .wav data, pass them on downstream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=729223
+
+2014-04-29 16:26:53 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: optimize timer update
+         When we are not doing retransmission, we just need to find the current
+         seqnum so we can stop when we found it.
+
+2014-04-29 16:21:44 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.h:
+         rtpjitterbuffer: small optimizations
+         Small optimizations where we can.
+         Add some more debug.
+
+2014-04-29 16:16:17 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: signal when next_seqnum changed
+         Signal the pushing thread when the next_seqnum changed and we might be
+         able to push a buffer now.
+
+2014-04-29 16:12:29 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: only signal event when head changed
+         After adding a buffer, only signal the pushing thread when the head
+         buffer changed or else we cause a useless wakeup.
+
+2014-04-29 15:29:31 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         rtpjitterbuffer: rework packet insert
+         Rework the packet queue so that the most common action (insert a packet
+         at the tail of the queue) goes very fast.
+         Report if a packet was inserted at the head instead of the tail so that
+         we can know when to retry _pop or _peek.
+
+2014-04-29 16:38:55 +1000  Matthew Waters <ystreet00@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+       * tests/examples/gtk/gstgtk.c:
+         gl/examples: move to -bad
+         - fix all the compiler errors
+         - give them their own gl directory
+
+2014-04-28 14:41:10 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+         rtpvraw: use plane pointers when needed
+         Pack/unpack planar formats to/from the first plane.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=729058
+
+2014-04-28 09:47:10 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: Remember if a redirect is permanent or not and store it in the query
+
+2014-04-27 21:57:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/goom/config_param.c:
+         goom: Remove french comment saying to prefix functions
+         All non-static function in this file are already prefixed with goom_.
+
+2014-04-28 00:20:47 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/goom/filters.c:
+         goom: fix compilation on ios-arm7-10.9 and osx-x86_64
+         uint is not a standard type, and the rest of the code uses
+         Uint which is locally typedefed to unsigned int.
+         https://bugzilla.gnome.org/show_bug.cgi?id=729067
+
+2014-04-27 18:29:11 -0400  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/goom/filters.c:
+         goom: fix undefined behaviour of left-shift
+         Don't left-shift into the sign bit, the result is undefined and potentially
+         an overflow could flip the sign.
+
+2014-04-26 20:51:36 -0400  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: check return from qt_demux_video_caps
+         Now qtdemux_video_caps() can return NULL. We need to check this return before
+         using it's value.
+         https://bugzilla.gnome.org/show_bug.cgi?id=728987
+
+2014-04-26 23:35:17 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/dv/gstdvdec.c:
+       * ext/dv/gstdvdemux.c:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/speex/gstspeexdec.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/isomp4/gstqtmoovrecover.c:
+       * gst/isomp4/gstqtmux-doc.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/spectrum/gstspectrum.c:
+       * gst/udp/gstudpsrc.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/wavparse/gstwavparse.c:
+       * sys/osxaudio/gstosxaudiosink.c:
+         docs: remove outdated and pointless 'Last reviewed' lines from docs
+         They are very confusing for people, and more often than not
+         also just not very accurate. Seeing 'last reviewed: 2005' in
+         your docs is not very confidence-inspiring. Let's just remove
+         those comments.
+
+2014-04-25 17:58:42 -0400  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: initialize caps pointer to null
+         Make sure the caps pointer returns initialized when using it in
+         qtdemux_parse_tree ().
+         https://bugzilla.gnome.org/show_bug.cgi?id=728987
+
+2014-04-22 17:07:38 +1000  Jan Schmidt <jan@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Clear last_pt on flush-stop.
+         Otherwise, we don't recheck the buffer caps for clock-rate
+         properly on the next chain.
+
+2014-04-22 17:29:02 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix compiler warning
+         gstdeinterlace.c: In function 'gst_deinterlace_output_frame':
+         gstdeinterlace.c:1537:57: error: 'pattern.length' may be used uninitialized in this function [-Werror=maybe-uninitialized]
+         This actually is always initialized before it is used there, but
+         let's just silence gcc here.
+
+2014-04-21 15:58:45 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: fix buffer list drop check
+         While porting to 0.11, the check was mistakenly made constant,
+         instead of testing for the return value of process_buffer_locked.
+         Coverity 1139663
+
+2014-04-21 13:44:15 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: fix content encoding scope validity check
+         It's 3 bits, and http://matroska.org/technical/specs/index.html
+         says it can't be 0.
+         Coverity 1139660
+
+2014-04-21 13:34:37 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: fix PAR fraction sanity check
+         It was checking par_num twice, and never par_denum.
+         Coverity 1139634
+
+2014-04-21 13:32:40 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiidpsink: warn when setsockopt fails
+         This doesn't seem to be fatal, but it's good to let the user know
+         in the logs.
+         Coverity 1139630
+
+2014-04-21 13:27:24 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/interleave/deinterleave.c:
+         interlace: catch failure to create audio info from caps
+         Coverity 1139627, 1139628
+
+2014-03-13 09:37:48 +0100  Göran Jönsson <goranjn@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         gstrtph264pay: Reset sps pps variable when state change.
+         Reset last_spspps and sps/pps arrays  when state transition
+         GST_STATE_CHANGE_PAUSED_TO_READY.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726015
+
+2014-04-18 11:11:14 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         jitterbuffer: improve EOS handling
+         Make a new method to disable the jitterbuffer buffering.
+         Rework the update_estimated_eos() method. Calculate how much time
+         there is left to play. If we have less than the delay of the
+         jitterbuffer, we disabled buffering because we might never be able to
+         fill the complete jitterbuffer again.
+         If we receive an EOS event, disable buffering. We will drain the
+         buffer and eventually push the EOS event out.
+         When we reach the estimated NPT timeout and we didn't receive an EOS
+         event, make one and queue it so that it can be pushed.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=728017
+
+2014-04-18 10:21:27 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: send reconfigure when internal-ssrc changes
+         When the internal-ssrc property changes, we want to send a reconfigure
+         upstream to make payloaders use the new suggested ssrc.
+         Using the internal-ssrc property to change the SSRC of a stream is not a
+         good idea and doesn't work when there are multiple senders, we want to
+         set the SSRC directly on the payloaders. Therefore, deprecate this
+         property.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725361
+
+2014-04-18 04:23:26 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: assume a full buffer when eos
+         Rework the logic to make buffering messages a little, make sure we
+         don't make the same message multiple times.
+         Consider the buffer full when EOS was received.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=728017
+
+2014-04-17 18:07:09 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/rtprtx.c:
+         rtprtx: Don't forget to unmap rtp buffer in the test
+
+2014-04-17 17:58:58 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: Require clock-rate in the caps and handle no ssrc in the caps properly
+
+2014-04-17 17:43:12 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/rtprtx.c:
+         rtprtx: Provide an ssrc in the test
+         And increase timeout to allow all tests to run in valgrind.
+
+2014-04-17 17:33:46 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/rtpsession.c:
+         rtpsession: Fix memory leaks in test
+
+2014-04-17 17:26:36 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Fix hundreds of memory leaks in the test
+
+2014-04-17 17:00:37 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Unref clock id when waiting for the clock is interrupted
+
+2014-04-17 16:39:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/rtpcollision.c:
+         rtpcollision: Fix memory leaks in unit test
+
+2014-04-16 21:40:45 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: name collectpads object based on videomixer name
+         Makes it easier to track things in debug logs when there
+         are multiple mixers and muxers.
+
+2014-04-16 21:37:12 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: better logging of incoming events
+         The pad and parent names are already logged as part of logging
+         the object. Instead log the full event details.
+
+2014-04-16 19:03:47 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/videomixer.c:
+         videomixer: Fix memory leak in unit test
+
+2014-04-16 18:49:43 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/level/gstlevel.c:
+         level: Use the correct number of samples to iterate over the input array
+         Fixes invalid memory accesses and accesses to uninitialised data.
+
+2014-04-16 18:00:49 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/icydemux/gsticydemux.c:
+         icydemux: Unref dropped events
+
+2014-04-16 17:29:30 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/ebml-read.c:
+         matroska: fix check for amount of data to read
+         History shows length==0 should set data to NULL and return,
+         so we do that too instead of trying to read nothing.
+         Coverity 206205
+
+2014-04-16 17:25:44 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: fix sign comparison
+         history_count is unsigned, so the whole comparison will be made
+         as unsigned, and fail to reject what it was meant to.
+         Coverity 206204
+
+2014-04-16 17:04:50 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: remove dead code
+         sub may not be NULL in this switch, there is a bail out just
+         before it if so.
+         Coverity 206098
+
+2014-04-16 16:59:43 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: remove dead code
+         The block_size == 0 was shortcut earlier, and the variable is not
+         modified in the meantime.
+         Coverity 206097
+
+2014-04-16 16:56:54 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/videomixer/videoconvert.c:
+         videomixer: remove dead code
+         While it seems to keep a compile time selection, I traced it
+         to some code copied from videoconvert, where it was removed,
+         with the following comment:
+         Also remove the high-quality I420 to BGRA fast-path as it needs
+         the same fix, which causes an additional instruction, which causes
+         orc to emit more than 96 variables, which then just crashes.
+         This can only be fixed in orc by breaking ABI and allowing more
+         variables.
+         Thus, I remove it here as well.
+         Coverity 206064
+
+2014-04-16 16:50:30 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         isomp4: fix incorrect masking for multiple tags
+         Coverity 206058
+
+2014-04-16 16:45:08 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/atoms.c:
+         isomp4: fix wrong atom flags set when adding samples
+         Coverity 206057
+
+2014-04-16 16:40:02 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audiofx/audiofxbasefirfilter.c:
+         audiofx: fix comparison of delta time to a threshold
+         Coverity 206055
+
+2014-04-16 16:32:26 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: do not rely on call failure keeping return data unmodified
+         This is clearer this way too.
+         Coverity 206029
+
+2014-04-16 16:28:49 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/atomsrecovery.c:
+         isomp4: catch fseek error
+         Coverity 206028
+
+2014-04-16 16:25:44 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/atoms.c:
+         isomp4: report failures to caller
+         Coverity 206027
+
+2014-04-16 18:05:46 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: refuse serialied query when buffering
+         When we are buffering, we can't block and wait for the serialized query
+         to complete because the jitterbuffer will not try to forward the query
+         while buffering. Instead, just refuse the query.
+
+2014-04-16 16:51:15 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: don't free the serialized query
+         We should never free a serialized query in the queue, it is the upstream
+         caller that will free it.
+
+2014-04-16 17:35:42 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/aacparse.c:
+         aacparse: Fix memory leak in the test
+
+2014-04-16 17:33:46 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Create hashtable only when we actually use it
+         In error cases we previously returned without freeing it.
+
+2014-04-16 17:30:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Chain up to the parent class' dispose function
+
+2014-04-16 17:23:27 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Initialise ioctl struct with zeroes before passing it to ioctl()
+
+2014-04-16 13:47:43 +0200  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: correct LOG msg for -1
+         Signed-off-by: Marc Leeman <marc.leeman@gmail.com>
+
+2014-04-15 21:36:30 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/interleave/interleave.c:
+         interleave: Fix negotiation to work at all again
+         The caps query handling function for the sinkpads was called for
+         the srcpad, and the sinkpads had none. This commit moves it to the
+         right pad, but nonetheless the negotiation still looks wrong.
+         This makes the test pass again after the recent coverity fix
+         and also allows interleave to work again, but someone should
+         really review the negotiation code and fix it.
+
+2014-04-13 09:03:41 +0200  Edward Hervey <edward@collabora.com>
+
+       * sys/oss4/oss4-audio.c:
+         oss4: Maximum number of channels support is 8
+         Avoids doing potential overwrites in ch_layout (which only has 8
+         fields).
+         CID #1139826
+
+2014-04-12 22:16:37 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: Set rank to MARGINAL
+         If available we prefer using glimagesink over osxvideosink. It supports
+         more formats and in general has more features than osxvideosink.
+
+2014-04-11 18:19:49 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: only guess AU boundaries when aren't indicated by marker
+         The marker bit isn't mandatory and we had in place code to guess AU
+         boundaries by detecting a new picture start. This guessing code
+         didn't work with interlaced content that has proper marker bits
+         to indicate the AU boundaries. It was leaking the first field buffer
+         and producing a corrupted output.
+         fixes: https://bugzilla.gnome.org/show_bug.cgi?id=728041
+
+2014-04-10 10:38:19 -0300  Rafał Mużyło <galtgendo@o2.pl>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: enable libpng interlaced picture handling
+         Makes libpng deinterlace Adam7 interlaced pictures
+         by default. It is the only interlaced format available
+         and if the picture isn't interlaced the code should behave
+         as before.
+         https://bugzilla.gnome.org/show_bug.cgi?id=726161
+
+2014-04-11 13:27:42 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Only keep-alive the connection in stop() if we have finished all previous messages
+         After cancelling a request we need to create a new connection.
+
+2014-04-11 11:54:12 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * ext/dv/gstdvdec.c:
+         dvdec: Don't set bogus timestamp/duration
+         This will happen if we have an incoming stream with a non-TIME segment
+         Could be improved later to figure out proper pts/duration.
+         CID #1199702
+         CID #1199703
+
+2014-04-11 11:53:42 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * ext/dv/gstdvdec.c:
+         dvdec: Properly refuse incoming stream without framerate
+         The return value wasn't properly propagated back if the caps
+         didn't contain a framerate
+
+2014-04-10 16:35:28 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Also retry on unexpected network failures
+
+2014-04-10 15:45:41 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: New property to specify the maximum number of retries before we give up
+
+2014-03-13 10:56:11 +0100  Alexander Zallesov <zallesov@gmail.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Change default timeout to 15 seconds
+         If nothing happens after 15 seconds, chances are good that
+         our connection will never will work. Stop after 15 seconds
+         instead of waiting until the system's default timeout, which
+         can be > 1 minute.
+
+2014-04-09 17:30:54 +0900  Jimmy Ohn <yongjin.ohn@lge.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: replace duplicated variable when parsing trex atom
+         https://bugzilla.gnome.org/show_bug.cgi?id=727878
+
+2014-04-09 10:56:29 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Use GST_FLOW_FLUSHING when flushing, not GST_FLOW_EOS
+         ... and reset it properly after flushing is done. Fixes playback
+         in many cases when buffering is used.
+         https://bugzilla.gnome.org/show_bug.cgi?id=727821
+
+2014-04-09 08:58:04 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Properly return stream flags when parsing trex atom
+         https://bugzilla.gnome.org/show_bug.cgi?id=727867
+
+2014-03-19 19:18:11 +0000  Matthieu Bouron <matthieu.bouron@collabora.com>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: use the video frame API instead of the video meta API
+         https://bugzilla.gnome.org/show_bug.cgi?id=726738
+
+2014-03-19 18:47:39 +0000  Matthieu Bouron <matthieu.bouron@collabora.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: advertize video meta API support
+         https://bugzilla.gnome.org/show_bug.cgi?id=726737
+
+2014-04-08 11:31:06 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/interleave/interleave.c:
+         interleave: Add missing break in switch statement
+         The caps query is handled entirely already before.
+         CID #1139757
+
+2014-04-06 18:03:11 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: souphttpsrc: use SoupKnownStatusCode if needed
+         From libsoup docs:
+         Prior to 2.44 SoupStatus was called SoupKnownStatusCode,
+         but the individual values have always had the names they
+         have now.
+         Fixes:
+         https://bugzilla.gnome.org/show_bug.cgi?id=727329
+
+2014-04-07 12:58:23 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: use frames, not bytes, for position query in VBR streams
+         Coverity 1139648
+
+2014-04-07 12:42:14 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/smpte/gstsmpte.c:
+         smpte: fix copy/paste error causing unmap on wrong buffer
+         Coverity 1139647
+
+2014-04-07 12:16:17 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: guard against finding no suitable pattern
+         The code handles a -1 pattern index, and it seems plausible
+         that a pattern might be found later, so it seems best to not
+         send an element error here.
+         Coverity 1139766
+
+2014-04-04 17:38:14 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: update for new MIKEY API
+
+2014-04-03 17:40:01 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: send sender SSRC in the MIKEY message
+         Allocate a new SSRC for our RTCP messages back to the server and set
+         this in the MIKEY message.
+
+2014-04-03 17:39:30 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: make random number for the CSB
+         As recommended in the RFC
+
+2014-03-26 12:10:44 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: don't put spaces in keymgmt header
+
+2014-03-25 17:47:49 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: create and send the RTCP encryption key
+         Create and make a key for encrypting the RTCP packets back to the server
+         and wrap this in a MIKEY message that we send as a header in the SETUP
+         request.
+
+2014-04-03 12:18:39 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: free the srtpdec element
+
+2014-04-03 12:16:25 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: cleanup stream_free function
+         There is no reason to NULL all fields, we will free the stream anyway.
+
+2014-04-03 12:07:31 +0200  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: demote warning to debug
+         For TCP, it is normal that we don't have timestamps so don't WARN on
+         it.
+
+2014-03-29 19:13:06 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Fix support for caps without width, height, framerate or format
+         For format like mpegts, width and height is rarely in the negotiated caps. This
+         patch fixes failure when setting format, and prevent introducing width, height,
+         framerate and format to the caps when fixating.
+         https://bugzilla.gnome.org/show_bug.cgi?id=725860
+
+2014-03-31 18:34:13 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+         avidemux: Always set PTS=DTS on raw video streams
+
+2014-03-31 18:31:22 +0200  Thibault Saunier <tsaunier@gnome.org>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Always set pixel-aspect-ratio on raw video streams
+         That field is mandatory in caps and if it is not present in the
+         AVI container, it means square pixels thus 1/1.
+
+2014-03-30 00:35:07 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: add mapping for Opus audio
+         Might want to consider adding channels/rate
+         requirement to template caps, but requires
+         fixing up of encoder and parser first.
+
+2014-03-30 00:31:11 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+         matroska-demux: add mapping for Opus audio codec
+         https://bugzilla.gnome.org/show_bug.cgi?id=727305
+
+2014-03-29 17:21:17 -0400  William Manley <will@williammanley.net>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: Fix support for mpegts streams
+         It seems that GStreamer's mpegts elements (tsdemux, tsparse) require caps
+         `video/mpegts,systemstream=true`.  As far as I can see the significance
+         of systemstream is to indicate that this is a container format rather than
+         an elementary stream.  As this is the case (and I can't understand how it
+         could not be the case with mpegts) I add systemstream=true to v4l2src's
+         caps.
+         This allows v4l2src to be linked with tsdemux for playback from my
+         Hauppauge HD-PVR with the pipeline:
+         v4l2src ! queue ! tsdemux ! video/x-h264 ! decodebin ! xvimagesink
+         In combination with the next commit this fixes using Hauppauge HD-PVR with
+         GStreamer 1.0+.
+
+2014-01-14 14:48:42 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: attempt to fix infinite (for small version of infinite) loop
+
+2014-03-29 13:20:30 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpmanager: copy sticky events when exposing pads in more places
+         https://bugzilla.gnome.org/show_bug.cgi?id=724712
+
+2014-03-28 20:11:36 +0100  Rico Tzschichholz <ricotz@ubuntu.com>
+
+       * sys/v4l2/Makefile.am:
+         v4l2: fix distcheck
+         Make sure ext/*.h are dist'ed
+
+2014-03-27 19:51:50 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: only extrapolate alpha mask for 32-bit depth
+         Instead of passing bogus alpha mask values when there's no alpha.
+         https://bugzilla.gnome.org/show_bug.cgi?id=726833
+
+2014-03-21 13:03:17 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: Add ARGB/BGRA support
+
+2014-03-20 15:28:26 +0100  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         jpegpay: consider header len when calculating payload len
+         Fixed https://bugzilla.gnome.org/show_bug.cgi?id=726777
+
+2014-03-26 08:03:22 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: All frames are sync points
+
+2014-03-26 08:02:43 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: All frames are sync points
+
+2014-03-22 17:07:46 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: segment closing not needed in 1.x
+         ... as sender should keep track of segment base accumulation.
+         Rather, it may have some adverse effects as a spurious segment event,
+         e.g. in collectpads.
+
+2014-03-22 17:05:17 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: early sending pending codec-data for all streams
+         ... at least before syncing across all streams might cause some gap
+         activity on any of those streams, notably sparse streams.
+         See also #712134
+
+2014-03-22 17:01:27 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: handle both sticky and non-sticky custom event
+
+2014-03-25 11:44:27 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: only expose streams on dataflow
+         Only probe on buffers, we don't want to expose the streams on events.
+
+2014-03-25 11:36:40 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: copy sticky events to ghostpad
+         When we expose internal pads as ghostpads, first copy the sticky events
+         so that we have the caps and segment etc.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724712
+
+2014-03-24 14:25:43 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: srtp handling
+
+2014-03-25 10:23:00 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: set SSRC on caps if known
+
+2014-03-24 16:58:25 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: put caps on udpsrc instead of using the signals
+         Try to avoid using the request-pt-map to get caps but set them directly
+         on the udpsrc element. That way, the caps get nicely transformed as they
+         pass through the different elements in the rtpbin, including the AUX and
+         decoder/encoder elements.
+
+2014-03-24 15:35:09 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: use profile to set rtcp caps
+         Use the negotiated profile to set x-rtcp or x-srtcp caps
+
+2014-03-24 15:34:26 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: set udpsrc to READY
+         READY is enough to allocate ports now
+
+2014-03-24 14:25:28 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: improve caps handling
+         Protect caps with the lock.
+         Don't push the caps event from the set_property function but mark the
+         pad for reconfiguration so that it will renegotiate and push the new
+         caps event in the streaming thread.
+
+2014-03-24 15:15:34 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: open/close socket in NULL<->READY state
+         We should open the socket when going to NULL<->READY and not in the
+         start/stop vemthod, which is called in READY<->PAUSED. This makes it
+         possible to allocate a socket without going to PAUSED (and starting the
+         negotiation).
+
+2014-03-24 14:35:01 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: free caps in ptmap array
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726696
+
+2014-03-20 11:12:51 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: handle NULL rtpmap and parse error better
+
+2014-03-18 00:08:50 +0000  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * tests/examples/gtk/gstgtk.c:
+         gl: fix the use of always-defined macros
+         After 2a0f0399ae226089c2ba07b1b904741b856f37af GST_GL_* macros are always
+         defined to 0 or 1. Don't use #ifdef ... or #if defined() on them.
+         https://bugzilla.gnome.org/show_bug.cgi?id=726591
+
+2014-03-16 23:46:22 -0400  Olivier Crête <tester@tester.ca>
+
+       * configure.ac:
+         configure: Don't check for gudev if video4linux2 is not present
+
+2014-03-16 23:19:55 -0400  Olivier Crête <tester@tester.ca>
+
+       * configure.ac:
+         configure: Don't fail if gudev is not present
+         PKG_CHECK_MODULES has the bad habit of failing the build if it doesn't
+         get what it wants, prevent that.
+
+2012-11-02 13:33:13 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * configure.ac:
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2devicemonitor.c:
+       * sys/v4l2/gstv4l2devicemonitor.h:
+         v4l2: Implement GstDeviceMonitor subclass
+         https://bugzilla.gnome.org/show_bug.cgi?id=678402
+
+2013-08-12 11:49:21 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/Makefile.am:
+       * ext/pulse/plugin.c:
+       * ext/pulse/pulsedevicemonitor.c:
+       * ext/pulse/pulsedevicemonitor.h:
+         pulse: Add device monitors
+         https://bugzilla.gnome.org/show_bug.cgi?id=678402
+
+2014-03-16 19:24:26 -0400  Olivier Crête <tester@tester.ca>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Remove GstPropertyProbe leftovers
+
+2014-02-19 03:04:03 +0100  Mathieu Duponchelle <mduponchelle1@gmail.com>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+         videomixer: Port to new collectpads API
+         See: https://bugzilla.gnome.org/show_bug.cgi?id=724705
+
+2014-03-16 15:26:04 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/ext/types-compat.h:
+       * sys/v4l2/ext/videodev2.h:
+         v4l2: Add types compatiblity for other OS
+         Adds type compatiblity with other OS like BSD. This uses types mapping macro to
+         avoid conflict with existing defined types. We resuse glib types as these are
+         already available on supported platforms. This is GCC only because of the
+         le32 type that uses bitwise attribute.
+         https://bugzilla.gnome.org/show_bug.cgi?id=726453
+
+2014-03-16 15:55:00 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/pulse/pulseutil.c:
+         pulse: fix format info to caps conversion for mulaw
+
+2013-08-13 12:10:42 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulse: Make gst_pulse_format_info_to_caps() shared
+         https://bugzilla.gnome.org/show_bug.cgi?id=678402
+
+2014-03-15 18:41:16 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/Makefile.am:
+         v4l2: Fix typo V4L_DIR intead of V4L2_DIR
+
+2013-12-29 17:29:53 +1100  Matthew Waters <ystreet00@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+       * tests/examples/gtk/gstgtk.c:
+         [864/906] examples: update to gtk3
+
+2013-07-17 11:22:02 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * tests/examples/gtk/gstgtk.c:
+         [771/906] gl: Some less long/ulong/gulong usage
+
+2013-07-16 18:27:07 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [769/906] tests/examples: fix and port some of the examples.
+         Realize widgets, remove glupload element.
+
+2013-07-10 11:24:34 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+       * tests/examples/gtk/gstgtk.c:
+         [729/906] gl: Include config.h everywhere
+
+2013-06-28 11:00:46 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [720/906] examples: Stop using deprecated GLib thread API
+
+2012-11-08 22:53:56 +1100  Matthew Waters <ystreet00@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+       * tests/examples/gtk/gstgtk.c:
+         [603/906] update FSF address
+
+2012-08-14 14:41:19 +1000  Matthew Waters <ystreet00@gmail.com>
+
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [560/906] examples: update for bus api changes and glimagesink changes
+
+2012-06-07 00:51:47 +1000  Matthew Waters <ystreet00@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+       * tests/examples/gtk/gstgtk.c:
+         [511/906] tests: update for 1.0
+
+2010-09-16 15:00:29 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tests/examples/gtk/gstgtk.c:
+         [461/906] xoverlay: require base from git and update to new API
+
+2010-07-12 18:38:59 +0200  Julien Isorce <julien.isorce@gmail.com>
+
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [457/906] gtk examples: adapt code since the native-window changes from gtk
+         Fixes bug #599885
+
+2010-01-12 18:32:39 +0300  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [413/906] Fix Windows compiler warning in test/examples/gtk/fxtest/pixbufdrop.c
+
+2009-10-23 01:07:29 +0200  Julien Isorce <julien.isorce@gmail.com>
+
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [386/906] pixbufdrop: fix example on win32
+
+2009-07-14 20:36:13 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/gstgtk.c:
+         [361/906] gstgtk: add missing license and copyright information
+
+2009-07-14 20:25:28 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [360/906] examples: add missing copyright/license to my examples
+
+2009-04-12 20:03:30 -0700  David Schleef <ds@hutch-2.local>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+       * tests/examples/gtk/gstgtk.c:
+         [328/906] Convert gtk examples to use helper library
+         Helper lib implements gst-gtk glue on all platforms
+
+2009-02-10 22:39:14 -0800  David Schleef <ds@schleef.org>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [310/906] Global reindent
+         Indent parameters:
+         INDENT_PARAMETERS="--braces-on-if-line \
+         --case-brace-indentation0 \
+         --case-indentation2 \
+         --braces-after-struct-decl-line \
+         --line-length80 \
+         --no-tabs \
+         --cuddle-else \
+         --dont-line-up-parentheses \
+         --honour-newlines \
+         --continuation-indentation4 \
+         --tab-size8 \
+         --indent-level2"
+
+2009-02-05 13:13:51 -0800  David Schleef <ds@schleef.org>
+
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [308/906] Rename glpixbufoverlay to gloverlay
+
+2009-01-23 02:04:23 +0100  Julien Isorce <julien.isorce@gmail.com>
+
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [301/906] depends on libpng instead of gdk_pixbuf
+
+2009-02-10 21:57:31 -0800  David Schleef <ds@schleef.org>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [298/906] Revert "Fix indention"
+         This reverts commit 96e4ab18c2cf9876f6c031b9aba6282d0bd45a93.
+         You should have asked first.  And you would have been told "no",
+         because it causes people on development branches to do a huge
+         amount of extra work.
+
+2009-02-03 18:33:36 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [295/906] Fix indention
+
+2008-10-15 16:18:22 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+         [247/906] Import xray effect
+         Add xray effect. Maps luma to a negative, slightly cyan tinted, curve,
+         applies some light gaussian blur and multiplies it with its sobel edges. Not
+         sure about the name, likely to change. Probably still needs some tuning.
+
+2008-08-19 22:15:17 +0200  Julien Isorce <julien.isorce@gmail.com>
+
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [199/906] add pixbufdrop vs8 project
+
+2008-08-19 21:04:29 +0200  Julien Isorce <julien.isorce@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [198/906] add fxtest vs8 project
+
+2008-08-19 08:50:14 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/fxtest/pixbufdrop.c:
+         [195/906] fix gstgldifferencematte and add an example app to test it dragging an image over the video (works with pixbufoverlay too, see pixbufdrop --help)
+
+2008-08-16 17:36:10 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+         [180/906] minor cleanup in fxtest
+
+2008-08-16 10:15:31 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+         [178/906] improve fxtest command line option handling, default to videotestsrc if no source bin description is given
+
+2008-08-16 09:13:39 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+         [175/906] add sin effect (desaturate everything but red shades). still needs some tuning.
+
+2008-08-14 21:29:02 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+         [173/906] add lumaxpro (desaturate + cross process) effect. nothing too impressive but I like it.
+
+2008-08-14 20:54:54 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+         [172/906] add support for command line parsing to fxtest (try fxtest videotestsrc ! desired caps ! identity). report a new issue on BUGS.
+
+2008-08-14 20:02:04 +0200  Filippo Argiolas <filippo.argiolas@gmail.com>
+
+       * tests/examples/gtk/fxtest/fxtest.c:
+         [171/906] import fxtest (little gtk app to easily test effects) from cvs branch, fixed rgbtocurve.
+
+2014-03-15 18:05:32 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * configure.ac:
+         v4l2-build: Set HAVE_GST_V4L2 if headers are present
+         The name of HAVE_ need to match the USE_. Now set HAVE_GST_V4L2 if
+         videodev2.h is found.
+
+2014-03-15 16:47:51 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * configure.ac:
+       * sys/Makefile.am:
+         v4l2: Actually build the plugin
+         The checks were removed inadvertedly in previous patch and not replaced.
+         Re-introduce the configure checks and some of the checks in order to enable
+         this plugin again. We only check if videodev2.h exist on the platform to
+         avoid building on Windows or OSX, though we build against our own copy. This
+         was breaking the build on built-bot.
+
+2014-03-15 13:47:42 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.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/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/zh_HK.po:
+       * po/zh_TW.po:
+         translation: PO file changes caused by POTFILE.in update
+
+2014-03-15 13:17:21 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * configure.ac:
+       * po/POTFILES.in:
+       * po/POTFILES.skip:
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2videooverlay.c:
+       * sys/v4l2/gstv4l2videooverlay.h:
+         v4l2: Remove XV support
+         XV support for v4l2 never became upstream and ended up being
+         commented out with an undef for a long time now.
+
+2014-03-15 11:13:05 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * configure.ac:
+       * gst-plugins-good.spec.in:
+       * sys/Makefile.am:
+       * sys/v4l2/ext/v4l2-common.h:
+       * sys/v4l2/ext/v4l2-controls.h:
+       * sys/v4l2/ext/videodev2.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2vidorient.c:
+       * sys/v4l2/v4l2_calls.c:
+       * tests/icles/Makefile.am:
+         v4l2: Use a copy of videodev2.h header
+         With years the amount of ifdef have grown up and we are not even sure if the
+         old code path compiles. Each time we need to update the v4l2 framework to add
+         the new feature, we break compilation on older kernel. With exception of two
+         controls in the video orientation control, this patch get rid of all ifdef by
+         including the latest version of videodev2.h inside GStreamer.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723446
+
+2014-03-12 15:32:55 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: Add properties for selecting SSL/TLS certificate checking
+         And by default properly check certificates against the system's CA
+         certificates. Everything else is not a good default at all.
+
+2014-03-11 14:56:30 +0100  Per x Johansson <perxjoh@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix assert on fps lower than 1
+         Fixes assert caused by gst_duration_to_fraction calling
+         gst_util_uint64_scale_int with a denominator of 0 when fps is less
+         than 1.
+         https://bugzilla.gnome.org/show_bug.cgi?id=726106
+
+2014-03-11 00:46:06 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: store video info with buffers to keep it in sync
+         Instead the queued buffer might have an old caps while the pad
+         is already storing the information for a new caps. Mixing those
+         while handling buffers will often lead to issues
+         https://bugzilla.gnome.org/show_bug.cgi?id=725948
+
+2014-03-08 19:29:58 -0500  William Manley <will@williammanley.net>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Fix typo contol -> control
+         https://bugzilla.gnome.org/show_bug.cgi?id=725632
+
+2014-03-04 01:15:49 +0000  William Manley <will@williammanley.net>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Normalise control names in the same way as v4l2-ctl
+         V4L2 kernel drivers allow configuration of the hardware settings via a
+         mechanism called controls.  These can be referred to by name such as
+         "Brightness" and "White Balance Temperature".  The user-space command line
+         client for setting these controls (v4l2-ctl) normalises these names such
+         that they only contain lower case alphanumeric characters and the
+         underscore '_'.  e.g:
+         Kernel                     v4l2-ctl
+         ----------------------------------------------------
+         Brightness                 brightness
+         White Balance Temperature  white_balance_temperature
+         Focus (absolute)           focus_absolute
+         GStreamer seems to want to follow this pattern but failed for controls with
+         more than one consecutive non-alphanum character.  e.g. GStreamer would
+         produce "focus__absolute_" rather than "focus_absolute".
+         This commit fixes that issue.  Backwards compatibility is preserved by
+         normalising all control names before comparison.
+         https://bugzilla.gnome.org/show_bug.cgi?id=725632
+
+2014-03-07 16:17:29 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Make sure to not return EOS immediately if we finished a range request
+         Only return EOS the next time create() is called, if at all. basesrc
+         should already take care of not calling it again.
+         Also always return immediately if the previous flow return was
+         not OK. This indicates an error somewhere.
+
+2014-03-06 12:06:43 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+         rtp: Remove caps restrictions from RTP depayloader sink caps
+         Remove caps restrictions that correspond to the default and are not
+         required in SDP. With the new usage of having pads require a subset
+         of the caps, they will make the negotiation fail.
+
+2014-03-06 11:02:09 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpspeexdepay.c:
+         rtpspeexdepay: Remove caps restrictions for depayloader
+         The "encoding-params" is optional in the SDP, because we now require
+         a subset of the caps, it would fail caps negotiatioin if it wasn't present.
+         So removed it from the template caps.
+
+2014-03-06 13:38:09 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Don't forget to quit mainloop after we cancelled when we got data after the stop position
+
+2014-03-06 13:35:47 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: If we had a stop position, allow for the server to finish our connection instead of just cancelling
+         Otherwise keep-alive does not make much sense and also the server will have
+         confusing things in the logs.
+
+2014-03-06 12:24:01 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: skip streams with same control url
+         Keep track of what streams we did the SETUP for. We only need to
+         configure caps, wait for pads and push events on setup streams. We can
+         remove the disabled state of the stream and simplify some checks.
+         After we setup a stream, skip the other streams that have the same
+         control url. Use a skipped flag to mark streams that should be skipped.
+
+2014-03-06 12:22:47 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: remove obsolete code
+
+2014-03-05 16:19:19 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: just use the SDP index as the stream id
+         Use the index of the media stream in the SDP as the stream id instead of
+         keeping a separate counter.
+
+2014-03-05 13:35:19 +0100  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideo: fix build on Mac OSX Mavericks and put new window in front
+         GetCurrentProcess/SetFrontProcess/TransformProcessType was deprecated
+         and now removed in Mac OSX 10.9. orderFrontRegardless is used to make
+         the video window the most front window.
+
+2014-03-05 17:33:56 +0100  Christian Fredrik Kalager Schaller <uraeus@linuxrising.org>
+
+       * gst-plugins-good.spec.in:
+         Add docs directory to spec file
+
+2014-03-05 15:44:25 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: handle NULL control urls better
+
+2014-03-05 14:28:26 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: small cleanups
+         It's nicer to explicitly check for NULL on pointer types to make it
+         clear that it's a pointer and not a boolean.
+
+2014-03-05 14:26:02 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: handle unknown SSRC in FIR
+         https://bugzilla.gnome.org/show_bug.cgi?id=725712
+
+2014-03-05 11:39:09 +0100  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix seeking
+         Call gst_rtspsrc_connection_flush (src, FALSE) to reset connections as
+         non-flushing before sending PAUSE and PLAY with the new npt range. Without this
+         patch, those commands would fail with EINTR as the connections were still
+         flushing.
+
+2014-03-03 16:39:26 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+         avidemux: expose xsub as a subtitle instead of as a video
+         It is placed inside a 'vids' struct, so it was being exposed on
+         a pad named video_%d. XSUB are subtitles and this patch adds
+         an special case for it to be exposed in a subpicture_%d pad
+
+2014-03-03 16:38:45 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: do not try to add a tag with tag_name set to NULL
+         This can happen if there are subtitles in the stream, leading to
+         an assertion
+
+2014-03-04 16:40:34 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Add support for multiple payload types
+         A media stream can have multiple payload types. Parse all the payload
+         types and collect the caps information. We then have to store the
+         pt<->caps mapping instead of 1 pt and 1 caps.
+         Parse the profile from the SDP and use that to negotiate the transport
+         instead of always using AVP.
+         Rework how we do some tweaks for ASF and Realmedia.
+
+2014-03-04 11:34:39 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: refactor payload handling
+
+2014-03-03 11:34:00 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         jitterbuffer: fix buffer level with invalid DTS
+         It is possible that the DTS is invalid (when we receive RTP packets from
+         TCP, for example). As a fallback, use the reconstructed PTS value to
+         calculate the buffer level.
+
+2014-03-02 05:10:13 +0100  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * .gitignore:
+         .gitignore: Ignore gcov intermediate files
+         https://bugzilla.gnome.org/show_bug.cgi?id=725480
+
+2014-02-28 09:34:46 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From fe1672e to bcb1518
+
+2014-02-27 23:15:04 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         Revert "aacparse: put codec data on caps for loas format"
+         This reverts commit e459cf3e01a08f1a3ef1fb954a41cfa36b3e510c.
+         This was pushed by accident, the bug should likely be fixed in
+         libav https://bugzilla.libav.org/show_bug.cgi?id=644
+
+2014-02-27 18:55:04 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: mark all parsed frames as sync points
+         all jpeg frames are sync points, so mark them as such so
+         reverse playback can properly work with the video decoder
+         base class
+         https://bugzilla.gnome.org/show_bug.cgi?id=725104
+
+2014-02-25 01:12:05 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: put codec data on caps for loas format
+         gst-libav audio decoder also needs codec data for LOAS format, otherwise
+         it will complain about not having a decoder config and skip all packets
+         https://bugzilla.gnome.org/show_bug.cgi?id=596772
+
+2014-02-27 00:43:48 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: align raw audio memory to powers of two
+         https://bugzilla.gnome.org/show_bug.cgi?id=725008
+
+2014-02-27 00:37:20 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: calculate alignment properly for audio depths not a multiple of 8
+
+2014-02-23 19:09:24 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix crash with 24-bit raw audio
+         Do not try to align audio buffers to odd numbers,
+         which will get us a NULL buffer which we then
+         crash on.
+         https://bugzilla.gnome.org/show_bug.cgi?id=725008
+
+2014-02-27 00:11:42 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/Makefile.am:
+         rtpmanager: re-enable -Werror
+
+2014-02-27 00:11:11 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: fix compiler warning
+         gstrtpjitterbuffer.c: In function 'gst_rtp_jitter_buffer_loop':
+         gstrtpjitterbuffer.c:2978:3: error: 'result' may be used uninitialized in this function
+         while (result == GST_FLOW_OK);
+         ^
+
+2014-02-26 22:11:41 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 1a07da9 to fe1672e
+
+2014-02-26 21:11:23 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Fix uninitialized variable compiler warning
+
+2014-02-26 07:32:32 -0500  Jake Foytik <jake.foytik@ipconfigure.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Remove raw comparisons of RTP sequence numbers
+         Several conditional statements perform comparison on RTP sequence
+         numbers without taking the sequence number rollover into account.
+         Instead, use the gst_rtp_buffer_compare_seqnum function to perform the
+         comparison.
+         https://bugzilla.gnome.org/show_bug.cgi?id=725159
+
+2014-02-03 01:44:21 +0100  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * tests/check/Makefile.am:
+         tests: Don't build disabled plugins' check tests
+         https://bugzilla.gnome.org/show_bug.cgi?id=723502
+
+2014-02-26 11:29:45 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * docs/Makefile.am:
+         docs: install prebuilt plugin docs if gtk-doc is disabled
+         Sync to the Makefile.am from gst-plugin-base where it is done right.
+         Fixes #725034
+
+2014-02-25 16:10:54 -0500  Hugues Fruchet <hugues.fruchet@st.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: do not emit "parsed" caps for vp8
+         VP8 doesn't require parsing (vp8parse doesn't exist, so negotiation with demux fails
+         if "parsed" is set in caps).
+         https://bugzilla.gnome.org/show_bug.cgi?id=724636
+
+2014-02-11 16:27:08 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Don't require parser for VP8
+         Until GStreamer has one (see bug722760), we should not require a parser for VP8.
+         https://bugzilla.gnome.org/show_bug.cgi?id=722128
+
+2014-02-10 17:08:25 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: CAPTURE_MPLANE is well tested now
+         https://bugzilla.gnome.org/show_bug.cgi?id=722128
+
+2013-12-18 09:56:35 +0100  Benjamin Gaignard <benjamin.gaignard@linaro.org>
+
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videodec.h:
+         v4l2videodec: Create one element per device
+         For each videoCdevice probe it input/output capabilities
+         if it match with video decoder requirement register a new element.
+         Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
+         https://bugzilla.gnome.org/show_bug.cgi?id=722128
+
+2013-12-19 15:26:52 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2videodec.c:
+         v4l2videodec: Calculate latency from device information
+         Decoders or other devices that expose a minimum buffers required produce
+         an first output. We use this information to calculate latency.
+         https://bugzilla.gnome.org/show_bug.cgi?id=722128
+
+2013-11-28 17:14:18 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2videodec.c:
+       * sys/v4l2/gstv4l2videodec.h:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2videodec: Implement v4l2videodec
+         Implement an element that can driver V4L2 M2M decoder device.
+         https://bugzilla.gnome.org/show_bug.cgi?id=722128
+
+2014-02-11 12:41:29 +0100  Göran Jönsson <goranjn@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: only update last_spspps time if all sps/pps got sent successfully
+         This fixes an issue with gst-rtsp-server where no sps and pps are
+         sent for the first intra frame, because the payloader starts working
+         already when receiving DESCRIBE but there is no transports so it tries
+         to send sps and pps, but that fails with a FLUSHING flow. But the time
+         for last sent sps and pps would still be set, so when PLAY arrives and
+         the first intra frame is to be sent there is no sps and pps sent due to
+         that time since last sps pps is less than spspps_interval.
+         https://bugzilla.gnome.org/show_bug.cgi?id=724213
+
+2014-02-25 09:00:45 +0100  Santiago Carot-Nemesio <sancane@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix deadlock when task creation is no successful
+         https://bugzilla.gnome.org/show_bug.cgi?id=725124
+
+2014-02-22 20:19:49 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/autodetect/gstautodetect.c:
+         autodetect: demote candidate error to warning and plug fake{sink,src}
+         In the case where we have no suitable candidate we post a warning and plug a
+         fake-element. Do the same when non of the candidate work.
+         This is more consistent and plugin the fakesink as a fallback is probably
+         helpful for running unit tests without requiring hardware src/sink elements.
+         Fixes #722981
+
+2014-02-23 12:34:48 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: make some more controls configurable
+         ... at least if one tries hard enough using extra-controls property.
+
+2014-02-23 10:39:20 +0100  Dan Kegel <dank@kegel.com>
+
+       * configure.ac:
+         v4l2: Require mplanar support for now in configure
+         The code fails to compile without currently, see
+         https://bugzilla.gnome.org/show_bug.cgi?id=723446
+         It's better to disable it instead of failing compilation
+         until this is fixed properly.
+
+2014-02-23 00:14:04 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/jack/gstjackaudioclient.c:
+         jack: add some simple log handlers for jack
+         Add log handlers for jack that write to the gst debug log. This avoids spamming
+         the console when e.g. using autoaudiosink, having the jack elements installed,
+         but not running jack.
+
+2014-02-22 21:31:21 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2src: handle old and odd driver behaviour when listing controls
+
+2013-11-28 16:54:58 -0800  Darryl Gamroth <dgamroth@uvic.ca>
+
+       * gst/audiofx/audiofxbaseiirfilter.c:
+         audiofxbaseiirfilter: check if coefficients are provided inside filter lock
+         https://bugzilla.gnome.org/show_bug.cgi?id=719524
+
+2014-02-21 19:46:44 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2src: also unset INTERLACED flag on buffers if frame is not interlaced
+         https://bugzilla.gnome.org/show_bug.cgi?id=724899
+
+2014-02-21 14:31:59 +0000  Simon Farnsworth <simon.farnsworth@onelan.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2src: Flag interlaced buffers as interlaced.
+         We correctly indicate the field ordering on interlaced buffers, but fail to
+         flag them as containing interlaced video, which we need to do here because
+         we signal interlace-mode=mixed in our caps. This means that downstream
+         elements (like vaapipostproc from gstreamer-vaapi) don't recognise these
+         buffers as in need of deinterlacing.
+         Fix this by setting the interlaced flag on all interlaced buffers.
+         Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
+         https://bugzilla.gnome.org/show_bug.cgi?id=724899
+
+2014-02-19 13:56:37 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: be more strict at ADTS header parsing
+         Adds two extra checks:
+         - Sampling frequency on header can't be 15.
+         - Frame size should be at least 9 or 7, depending
+         on whether CRC protection is present.
+         https://bugzilla.gnome.org/show_bug.cgi?id=724638
+
+2014-02-19 13:35:59 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: make sure we have enough ADTS data
+         We need at least 6 bytes to pass over to _get_frame_len()
+         but we were just checking for a minimum of 2 bytes for the
+         syncword.
+         https://bugzilla.gnome.org/show_bug.cgi?id=724638
+
+2014-02-20 22:52:57 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/autodetect/gstautodetect.c:
+       * gst/autodetect/gstautodetect.h:
+         autodetect: check if the kid has a sync property
+         previously autovideosrc did not have a sync property and v4l2src has none either.
+
+2014-02-19 21:55:52 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosink.h:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautoaudiosrc.h:
+       * gst/autodetect/gstautodetect.c:
+       * gst/autodetect/gstautodetect.h:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosink.h:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/autodetect/gstautovideosrc.h:
+         autodetect: use a common baseclass
+         This makes the actual elements super simple. We're using the ELEMENT_FLAG to
+         configure source/sink and a string for the Audio/Video type.
+
+2014-02-14 17:14:42 -0800  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: add tls-database property
+         Add support for a new property: tls-database. If the property is set,
+         the certificate database will be given to the rtsp connection if TLS
+         protocol is being used. If the server certificate can't be verified with
+         the default database, this additional database will be used.
+         https://bugzilla.gnome.org/show_bug.cgi?id=724396
+
+2014-02-19 22:21:54 +0100  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudio: remove unused variables
+
+2014-02-19 21:26:03 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautodetect.c:
+       * gst/autodetect/gstautodetect.h:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+         autodetect: extract common helper code
+         The function to generate the pretty names is basically the same. Use one and add
+         a parameter.
+
+2014-02-19 21:01:39 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/autodetect.c:
+         autodetect: improve the tests
+         Add fake audio/video sinks. Previously running the test might be flaky due to
+         the use of real elements (hardware in use), which we don't want to test here.
+         Add two more tests that check that the fakes are chosen.
+
+2014-02-19 15:19:30 +0100  Branislav Katreniak <bkatreniak@nuvotechnologies.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: do not emit error when connection with unknown size ends
+         Commit 46fd12ae5ec53200b16dfd7f17048d6bc60fbfbc introduced connection
+         recovery. But when server does not specify content-size,
+         souphttpsrc tries to reconnect even after regular end of stream.
+         Http server replies  with SOUP_STATUS_REQUESTED_RANGE_NOT_SATISFIABLE
+         but souphttpsrc still emits error instead of EOS.
+         https://bugzilla.gnome.org/show_bug.cgi?id=724717
+         Signed-off-by: Branislav Katreniak <bkatreniak@nuvotechnologies.com>
+
+2014-02-19 11:26:22 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/elements/autodetect.c:
+         autodetect: fix the disabled test
+         Use a shared helper for both tests. It turns out that the valgrind variant is
+         fine (maybe due to picking up pulsesink though).
+
+2014-02-19 11:05:35 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/elements/autodetect.c:
+         autodetect: remove cruft from the test
+         Remove the obsolete version check and use the ignore macro for the disabled test.
+
+2014-02-18 22:54:45 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/level/gstlevel.c:
+       * gst/spectrum/gstspectrum.c:
+         docs: use docbook markup for xi:include
+         It turns out that the change in gtk-doc-1.20 which wraps the |[]| content in
+         CDATA break xi:inlcude examples. As in a whole jhbuild checkout these where
+         the only 4, we're fixing them instead.
+
+2014-02-18 22:35:45 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/isomp4/gstqtmux-doc.h:
+         isomp4mux: fix copy and paste
+         This fixes doc warnings.
+
+2014-02-18 21:44:24 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/debugutils/gstcapssetter.c:
+       * gst/isomp4/gstqtmux-doc.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/level/gstlevel.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/replaygain/gstrgvolume.c:
+         docs: use the gtk-doc syntax to link to properties
+         Don't use docbook unless needed. Also stip other docbook tags in the the files we fix.
+
+2014-02-18 11:28:18 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: fix crash when getting the current-device in NULL->READY
+         The "goto unlock" is wrong as in this code path we haven't take the lock yet.
+         Fixes #724619
+
+2014-02-14 22:50:49 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         soup: We need libsoup >= 2.40 for proper usage of the content decoder
+         Previous versions did not consider our chunk allocator and allocated
+         memory by themselves, which caused crashes and broken behaviour.
+
+2014-02-14 15:27:20 -0500  William Jon McCann <william.jon.mccann@gmail.com>
+
+       * gst/audiofx/audiocheblimit.c:
+       * gst/udp/gstudpsrc.c:
+         docs: fix mismatched para tags
+         newer gtkdoc is more sensitive to mismatched docbook tags.
+         This fixes the build in master.
+
+2014-02-14 15:59:46 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: add support for serialized queries
+         See https://bugzilla.gnome.org/show_bug.cgi?id=723850
+
+2014-02-14 15:53:55 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: fix typecast to fix compilation
+
+2014-02-14 12:01:00 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: proxy caps and allocation on RTP pads
+         recv_rtp_sink: allow proxying of the allocation query.
+         send_rtp_sink: allow proxying of caps and allocation. This allows us to
+         query caps downstream as well as get an allocator from downstream.
+         send_rtp_src: allow proxy of caps, this makes the caps query do
+         upstream.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=723850
+
+2014-02-13 12:29:13 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: handle tags in mac encoding
+         Check the charset from (C)*** tags and set the charset
+         to convert from MAC encoding if suitable.
+         https://bugzilla.gnome.org/show_bug.cgi?id=723166
+
+2014-02-13 12:09:13 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Use new automatic_eos API from basesrc
+         We want to notice ourselves that we're EOS. Otherwise we will
+         always cancel requests in the very end and confuse the server...
+         and also make it impossible to use persistent connections.
+
+2014-02-13 11:11:13 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Consistently use have_size instead of content_size!=0
+
+2014-02-13 10:30:09 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Free extra headers when finalizing the element
+         It's set as property by the application, we should not just reset
+         properties when going back to READY.
+
+2014-02-13 10:28:13 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Properly close the session when going back to NULL
+         Don't wait for that until the element is disposed.
+
+2013-02-28 12:20:52 +0100  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: add support for keep-alive sessions
+         https://bugzilla.gnome.org/show_bug.cgi?id=699926
+
+2014-02-12 13:00:13 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: Add "compress" property to enable/disable automatic gzip/deflate content encoding handling
+
+2014-02-12 12:39:10 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Retry connection if we're finished before the content size only if we actually have a content size
+         https://bugzilla.gnome.org/show_bug.cgi?id=722185
+
+2014-02-12 10:08:50 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouputils.c:
+         souputils: Fix compiler warning
+         gstsouputils.c:35:25: error: comparison of constant 9 with expression of type
+         'SoupLoggerLogLevel' is always false
+         [-Werror,-Wtautological-constant-out-of-range-compare]
+
+2014-01-07 23:00:56 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * ext/soup/Makefile.am:
+       * ext/soup/gstsoup.c:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpclientsink.h:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+       * ext/soup/gstsouputils.c:
+       * ext/soup/gstsouputils.h:
+         souphttp*: add ability to do HTTP session logging
+         This changeset adds the loggin infrastructure and
+         mods both souphttpsrc and souphttclientsink to use it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=721764
+
+2014-02-07 14:00:15 +0100  divhaere <dirk.vanhaerenborgh@ugent.be>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+         matroska: add support for GRAY8, BGR and RGB video colourspaces in V_UNCOMPRESSED codec
+         https://bugzilla.gnome.org/show_bug.cgi?id=723849
+
+2014-02-11 13:25:46 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Add mapping for NOT_FOUND and NOT_AUTHORIZED errors
+
+2014-02-11 13:25:22 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Don't duplicate status_code to GStreamer error mapping
+
+2014-02-09 23:38:44 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/goom/filters.c:
+       * gst/goom2k1/filters.c:
+         goom: Remove unused functions
+
+2014-02-09 23:21:20 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: Comment out some unused functions used only from the commented out pull-mode code
+
+2014-02-08 21:01:32 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/taglib/gstid3v2mux.cc:
+         id3v2mux: Fix another compiler warning
+
+2014-02-08 17:43:32 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         souphttpsrc: Fix implicit enum conversion compiler warning
+         error: implicit conversion from enumeration type
+         'SoupStatus' to different enumeration type 'SoupKnownStatusCode'
+
+2014-02-08 17:41:21 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/interleave.c:
+         interleave: Fix unitialized variable compiler warning in test
+         error: variable 'mask' is used uninitialized
+         whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
+
+2014-02-08 17:27:51 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/taglib/gstid3v2mux.cc:
+         id3v2mux: Fix unitialized variable compiler warning
+         error: variable 'image_type' is used uninitialized
+         whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
+
+2014-02-08 17:25:27 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/oss4/oss4-audio.h:
+         oss4: Fix typo in header include guard
+         error: 'GST_OSS4_AUDIO_H' is used as a header guard here,
+         followed by #define of a different macro [-Werror,-Wheader-guard]
+
+2014-02-08 17:24:06 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: Fix unitialized variable compiler warning
+         variable 'rtx_ssrc' is used uninitialized whenever
+         'if' condition is false [-Werror,-Wsometimes-uninitialized]
+
+2014-02-08 17:21:19 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpac3depay.c:
+         rtpac3depay: Remove unused variable
+
+2014-02-08 17:19:19 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/flx/flx_fmt.h:
+         flx: Fix typo in header include guard
+         error: '__GST_FLX_FMT__H__' is used as a header guard here,
+         followed by #define of a different macro [-Werror,-Wheader-guard]
+
+2014-02-07 10:07:41 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: remove have_dts flag from pads
+         It was used in the past in 0.10 when there was no explicit DTS
+         field in buffers, now we have it in 1.x series and we can
+         check it directly with GST_BUFFER_DTS_IS_VALID
+
+2014-02-07 01:49:26 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: improve support for sparse streams
+         Do not try to use subsequent buffer timestamps to calculate
+         sparse streams durations because the stream is sparse and
+         the buffers might not be 'time adjacent'. So rely on the
+         duration and give the option to the pad to provide
+         custom 'empty' buffers to represent the gaps in the
+         stream, this can vary on how the data is represented.
+         Right now, the only sparse stream supported is tx3g subtitles.
+
+2014-02-06 12:15:22 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: add support for text/x-raw subtitles
+         Adds it to mp4mux, qtmux and gppmux.
+         Buffers need to be prefixed with 2 bytes for the text length before
+         being muxed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=581295
+
+2014-02-06 12:09:01 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/fourcc.h:
+         qtmux: add support for the TX3G atoms
+         Adds functions for creating and setting values related to the
+         tx3g atom for raw text subtitle support.
+         QTFF spec has information on those atoms
+         https://bugzilla.gnome.org/show_bug.cgi?id=581295
+
+2014-02-05 10:27:54 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/gstqtmuxmap.h:
+         qtmux: add subtitle support to qtmuxmap structures
+         adds basic stubs for subtitle support around the qtmux and
+         qtmuxmap structures. Still no real subtitle implemented, but
+         basic functions in place
+         https://bugzilla.gnome.org/show_bug.cgi?id=581295
+
+2014-01-20 17:31:14 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: factor out read context init/reset
+         While at this, move _track_reset() to track-ids
+         so it can be called from the common read context
+         reset routine.
+         https://bugzilla.gnome.org/show_bug.cgi?id=722705
+
+2014-02-06 12:21:07 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/effectv/gstrev.c:
+         effectv: fix doc section of revtv element
+
+2014-02-05 12:46:54 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * sys/osxvideo/Makefile.am:
+         osxvideo: Fix libtool usage
+         --tag=CC is needed for static build
+
+2014-01-16 11:26:41 +0000  Matthieu Bouron <matthieu.bouron@collabora.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: do not try set deinterlace method if passthrough is enabled
+         Fixes an issue with progressive content and unsupported video formats
+         for the deinterlace method.
+         https://bugzilla.gnome.org/show_bug.cgi?id=719636
+
+2014-02-04 21:26:56 +0100  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: order format in template caps by preference
+         To minimise risk of bad fixation, though audioconvert
+         at least should be smart enough to avoid it.
+
+2014-02-02 09:57:03 -0800  Dan Kegel <dank@kegel.com>
+
+       * configure.ac:
+         v4l2: Remove obsolete definition GST_V4L2_MISSING_BUFDECL
+         The only use was removed by 9edc0c0365f79ab07ff2e65461c6696e3931a3f0
+         https://bugzilla.gnome.org/show_bug.cgi?id=723446
+
+2014-02-04 13:43:56 +0100  Rafał Mużyło <galtgendo@o2.pl>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+       * gst/cutter/gstcutter.c:
+         gst: Don't use endianness-specific S8 audio format
+         It does not exist.
+         https://bugzilla.gnome.org/show_bug.cgi?id=723331
+
+2014-01-31 14:17:54 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * ext/cairo/gstcairooverlay.c:
+         cairooverlay: add support for RGB16
+         https://bugzilla.gnome.org/show_bug.cgi?id=723289
+
+2014-01-30 09:43:50 +0100  Per x Johansson <perxjoh@axis.com>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: Fix constantly growing used uid list
+         Moves the used uid list to the class to avoid having it grow forever.
+         https://bugzilla.gnome.org/show_bug.cgi?id=723269
+
+2014-01-30 10:44:05 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * common:
+         Automatic update of common submodule
+         From d48bed3 to 1a07da9
+
+2014-01-24 01:52:08 +0000  Mike Sheldon <elleo@gnu.org>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Ignore Broadcast Wave Format (BWF) tags when searching for 'fmt' chunk
+         https://bugzilla.gnome.org/show_bug.cgi?id=723125
+
+2014-01-29 10:37:53 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * tests/check/elements/rtpaux.c:
+         check: Use fakesink sync=True instead of an audio sink
+         Ensures the test can run on systems without alsa (or any audio output for
+         that matter), and will avoid people running build slaves wondering what
+         the hell was beeping during the night :)
+
+2014-01-27 20:05:42 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: custom get_sink_caps handling for private stream caps
+         ... now that those are transformed rather than parsed, some transforming
+         of caps is required as well to make auto-plugging succeed.
+
+2014-01-25 02:06:00 -0500  Ryan Lortie <desrt@desrt.ca>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: guard use of ENODATA with #ifdef
+         Not all systems with v4l have ENODATA defined, so check that we have it
+         before attempting to use it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=722953
+
+2014-01-24 12:37:39 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         Revert "rtspsrc: Proxy rtpjitterbuffer do-retransmission property"
+         This reverts commit 9f7b1128b1f00a2b87a232ff890867549ab95ba5.
+         This should be handled automatically be rtspsrc if the AVPF profile
+         is used, and manual enabling of it can be done with the new-manager
+         signal.
+
+2014-01-24 10:21:11 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: add signal to notify of new manager
+         So that you can configure and connect to signals on the rtpbin.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=722866
+
+2014-01-23 15:17:58 -0800  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Proxy rtpjitterbuffer do-retransmission property
+         https://bugzilla.gnome.org/show_bug.cgi?id=722866
+
+2014-01-21 17:52:44 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: handle expected packet being an RTX packet
+         If the expected packet (do_next_seqnum is TRUE) is the one we requested
+         for retranmission earlier, do the logic to update the retransmission
+         statistics as well before setting up the timers for the next expected
+         packet.
+         Also reset the retransmission counter if the timer is reused for another
+         seqnum.
+
+2014-01-21 15:48:20 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: add a caps accumulator for the request-pt-map signal
+         Add an accumulator that stops the signal emission as soon as a caps has
+         been retrieved. Otherwise the default handler would continue emitting
+         the signal and possibly overwrite the result with NULL again.
+
+2014-01-21 15:25:54 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtxreceive: copy flags and timestamps from original buffer
+
+2014-01-21 15:24:52 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: ignore invalid timestamps in rtt calculation
+         When the input buffer does not have a valid timestamp, don't try to
+         calculate the round-trip-time.
+
+2014-01-16 14:23:13 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroskaparse: better default caps when none set
+         Uses information gathered during EBML parsing to
+         forge a more suitable set of caps instead of blindly
+         assuming everything is video/x-matroska.
+         For consistency, stream type reset was added to
+         matroska-demux too.
+         https://bugzilla.gnome.org/show_bug.cgi?id=722311
+
+2014-01-15 17:29:35 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests: rtprtx::test_rtxreceive_data_reconstruction: remove useless code for triggering retransmission
+         There is no need anymore to push yet another buffer in rtxsend
+         in order to trigger the previously requested retransmissions
+         to actually happen.
+
+2014-01-15 17:27:19 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests: rtprtx::test_rtxreceive_data_reconstruction: fix race condition
+         Now with rtprtxsend pushing rtx buffers from a different thread,
+         this is necessary to ensure that the result of the test is deterministic.
+         This code makes use of GstCheck's global GMutex and GCond that are
+         being used inside GstCheck's sink pad chain() function in order
+         to synchronize with it.
+
+2014-01-15 17:17:57 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests: rtprtx::test_rtxsender_packet_retention: fix race condition
+         Now with rtprtxsend pushing rtx buffers from a different thread,
+         this is necessary to ensure that the result of the test is deterministic.
+         This code makes use of GstCheck's global GMutex and GCond that are
+         being used inside GstCheck's sink pad chain() function in order
+         to synchronize with it.
+
+2014-01-15 11:26:33 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests: rtprtx::test_push_forward_seq: fix race condition
+         Now with rtprtxsend pushing rtx buffers from a different thread,
+         this is necessary to ensure that the result of the test is deterministic.
+         This code makes use of GstCheck's global GMutex and GCond that are
+         being used inside GstCheck's sink pad chain() function in order
+         to synchronize with it.
+
+2014-01-15 09:47:03 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests: rtprtx::test_push_forward_seq: fix buffer refcounting
+
+2014-01-21 13:42:38 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: ensure that no rtx buffers are sent after EOS
+         To do that, enqueue the EOS event to be sent from the srcpad task
+         thread and flush the queue right afterwards, so that no more rtx
+         buffers can be sent, even if there are more requests coming in.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=722370
+
+2014-01-15 09:46:14 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtprtxsend.h:
+         rtprtxsend: run a new GstTask on the src pad
+         The reason behind this is to minimize the retransmission delay.
+         Previously, when a NACK was received, rtprtxsend would put a
+         retransmission packet in a queue and it would send it from chain(),
+         i.e. only after a new buffer would arrive.
+         This unfortunately was causing big delays, in the order of 60-100 ms,
+         which can be critical for the receiver side.
+         By having a separate GstTask for pushing buffers out of rtxsend,
+         we can push buffers out right after receiving the event, without
+         waiting for chain() to get called.
+
+2014-01-03 17:47:55 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/shout2/gstshout2.c:
+       * ext/shout2/gstshout2.h:
+         shout2send: error out if no caps were received
+         Instead of assuming that input is ogg.
+
+2014-01-03 17:30:12 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/shout2/gstshout2.c:
+         shout2send: accept audio/webm, audio/ogg and video/ogg as well
+         Those are advertised in the template caps, but the
+         setcaps handler didn't handle them. But then oggmux
+         and oggparse at least for now still always output
+         application/ogg anyway, so that wasn't a real problem.
+
+2014-01-20 10:12:45 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8pay: Don't leak input buffers
+         https://bugzilla.gnome.org/show_bug.cgi?id=722414
+
+2014-01-19 17:40:56 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavimux.c:
+         avimux: reset some more audio pad data when needed
+
+2014-01-19 17:38:59 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavimux.h:
+         avimux: write correct blockalign for vbr audio
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=720659
+
+2014-01-16 17:36:12 -0800  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: do not drop serialized events when latency is set
+         Serialized events are now queued in the jitter buffer, so we don't
+         want to drop them even latency is set.
+         https://bugzilla.gnome.org/show_bug.cgi?id=722372
+
+2013-12-11 09:36:22 +0100  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * gst/avi/gstavimux.c:
+         avimux: don't make the buffer writable unless absolutely necessary
+         https://bugzilla.gnome.org/show_bug.cgi?id=722396
+
+2013-09-12 16:56:56 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: set GST_BUFFER_FLAG_DELTA_UNIT when appropriate
+         https://bugzilla.gnome.org/show_bug.cgi?id=722394
+
+2014-01-17 07:46:09 +0100  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: don't ref the newly created allocator
+         Otherwise the allocator will never be deleted.
+         https://bugzilla.gnome.org/show_bug.cgi?id=712612
+
+2014-01-15 22:47:12 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Don't skip all video frames until the first keyframe
+         Instead do it like all other demuxers and let parsers and decoders
+         handle that. The keyframe information inside the container might
+         be completely wrong like in the sample file of the bug report,
+         and if it is correct and we push no keyframes, then the parsers
+         and decoders will handle that properly anyway.
+         https://bugzilla.gnome.org/show_bug.cgi?id=682276
+
+2014-01-13 10:08:09 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: remove elst_offset variables
+         They are not used anymore
+
+2014-01-06 21:36:17 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: remember reverse playback when verifying the segment end
+         Check if the rate is positive or negative to correctly compare the current
+         position with the segment to make reverse playback work
+
+2014-01-03 10:59:35 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: do not ignore empty segments
+         Make sure empty segments are used and pushed with a gap event
+         to represent its data (or lack of it)
+         Each QtSegment is mapped into a GstSegment with the corresponding
+         media range. For empty QtSegments a gap event is pushed instead
+         of GstBuffers and it advances to the next QtSegment.
+         To make this work with seeks, need to keep track of the starting
+         'base' to make sure it remains consistently increasing when
+         pushing new segment events.
+         For example: if a seek makes qtdemux start from 5s, the first
+         segment will have a base=0. When the next segment is activated,
+         its base time will be QtSegment.time - qtdemux.segment_base so
+         that it doesn't include the first 5s that weren't played and
+         shouldn't be accounted on the running time
+         This purposedly will remove the fix made for
+         https://bugzilla.gnome.org/show_bug.cgi?id=700264, at this
+         point it was decided to respect the gaps, even if they cause
+         a delay on playback, because that's the way the file was crafted.
+         https://bugzilla.gnome.org/show_bug.cgi?id=345830
+
+2013-12-12 23:05:43 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests: Remove usage of the system clock from the rtprtx test
+
+2013-12-12 23:22:41 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/rtpcollision.c:
+         tests: Initial segment in rtpcollision test
+
+2014-01-14 15:56:42 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/examples/rtp/client-rtpaux.c:
+       * tests/examples/rtp/server-rtpaux.c:
+         examples/*-rtpaux: specify payload type association for the audio stream, so that rtx works also for audio
+
+2014-01-14 13:08:18 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: remove wrong check for payload type not having been set
+         1) pt can be lower than 96
+         2) there is no point in checking that because rtprtxsend will not
+         even store buffers for payload types that it doesn't know about,
+         so this case will never be reached
+
+2014-01-14 13:01:41 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: fix data locking when creating rtx packets
+         This patch moves the creation of rtx packets to be done early,
+         in the src_event() function, when they are requested. The purpose
+         is to run gst_rtp_rtx_buffer_new() with the object locked to
+         protect internal data, because if it is done at the pushing stage,
+         we would have to lock and unlock multiple times in a row while we
+         are pushing the rtx buffers.
+         Previously there was no locking at all, which was terribly wrong.
+
+2014-01-14 12:50:23 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: lock access to internal data in sink_event() function
+
+2014-01-14 12:44:06 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: remove unnecessary call to reset() from finalize()
+         ...and use _free_full() on the pending buffers queue now that
+         reset() is not being called
+
+2014-01-14 12:38:51 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: remove unused parameter from the internal reset() method
+
+2014-01-14 12:32:38 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: Use g_slice_* for allocating internal structures
+
+2014-01-14 12:28:01 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtprtxreceive: remove stupid mutex unlock in the middle of chain()
+
+2014-01-14 12:25:36 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtprtxreceive: use GST_DEBUG_OBJECT / GST_WARNING_OBJECT instead of GST_DEBUG / g_warning
+
+2014-01-14 12:19:58 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtprtxreceive: fix integer format specifiers in GST_DEBUG
+         seqnum in this function is 32-bit, so G_GUINT16_FORMAT would
+         produce undefined output on big endian systems
+
+2014-01-14 12:13:49 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtprtxsend.h:
+         rtprtxsend: change the rtx_pt_map directly in set_property() instead of delaying it for chain()
+         The same lock is held, so there is no point in complicating it...
+
+2014-01-14 12:07:58 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtprtxreceive.h:
+         rtprtxreceive: change the rtx_pt_map directly in set_property() instead of delaying it for chain()
+         The same lock is held, so there is no point in complicating it...
+
+2014-01-14 11:55:00 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+         rtprtxreceive: simplify the code of finalize()
+
+2014-01-14 11:52:21 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtprtxreceive.h:
+         rtprtxreceive: use the GstObject lock instead of a new one
+
+2014-01-14 11:45:52 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtprtxsend.h:
+         rtprtxsend: use the GstObject lock instead of a new one
+
+2013-12-10 14:29:55 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Add NV12_64Z32 support
+         https://bugzilla.gnome.org/show_bug.cgi?id=722127
+
+2014-01-14 19:08:49 +0900  Justin Joy <justin.joy.9to5@gmail.com>
+
+       * sys/oss/gstosshelper.c:
+         osshelper: Don't leak fd when getting card name
+         https://bugzilla.gnome.org/show_bug.cgi?id=722163
+
+2014-01-14 09:43:33 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         Revert "aacparse: relax the detection of ADTS"
+         This was pushed by mistake along with the V4L2 fix.
+         This reverts commit 8eb4b032bef444397c4d211f2095c173ba114187.
+
+2014-01-14 15:42:01 +0900  Justin Joy <justin.joy.9to5@gmail.com>
+
+       * gst/rtp/gstrtpg726pay.c:
+         rtpg726pay: don't leak encoding_name string
+         https://bugzilla.gnome.org/show_bug.cgi?id=722159
+
+2014-01-13 09:14:00 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: fix build break using V4L2_CAP_VIDEO_M2M_MPLANE
+         This may not be defined. Since the previous version used
+         only the other define (V4L2_CAP_VIDEO_OUTPUT_MPLANE), fall
+         back on this only when not available.
+
+2013-02-27 01:45:52 +0900  Akihiro Tsukada <atsukada@users.sourceforge.net>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: relax the detection of ADTS
+         According to ISO/IEC 13818-7, "channel_config" field in ADTS header
+         may have value of 0, as in the case of frame with PCE.
+         gst_aac_parse_detect_streams() returned FALSE for those frames
+         and discarded them.
+
+2014-01-07 11:58:23 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: check set_config return value in gst_v4l2_buffer_pool_new
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2014-01-10 12:40:31 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Add parsed=1 field for encoded output
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2014-01-10 12:39:16 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't leak empty caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2014-01-08 16:51:21 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: do not stop a stream not previously started
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-12 16:27:21 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't enforce dimension field on encoded formats
+         Don't enforce having width, height and framerate in template caps for encoded
+         formats. These don't always need to be exposed and may break negotiation for
+         decoder and decoding sink. If needed, these field will be automatically added
+         when probed caps are known.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-12 17:09:59 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: unref downstream pool
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-18 13:37:23 -0500  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: add gst_v4l2_buffer_pool_flush
+         STREAMOFF set all v4l2buffers to DEQUEUE state.
+         Then for CAPTURE we call QBUF on each buffer.
+         For OUTPUT the buffers are just push back in the GstBufferPool
+         base class 's queue.
+         But the loop actually looks like the same.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-16 17:29:30 -0500  Benjamin Gaignard <benjamin.gaignard@linaro.org>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Add vp8 support
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-12 16:46:09 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't force framerate field for OUTPUT
+         If there is nothing that seems to force a certain framerate on output device, it is
+         preferable to simply not set that feild. This allow negotiation with tsdemux in a
+         decoder for example.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-12 14:07:03 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: _v4l2fourcc_to_structure() can be static
+         This function is not used anymore outside v4l2object.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-12 14:22:26 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Add MPEG1/2 support
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-12 12:18:45 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Ask for a decent buffer size when dealing with encoded formats
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-07 14:03:53 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: On warn on size change if n_planes > 1
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-31 16:38:09 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: check if translated format is valid
+         Also add a FIXME in gst_v4l2_object_setup_format
+         to note that the whole function has to be improved
+         in order to support ENCODED formats.
+         It requires to have an encoder device which we do not
+         have right now.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-07 10:31:15 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Validate returned dimensions
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-05 19:36:25 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Ensure max is not smaller then min in decide_allocation
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-05 19:36:06 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't keep the max paramter when using our own pool
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-05 19:34:44 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Respect the suggested min buffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-05 18:48:44 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Allocate pool if needed in decide_allocation
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-05 18:49:19 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Add V4L2_CID_MIN_BUFFERS_FOR_CAPTURE support
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-05 18:48:15 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Move decide allocation into v4l2object
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-05 13:51:13 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Implement _setup_format()
+         This method allow setting up the object from the currently configured format on the
+         device. This is useful for M2M element where input data decides the format that will
+         be set on capture side.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-10 14:34:17 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Split out saving format from set_format()
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-31 15:37:26 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: set only one plane for encoded format
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-04 16:49:13 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Move code block where it belongs
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-04 16:26:12 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't check format specific information
+         The number of plane, and the stride does not represent a capability change. Same caps
+         can have different stride from the default GstVideoInfo and the number of planes will
+         never change for 1 format.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-04 16:23:18 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Move the extrapolation of stride at the right place
+         Now that we have a stride array, we should extrapolate only when
+         eeded (non multi-planar buffer).
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-04 15:09:44 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Move back assertions where they should be
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-04 15:09:10 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Move mplane logic into gst_v4l2_object_get_caps_info()
+         It makes the gst_v4l2_object_set_format() slightly simplier and will make that
+         logic reusable. Note that gst_v4l2_object_has_mplane() will always return the
+         same value for one device. There is no need to check against the caps as this
+         has already been done by _open.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-03 18:27:47 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Split _v4l2fourcc_to_video_format
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-02 18:05:11 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Request buffers only once
+         VIDIOC_REQBUFS allocates buffer, it has no place inside set_config. Also, some driver do
+         no allow multiple calls to this ioctl.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-02 15:26:50 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't validate dimension for encoded format
+         We set the dimensions just in case but don't validate them
+         afterwards. For some codecs the dimensions are *not* in the
+         bitstream, IIRC VC1 in ASF mode for example.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-11-28 17:10:29 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Quirks for dev without initial format
+         Most M2M have undefined behaviour initially when VIDIOC_G_FMT is called.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-11-28 17:09:26 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Add gst_v4l2_object_open_shared()
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-11-28 17:07:05 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/v4l2_calls.c:
+       * sys/v4l2/v4l2_calls.h:
+         v4l2object: Implement gst_v4l2_dup()
+         This will duplicated the FD from another object and copy over the probed result.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-11-28 16:59:59 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: make IO_MODE enum public
+         This is to allow adding a second io-mode property on M2M device like decoder so
+         input and output can be controlled separatly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-06-04 23:42:24 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: better handle quirks activation
+         This way we can activate deactivate those quirks all at once at one
+         place.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-06-04 23:34:04 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Fix h264 caps
+         V4L2_PIX_FMT_H264 is documentated as byte-stream (with start code). The ensure proper
+         negotiation with element like h264parse.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2013-12-06 14:44:51 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Split caps in different categories
+         This is need to correctly expose capabilities on specialized devices
+         like decoders and encoders.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720568
+
+2014-01-10 14:16:00 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: don't leak TOC chapter list
+
+2014-01-10 08:52:16 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: remove obsolete write-dummy-and-overwrite-on-eos code
+         The need for rewriting apparently is obsolete 0.10 leftover.
+         We now have caps for subtitles when we create the headers,
+         so we always write the correct data in the first place.
+
+2014-01-09 23:55:16 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: remove duplicate assignment
+         Coverity CID 1151680
+
+2014-01-09 18:25:04 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: write subtitle codec ID and data at start when known
+         This avoids issues with writing dummy data first, then having
+         to come back and write correct data later. Doing so prevents
+         the muxed stream from being actually streamable.
+         https://bugzilla.gnome.org/show_bug.cgi?id=712134
+
+2014-01-09 17:32:15 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         configure: Include AvailabilityMacros.h for osxvideo check
+         Otherwise MAC_OS_X_VERSION_MIN_REQUIRED might not be defined
+
+2014-01-09 11:56:31 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+         qtmux: respect the HDLR box string format for mov and isomedia
+         Mov spec says it uses a pascal style string, while isomedia uses
+         a null terminated one. Store the current atoms flavor into the HDLR
+         to be able to generate the correct output.
+         https://bugzilla.gnome.org/show_bug.cgi?id=705982
+
+2014-01-08 11:28:04 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/matroska/matroska-mux.c:
+         Revert "matroskamux: Use the running time for container timestamps, not buffer timestamps"
+         This reverts commit b3aa8755fe07639f22e4104f4932d769d6c9075a.
+         We are already using the running-time because they were placed on the
+         buffers with gst_collect_pads_clip_running_time(). Arguably it would be
+         better to not modify the incomming buffers but collectpads seems to want
+         to use absolute timestamps from the buffers for finding the best buffer
+         (this can be changed with a custom compare function..).
+
+2014-01-08 10:41:24 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         configure: Fix AC_COMPILE_IFELSE usage
+
+2014-01-08 10:31:18 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         osxvideosink: Improve configure check for OSX >= 10.6
+         https://bugzilla.gnome.org/show_bug.cgi?id=721245
+
+2014-01-07 12:13:51 -0800  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: remove unused list of decoders
+         remove list of decoders, which are already handled by the list of elements.
+         https://bugzilla.gnome.org/show_bug.cgi?id=719938
+
+2014-01-08 09:46:55 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Error out if ADPCM caps don't contain the layout field
+
+2014-01-03 15:25:23 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Add support for g726 ADPCM
+         https://bugzilla.gnome.org/show_bug.cgi?id=720995
+
+2014-01-07 15:04:02 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: use new method to get media-type
+         Use the new method to get the media type of a transport.
+
+2014-01-06 21:12:17 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/elements/wavparse.c:
+         wavparse: split the test
+         This way one failure won't shadow the other test and also if one fails we get
+         better disgnostics through the test-name.
+
+2014-01-06 14:54:46 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Add HEVC / h265 support
+
+2014-01-06 14:54:38 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+         matroskademux: Add HEVC / h265 support
+
+2014-01-06 13:36:38 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: remove ifdef'ed code
+         We do have adtl and cue parse as part of toc handling alreday. The fmt code is a left over from <0.10 times.
+
+2014-01-06 13:32:58 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/avi/gstavidemux.c:
+       * gst/wavparse/gstwavparse.c:
+         avidemux, waveparse: more logging for unhandled chunks
+         Always print a warning with the tag and if possible do a memdump.
+
+2014-01-05 22:47:42 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: expose 'strn' - stream name - as title tag
+
+2014-01-05 22:41:24 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: parse fuji strd
+         We can get maker, model and capture date from this chunk.
+         Fixes #636143
+
+2014-01-05 21:46:33 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: ... and use the local api both times
+
+2014-01-05 21:38:14 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: copy the riff api for ncdt into the element
+         This chunk is avi specific, no need to expose this as public api.
+
+2014-01-05 10:28:21 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Add missing semicolon from last commit
+
+2014-01-05 10:22:37 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Use the running time for container timestamps, not buffer timestamps
+         Buffer timestamps have no real meaning here, and for selecting the next
+         buffer we already use the running time anyway.
+
+2014-01-04 21:34:38 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/avi/gstavidemux.c:
+         avi: use new riff api to extract nikon metadata
+         Fixes #636143
+
+2013-11-01 16:41:43 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+         rtprtxsend/rtprtxreceive: generate gtk doc
+
+2013-12-02 11:26:09 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         test/check: Verify rtprtxsend::ssrc-map property works as expected
+
+2013-11-29 19:35:44 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtprtxreceive.h:
+       * tests/check/elements/rtpaux.c:
+       * tests/check/elements/rtprtx.c:
+       * tests/examples/rtp/client-rtpaux.c:
+         rtprtxreceive: modify to use a payload-type map like rtprtxsend
+
+2013-11-29 19:58:26 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: do not keep history of packets with an unknown payload type
+         This allows to disable retransmission per payload type by not putting
+         a certain payload type in the map.
+
+2014-01-02 15:18:52 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtprtxsend.h:
+       * tests/check/elements/rtpaux.c:
+       * tests/check/elements/rtpcollision.c:
+       * tests/check/elements/rtprtx.c:
+       * tests/examples/rtp/server-rtpaux.c:
+         rtprtxsend: Allow SSRC-multiplexing and multiple payload types in the original stream
+         Conflicts:
+         tests/examples/rtp/server-rtpaux.c
+
+2013-11-25 15:00:45 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: Add an rtx-ssrc property to allow external control of the ssrc
+         This is useful when one needs to know the SSRC beforehands, so that it can
+         be used for SRTP for example.
+
+2013-11-13 15:11:35 -0500  Torrie Fischer <torrie.fischer@collabora.co.uk>
+
+       * tests/examples/rtp/.gitignore:
+       * tests/examples/rtp/Makefile.am:
+       * tests/examples/rtp/client-rtpaux.c:
+       * tests/examples/rtp/server-rtpaux.c:
+         examples: rtp: Add end-to-end rtpbin example with RTX elements
+         This example demonstrates how to use rtpbin with retransmission (rtx)
+         elements set in the place of rtpbin's "aux" elements in order to
+         enable RTP retransmission according to the rules of RFC4588.
+
+2013-11-05 17:35:01 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * docs/design/Makefile.am:
+       * docs/design/design-rtpauxiliary.txt:
+         doc: add design-rtpauxiliary.txt to describe how rtpbin deals with auxiliary elements
+
+2014-01-02 14:48:49 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         session: also push EOS event to RTCP srcpad
+
+2014-01-02 14:46:11 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: place SSRC in Retransmission event
+
+2013-11-01 16:57:15 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/rtpaux.c:
+         tests/check: add rtpaux::test_simple_rtpbin_aux
+         It shows how to use "set-aux-receive" and "set-aux-send"
+         properties of rtpbin to set rtprtxsend and rtprtxreceive
+         Build 2 pipelines, one for rtpbin as a sender and one for
+         rtobin as a receive. Then transmit an audio stream.
+         It also drops some packets to activate restransmission and
+         check they are actually retransmited.
+
+2013-11-01 17:09:42 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * tests/check/elements/rtpcollision.c:
+         tests/check: add rtpcollision::test_rtx_ssrc_collision unit test
+         check that rtxrtpsend changes its retransmission ssrc when
+         collision happens
+
+2013-11-06 12:34:13 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests/check: add rtprtx::test_rtxreceive_data_reconstruction
+         This unit test verifies that retransmitted rtp packets coming out
+         of rtprtxreceive are the same as the original ones.
+
+2013-11-05 09:33:51 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: use a realistic limit for the value of max-size-packets
+         G_MAXINT16 is chosen because if the queue contains more than
+         G_MAXINT16 packets, seqnum comparison will not work properly.
+
+2013-11-04 20:05:03 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtprtxsend.h:
+         rtprtxsend: use a GSequence to implement the buffer queue
+         This has the advantage that searching the queue to find the
+         buffer with the requested seqnum is done with binary search.
+
+2013-11-04 18:38:24 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtprtxsend.h:
+       * tests/check/elements/rtprtx.c:
+         rtprtxsend: retransmit packets in the same order as the rtx requests
+
+2013-11-02 19:56:44 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests/check: Add unit test for rtxsend's max_size_time property
+
+2013-10-29 18:27:00 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtprtxsend.h:
+         rtprtxsend: Handle the max_size_time property
+         This property allows you to specify the amount of buffers
+         to keep in the retransmission queue expressed as time (ms)
+         instead of buffer count (which is the max_size_buffers property).
+
+2013-11-02 15:21:08 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtprtxsend.c:
+         rtprtxsend: keep important buffer information in a private structure
+         This is to avoid mapping a buffer every time we need to read a seqnum
+         or a timestamp.
+
+2013-11-01 11:58:47 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtprtx.c:
+         tests/check: Add rtprtx::test_rtxsender_packet_retention
+         This unit test verifies that the rtxsend element correctly maintains
+         a buffer of already transmitted rtp packets and that it can
+         re-transmit all of them correctly on demand. It also verifies
+         that the limit of this buffer (max-size-packets property) is respected.
+
+2013-11-01 16:22:13 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * tests/check/elements/rtprtx.c:
+         tests/check: add rtprtx::test_drop_multiple_sender unit test
+         Several senders / one receiver
+         Similar than test_drop_one_sender but with multiple senders
+         mixed through the funnel element.
+         It drops some packets and checks that they are retransmited
+         correctly.
+
+2013-11-01 16:21:00 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * tests/check/elements/rtprtx.c:
+         tests/check: add rtprtx::test_drop_one_sender unit test
+         Test for one sender / one receiver
+         Build the pipeline
+         videotestsrc ! rtpvrawpay ! rtprtxsend ! rtprtxreceive ! fakesink
+         and drop some buffers between rtprtxsend and rtprtxreceive
+         Then it checks that every dropped packet has been re-sent.
+         It also checks that not too much requests has been sent.
+
+2013-11-01 16:17:51 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/rtprtx.c:
+         tests/check: add rtprtx::test_push_forward_seq
+         add simple unit test that manually push buffers
+         in rtprtxsend connected to rtprtxreceive.
+         Drops some buffers and make sure they are retransmisted.
+
+2013-11-01 15:52:03 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtpmanager/gstrtpmanager.c:
+       * gst/rtpmanager/gstrtprtxreceive.c:
+       * gst/rtpmanager/gstrtprtxreceive.h:
+       * gst/rtpmanager/gstrtprtxsend.c:
+       * gst/rtpmanager/gstrtprtxsend.h:
+         rtpmanager: add new rtprtxsend / rtprtxreceive elements
+         The purpose of the sender RTX object is to keep a history
+         of RTP packets up to a configurable limit (in time). It will
+         listen for custom retransmission events from downstream. When
+         it receives a request for retransmission, it will look up the
+         requested seqnum in its list of stored packets. If the packet
+         is available, it will create a RTX packet according to RFC 4588
+         and send this as an auxiliary stream.
+         The receiver will listen to the custom retransmission events
+         from the downstream jitterbuffer and will remember the SSRC1
+         of the stream and seqnum that was requested. When it sees a
+         packet with one of the stored seqnum, it associates the SSRC2
+         of the stream with the SSRC1 of the master stream. From then
+         on it knows that SSRC2 is the retransmission stream of SSRC1.
+         This algorithm is stated in RFC 4588. For this algorithm to
+         work, RFC4588 also states that no two pending retransmission
+         requests can exist for the same seqnum and different SSRCs or
+         else it would be impossible to associate the retransmission with
+         the original requester SSRC.
+         When the RTX receiver has associated the retransmission packets,
+         it can depayload and forward them to the source pad of the element.
+         RTX is SSRC-multiplexed
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711084
+
+2013-11-05 16:36:46 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * docs/design/Makefile.am:
+       * docs/design/design-rtpretransmission.txt:
+         doc: add design for rtp retransmission
+         Describe how rtprtxsend and rtprtxreceive generally work
+         but also how the association algorithm is implemented.
+
+2014-01-02 20:23:05 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: use status code macro instead of 407
+         Rest of the code is using the _PROXY_AUTHENTICATION_REQUIRED
+         macro too. Easier to understand if you don't recall HTTP
+         error codes by heart.
+
+2013-12-31 21:31:43 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * ext/shout2/gstshout2.c:
+       * ext/shout2/gstshout2.h:
+         shout2send: change audio_format field to format
+         This element and the underlying libshout2 library
+         can handle video media files too. The code already
+         handles video/webm so the name gets confusing. Also
+         add and use DEFAULT_FORMAT macro Instead of hardwiring
+         SHOUT_FORMAT_VORBIS at init
+         https://bugzilla.gnome.org/show_bug.cgi?id=721342
+
+2013-12-31 20:09:29 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * ext/shout2/gstshout2.c:
+         shout2send: clarify meaning of the URL prop
+         https://bugzilla.gnome.org/show_bug.cgi?id=721342
+
+2013-12-27 12:27:32 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * ext/shout2/gstshout2.c:
+         shout2send: docs, add a sample pipeline
+         And finish adding shout2send to the docs while at it
+         https://bugzilla.gnome.org/show_bug.cgi?id=721342
+
+2013-12-31 15:00:22 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+         gdkpixbufoverlay: remove spurious @see_also
+
+2013-12-06 17:08:54 +0000  Matthieu Bouron <matthieu.bouron@collabora.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: support any video formats and any caps features if deinterlace mode allows it
+         https://bugzilla.gnome.org/show_bug.cgi?id=719636
+
+2013-12-31 13:31:52 +0100  Sebastian Rasmussen <sebras@hotmail.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Handle v4l2_ioctl() errors even in error handling
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=721268
+
+2014-01-01 12:11:43 -0800  Jeremy Huddleston Sequoia <jeremyhu@apple.com>
+
+       * sys/osxvideo/Makefile.am:
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideo: unifdef -DRUN_NS_APP_THREAD
+
+2014-01-01 12:10:01 -0800  Jeremy Huddleston Sequoia <jeremyhu@apple.com>
+
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.h:
+         osxvideo: Assume SDK and deployment target are at least Snow Leopard
+
+2014-01-01 12:23:50 -0800  Jeremy Huddleston Sequoia <jeremyhu@apple.com>
+
+       * configure.ac:
+         configure: Disable osxvideo on Leopard and earlier
+         This also moves the "other platforms" check in OS X video to before the
+         variable is read
+         https://bugzilla.gnome.org/show_bug.cgi?id=721245
+
+2013-12-31 14:57:27 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/rtpbin.c:
+         tests: add AUX receiver unit test
+
+2013-12-31 13:20:01 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/rtpbin.c:
+         tests: improve rtpbin test
+
+2013-12-31 13:16:46 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: add some docs about AUX elements
+
+2013-12-31 13:01:22 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/rtpbin.c:
+         tests: add AUX sender unit test
+
+2013-12-31 12:31:25 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: add support for AUX sender and receiver
+         AUX elements are elements that can be inserted into the rtpbin
+         pipeline right before or after 1 or more session elements.
+         The AUX elements are essential for implementing functionality such
+         as error correction (FEC) and retransmission (RTX).
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711087
+
+2013-12-31 12:22:39 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/rtpbin.c:
+         tests: add decoder test
+
+2013-12-30 17:36:42 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: make request_element method internally
+         We can use the same method to create encoder and decoder elements, they
+         are just internal elements that we create.
+
+2013-12-31 10:25:28 +0100  Stéphane Cerveau <scerveau@gmail.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Skip id3 tag
+         Skip id3 tag during wav parse.
+         https://bugzilla.gnome.org/show_bug.cgi?id=721241
+
+2013-12-31 10:10:05 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.h:
+         osx: Make OSX version checks more consistent
+         And especially also consider update versions, e.g. 10.5 with updates
+         will be 1051 or similar and thus bigger than MAC_OS_X_VERSION_10_5 but
+         still won't have the API we want to use.
+
+2013-12-31 10:07:22 +0100  Jeremy Huddleston <jeremyhu@freedesktop.org>
+
+       * sys/osxvideo/osxvideosink.h:
+         osxvideosink: Fix build on updated OS X Leopard
+         https://bugzilla.gnome.org/show_bug.cgi?id=721245
+
+2013-12-30 17:23:22 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: Add missing break
+         I guess no-one noticed we no longer could mux WMV3 ...
+         COVERITY CID 1139759
+
+2013-12-30 17:20:37 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         rtpvrawpay: Add missing break
+         COVERITY CID 1139762
+
+2013-12-30 17:00:45 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: internal-ssrc is no longer deprecated
+
+2013-12-30 16:59:20 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: add Since tags
+
+2013-12-30 16:52:28 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: add signal for new jitterbuffer
+         Emit a signal when a new jitterbuffer is created so that the app can
+         have a chance to configure it.
+
+2013-12-30 16:28:57 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * tests/check/elements/rtpbin.c:
+         rtpbin: handle multiple encoder instances
+         Keep track of elements that are added to multiple sessions and make sure
+         we only add them to the rtpbin once and that we clean them when no
+         session refers to them anymore.
+
+2013-12-30 15:16:09 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/rtpbin.c:
+         tests: add unit test for encoder element
+
+2013-12-30 15:15:43 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: fix memory leaks
+
+2013-12-30 15:03:34 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/rtpbin.c:
+         tests: fix leak
+
+2013-12-30 15:00:50 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: expect the pads on the encoders
+         Don't use request pads for the encoder elements, the signal handler
+         should request the pads and make sure they are available with the right
+         name.
+
+2013-12-30 14:56:07 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: request-rtp-encoder are no action signals
+         The request-rtp-encoder signals are not action signals so mark them
+         correctly and use an accumulator to collect the result value.
+
+2013-12-30 14:36:45 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: emit midi-base-note tag from data in 'smpl' chunk
+         Add parsing of the 'smpl' chunk. Right now we only grab the midi-base-note and
+         emit it as a tag.
+
+2013-12-26 12:05:19 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         gstrtpsession: suggest upstream to use the new "internal-ssrc" after a collision
+         When a collision is found on the internal ssrc, we have to change it.
+         Ideally, we want also the payloader upstream to follow this change and use
+         the new internal ssrc. Ideally we want this condition to be always met:
+         if there is one payloader sending on this session, its ssrc should match the
+         internal ssrc.
+
+2013-12-26 11:04:29 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: allow setting internal-ssrc again
+
+2013-12-30 13:31:45 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/y4m/gsty4mencode.c:
+         y4mencode: Remove dead code
+         set/get property isn't used
+
+2013-12-30 13:30:24 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/rtp/gstrtpqcelpdepay.c:
+         rtpqcelpdepay: Remove uneeded variable
+
+2013-12-05 15:53:52 -0800  Aleix Conchillo Flaqué <aleix@oblong.com>
+
+         rtpbin: allow dynamic RTP/RTCP encoders/decoders
+         * gst/rtpmanager/gstrtpbin.[ch]: four new action signals have been
+         added (request-rtp-encoder, request-rtp-decoder, request-rtcp-encoder
+         and request-rtcp-decoder). The user will be able to provide encoders
+         or decoders dynamically. The encoders must follow the srtpenc API and
+         the decoders the srtpdec API. Having separate signals for RTP and RTCP
+         allows the user to use different encoders/decoders or provide the same
+         one (e.g. that would be the case for srtpenc).
+         Also, rtpbin now allows application/x-srtp in its pads.
+         https://bugzilla.gnome.org/show_bug.cgi?id=719938
+
+2013-12-27 16:51:32 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: dynamically recalculate RTX parameters
+         Use the round-trip-time and average jitter to dynamically calculate the
+         retransmission interval and expected packet arrival time.
+         Based on patches from Torrie Fischer <torrie.fischer@collabora.co.uk>
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711412
+
+2013-12-27 16:50:52 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: calculate average jitter
+
+2013-12-27 16:48:48 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: use RTT from the Retransmission event
+         Place the estimated RTT in the Retransmission event and let the session
+         manager use that instead of the hardcoded value.
+
+2013-12-27 15:57:39 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: take more accurate running-time for NACK
+         Don't use the current time calculated from the tmieout loop for when we
+         last scheduled the NACK because it might be unscheduled because of a max
+         packet misorder and then we don't accurately calculate the current time.
+         Instead, take the current element running time using the clock.
+
+2013-12-30 11:06:38 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * tests/check/elements/wavpackdec.c:
+         wavpackdec: Send a CAPS event in the unit test
+
+2013-12-27 02:14:02 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: improve mss_mode/fragmented special handling
+         Make it clear what should be handled purely by mss mode:
+         1) Expose the streams on the first moof as there are no moov atoms
+         2) Properly cleanup streams on flushes
+         Add a note about the meaning of upstream_newsegment and mss_mode
+         for future reference.
+         Make all other special fragment handling shared for both dash
+         and mss streams.
+
+2013-12-12 10:50:27 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: drain the adapter before pushing EOS
+         In a fragmented scenario, qtdemux is operating in push mode
+         and it gets a fragmented buffer. While processing its data
+         downstream gets unlinked (or a input-selector changes its
+         active pad and returns not-linked). Qtdemux stops processing
+         this fragment and returns not-linked upstream, leaving the
+         remaining data in its adapter.
+         When it gets an EOS it should make sure that all the data it
+         had received is pushed before pushing EOS.
+
+2013-12-26 23:21:47 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * ext/shout2/gstshout2.c:
+         shout2send: drop IP only requirement for _set_host()
+         libshout2 (we require > 2.0 at config time) supports
+         both IP and hostname for _set_host(). Dropped an
+         outdated FIXME regarding this limitation, adjusted
+         some comments and changed the param blurb to reflect
+         this too.
+
+2013-12-26 21:43:34 -0300  Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
+
+       * ext/shout2/gstshout2.c:
+         shout2send: Retarget FIXME to 2.0
+
+2013-12-26 11:21:36 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: use aggregate control for PLAY/PAUSE/TEARDOWN
+         Use the aggregate control instead of the original request url to perform
+         PAUSE/PLAY and TEARDOWN.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=721003
+
+2013-12-24 14:40:25 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/debugutils/rndbuffersize.c:
+         rndbuffersize: Proxy CAPS, ALLOCATION, SCHEDULING and srcpad events properly
+
+2013-12-24 00:43:39 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: adpcm max block align is 8192
+
+2013-12-23 12:23:27 -0600  Brendan Long <b.long@cablelabs.com>
+
+       * configure.ac:
+         vp9dec: Require vpx >= 1.3.0 for building vp9dec and vp9enc
+         Previous versions did not have a stable bitstream for VP9.
+         https://bugzilla.gnome.org/show_bug.cgi?id=720986
+
+2013-12-23 15:46:48 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Use correct codec id for ADPCM/DVI
+
+2013-12-23 15:44:30 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Check for the correct size of codec_data in the ACM case
+
+2012-01-14 19:58:17 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: basic adpcm support
+         https://bugzilla.gnome.org/show_bug.cgi?id=664339
+
+2013-12-20 11:45:38 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/isomp4/descriptors.c:
+         qtdemux: Fix calcuation of descriptor length
+         https://bugzilla.gnome.org/show_bug.cgi?id=720813
+
+2013-12-22 22:33:39 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From dbedaa0 to d48bed3
+
+2013-12-22 21:56:03 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * po/Makevars:
+         po: set gettext domain in Makevars so we don't have to patch the generated Makefile.in.in
+         https://bugzilla.gnome.org/show_bug.cgi?id=705455
+
+2013-12-19 16:50:10 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: on receive error only unmap and unref buffer if one was alloced and mapped
+         coverity CID 1139866.
+
+2013-12-19 12:47:22 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: fix misleading comment
+         Those are not allocated on the stack.
+
+2013-12-17 18:28:25 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * configure.ac:
+         vpx: Mark VP9 support as non-experimental
+         There was a libvpx release with VP9 support now and the bitstream
+         is frozen too.
+
+2013-12-15 21:04:11 -0800  Todd Agulnick <todd@agulnick.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         Some compiler warning fixes to satisfy XCode compiler
+         https://bugzilla.gnome.org/show_bug.cgi?id=720513
+
+2013-12-16 16:17:07 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/taglib/gstid3v2mux.cc:
+         id3v2mux: Set picture type in the APIC frames
+
+2013-12-16 16:14:52 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/taglib/gstid3v2mux.cc:
+         id3v2mux: Set image-description from the info struct, not the caps
+
+2013-12-16 10:02:37 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstwavpackparse.c:
+       * gst/audioparsers/gstwavpackparse.h:
+         wavpackparse: Post AUDIO_CODEC tag
+
+2013-12-16 10:00:37 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstsbcparse.h:
+         sbcparse: Post AUDIO_CODEC tag
+
+2013-12-16 09:58:31 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+         flacparse: Post AUDIO_CODEC tag
+         https://bugzilla.gnome.org/show_bug.cgi?id=720512
+
+2013-12-16 09:56:29 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstdcaparse.h:
+         dcaparse: Post AUDIO_CODEC tag
+
+2013-12-16 09:54:38 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstamrparse.h:
+         amrparse: Post AUDIO_CODEC tag
+
+2013-12-16 09:49:48 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstac3parse.h:
+         ac3parse: Post AUDIO_CODEC tag
+
+2013-12-16 09:46:16 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstaacparse.h:
+         aacparse: Post AUDIO_CODEC tag
+
+2013-12-16 09:41:14 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: Use pbutils functionality to create the AUDIO_CODEC tag
+
+2013-12-13 17:36:36 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Add error message if the app tries to set the internal-ssrc
+
+2013-12-13 16:08:35 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Only count nacks when a nack packet is received
+         Not when any RTCP feedback packet is.
+
+2013-12-12 23:22:41 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/rtpcollision.c:
+         tests: Initialize segment in rtpcollision test
+
+2013-12-13 15:57:36 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Process PSFB FIR requests which lack the media ssrc
+         According to RFC 5104 section 4.3.1.2, RTCP PSFB FIR message SHALL
+         have a media_ssrc field set to 0. The actual media ssrc is in the FCI.
+         So in that case, we ignore the retained feedback and just let it through
+         to the rtp_session_process_fir() function which will check for the actual
+         SSRC inside the FCI.
+         Fixes a regression introduced by commit 57c27ec3
+
+2013-11-14 16:19:29 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         rtpsession: fix rb blocks disappearing after the first rtcp cycle with multiple senders
+         Previously, when the session had multiple internal sender SSRCs, it would
+         issue SR reports with RB blocks only on the first RTCP timeout and afterwards
+         SR reports would be sent empty. This was because the "generation" number
+         in RTPSource would increase more than once during the same cycle and afterwards
+         it would always be greater than the session's generation, which would cause
+         it to be skipped from being included in RBs.
+         This commit fixes this problem by:
+         1) Increasing the RTPSource generation only at the end of each cycle,
+         which essentially fixes the problem but only when the internal senders
+         are less than GST_RTCP_MAX_RB_COUNT.
+         2) Keeping for each RTPSource a set of SSRCs which stores which SSRC's
+         SR the given RTPSource has been reported in, which also fixes the problem
+         when the internal senders are more than GST_RTCP_MAX_RB_COUNT. This is
+         necessary because of the fact that any RTPSource is marked as reported
+         in itself's SR and makes it impossible to know if it has been reported
+         in other SRs too or not, and which.
+
+2013-11-14 16:23:35 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * tests/check/elements/rtpsession.c:
+         tests/check: add an rtpsession unit test to verify all RBs are included in all SRs, roundrobin
+         This test checks that when we have multiple internal sender sources
+         in rtpsession, SRs contain RBs for every other sender source, and that
+         they are included roundrobin when they exceed ST_RTCP_MAX_RB_COUNT,
+         which is the max number of RBs that can fit in a SR.
+
+2013-12-12 16:01:10 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * docs/design/design-rtpcollision.txt:
+         docs: improve docs
+
+2013-11-05 18:03:48 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * docs/design/Makefile.am:
+       * docs/design/design-rtpcollision.txt:
+         doc: add design-rtpcollision.txt that explains when GstRTPCollision is created
+         It also talks about "BYE only the corresponding source, not the whole session."
+
+2013-11-05 12:31:54 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * tests/check/elements/rtpcollision.c:
+         tests/check: improve rtpcollision::test_master_ssrc_collision to ensure that a collision does not BYE the whole session
+         Conflicts:
+         tests/check/elements/rtpcollision.c
+
+2013-11-01 17:07:57 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/rtpcollision.c:
+         tests/check: add rtpcollision::test_master_ssrc_collision unit test
+         It checks the payloader changes its ssrc when collision happens
+
+2013-12-12 10:38:43 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: keep extra stats for scheduling BYE
+         Keep an extra stats structure for scheduling the BYE packets. When we
+         decide to schedule BYE, make a copy of the current stats into the
+         bye_stats. Then while we schedule the BYE, update and use only the
+         bye_stats. When we finished scheduling the BYE packet, we use the
+         regular stats again.
+
+2013-12-12 10:34:38 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: when we schedule BYE, only deal with BYE sources
+         When we are doing the RTCP timeout to schedule BYE packets, don't
+         generate RTCP for all sources but only for the sources marked as BYE.
+
+2013-12-12 10:32:48 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: reset state after scheduling BYE
+         After we do RTCP, we are not scheduling bye anymore.
+
+2013-12-12 10:31:38 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: also count NACKS when no signal was pending
+
+2013-12-12 10:09:25 +0100  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: ignore RTCP packets for the BYE sources
+         When we are scheduling BYE packets, ignore all RTCP for the sources that
+         are scheduling a BYE packet. Other sources that are not scheduling BYE
+         should continue receiving RTCP packets as usual.
+
+2013-11-04 11:48:21 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: determine if the session is doing point-to-point
+         In this case T_dither_max is set to 0 according to RFC 4585
+
+2013-12-10 11:57:37 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: serialize events in the buffer
+         Serialize events into the jitterbuffer by inserting them with a -1
+         seqnum.
+         Update unit test to expect events from the streaming thread.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=652986
+
+2013-12-10 11:04:06 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: detect -1 seqnum
+         Keep the seqnum as a full guint so that we can check for -1 entries and
+         deal with them correctly.
+         Immediately try to push -1 seqnum.
+
+2013-12-10 11:01:03 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: reorganize jitterbuffer items
+         Keep the oldest item at the head and the newest items on the tail. This
+         makes it easier to deal with -1 seqnums.
+
+2013-12-09 23:34:10 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         jitterbuffer: correctly check for invalid values
+         Check for -1 on the guint from the buffer item instead of on the guint16
+         or guint32.
+         Also insert -1 seqnum at the head of the jitterbuffer.
+
+2013-12-08 16:49:55 +0100  Alessandro Decina <alessandro.d@gmail.com>
+
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: fix segfault when dealing with padded frames
+         Fixes crashes with vtdec ! osxvideosink where VideoToolbox outputs padded UYVY
+
+2013-12-06 17:58:13 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/audiofx/gststereo.c:
+         stereo: Port to GStreamer 1.0 API
+
+2013-12-05 12:15:29 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/law/mulaw-decode.c:
+         mulawdec: Require caps to be set before accepting any data
+
+2013-12-05 12:15:19 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/wavpack/gstwavpackdec.c:
+         wavpackdec: Require caps to be set before accepting any data
+
+2013-12-05 12:13:33 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/speex/gstspeexdec.c:
+         speexdec: Require caps to be set before accepting any data
+
+2013-12-05 12:13:10 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: Require caps to be set before accepting any data
+
+2013-12-05 11:42:15 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp9dec.c:
+         vpx: Use new gst_video_decoder_set_needs_format() API
+
+2013-12-04 16:23:43 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Free device_info in accepts caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=719811
+
+2013-12-04 21:57:48 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtptheorapay.c:
+         rtptheorapay: Don't send headers twice if we got them from the caps already
+
+2013-12-04 21:57:04 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtptheorapay.c:
+         rtptheorapay: Don't leak config data when receiving a second CAPS event
+
+2013-12-04 21:55:53 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         rtpvorbispay: Don't send headers twice if we got them from the caps already
+
+2013-12-04 21:54:16 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         rtpvorbispay: Don't leak config data when receiving a second CAPS event
+
+2013-12-04 21:17:03 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpstreamdepay.c:
+       * gst/rtp/gstrtpstreamdepay.h:
+         rtpstreamdepay: Add RFC4571 RTP stream depayloading element
+         https://bugzilla.gnome.org/show_bug.cgi?id=719829
+
+2013-12-04 10:12:46 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpstreampay.c:
+       * gst/rtp/gstrtpstreampay.h:
+         rtpstreampay: Add RFC4571 RTP stream payloading element
+         https://bugzilla.gnome.org/show_bug.cgi?id=719829
+
+2013-12-03 15:08:25 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: improve fragment-start tracking
+         Some buffers can have multiple moov atoms inside and the strategy
+         of using the gst_adapter_prev_pts timestamp to get the base timestamp
+         for the media of the fragment would fail as it would reuse the same
+         base timestamp for all moofs in the buffer instead of accumulating
+         the durations for all of them.
+         Heres a better explanation of the issue:
+         qtdemux receives a buffer where PTS(buf) = X
+         buf -> moofA | moofB | moofC
+         The problem was that PTS(buf) was used as the base timestamp for
+         all 3 moofs, causing all buffers to be X based. In this case we want
+         only moofA to be X based as it is what the PTS on buf means, and the
+         other moofB and moofC just use the accumulated timestamp from the
+         previous moofs durations.
+         To solve this, this patch uses gst_adapter_prev_pts distance
+         result, this allows qtdemux to calculate if it should use the
+         resulting pts or just accumulate the samples as it can identify
+         if the moofs belong to the same upstream buffer or not.
+         https://bugzilla.gnome.org/show_bug.cgi?id=719783
+
+2013-11-21 12:29:28 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: add support for multi-planar V4l2 API in DMABUF mode
+         Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=712754
+
+2013-11-19 17:16:27 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2: refactor by emulating one v4l2_plane in non-MPLANE mode
+         so that the buffer informations can be retrieved the same way
+         in both MPLANE and non-MPLANE mode.
+         Here "emulating" means "manually fill in the plane".
+         Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=712754
+
+2013-11-13 12:05:40 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: add support for multi-planar V4L2 API
+         This api is in linux kernel since version 2.6.39,
+         and present in all version 3.
+         The commit that adds the API in master branch of the
+         linux kernel source is:
+         https://github.com/torvalds/linux/commit/f8f3914cf922f5f9e1d60e9e10f6fb92742907ad
+         v4l2 doc: "Some devices require data for each input
+         or output video frame to be placed in discontiguous
+         memory buffers"
+         There are newer structures 'struct v4l2_pix_format_mplane'
+         and 'struct v4l2_plane'.
+         So the pixel format is not setup with the same API when using
+         multi-planar.
+         Also for gst-v4l2, one of the difference is that in GstV4l2Meta
+         there are now one mem pointer for each maped plane.
+         When not using multi-planar, this commit takes care of keeping
+         the same code path than previously. So that the 2 cases are
+         in two different blocks triggered from V4L2_TYPE_IS_MULTIPLANAR.
+         Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=712754
+
+2013-12-04 09:12:07 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: don't leak template caps
+
+2013-12-03 21:41:28 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+       * tests/check/elements/aacparse.c:
+         audioparsers: use ACCEPT_INTERSECT flag
+         The parser can accept input that is not completely specified. Use the
+         ACCEPT_INTERSECT flag on the sinkpad to tweak the acceptcaps function to
+         check for intersection only. This allows us to proxy downstream
+         constraints while still allowing non-subset caps as input.
+         We can then also remove the appended template caps workaround.
+         Make a unit-test to check the new feature.
+         This reverts commit 26040ee38cb9e7c42f3d9a0282b3e5cace7ca42d
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=705024
+
+2013-12-03 21:36:54 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: remove fields from filter
+         We need to remove the fields from the filter when we can convert
+         between them.
+
+2013-12-03 21:29:13 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: refactor code to remove caps fields
+
+2013-12-02 00:10:43 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: microoptimisation: avoid some unnecessary GValue copies
+
+2013-12-01 23:32:20 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: fix off-by-one crash when downstream caps contain a list of framerates
+         https://bugzilla.gnome.org/show_bug.cgi?id=719544
+
+2013-11-29 11:26:05 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Use the timestamp of the moof as the base fragment start
+         In SmoothStreaming fragmented scenario, the timestamps are calculated
+         starting from the fragment buffer timestamp. When there is a not-linked
+         return from downstream, qtdemux will return upstream and will keep the
+         non-pushed data into its adapter.
+         On a new fragment buffer pushed to qtdemux, the new buffer timestamp
+         would overwrite the previous one that should be used on the still
+         to be pushed buffers. Because of this, this patch will also
+         update the fragment_start timestamp from the adapter last pts
+         to make sure the moof and timestamps are in sync and will result
+         in correct timestamps for all fragments.
+
+2013-11-15 08:54:07 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: avoid re-reading the same moov and entering into loop
+         In the scenario of "mdat | moov (with fragmented artifacts)" qtdemux
+         could read the moov again after the mdat because it was considering the
+         media as a fragmented one.
+         To avoid this loop this patch makes it store
+         the last processed moov_offset to avoid parsing it again.
+         And it also checks if there are any samples to play before
+         resturning to the mdat, so that it knows there is new data to be played.
+         https://bugzilla.gnome.org/show_bug.cgi?id=691570
+
+2013-11-15 00:52:53 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: do not free streams if they were not created locally
+         When parsing a trak only free streams on failures if those streams
+         were created locally. They could have been created from a previous
+         fragment, in this case we they have valid info from the other fragment.
+         Including pads.
+         https://bugzilla.gnome.org/show_bug.cgi?id=691570
+
+2013-11-29 19:57:46 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/blend.c:
+         videomixer: Simplify NV12/21 blending code macros
+
+2013-11-29 19:50:24 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/videomixer/blend.c:
+         videomixer: Fix segfault when filling the background of a UYVY frame
+         https://bugzilla.gnome.org/show_bug.cgi?id=712401
+
+2013-11-29 09:21:52 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix compilation with gst debuging disabled
+         qtdemux.c:9452:1: error: label at end of compound statement
+
+2013-11-27 17:02:00 +0100  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Map inbuffer once only
+         Do not call gst_buffer_extract() twice since each call will map and
+         unmap the biffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=719434
+
+2013-11-28 11:58:42 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/videofilter.c:
+         videoflip: Add unit test for the 'automatic' method
+         These new tests send a tag event before seding the buffer. Tested case are an
+         empty tag list, a tag list with orientation-180 set and an invalid orientation value.
+         https://bugzilla.gnome.org/show_bug.cgi?id=719497
+
+2013-11-28 16:09:04 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/videofilter/gstvideoflip.c:
+         videoflip: don't crash on tag events without orientation tag
+         Would crash in g_free() trying to free an uninitialised pointer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=719497
+
+2013-11-28 16:50:42 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: don't unref buffer twice
+         Cleaning the packet info will already unref the buffer.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=715078
+
+2013-11-28 22:35:02 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add HydrogenAudio ReplayGain tags
+         Identical to the itunes (tm) version, but labelled with
+         org.hydrogenaudio.replaygain as the producer.
+
+2013-11-27 16:15:12 +0100  Mathieu Duponchelle <mduponchelle1@gmail.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: explicitly fail when alpha information would have been lost.
+
+2013-05-29 16:06:05 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * .gitignore:
+         gitignore: Updated to ignore *.swp and .dirstamp
+
+2013-11-26 11:17:42 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Allow a bit more variation when detecting common framerates
+         Instead of +/- 1ns we allow 2ns now. Due to rounding errors there are
+         some Matroska files out there with 33.333331ms per frame for 30fps.
+
+2013-11-26 10:20:31 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Use gst_util_double_to_fraction() instead of GValue magic
+
+2013-11-25 14:03:21 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/videofilter/gstvideoflip.c:
+         videoflip: Set default method at contruction
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=712333
+
+2013-05-29 15:57:09 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Use space instead of tabs
+         https://bugzilla.gnome.org/show_bug.cgi?id=712754
+
+2013-05-29 15:44:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.h:
+         v4l2object: Fix header indentation so it's readable again
+         It's unfortunate to have to do this, but with the mix of tabs and space, plus all the random
+         indentation this header has become very hard to read.
+         https://bugzilla.gnome.org/show_bug.cgi?id=712754
+
+2013-11-25 17:38:06 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         check: fix jitterbuffer check
+         Don't advance the clock to 240ms too early.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=710013
+
+2013-11-25 11:45:33 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: deprecate max-errors
+         The property wasn't use internally, let the base class handle the
+         number of errors to tolerate.
+
+2013-11-25 15:49:07 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: improve clear-pt-map handling
+         Don't reset the expected output seqnum when clearing the pt map because this
+         could stall the jitterbuffer forever.
+         Add a unit test for this.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=709800
+
+2013-10-28 21:33:22 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: let the base class decide when to return an error
+         The base videodecoder class has an error counting feature to tolerate
+         a few errors before posting an error message. So don't force the
+         error and let the base class decide when it should happen
+         https://bugzilla.gnome.org/show_bug.cgi?id=710762
+
+2013-10-28 21:28:33 -0300  Thiago Santos <ts.santos@sisa.samsung.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Add data skipping on input
+         Add missing bytes skipping when bad input is received.
+         https://bugzilla.gnome.org/show_bug.cgi?id=710762
+
+2013-11-25 12:13:43 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Discard 2 byte subpicture packets
+         As for text subtitles and as suggested in #712643, throw
+         away the 2 byte terminator packets that some encoders insert.
+         This will make things better when remuxing and causes generation
+         of gap events.
+
+2013-11-25 00:34:21 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: fix wake-up when new buffers come in after running empty
+         Spotted by 'gratias' on IRC. Probably introduced in recent refactoring.
+         https://bugzilla.gnome.org/show_bug.cgi?id=715039
+
+2013-11-23 12:15:40 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: correctly handle negative relative timestamps
+         ... rather than scaling these as unsigned.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=712744
+         Based on patch by Krzysztof Kotlenga <pocek@users.sf.net>
+
+2013-09-14 03:27:09 +0200  MathieuDuponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+         videomixer2: Merge tag events to send them in collected.
+         Otherwise there were race conditions where we would send tags
+         on a flushing srcpad.
+         We have a test for that in GES, but this should be tested
+         systematically with harness in the future as I believe it
+         is useful for exactly that kind of cases.
+         https://bugzilla.gnome.org/show_bug.cgi?id=708165
+
+2013-11-14 17:29:50 -0300  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Use GstVideoInfo helper to create caps for raw video
+         This way we do not miss mandatory fields in caps.
+         At the same time use the gst_pb_utils_get_codec_description
+         helper to get codec description.
+         https://bugzilla.gnome.org/show_bug.cgi?id=712335
+
+2013-11-14 16:11:38 -0300  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/matroska/Makefile.am:
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Use GstVideoInfo helper to create caps for raw video
+         This way we do not miss mandatory fields in caps.
+         At the same time use the gst_pb_utils_get_codec_description helper to
+         get codec description.
+         https://bugzilla.gnome.org/show_bug.cgi?id=712328
+
+2013-11-13 20:18:17 -0300  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multifile/gstmultifilesrc.h:
+         multifilesrc: Implement seeking in case of multiple images
+         https://bugzilla.gnome.org/show_bug.cgi?id=712254
+
+2013-11-22 12:26:21 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: pass downstream flowreturn to upstream
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=712722
+
+2013-11-18 14:27:48 +0100  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: clear cached caps on close
+         A different device with different caps may be used for the next open.
+         https://bugzilla.gnome.org/show_bug.cgi?id=712611
+
+2013-11-21 15:30:34 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/wavpack/gstwavpackcommon.c:
+       * ext/wavpack/gstwavpackstreamreader.c:
+       * gst/apetag/gstapedemux.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/isomp4/atoms.c:
+       * gst/matroska/matroska-demux.c:
+         g_memmove() is deprecated
+         Just use plain memmove(), g_memmove() is deprecated in
+         recent GLib versions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=712811
+
+2013-11-21 11:32:15 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+         rtpvorbisdepay: handle packets > 0xffff
+         Handle input packet sizes larger than 16 bits in the depayloader.
+         Remove size restrictions on the payloader.
+
+2013-11-21 11:30:28 +0100  Wim Taymans <wtaymans@redhat.com>
+
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+         rtptheoradepay: handle packets > 0xffff
+         Reorganize some things in the depayloader so that it can handle packets larger
+         than 16 bits.
+         Remove the size restriction on the payloader.
+
+2013-11-21 02:28:27 +1100  Jan Schmidt <jan@centricular.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_types.c:
+         isomp4: Handle mp4s subpicture streams better.
+         Clean up the handling of mp4s streams. Use the generic esds
+         descriptor function to extract the palette, instead of hard coding
+         a wrong magic offset.
+         Add some more size safety checks when parsing ES descriptors, and
+         replace magic numbers with the descriptive constants that are already
+         defined.
+         Enhance dump output for stsd atoms.
+         Streams from both bug 712643 and historic bug 568278 now both work
+         correctly.
+         Fixes: #712643
+
+2013-11-20 22:08:25 +1100  Jan Schmidt <thaytan@noraisin.net>
+
+       * gst/isomp4/fourcc.h:
+         qtdemux: Sort fourcc declarations and remove duplicates
+
+2013-11-20 21:41:47 +1100  Jan Schmidt <thaytan@noraisin.net>
+
+       * gst/isomp4/Makefile.am:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/ftypcc.h:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Merge all the fourcc headers into one
+         Remove qtdemux_fourcc.h and ftypcc.h and put it all in fourcc.h
+
+2013-11-19 10:10:51 +0100  Wim Taymans <wim.taymans@gmail.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: avoid mapping the buffer
+         Reuse the parsed structure to get the timestamps.
+
+2013-11-18 17:13:49 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix 'make check'
+         Fix generic/states check. Also, g_return_if_fail() is
+         not for internal state checking.
+
+2013-11-18 14:44:36 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/flv/gstflvmux.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesink.h:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/smpte/gstsmptealpha.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/videobox/gstvideobox.c:
+       * gst/wavparse/gstwavparse.c:
+       * sys/oss4/oss4-sink.c:
+       * sys/oss4/oss4-source.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/ximage/gstximagesrc.c:
+         docs: get rid of 'Since: 0.10.x' markers
+         And some gtk-doc markup fixes.
+
+2013-11-16 12:15:14 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+         rtpmanager: fix Since markers
+         Should be next stable release series version
+
+2013-11-15 13:48:07 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: Fix stats property field names and documentation
+
+2013-11-15 15:20:14 +0100  Torrie Fischer <torrie.fischer@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpstats.c:
+       * gst/rtpmanager/rtpstats.h:
+         gstrtpsession: Implement a number of feedback packet statistics
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711693
+
+2013-11-13 17:11:08 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: remove math operation from loop
+         The elst_offset doesn't change inside the loop, so compute it
+         outside
+
+2013-11-14 20:54:32 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtmux: fix playback regression
+         In ae1150e85cf99d7482933aa6f7e4f012fe45a3ec flipping a condition misaligned the
+         else branch, where for there condition that was change there is none.
+         Fixes #712303
+
+2013-11-14 09:20:06 +0100  Wim Taymans <wim.taymans@gmail.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: rename property to 'stats'
+         This makes the unit test work.
+         We can later also add more stats, not specific to retransmission.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711411
+
+2013-11-12 11:19:25 -0500  Torrie Fischer <torrie.fischer@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: implement rtx statistics
+
+2013-11-13 10:42:21 +0000  Marc Leeman <marc.leeman@gmail.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: print FOURCC_FORMAT when enumerating
+         https://bugzilla.gnome.org/show_bug.cgi?id=712206
+
+2013-11-06 12:40:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: advance expected seqnum after dropping
+         After dropping a buffer, move our expected seqnum
+         Conflicts:
+         gst/rtpmanager/gstrtpjitterbuffer.c
+
+2013-11-04 15:46:22 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         gstpay: only send one caps
+         Only send one caps in a packet. Two caps can happen when setcaps is called and
+         the config-interval expires at the same time.
+
+2013-11-13 10:23:19 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Use the synced buffer mode in auto mode if a clock provider is in the SDP
+
+2013-11-08 11:09:21 +0000  Marc Leeman <marc.leeman@gmail.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: init v4l2_buffer to 0x0 before ioctl
+         https://bugzilla.gnome.org/show_bug.cgi?id=712137
+
+2013-11-11 15:27:18 +0100  Wim Taymans <wim.taymans@gmail.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: remove collision reconfigure event
+         Remove bogus reconfigure event on collision, we don't want to send the event on
+         the receiving RTP pad and the collision event is now handling this
+         case.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=711560
+
+2013-11-01 17:04:28 +0000  Julien Isorce <julien.isorce@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         gstrtpsession: send custom upstream event "GstRTPCollision" on send_rtp_sink pad
+         See https://bugzilla.gnome.org/show_bug.cgi?id=711560
+
+2013-11-11 14:25:51 +0100  Wim Taymans <wim.taymans@gmail.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/rtpsession.c:
+         check: add rtpsession test
+         Add a basic rtpsession test to ensure that RR blocks are generated when
+         multiple SSRC senders are active.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=711270
+
+2013-11-11 13:17:25 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: correctly handle timestamps when parsing x-private1-ac3
+         ... the way it has always worked fine in a52dec.
+
+2013-11-05 10:48:33 +0200  George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: fix crash when do-retransmission=true and a lot of buffers are lost
+         The problem here was that the jitterbuffer lock was unlocked to push
+         the event, but that caused another thread to remove the timer currently
+         being processed, probably because the amount of rtx events
+         (and therefore timers) was getting too high. The solution is to
+         unlock and push the event only after timer processing has finished.
+         fixes https://bugzilla.gnome.org/show_bug.cgi?id=711131
+
+2013-10-24 13:16:42 +0200  Per x Johansson <perxjoh@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Avoid division by zero assert in gst_matroska_demux_search_pos
+         https://bugzilla.gnome.org/show_bug.cgi?id=711829
+
+2013-11-08 17:59:24 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: generate a non-empty data header
+         Restore the behavior of the element to the state before commit
+         db29522a430e44450415ca3676abd1b77ee923d9. A non-empty header is
+         generated and when the EOS event is received the header is generated
+         again, this time with the correct size.
+         https://bugzilla.gnome.org/show_bug.cgi?id=711699
+
+2013-11-07 16:17:16 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: update receiver stats for sender
+         An internal sender in a session is also a receiver of its own packets so update
+         the receiver stats. Other senders in the session will use this info to generate
+         correct RB blocks in their SR reports.
+
+2013-11-07 16:13:16 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: refactor receiver stats update
+
+2013-10-25 18:22:00 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: handle fragmented files with mdat before moofs
+         Assume a file with atoms in the following order: moov, mdat, moof,
+         mdat, moof ...
+         The first moov usually doesn't contain any sample entries atoms (or
+         they are all set to 0 length), because the real samples are signaled
+         at the moofs. In push mode, qtdemux parses the moov and then finds the mdat,
+         but then it has 0 entries and assumes it is EOS.
+         This patch makes it continue parsing in case it is a fragmented file so that
+         it might find the moofs and play the media.
+         https://bugzilla.gnome.org/show_bug.cgi?id=710623
+
+2013-10-25 11:42:37 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: When using a buffered mdat, store all received data for later use
+         In push mode, when qtdemux can't use a seek to skip the mdat buffer it has
+         to buffer it for later use.
+         The issue is that after parsing the next moov/moof, there might be some
+         trailing bytes from the next atom in the file. This data was being discarded
+         along with the already parsed moov/moof and playback would fail to continue
+         after the contents of this moov/moof are played.
+         This is particularly bad on fragmented files that have the mdat before the
+         corresponding moof. So you'd get:
+         mdat|moof|mdat|moof ...
+         When a moof was received, it usually came with some extra bytes that would
+         belong to the next mdat (because upstream doesn't care about atoms alignment).
+         So those bytes were being discarded and playback would fail.
+         This patch makes qtdemux store those extra bytes to reuse them later after the
+         mdat is emptied.
+         https://bugzilla.gnome.org/show_bug.cgi?id=710623
+
+2013-11-07 09:49:55 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: Also use the bind-port property if no bind-address was given
+
+2013-11-07 00:51:12 +0100  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+         osxaudiosink: fix segfault when we can't get the channels layout
+
+2013-11-05 17:26:49 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8pay: Make Picture ID mode configurable and default to no picture ID
+         Some implementations (linphone) only support no picture at all in the
+         stream and will fail if one is provided.
+         https://bugzilla.gnome.org/show_bug.cgi?id=711497
+
+2013-11-05 11:18:34 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * common:
+         Automatic update of common submodule
+         From 865aa20 to dbedaa0
+
+2013-01-29 10:51:07 +0100  Paul HENRYS <visechelle@gmail.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         Add call to gst_rtp_h264_pay_clear_sps_pps() when receiving a STREAM_START event
+         https://bugzilla.gnome.org/show_bug.cgi?id=692787
+
+2013-11-02 22:50:47 +0100  Rico Tzschichholz <ricotz@ubuntu.com>
+
+       * gst/rtsp/Makefile.am:
+       * gst/rtsp/gstrtspsrc.h:
+         rtsp: Add missing gio-2.0 deps and includes
+
+2013-11-01 18:31:36 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/audioiirfilter.c:
+         audioiirfilter: Fix initialization coefficient handling
+         Broke unit test.
+
+2013-10-31 14:05:43 -0700  Aleix Conchillo Flaque <aleix@oblong.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: allow setting tls certificate validation flags
+         Added a new property "tls-validation-flags". If the url transport is
+         TLS, the validation flags will be set to the rtsp connection.
+         https://bugzilla.gnome.org/show_bug.cgi?id=711230
+
+2013-10-31 22:43:49 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+         audioiirfilter: Don't crash if no filter coefficients are provided
+         ...and by default use a identity filter.
+         https://bugzilla.gnome.org/show_bug.cgi?id=710215
+
+2013-10-31 19:15:12 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * ext/wavpack/gstwavpackenc.c:
+         wavpackenc: Fix writing of MD5 sums and other metadata blocks
+         These don't have the FINAL_BLOCK flag set.
+
+2013-10-31 13:02:11 -0200  Djalma Lúcio Soares da Silva <dlucio@impa.br>
+
+       * ext/raw1394/gsthdv1394src.c:
+         hdv1394src: Make it possible to select a camera by its GUID
+         The source hdv1394src has the guid property that permits select a camera
+         connected from its GUID number.
+         However when this property is setted the selected camera is not changed.
+         The source continues using the default camera.
+         This problem was solved using the function iec61883_cmp_connect.
+         The reference for the function could be found here:
+         http://www.dennedy.org/libiec61883/API-iec61883-cmp-connect.html
+         The solution came from dvgrab source code.
+         https://bugzilla.gnome.org/show_bug.cgi?id=710415
+
+2013-10-31 13:20:41 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: souphttpsrc: add explicit cast to silence warning
+         Silencing this warning:
+         elements/souphttpsrc.c:533:14: error: comparison between ‘SoupKnownStatusCode’ and ‘enum <anonymous>’ [-Werror=enum-compare]
+         if (status != SOUP_STATUS_OK && !send_error_doc)
+         With gcc 4.8.2 (debian)
+
+2013-10-31 10:38:35 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.h:
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: proxy new buffer mode
+
+2013-10-30 16:49:36 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         jitterbuffer: add new timestamp mode
+         Add a new timestamp mode that assumes the local and remote clock are
+         synchronized. It takes the first timestamp as a base time and then uses the RTP
+         timestamps for the output PTS.
+
+2013-10-30 22:12:45 +0100  Sebastian Dröge <sebastian@centricular.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Fix compiler warning
+         matroska-demux.c: In function 'gst_matroska_demux_add_stream':
+         matroska-demux.c:1379:7: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'guint64' [-Werror=format=]
+         "%03u", context->uid);
+         ^
+
+2013-10-28 13:21:15 +0000  Matthieu Bouron <matthieu.bouron@collabora.com>
+
+       * gst/videomixer/videoconvert.c:
+         videomixer: remove unneeded guint comparaison
+         https://bugzilla.gnome.org/show_bug.cgi?id=711010
+
+2013-10-28 14:13:12 +0000  Matthieu Bouron <matthieu.bouron@collabora.com>
+
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/cocoawindow.m:
+         osxvideosink: fix missing selector name warnings
+         The spaces matter in ObjC
+         https://bugzilla.gnome.org/show_bug.cgi?id=711013
+
+2013-10-28 13:31:34 +0000  Matthieu Bouron <matthieu.bouron@collabora.com>
+
+       * gst/y4m/gsty4mencode.c:
+         y4menc: fix uninitialized variable warning
+         https://bugzilla.gnome.org/show_bug.cgi?id=711011
+
+2013-10-25 11:30:36 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: check if the end_time is defined before using it
+         Avoids sending EOS too soon because of overflow. Can happen on
+         fragmented mp4 playback.
+
+2013-10-23 13:38:20 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: use correct unref function
+         Events aren't GstObjects, but GstMiniObjects
+
+2013-10-15 08:16:20 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: rename chunks_are_chunks to chunks_are_samples and flip the logic
+         As the variable name suggests, sometimes chunks are chunks. Rename the variable
+         to tell what they are when they are not chunks.
+
+2013-10-09 08:04:20 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix typos and add more logging for unhandled parts
+
+2013-10-14 16:23:25 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: Fix memory leak
+         Unmap all GstMemory of the current buffer when flushing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=710110
+
+2013-10-12 20:44:31 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: fix broken sample pipeline
+         which was muxing raw audio and video into flvmux, which won't work,
+         even if there were converters.
+
+2013-10-12 20:37:41 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: require stream-format=raw for mpeg-2 too, but don't require framed field
+         raw implies that it's framed already. Fixes .. ! faac ! flvmux
+
+2013-10-07 14:27:21 -0300  Thiago Santos <ts.santos@partner.samsung.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: do not emit EOS when connection drops
+         If the pipeline is stalled for too long, souphttpsrc will block and
+         stop fetching data from the network. This can cause the connection to
+         drop and souphttpsrc would handle it as an EOS. This patch makes it
+         persist and try to fetch more data until the end of the content length
+         or until receiving an error that it is beyong limits in case the content
+         is unknown.
+         https://bugzilla.gnome.org/show_bug.cgi?id=683536
+
+2013-10-10 13:52:35 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/dv/gstdvdec.c:
+       * ext/dv/gstdvdec.h:
+         dvdec: Don't send segment event before caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=709728
+
+2013-10-09 17:46:33 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: Send stream-start, caps and segment events in the right order
+         https://bugzilla.gnome.org/show_bug.cgi?id=709728
+
+2013-10-08 11:28:04 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: A-Law and Mu-Law don't have width/depth/signed caps fields
+         https://bugzilla.gnome.org/show_bug.cgi?id=709614
+
+2013-10-07 12:54:11 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/deinterlace/tvtime/greedyh.c:
+         deinterlace: Fix handling of planar video formats in greedyh method
+         https://bugzilla.gnome.org/show_bug.cgi?id=709507
+
+2013-10-06 10:01:26 -0700  Reynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroska: Trivial grammar fix on debug msg
+
+2013-10-06 09:17:00 -0700  Reynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+       * gst/matroska/webm-mux.c:
+         matroskamux: Add context flag for WebM
+         WebM has a couple of specific requirements we need to handle.
+         Idea is to set this flag once and just rely on mux->is_webm
+         at run time instead of repeatedly figuring this out from
+         GST_MATROSKA_DOCTYPE_WEBM (which requires a strcmp()).
+
+2013-10-04 14:42:59 -0700  Reynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroska: Do not write SegmentUID for WebM mux
+         WebM spec states SegmentUID is Unsupported. Files produced
+         with gstreamer without this change will spit an error like
+         this when passed to mkvalidator:
+         ERR201: Invalid 'SegmentUID' for profile 'webm' in Info at 192
+
+2013-10-05 00:00:03 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: make dvd palette change event sticky
+         So they don't get lost.
+         https://bugzilla.gnome.org/show_bug.cgi?id=709454
+
+2013-10-03 16:39:26 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videofilter/gstvideoflip.h:
+         videoflip: Add automatic flip mode driven by image-orientation tag
+         https://bugzilla.gnome.org/show_bug.cgi?id=709312
+
+2013-10-04 13:34:09 +0200  Peter Korsgaard <peter@korsgaard.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: O_CLOEXEC needs _GNU_SOURCE
+         On some systems (E.G. uClibc and older Glibc versions), O_CLOEXEC is only
+         defined when _GNU_SOURCE is specified, so do so.
+         _GNU_SOURCE needs to be defined before any system headers are included,
+         so move the fcntl.h section up.
+         https://bugzilla.gnome.org/show_bug.cgi?id=709423
+
+2013-10-04 12:11:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: fix race in flush-start/flush-stop
+         When flush-stop arrives before we process the result of the _push() in the
+         loop function, we might pause even though we are not flushing anymore. Fix this
+         race by waiting for the srcpad loop function to completely pause after doing the
+         flush-start.
+
+2013-10-03 22:38:43 +0200  Mathieu Duponchelle <mduponchelle1@gmail.com>
+
+       * gst/videomixer/videoconvert.c:
+         videomixer: Update videoconvert copy
+         https://bugzilla.gnome.org/show_bug.cgi?id=709390
+
+2013-10-03 21:36:34 +0200  Mathieu Duponchelle <mduponchelle1@gmail.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Check if the pad needs reconfiguration in collected
+         https://bugzilla.gnome.org/show_bug.cgi?id=709384
+
+2013-10-03 14:39:35 +0100  Matthieu Bouron <matthieu.bouron@collabora.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Relax sink caps
+         Since jpegdec already parse the jpeg stream, the sink caps could be
+         relaxed. This will allow jpegdec to be selected in more case and in
+         particular when the jpeg typefinder does not find the width and height.
+         https://bugzilla.gnome.org/show_bug.cgi?id=709352
+
+2013-10-03 18:33:01 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: print probed caps as caps again in debug log
+         This got lost during refactoring.
+
+2013-10-03 11:59:25 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add support for the mp2v fourcc for MPEG-2 video
+         https://bugzilla.gnome.org/show_bug.cgi?id=709270
+
+2013-10-02 15:56:53 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Fix memory leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=709266
+
+2013-09-30 12:31:42 +0300  Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Add HEVC support
+         https://bugzilla.gnome.org/show_bug.cgi?id=709093
+
+2013-09-30 12:24:32 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: Fix memory leak
+         We were leaking the GList nodes of the pending buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=709079
+
+2013-09-30 12:31:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         rtpjitterbuffer: fix race when updating the next_seqnum
+         If we were not waiting for the missing seqnum when we insert the lost packet
+         event in the jitterbuffer, we end up not updating the next_seqnum and wait
+         forever for the lost packets to arrive. Instead, keep track of the amount of
+         packets contained by the jitterbuffer item and update the next expected
+         seqnum only after pushing the buffer/event. This makes sure we correctly handle
+         GAPS in the sequence numbers.
+
+2013-09-30 12:30:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: small debug improvement
+
+2013-09-30 11:53:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: reset skew does not reset clock-rate
+         Don't reset the clock-rate when we reset the skew correction algorithm.
+         Reset the skew correction algorithm when we change the clock-rate.
+
+2013-09-30 11:16:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: pause timer when PAUSED
+         Also pause the timer when we go to the PAUSED state. It is possible that we
+         don't have a clock or base-time in PAUSED to perform the timeouts.
+
+2013-09-30 11:15:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: improve debug
+
+2013-09-26 20:41:26 +0200  Hans Månsson <hansm@axis.com>
+
+       * gst/isomp4/gstqtmuxmap.c:
+         mp4mux: Do not require framerate in peer video caps
+         Remove the framerate restriction on the caps.
+         Reference: https://bugzilla.gnome.org/show_bug.cgi?id=708864
+
+2013-09-27 15:05:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: also go into the loop function after connect
+         When we have opened the stream, go into the loop function so that we can
+         receive messages from the server.
+
+2013-09-27 12:53:06 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: move the check for subtitle buffer being null terminated before validating UTF-8
+         https://bugzilla.gnome.org/show_bug.cgi?id=707933
+
+2013-09-26 16:20:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: don't calculate skew without rtptime
+         Skip trying to calculate the skew when we don't have an rtptime.
+         It causes problems when lost packet events are placed in the jitterbuffer.
+
+2013-09-25 23:46:14 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+         configure: get rid of AS_SCRUB_INCLUDE
+         Should not be needed any more.
+         https://bugzilla.gnome.org/show_bug.cgi?id=707658
+
+2013-09-25 17:42:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: disable checks when linking pads
+         We know the pad links will work (and we don't check the return value
+         anyway).
+
+2013-09-25 17:36:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: avoid some pad link checks
+         Link pads without checks, we know it will work.
+
+2013-09-25 12:55:21 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Don't error out if downstream is not seekable for non-fragmented variants
+         Doing so would be a regression over 1.0 and breaks the unit test.
+         However the result will be most likely unusable, so let's post
+         a warning message on the bus.
+
+2013-09-24 04:02:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: calculate some stats
+
+2013-09-23 17:05:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: move send_lost_event function
+         Move the send_lost_event function to the do_lost_event handling, there is no
+         need to have a separate function.
+
+2013-09-16 11:20:51 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add code to parse creation time earlier than 1970
+         Use g_date_time seconds manipulation to allow to cover the quicktime
+         spec for creation_time. It uses seconds since 1904.
+         Both paths could be done using the generic approach of seconds since
+         1904 with GDateTime handling, but the first path using seconds from
+         1970 should be more commonly found and avoids a few objects creation and
+         ref/unref, so keep it there for performance.
+         Additionally, the code for handling seconds since 1970 changed from >
+         to >= because having 0 seconds since 1970 is also a valid case for that
+         path to handle.
+         https://bugzilla.gnome.org/show_bug.cgi?id=707975
+
+2013-09-21 00:55:26 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: update stream->pos when sending buffers so that gap events are not sent unnecessarily
+         https://bugzilla.gnome.org/show_bug.cgi?id=708505
+
+2013-09-24 18:30:04 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 6b03ba7 to 865aa20
+
+2013-09-24 15:05:24 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         configure: Actually use 1.3.0.1 as version to make configure happy
+
+2013-09-24 15:00:24 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.2.0 ===
+
+2013-09-24 14:21:08 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.2.0
+
+2013-09-24 14:20:51 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * 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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2013-09-20 19:43:21 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: fix segfault releasing the sink
+         show_frame is deferred to the main thread and can be called
+         when the sink has been released, so we need to keep an extra ref
+         on ObjectiveC object helper.
+         https://bugzilla.gnome.org/show_bug.cgi?id=708501
+
+2013-09-19 17:11:34 -0400  Robert Krakora <rob.krakora@messagenetsystems.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Restore original GstMemory in buffer if it has been changed
+         https://bugzilla.gnome.org/show_bug.cgi?id=706083
+
+2013-09-23 16:34:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpmanager: update docs
+
+2013-09-23 15:36:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         docs: update docs with 1.0 element names
+
+2013-09-23 14:13:30 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: add test for retransmission because of reordering
+
+2013-09-23 14:12:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: always store lost event in jitterbuffer
+         Always prepare a lost event in the jitterbuffer, it is to wake up and make the
+         pushing thread continue. We drop the event when we are not supposed to push lost
+         events downstream.
+
+2013-09-23 11:18:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: schedule lost event differently
+         Schedule the lost event by placing it inside the jitterbuffer with the seqnum
+         that was lost so that the pushing thread can interleave and push it properly.
+
+2013-09-23 11:17:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: remove timeouts from check
+         Timeouts make the test unreliable and are not needed.
+
+2013-09-23 11:15:30 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: remove list debug
+
+2013-09-23 11:14:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         rtpjitterbuffer: add type to the item
+         So that the upper layer can know what data is contained in the item.
+
+2013-09-23 09:58:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         rtpjitterbuffer: fix flush
+         Pass function to flush to properly free the queue items.
+
+2013-09-21 00:08:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: append seqnum -1 packets
+
+2013-09-20 23:48:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         rtpjitterbuffer: use structure to hold packet information
+         Make the jitterbuffer operate on a structure containing all the packet
+         information. This avoids mapping the buffer multiple times just to get the RTP
+         information. It will also make it possible to store other miniobjects such as
+         events later.
+
+2013-09-20 17:48:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: update expected timer when possible
+         When we receive a packet and we have some missing packets, we can update their
+         estimated arrival times based on the timestamp difference.
+
+2013-09-20 17:18:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: fix order of timeout events
+         Improve the order of the timeout events, if there are timers with the same
+         timeout, we want to trigger the lowest seqnum first. For this we need to loop
+         over the complete array of timers to find the best one before triggering the
+         timeout.
+
+2013-09-20 16:58:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: send lost event before signaling next buffer
+         First send the lost event, then update the next_seqnum counter and then
+         send the signal to the pushing thread that it can retry to push a buffer. This
+         avoids pushing out buffers before the lost event is pushed.
+
+2013-09-20 15:35:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+         jitterbuffer: configure clock-rate on jitterbuffer
+         Add a get and setter to configure the clock-rate in the jitterbuffer instead of
+         passing it as an argument to the insert method.
+
+2013-09-20 12:29:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: add test for packet delay and retransmission
+
+2013-09-20 12:27:26 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: add option to reset retransmission timers
+
+2013-09-20 12:25:43 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: stop the timer thread
+         The timeout code could release the lock so we need to check if we are allowed to
+         wait for the clock some more.
+
+2013-09-20 12:25:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: unlock only once
+
+2013-09-20 11:30:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: check both PTS and DTS
+
+2013-09-20 10:55:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: add unit-test for multiple missing packets
+         Check if multiple missing packets generate retransmission events and that the
+         retranmission requests are canceled when the missing packet arrives.
+
+2013-09-20 10:53:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: improve flush and shutdown
+         There is no need to unschedule the timer in flush-start, flush-stop will remove
+         the timers and unschedule.
+         Unschedule the current timer before attempting to join the timer thread.
+
+2013-09-20 10:43:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: improve debug
+
+2013-09-20 10:42:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: set correct expected time
+         When we already have a timer for a packet, skip it but don't forget to adjust
+         the dts to the expected dts of the next packet.
+
+2013-09-20 10:41:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: improve debug
+
+2013-09-19 16:55:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+         alpha: use POFFSET instead of OFFSET
+         Use the more correct POFFSET macro to get the offset of a component in its
+         plane. The offset macro gives the offset of the component relative to the start
+         of the frame.
+
+2013-09-21 18:46:29 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/goom/mmx.h:
+         goom: Fix MMX assembly compilation with clang
+         clang does not want or need a clobber list for emms:
+         error: clobbers must be last on the x87 stack
+         Patch taken from the FreeBSD ports, provided by
+         Dan McGregor <dan.mcgregor@usask.ca>
+
+2013-09-20 16:16:57 +0200  Edward Hervey <edward@collabora.com>
+
+       * common:
+         Automatic update of common submodule
+         From b613661 to 6b03ba7
+
+2013-09-20 10:19:22 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Make sure that subtitle buffers are \0-terminated
+         https://bugzilla.gnome.org/show_bug.cgi?id=707933
+
+2013-09-17 12:17:54 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: handle issues correctly when downstream is not seekable
+         The streamable property only make sense for fragmented formats.
+         For regular MP4, when downstream is not seekable we can't rewrite
+         the headers, so qtmux can only work with fast-start=TRUE, where
+         the headers are written finishing the file.
+         For fragmented MP4, when streamable is not seekable and the streamable
+         property is FALSE, we must enforce streamable=TRUE warning the user
+         about this change
+         https://bugzilla.gnome.org/show_bug.cgi?id=707242
+
+2013-09-17 12:06:06 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: make "streamable" TRUE as default
+         The most common use case for fragmented MP4 (Dash and Smooth Streaming)
+         is producing streamable content (even for VOD). streamable=FALSE would only
+         be used to generate fragmented MP4 with and index of MOOF's that could
+         be reproduced without a playlist/manifest
+         https://bugzilla.gnome.org/show_bug.cgi?id=707242
+
+2013-09-17 12:01:30 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: deprecate the streamable property for non-fragmented MP4
+         The streamable property only makes sense for fragmented MP4.
+         https://bugzilla.gnome.org/show_bug.cgi?id=707242
+
+2013-09-19 17:08:19 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2: Remove commented out line
+
+2013-09-19 18:43:08 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * common:
+         Automatic update of common submodule
+         From 74a6857 to b613661
+
+2013-09-19 17:35:27 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From 098c0d7 to 74a6857
+
+2013-09-19 16:50:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+         alpha: don't assume planar formats have just 1 block
+         Don't assume planar formats have just one memory block with the data but use the
+         macros to access the right memory block where a component can be found.
+
+2013-09-19 14:14:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: add retransmission jitterbuffer test
+         Store both DTS and PTS on buffers.
+         Make a queue for srcpad events.
+         Activate pads after linking so that we don't get RECONFIGURE events.
+         Add test for retransmission.
+
+2013-09-19 14:12:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: keep delay as a separate variable in timer
+         Keep a separate delay in the timer so that we still know the original timestamp
+         of the packet that this timer refers to. We can then place the correct
+         running-time in the Retransmission event.
+
+2013-09-19 14:08:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: fix writability of properties
+
+2013-09-19 11:34:57 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.1.90 ===
+
+2013-09-19 10:50:23 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.1.90
+
+2013-09-19 10:21:42 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * 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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2013-09-19 09:45:18 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * po/cs.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/uk.po:
+       * po/vi.po:
+         po: Update translations
+
+2013-09-11 14:27:02 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: dmabuf is not a singleton anymore
+         https://bugzilla.gnome.org/show_bug.cgi?id=707793
+
+2013-09-16 13:53:45 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: do not do http requests in READY
+         HEAD requests to discover if the server is seekable shouldn't be done in
+         READY as it might lock the main thread that is doing the state change.
+         https://bugzilla.gnome.org/show_bug.cgi?id=705371
+
+2013-09-18 16:32:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: reevaluate the current timer after timeout
+         When we trigger the timeout logic of a timer, reevaluate it because it is
+         possible that it still has the lowest timeout.
+
+2013-09-18 16:31:26 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: don't update time when unscheduled
+         Don't try to estimate the current time when we got unscheduled.
+
+2013-09-18 16:29:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: init packet spacing on first buffer
+         Already init the packet spacing variables on the first buffer so that we can
+         calculate the spacing on the second buffer already.
+
+2013-09-18 15:08:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: fix comments
+
+2013-09-18 14:57:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: push the lost event from the timer thread
+         Instead of pushing the lost event from the chain function, schedule a timeout
+         that will push the lost event from the timer thread. This avoid blocking the
+         upstream thread while we push and sync the event.
+
+2013-09-18 14:23:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: add another test
+         The test is modified slightly because the late lost packets are only
+         generated now when a large gap is received.
+
+2013-09-18 14:12:47 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: round gap duration to multiple of duration
+         Make sure the gap duration in the lost event is a multiple of the packet
+         duration.
+         Enable another test.
+
+2013-09-18 12:29:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: keep track of duration
+         Keep track of the estimated duration of missing packets and use it in the lost
+         event.
+         Enable another unit test
+
+2013-09-18 11:59:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer: handle large gaps with one lost event
+         When we have a large number of missing packets, generate one lost event for all
+         the packets that have no chance of being pushed out in time.
+         Fix and activate unit test for large gaps.
+
+2013-09-18 11:56:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: refactor lost event sending
+         Also make sure we only increment the expected seqnum and last
+         output timestamp.
+
+2013-09-17 23:21:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: refactor timeout triggers
+
+2013-09-17 23:03:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: simplify the timeout code
+         Keep track of the current time in the timeout loop.
+         Loop over all timers and trigger all the expired ones, we can do this in the
+         same loop that selects the new best timer.
+
+2013-09-17 23:01:17 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: rearrange timer update code
+         Also update the timers when retransmission is disabled. We need to
+         do this because when we added LOST timers when we detected missing packets and
+         we need to remove those timers when the packet finally arrives.
+
+2013-09-17 22:02:04 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/videomixer/Makefile.am:
+         videomixer: link to libm for maths stuff
+         Fixes undefined references to rint and pow on ubuntu
+         build bot.
+
+2013-09-17 15:19:42 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: release lock on shutdown
+
+2013-09-17 15:11:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+         check: change for videomixer renamed orc file
+
+2013-09-14 16:03:20 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: remove MAX_TOLERATED_LATENESS
+         https://bugzilla.gnome.org/show_bug.cgi?id=707411
+
+2013-09-16 15:54:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/examples/rtp/client-H264-rtx.sh:
+         examples: we don't need the queue anymore
+
+2013-09-16 15:53:47 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: use separate thread for timeouts
+         Use a separate thread for scheduling the timeouts instead of using the
+         downstream streaming thread that might block at any time.
+
+2013-09-14 15:56:04 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: set first_ts to DTS for streams that have DTS
+         https://bugzilla.gnome.org/show_bug.cgi?id=707340
+
+2013-09-14 15:55:22 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: make sure duration is a valid number for last buffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=707340
+
+2013-09-14 15:54:29 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: use segment.start or last buffer end time in case of missing DTS
+         https://bugzilla.gnome.org/show_bug.cgi?id=707340
+
+2013-09-03 18:14:04 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         Revert qtmux: Use buffer PTS if DTS is not set"
+         This reverts commit f72c3cf71fde622067f41f31a53978ba4c94469d.
+         https://bugzilla.gnome.org/show_bug.cgi?id=707340
+
+2013-09-16 11:03:06 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/videomixer/videomixerorc-dist.c:
+       * gst/videomixer/videomixerorc-dist.h:
+         videomixer: Update orc generated files
+         https://bugzilla.gnome.org/show_bug.cgi?id=708131
+
+2013-09-13 16:25:49 +0200  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Demux RTCP buffers from the RTP stream
+         If there are RTCP buffers in the RTP stream, process them as
+         RTCP. This way, we want receive streams following RFC 5761
+         https://bugzilla.gnome.org/show_bug.cgi?id=687657
+
+2013-09-13 23:26:21 +1000  Jan Schmidt <thaytan@noraisin.net>
+
+       * gst/rtp/gstrtpL24depay.c:
+         rtp: Remove bogus extra caps from L24 template.
+         The extra caps entry in the template was making it sometimes
+         get plugged for any dynamically allocated payload type.
+
+2013-09-13 12:40:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+       * gst/rtpmanager/rtpstats.h:
+         rtpbin: use PacketInfo for the sender
+         Avoid mapping the packet multiple times when sending RTP.
+
+2013-09-13 12:22:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+       * gst/rtpmanager/rtpstats.h:
+         rtpbin: store more in the PacketInfo
+         Store all info in the PacketInfo so that we can avoid mapping the packet
+         multiple times.
+
+2013-09-13 11:32:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpstats.h:
+         session: store more in the PacketInfo structure
+
+2013-09-13 11:08:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+       * gst/rtpmanager/rtpstats.h:
+         rtpbin: RTPArrivalStats -> RTPPacketInfo
+         Rename a structure because we are also going to use this for the sender
+         bits.
+
+2013-09-13 10:55:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         source: small cleanups
+
+2013-09-12 13:31:01 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: only update stop position if seek requests it
+         Check for GST_SEEK_TYPE_NONE for stop poistion and only update
+         the stop time if it is requested. Otherwise just maintain whatever
+         was stored at the segment
+         https://bugzilla.gnome.org/show_bug.cgi?id=707530
+
+2013-09-13 08:53:25 +0200  Rico Tzschichholz <ricotz@ubuntu.com>
+
+       * gst/rtp/Makefile.am:
+         rtp: Add missing headers tp fix make dist
+         In addition to a956a6ceb2deb87cc1361aee1d6626449f46dab2
+
+2013-09-12 15:07:48 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Make sure we have enough data to read image tags
+         Thanks to iputinei for reporting this on IRC.
+
+2013-09-12 15:01:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: handle segments with non-0 start
+         We keep the DTS and PTS in running-time inside the jitterbuffer. Make sure to
+         transform it back to a buffer timestamp before pushing out the buffer.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707931
+
+2013-09-11 13:11:58 -0600  Seán de Búrca <leftmostcat@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Fix off-by-one in validation of UTF-8
+         https://bugzilla.gnome.org/show_bug.cgi?id=707933
+
+2013-09-11 14:32:17 -0300  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Do not check if caps are empty when they are NULL
+         In the case the caps are actually NULL, we should just concider it the
+         same way as empty caps in that case.
+
+2013-09-10 16:44:53 -0600  Seán de Búrca <leftmostcat@gmail.com>
+
+       * gst/videomixer/videomixerorc-dist.c:
+       * gst/videomixer/videomixerorc-dist.h:
+         videomixer: fix build if orc is not installed
+         https://bugzilla.gnome.org/show_bug.cgi?id=707886
+
+2013-09-10 17:57:49 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Preserve seqnum when pushing seek upstream
+         After converting a seek from time to bytes, use the same seqnum
+         on the event that goes upstream
+
+2013-09-05 00:17:16 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: track streams that are EOS on push mode to finish earlier
+         When the segment has a defined stop position, qtdemux should check
+         when streams reach this position and mark those as EOS. When all
+         streams are EOS it will return GST_FLOW_EOS to upstream to allow
+         the pipeline to finish instead of continuously consume buffers
+         from upstream that are not useful for the segment.
+         https://bugzilla.gnome.org/show_bug.cgi?id=707530
+
+2013-09-04 15:34:35 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: preserve stop of segment when doing seeks in push mode
+         When handling seeks in push mode, qtdemux converts the seek to bytes
+         and pushes upstream. It needs to keep track of the seek and the
+         subsequent segment to be able to map them back to the requested
+         seek time and properly preserve the segment stop of the seek.
+         This is done by using the start offset in bytes of the seek,
+         that should be the same of the segment from upstream. And this
+         is also backwards compatible with what qtdemux already was using.
+         https://bugzilla.gnome.org/show_bug.cgi?id=707530
+
+2013-07-26 19:40:53 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2pad.h:
+         videomixer: Add colorspace conversion
+         https://bugzilla.gnome.org/show_bug.cgi?id=704950
+
+2013-08-06 15:38:39 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Don't send reconfigure event when formats or PAR are different
+         It is racy with multiple pads.
+         https://bugzilla.gnome.org/show_bug.cgi?id=704950
+
+2013-07-25 13:49:57 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/Makefile.am:
+       * gst/videomixer/blend.c:
+       * gst/videomixer/blendorc.orc:
+       * gst/videomixer/gstcms.c:
+       * gst/videomixer/gstcms.h:
+       * gst/videomixer/videoconvert.c:
+       * gst/videomixer/videoconvert.h:
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixerorc.orc:
+         videomixer: Bundle private copies of videoconvert code
+         Ideally, this would be part of libgstvideo.
+         Prefixes videoconvert symbols with videomixer_.
+         https://bugzilla.gnome.org/show_bug.cgi?id=704950
+
+2013-08-22 00:03:48 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: Use newly #defined metadata names.
+
+2013-09-09 15:11:51 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: only wait if we flushed
+         Only wait for the STREAM_LOCK when we flushed something when sending
+         a command for PAUSED or PLAYING.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707611
+
+2013-09-09 15:09:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: return when a flush was issued
+         Make gst_rtspsrc_loop_send_cmd() return TRUE when the current
+         action has been flushed
+
+2013-09-09 11:16:40 +0200  David Holroyd <dave@badgers-in-foil.co.uk>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpL24depay.c:
+       * gst/rtp/gstrtpL24depay.h:
+       * gst/rtp/gstrtpL24pay.c:
+       * gst/rtp/gstrtpL24pay.h:
+       * tests/check/elements/rtp-payloading.c:
+         rtp: add L24 pay and depayloader
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707734
+
+2013-09-09 14:46:42 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Fix missing condition in previous commit
+
+2013-09-09 14:44:58 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Also fix strides for other semi-planar video formats
+
+2013-09-09 14:41:42 +0200  Andreea Fulger <andreea.fulger@parrot.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2bufferpool: Fix stride for NV12/NV21
+         https://bugzilla.gnome.org/show_bug.cgi?id=707758
+
+2013-09-07 16:37:03 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: fix leaking buffer and caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=707688
+
+2013-09-05 19:46:37 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: fix build on win32
+         gstudpsrc.c:855:15: error: #if with no expression
+
+2013-09-04 15:50:42 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: handle unseekable streams
+         Handle streams that we can't seek in and ignore them in the
+         seek logic.
+
+2013-09-04 15:25:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: only check video compression for video streams
+         Or else we might deref a stream with a NULL strf.vids and segfault
+
+2013-06-18 13:27:20 +0100  Alex Ashley <bugzilla@ashley-family.net>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/ftypcc.h:
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: Add support for the avc3 sample entry format of the AVC file format
+         Amendment 2 of ISO/IEC 14496-15 (AVC file format) is defining a new
+         structure for fragmented MP4 called "avc3". The principal difference
+         between AVC1 and AVC3 is the location of the codec initialisation
+         data (e.g. SPS, PPS). In AVC1 this data is placed in the initial
+         MOOV box (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data
+         goes in the first sample of every fragment (i.e. the first sample in
+         each mdat box).  The principal reason for avc3 is to make it easier
+         for client implementations, because it removes the requirement to
+         insert the SPS+PPS in to the decoder pipeline every time there is a
+         representation change.
+         This commit adds support for the "avc3" atom, which is almost identical
+         to the "avc1" atom, except it does not contain any SPS or PPS data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=702004
+
+2013-09-04 00:27:50 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Don't set EOS to FALSE when the collectpad *is* EOS
+         https://bugzilla.gnome.org/show_bug.cgi?id=707238
+
+2013-09-03 17:32:41 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: cleanup on error after state change
+         https://bugzilla.gnome.org/show_bug.cgi?id=707229
+
+2013-09-03 11:23:24 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+         udpsrc: Bind to multicast addresses on non-Windows systems
+         On Windows it's not possible to bind to a multicast address
+         but the OS will make sure to filter out all packets that
+         arrive not for the multicast address the socket joined.
+         On Linux and others it is necessary to bind to a multicast
+         address to let the OS filter out all packets that are received
+         on the same port but for different addresses than the multicast
+         address
+         And deprecate the multicast-group property and replace it with the
+         address property.
+         https://bugzilla.gnome.org/show_bug.cgi?id=707042
+
+2013-09-03 10:10:01 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Free GstBaseParseFrame if pushing a header failed
+
+2013-09-02 16:02:37 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Refactor address resolval into its own function
+
+2013-09-02 23:00:29 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/replaygain/gstrganalysis.c:
+         replaygain: fix taglist leak in rganalysis
+         And add some FIXMEs.
+
+2013-09-02 22:50:58 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/rganalysis.c:
+         tests: rganalysis: rename function for clarity
+
+2013-03-18 14:32:07 +0100  Christoph Reiter <reiter.christoph@gmail.com>
+
+       * tests/check/elements/rganalysis.c:
+         tests: fix skipped rganalysis tests
+         In 0.10 elements would post tag messages on the bus
+         directly, and rganalysis would only post a tag message
+         when it changed tags. In 1.0, only sinks post tag
+         messages when they receive the serialised tag event.
+         This means that we get an additional tag message on
+         the bus now where we didn't expect one before.
+         https://bugzilla.gnome.org/show_bug.cgi?id=695090
+
+2013-09-02 11:46:52 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Properly propagate downstream flow returns upstream
+         https://bugzilla.gnome.org/show_bug.cgi?id=707229
+
+2013-09-01 21:18:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/shout2/gstshout2.c:
+       * gst/avi/gstavi.c:
+       * gst/isomp4/isomp4-plugin.c:
+       * gst/rtsp/gstrtsp.c:
+       * sys/sunaudio/gstsunaudio.c:
+       * sys/v4l2/gstv4l2.c:
+         Don't use setlocale in plugins()
+         Only apps should call setlocale(), not libraries.
+
+2013-08-29 13:15:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpmpvpay.c:
+         rtpmpvpay: Fix RTP buffer allocation in rtpmpvpay
+         RTP buffer allocation should not be done with padding for the specific MPEG2
+         header as the padding is done at the end of the buffer and the last byte is
+         the size of the padding.
+         https://bugzilla.gnome.org/show_bug.cgi?id=706970
+
+2013-08-28 10:51:32 +0200  Bernhard Miller <bernhard.miller@streamunlimited.com>
+
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosink.h:
+         autovideosink: add sync property
+         https://bugzilla.gnome.org/show_bug.cgi?id=706955
+
+2013-08-28 07:15:00 +0200  Bernhard Miller <bernhard.miller@streamunlimited.com>
+
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosink.h:
+         autoaudiosink: introduce sync property
+         https://bugzilla.gnome.org/show_bug.cgi?id=706955
+
+2013-08-27 17:33:40 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: push buffers after segment stop until reaching a keyframe
+         This should make decoders able to precisely push buffers until the stop
+         time in case they need the next keyframe to do it.
+         Also, according to gst_segment_clip, it should only push a buffer that
+         the starting ts is strictly smaller than the segment stop, so we change
+         the min < comparison for <=
+
+2013-08-28 13:26:47 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.1.4 ===
+
+2013-08-28 12:52:25 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * gst/audiofx/audiopanoramaorc-dist.c:
+       * win32/common/config.h:
+         Release 1.1.4
+
+2013-08-28 12:52:16 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * 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/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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2013-08-28 12:32:10 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * po/pt_BR.po:
+         po: update translations
+
+2013-08-27 15:25:16 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: remove framerate restriction
+         Remove the framerate restriction on the caps.
+
+2013-08-27 09:38:16 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: only update next check time when reconsidering
+         Don't update the next RTCP check time in all cases but only when we
+         reconsidered. This avoids delaying sending a full RTCP packet when we
+         are doing early feedback.
+
+2013-08-27 09:37:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: add more debug
+
+2013-08-27 09:34:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+         jitterbuffer: fix types of the retransmission event
+
+2013-08-27 09:33:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: only timeout EXPECTED timers on gap
+         Only timeout the EXPECTED timers when we detect a large seqnum gap.
+
+2013-08-26 13:47:53 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         configure.ac: Don't set BZ2_LIBS if bz2 is not found
+
+2013-08-26 11:50:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtsession: fix locking
+         We need to take the session lock when getting and manipulating the
+         source.
+
+2013-08-26 11:50:13 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: add some more debug
+
+2013-08-20 22:12:03 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: don't send flush_stop twice.
+         If we get flush start and a seek we need to only send flush_stop once.
+         More info at #706441
+
+2013-08-23 15:56:43 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartdemux.h:
+         multipartdemux: propagate discont
+
+2013-08-23 15:49:47 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/multipart/multipartdemux.c:
+         multipartdemux: remove dynamic sourcpads when going from PAUSED to READY
+
+2013-08-23 15:29:28 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartdemux.h:
+         multipartdemux: timestamp output buffers based on first input buffer that provided bytes not last
+         https://bugzilla.gnome.org/show_bug.cgi?id=637754
+
+2013-08-23 15:47:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtprtxqueue.c:
+       * gst/rtpmanager/gstrtprtxqueue.h:
+         rtxqueue: add property to configure queue size
+
+2013-08-23 12:07:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/examples/rtp/client-H264-rtx.sh:
+       * tests/examples/rtp/server-VTS-H264-rtx.sh:
+         tests: add retransmission example
+
+2013-08-23 11:55:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: proxy jitterbuffer do-retransmission property
+
+2013-08-23 11:17:45 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * gst/avi/gstavimux.c:
+         avimux: unmap the correct buffer
+         The audio buffer was mapped so unmap it and not the video buffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=706642
+
+2013-08-18 23:32:22 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+         pulsesink: Add property to find out the device currently in use
+         https://bugzilla.gnome.org/show_bug.cgi?id=590768
+
+2013-08-18 23:31:15 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: De-duplicate code to get the current sink input info
+         https://bugzilla.gnome.org/show_bug.cgi?id=590768
+
+2013-08-18 22:27:37 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Implement changing the device while playing
+         https://bugzilla.gnome.org/show_bug.cgi?id=590768
+
+2013-08-18 23:32:22 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+         pulsesrc: Add property to find out the device currently in use
+         https://bugzilla.gnome.org/show_bug.cgi?id=590768
+
+2013-08-18 23:31:15 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: De-duplicate code to get the current source output info
+         https://bugzilla.gnome.org/show_bug.cgi?id=590768
+
+2013-08-18 22:27:37 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Implement changing the device while playing
+         https://bugzilla.gnome.org/show_bug.cgi?id=590768
+
+2013-08-22 14:55:14 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         configure: Fix bz2 configure check for Windows
+         Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2.
+         https://bugzilla.gnome.org/show_bug.cgi?id=465924
+
+2013-02-22 20:57:00 +0900  Akihiro Tsukada <atsukada@users.sourceforge.net>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulsesink: Add support for AAC pass-through
+         https://bugzilla.gnome.org/show_bug.cgi?id=694445
+
+2013-06-24 17:29:37 +0200  Kishore Arepalli <kishore.arepalli@gmail.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+         gdkpixbufoverlay: crashes if any property changes during playback when location property is not set
+         https://bugzilla.gnome.org/show_bug.cgi?id=702988
+
+2013-08-21 14:54:26 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulseutil.h:
+         pulse: Share static caps definition between src and sink
+         The src was also missing 24-bit sample formats
+
+2013-08-21 16:53:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtprtxqueue.c:
+       * gst/rtpmanager/gstrtprtxqueue.h:
+         rtx: various improvements
+         Use locking
+         Don't push from the event handler, collected packets in a queue and push from
+         the chain function.
+         Clear queues on shutdown.
+
+2013-08-21 16:50:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         session: generate events correctly
+         Do correct shifting of the bitmask for lost packets.
+
+2013-08-21 16:47:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmanager.c:
+         rtp: register rtx element better
+
+2013-08-21 16:32:50 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: WAVEFORMATEX is unsigned for 8 bit integers, and signed for others
+         Probably fixes
+         https://bugzilla.gnome.org/show_bug.cgi?id=705477
+
+2013-08-21 13:03:34 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: don't ignore return value from _finish_frame()
+         gst_video_encoder_finish_frame() will return FLOW_OK here if
+         there's no output buffer.
+
+2013-08-21 12:56:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+         jpegdepay: add some more debug
+
+2013-08-21 12:10:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstdepay.h:
+         rtpgstdepay: only push events when they changed
+         Keep track of the STREAM_START and TAG events and only push them
+         when they changed.
+
+2013-08-21 10:52:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: taglists should not be merged in 1.0
+
+2013-08-21 10:28:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         rtpgstdepay: flush on FLUSH_STOP event
+
+2013-08-21 10:03:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: reset on state change
+         Do full reset on state change to READY
+
+2013-08-21 09:55:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: reset on FLUSH_STOP
+         Clear the adapter and pending buffer list on FLUSH_STOP.
+
+2013-08-21 09:39:30 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: don't use clock for config interval
+         We can't use the clock to time our config-interval because we are not
+         live (or there might not be a clock or the clock might not be running).
+         Instead just simply take the timestamp diff.
+
+2013-08-21 09:33:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.h:
+         rtpgstay: don't use // comments
+
+2013-08-08 11:55:22 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Fix response argument in handle-request signal
+
+2013-08-08 11:54:41 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Add sdes property and proxy it to rtpbin
+
+2013-08-07 09:47:35 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpgstpay.h:
+         Send a stream-start whenever we send tags This is to make sure tags are cleared on the client if the stream-start was previously lost, otherwise, the client may end up with a merged taglist of multiple songs
+
+2013-07-25 21:12:05 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpgstpay.h:
+         rtpgstpay: Add a config-interval property to resend the caps/tags at a regular interval This is useful in case the packet containing the inlined caps was lost or if new client joins an already running RTP stream and they missed the previous tag events. This also makes the payloader keep a list of merged tags so the retransmitted tag event contains all previously received. A STREAM_START event will flush the list of tags.
+
+2013-07-25 21:10:10 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: Refactor the setcaps and use new method to send arbitrary caps at any time
+
+2013-07-25 21:03:34 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: Do not flush events for stream-start and avoid conflict between event and pending inline caps
+
+2013-07-25 20:54:50 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpgstpay.h:
+         rtpgstpay: Add a create_from_adapter API and use a list of GstBufferList This is necessary to fix event/caps sending. If we send a STREAM_START packet, it will cause an error because the stream didn't receive its caps and new-segment events, so we must wait for the first buffer before sending the stream-start event buffer. However, the caps will be sent at the same time and so the 'inline caps' will be set for the event. We need to be able to payload individual packets (data, caps or events) and only send them when we call flush.
+
+2013-07-25 17:56:38 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: Add etype=4 for payloading GST_EVENT_STREAM_START
+
+2013-07-25 17:52:16 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: Fix typo, GST_EVENT_CUSTOM_BOTH has etype of 3
+
+2013-08-20 14:36:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: handle EOS
+         When the queue is empty, and we received EOS, pause and push an EOS
+         event downstream.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=706387
+
+2013-08-20 10:26:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: update docs
+
+2013-08-20 10:25:17 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: update all timers
+         Keep looping over all registered timers so that we can mark them lost instead of
+         stopping as soon as we find the timer for the current seqnum.
+
+2013-08-20 08:55:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: remove unused variables
+
+2013-08-19 21:10:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: reorganize timer handling
+         Restructure handling of incomming packet and the gap with the expected seqnum
+         and register all timers from the _chain function.
+         Convert a timer to a LOST packet timer when the max amount of retransmission
+         requests has been reached.
+
+2013-08-19 21:37:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: refactor packet spacing calculation
+
+2013-08-19 21:34:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: keep track of last seqnum and dts
+
+2013-08-19 21:29:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: small cleanups
+
+2013-08-19 21:21:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: reset retransmission timers in add/reschedule
+         Reset the retransmission timers when adding and rescheduling a timer.
+
+2013-08-19 21:12:13 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: rename variables for packet spacing
+
+2013-08-19 14:58:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: remove lost timer when we get the packet
+         When we receive a packet, also remove the LOST timer for it.
+
+2013-08-19 14:56:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: expected seqnum must increase
+         Only update the expected seqnum when it is bigger than the previous expected
+         seqnum.
+
+2013-08-19 14:55:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: add more debug
+
+2013-08-12 16:15:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtpmanager/gstrtpmanager.c:
+       * gst/rtpmanager/gstrtprtxqueue.c:
+       * gst/rtpmanager/gstrtprtxqueue.h:
+         rtxqueue: add retransmission queue element
+
+2013-08-12 14:53:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: add some docs
+
+2013-08-06 16:29:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: handle NACK feedback and generate events
+         Handle and parse the feedback NACK packets and generate a Retransmission
+         event for each NACKed packet
+
+2013-08-19 13:19:42 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Add forward declaration for gst_v4l2_object_get_format_list
+
+2012-10-22 17:58:07 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2sink.h:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+         v4l2: De-duplicate caps probing between src and sink
+
+2013-08-13 17:32:17 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/pulse/Makefile.am:
+       * ext/pulse/pulseprobe.c:
+       * ext/pulse/pulseprobe.h:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+         pulse: Remove unused GstPulseProbe
+
+2013-08-19 12:46:45 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2tuner.c:
+       * sys/v4l2/tuner.c:
+       * sys/v4l2/tunerchannel.c:
+       * sys/v4l2/tunernorm.c:
+         v4l2: Use G_DEFINE_ macros for added thread safety
+
+2013-08-17 11:28:13 +0200  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+         videomixer: Do not send flush_stop ourself after a flush_start
+         When we receive a flush_start, we should wait for the next flush_stop
+         and foward it, not create a flush_stop ourself.
+
+2013-08-16 17:10:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+         h264depay: init debug category early
+         Init the debug variable when we register the element because it is also used by
+         the payloader element when it calls the add_sps_pps method.
+
+2013-08-16 13:26:28 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: Properly set headers via the base class instead of just pushing them downstream
+         Prevents buffers from being send before the caps and segment events.
+
+2013-08-15 10:59:10 +0100  Chris Bass <floobleflam@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: check denominator isn't zero before scaling duration.
+         When gst_qtdemux_configure_stream sets fps_d, check that n_samples is
+         non-zero before using it as a denominator to scale the stream duration.
+         https://bugzilla.gnome.org/show_bug.cgi?id=706076
+
+2013-08-15 15:08:05 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp9dec.c:
+         ext: Use new flush vfunc of video codec base classes and remove reset implementations
+
+2013-08-14 16:19:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: forward flush before stopping dataflow
+         First forward the flush event and then stop our loop function.
+
+2013-08-14 13:10:32 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+         configure: require libsoup >= 2.38
+         Bump libsoup requirement for newer API used, like headers_get_one().
+         2.38 is from early 2012 and is in linen with our GLib requirement.
+
+2013-08-14 11:54:19 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/soup/gstsouphttpsrc.c:
+         soup: don't use deprecated soup_message_headers_get() API
+
+2013-08-13 17:44:50 +0200  Edward Hervey <edward@collabora.com>
+
+       * .gitignore:
+         .gitignore: Ignore files from automake test-driver
+
+2013-08-12 15:28:34 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph264pay.h:
+         rtph264pay: Use the SPS/PPS handling function from the depayloader
+         Remove duplicated copies
+         https://bugzilla.gnome.org/show_bug.cgi?id=705553
+
+2013-08-12 15:26:08 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+         rtph264depay: Make the SPS/PPS deduplication function generic
+         Make it not touch any internals of the depayloader
+         https://bugzilla.gnome.org/show_bug.cgi?id=705553
+
+2013-08-13 14:09:20 +0100  Chris Bass <floobleflam@gmail.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: allow conversion from raw AAC to ADTS
+         This patch will prepend ADTS headers to raw AAC audio frames, allowing
+         upstream elements to link to decoders that only support AAC in ADTS format.
+         Note that no error correction bits are added to ADTS frames in this code.
+         https://bugzilla.gnome.org/show_bug.cgi?id=615740
+
+2013-08-13 12:44:11 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Only free GCheckSum after its last usage
+         https://bugzilla.gnome.org/show_bug.cgi?id=705760
+
+2013-08-13 12:02:29 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: fix critical setting a NULL uri redirection
+
+2013-07-13 01:50:56 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: add redirection to the URI query
+
+2013-07-31 10:42:07 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: elst should offset samples instead of buffers
+         The current approach where buffers are offset is not ideal, as during seek
+         and loop current time is compared to sample times.
+         https://bugzilla.gnome.org/show_bug.cgi?id=700264
+
+2013-08-07 19:32:07 +0200  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+       * tests/check/elements/videomixer.c:
+         videomixer: Send EOS if buf_end >= segment.stop
+         That means the whole segment is already played, and we are sure we
+         are EOS at that point.
+         Also handle segment seeks, and do not send EOS in that case.
+
+2013-08-04 14:40:38 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: send proper stream_start event
+         https://bugzilla.gnome.org//show_bug.cgi?id=705449
+
+2013-08-08 11:51:17 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/matroska/ebml-read.c:
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Don't print warnings during flushing and stop as soon as possible
+         https://bugzilla.gnome.org//show_bug.cgi?id=705442
+
+2013-08-07 11:14:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtp/gstrtpvp8depay.c:
+         rtpvp8depay: mark key frames and delta frames properly
+         https://bugzilla.gnome.org/show_bug.cgi?id=705550
+
+2013-08-05 23:23:57 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: add NACK feedback in RTCP
+
+2013-08-05 23:22:16 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         source: add methods to register NACK
+         Add a method to register a missing packet for an ssrc along with
+         methods to get the missing packets and clear them.
+
+2013-08-04 23:05:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: handle Retransmission event and schedule NACK
+         Handle the retransmission event from downstream and use it to schedule a NACK
+         request.
+
+2013-08-05 23:20:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: pass data to remove func
+         Pass the data to the remove function because we are going to deref it when there
+         is pli or fir.
+
+2013-08-06 15:28:50 +0200  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix compilation
+
+2013-08-06 15:17:44 +0200  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Raw buffer DTS should always be CLOCK_TIME_NONE
+
+2013-08-06 11:58:38 +0200  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Make sure to send EOS if the buffer end time equals the segment end time
+         Otherwize EOS never gets sent in that particular case.
+
+2013-08-05 08:49:50 +0200  Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+
+       * gst/goom/gstgoom.c:
+         goom: Ensure src caps are writable
+         In some cases the src caps determined by goom weren't writable, causing
+         a bunch of assertion failures and failed caps. Fixed by always
+         explicitely making the caps writable
+         https://bugzilla.gnome.org/show_bug.cgi?id=705475
+
+2013-08-04 23:18:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: use common send_rtcp method
+         Reuse the send_rtcp method that already asks for the current time when
+         requesting a keyframe.
+
+2013-08-04 23:12:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: Don't use ClockTimeDiff for unsigned delays
+
+2013-08-04 16:52:15 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Use buffer PTS if DTS is not set
+         Avoids ending up with completely bogus scaled duration/pts when new
+         buffers have invalid DTS.
+
+2013-08-04 14:32:47 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: skip https test if there's no TLS support in soup/glib
+
+2013-08-04 11:20:41 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtsp/gstrtpdec.c:
+         rtpdec: use generic marshaller
+
+2013-08-04 10:52:33 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * Makefile.am:
+       * sys/v4l2/.gitignore:
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2-marshal.list:
+       * sys/v4l2/tuner-marshal.list:
+       * sys/v4l2/tuner.c:
+       * sys/v4l2/tuner.h:
+       * win32/MANIFEST:
+       * win32/common/tuner-enumtypes.c:
+       * win32/common/tuner-enumtypes.h:
+       * win32/common/tuner-marshal.c:
+       * win32/common/tuner-marshal.h:
+         v4l2: remove unused enumtypes and use generic marshaller
+
+2013-08-04 10:47:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * Makefile.am:
+       * gst/udp/.gitignore:
+       * win32/common/gstudp-enumtypes.c:
+       * win32/common/gstudp-enumtypes.h:
+       * win32/common/gstudp-marshal.c:
+       * win32/common/gstudp-marshal.h:
+         udp: remove unused marshal and enumtypes files
+
+2013-08-04 09:38:19 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * Makefile.am:
+       * gst/rtpmanager/.gitignore:
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtpmanager/gstrtpbin-marshal.list:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtpmanager/rtpsession.c:
+       * win32/MANIFEST:
+       * win32/common/gstrtpbin-marshal.c:
+       * win32/common/gstrtpbin-marshal.h:
+         rtpmanager: use generic marshaller
+
+2013-08-04 00:13:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: send event in right direction
+
+2013-08-02 17:38:34 -0700  David Schleef <ds@schleef.org>
+
+       * configure.ac:
+       * tests/check/Makefile.am:
+         tests: create/remove orc directory at proper time
+         Before automake creates .deps directories, and during distclean.
+
+2013-08-03 00:25:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: add FIR and PLI like other RTCP packets
+         Add the FIR and PLI packets like the other RTCP packet instead of from the
+         on-sending-rtcp default signal handler.
+
+2013-08-02 17:22:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: fix property ranges
+
+2013-08-02 16:42:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: push retransmission events
+
+2013-08-02 14:12:16 +0200  Lubosz Sarnecki <lubosz@gmail.com>
+
+       * configure.ac:
+         build: add subdir-objects to AM_INIT_AUTOMAKE
+         Fixes warnings with automake 1.14
+         https://bugzilla.gnome.org/show_bug.cgi?id=705350
+
+2013-08-02 14:54:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: add support for retransmission retry
+         When we didn't receive a packet after requesting retransmission, retry
+         asking for retransmission for a certain period.
+
+2013-08-02 14:19:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: add properties
+         Add properties to control retransmission parameters
+
+2013-08-02 12:44:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: use corrected timeout when rescheduling
+         When we recalculate the timeout, use the corrected timeout value depending on
+         the timer type.
+
+2013-08-02 12:43:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: update timers after queueing
+         Else we might update the timer needlessly for duplicates.
+
+2013-08-02 12:42:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: move method up
+
+2013-08-02 06:28:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: small cleanup
+
+2013-08-01 23:26:06 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: unschedule old expected packets
+         When we receive a new packet, unschedule old outstanding packets when their
+         seqnum is too far away.
+
+2013-08-01 23:29:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: refactor timer update
+
+2013-08-01 23:24:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: update timers when removing
+         Update the timers when we remove a timer.
+         Handle canceled timers, make them unschedule the current timer and
+         trigger the timeout code.
+
+2013-08-01 23:22:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: fix typo
+
+2013-08-01 15:40:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: improve timeout management
+         If we change the seqnum of an existing timer and we were waiting for
+         that timer, unschedule it. If we change the timeout of an existing timer and we
+         were waiting on it, only unschedule when the new time is smaller.
+
+2013-08-01 15:05:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: install timer for expected arrival
+         Install a timer that is triggered when the expected arrival time of a packet
+         expired.
+
+2013-08-01 14:56:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: improve unschedule of timers
+         Conflicts:
+         gst/rtpmanager/gstrtpjitterbuffer.c
+
+2013-08-01 12:21:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: move code around
+
+2013-08-01 12:07:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: estimate inter packet spacing
+         When we see two packets with consecutive seqnums and a different RTP time, use
+         the DTS difference as the inter packet spacing estimate.
+
+2013-08-01 12:01:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: keep track of current timeout
+
+2013-08-01 11:49:10 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: cleanup timer handling
+
+2013-08-01 11:40:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: reset is only possible with a GAP
+
+2013-08-01 11:29:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         jitterbuffer: operate on DTS
+         Make the jitterbuffer schedule the timeouts based on the DTS instead
+         of the PTS. This makes it all smoother with reordered frames and gives
+         the decoder time to reorder the frames in time.
+
+2013-08-01 11:14:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: rename timout variable
+
+2013-07-31 17:08:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: small cleanup
+
+2013-07-31 16:59:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: block output in paused or buffering
+
+2013-07-31 16:59:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: store pts in timer
+         Only store the pts in the timer so that we can both do timeouts with timings on
+         the input and output of the jitterbuffer.
+
+2013-07-30 23:14:24 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: refactor jitterbuffer
+         Refactor the jitterbuffer code. Make separate function for peeking a buffer,
+         pushing the next buffer, waiting for timeouts and handling the timeouts.
+         The main loop now tries to push as many buffers as it can until it runs out of
+         buffers or when it detects a seqnum discont. Then it will wait for some event to
+         happen before attempting to push more buffers.
+         Make methods to register timeouts in an array. These timeouts are registered
+         when we detect a missing packet, sync for the first packet or when we find an
+         estimation for the end-of-stream.
+         This greatly simplifies and clarifies the code and also makes it possible to
+         register more complicated timeout schemes later.
+
+2013-07-30 18:52:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: use NULL to ignore percent
+         If we pass NULL to pop and push we ignore the percent result.
+
+2013-07-30 07:00:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: refactor
+         Move eos estimation into separate function
+
+2013-07-30 14:28:19 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: don't leak stream_id string
+         https://bugzilla.gnome.org/show_bug.cgi?id=705142
+
+2013-07-29 19:53:52 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * po/LINGUAS:
+       * po/da.po:
+       * po/de.po:
+       * po/el.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/ja.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/ru.po:
+       * po/sl.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         po: update translations
+
+2013-07-29 19:48:54 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/.gitignore:
+         tests: ignore new test binaries
+
+2013-07-29 14:47:49 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.1.3 ===
+
+2013-07-29 13:42:18 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-monoscope.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.1.3
+
+2013-07-29 13:42:05 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * 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/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2013-07-29 12:12:41 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/avi/gstavidemux.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+         gst: Don't swap start/stop for negative rates in the SEGMENT query
+
+2013-07-29 11:18:40 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Check for data size when parsing h264 codec data from strf atom
+
+2013-07-29 10:53:54 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Implement SEGMENT query
+
+2013-07-29 10:53:47 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Implement SEGMENT query
+
+2013-07-29 10:50:59 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Implement SEGMENT query
+
+2013-07-27 18:10:22 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+         qtdemux: Support H264 fourcc
+         https://bugzilla.gnome.org/show_bug.cgi?id=704996
+
+2013-07-28 18:09:33 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: Fix handling of image tags
+         The caps should be used to get the mimetype and there is
+         only an info structure for the GstSample if the image-type
+         is not NONE.
+
+2013-07-28 18:04:32 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: Don't crash if there is no image tag information
+         https://bugzilla.gnome.org/show_bug.cgi?id=705018
+
+2013-07-28 17:38:56 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Fix duration reporting in push mode
+         https://bugzilla.gnome.org/show_bug.cgi?id=700933
+
+2013-07-28 17:32:27 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Don't forget unmapping and unreffing buffer
+
+2013-07-26 21:06:17 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: unmap buffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=704951
+
+2013-07-26 22:31:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: don't make buffer writable prematurely
+         There is no reason to make the SR buffer writable at this point. This is better
+         delayed until needed.
+
+2013-07-26 22:25:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: ignore RTCP for inactive sources
+
+2013-07-26 22:25:17 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: small cleanup
+
+2013-07-26 17:17:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.h:
+         session: handle partial RTCP report blocks
+         When we have more SSRCs to report than what fit in an RTCP packet, use a
+         generation counter to make sure all of them end up in a packet eventually.
+
+2013-07-26 17:23:10 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: create SSRC before doing session cleanup
+         Make the internal source before we do session cleanup
+
+2013-07-26 17:21:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: reorganize the report block code
+
+2013-07-26 16:02:01 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix memory leak in check_subtitle_buffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=704921
+
+2013-07-26 14:21:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: refactor active and sender checks
+
+2013-07-26 12:06:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: remove internal sources on timeout
+         When an internal source times out and becomes a receiver, remove it.
+
+2013-07-26 11:47:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: create an internal source for RTCP
+         When we need to do RTCP and we don't have an internal source yet,
+         make one.
+
+2013-07-26 10:47:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+         session: remove old code to change SSRC
+         Remove code used to change the SSRC after a collision. We now send
+         a RECONFIGURE event upstream to make the upstream element change the SSRC.
+
+2013-07-26 10:42:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsource.c:
+         source: don't update packet SSRC
+         Remove the code to update the SSRC in packets, it can never be called now that
+         we always use a source with matching packet SSRC.
+
+2013-07-26 10:24:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: delay allocation of internal source
+         Allocate the internal source when we receive a caps with the SSRC or when we see
+         a buffer with the SSRC.
+
+2013-07-26 10:00:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+         session: generate reconfigure on collision
+         When we detect a collision, change the SSRC that we suggest upstream
+         and trigger RECONFIGURE. This should make upstream select a new SSRC.
+
+2013-07-26 09:37:24 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: produce RTCP for all internal sources
+         Loop over all the internal sources and produce RTCP. We also need
+         to queue the RTCP packets and send them when we are finished.
+
+2013-07-26 01:40:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: deprecate internal source and ssrc properties
+         Deprecate the internal source and internal ssrc properties. There might
+         be more than one internal source.
+
+2013-07-26 01:29:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: internal sources don't use probation
+
+2013-07-26 01:24:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+         session: give caps to session
+         Let the session parse the caps and update its SSRC when needed.
+
+2013-07-26 01:14:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: make method to suggest available SSRC
+         Make a method to suggest the best available SSRC. This is the SSRC of the last
+         created internal source and is used to instruct upstream to produce this
+         SSRC.
+
+2013-07-26 01:01:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: keep SDES and set on new internal sources
+         Keep track of the SDES ourselves and set it on all newly created
+         internal sources.
+
+2013-07-26 00:48:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: make method to make internal sources
+         Add a method to obtain an internal source and use it to create
+         our internal source
+
+2013-07-26 00:29:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpstats.h:
+         session: count internal sources and how many are senders
+
+2013-07-26 00:14:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: separate BYE marking and scheduling
+         First mark sources with BYE and then schedule the BYE RTCP message.
+
+2013-07-25 23:56:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: get SSRC from RTCP packet itself
+         Get the SSRC from the RTCP packet instead.
+
+2013-07-25 23:51:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: fix bandwidth calculation
+         We iterate over all sources and the internal one is also in the
+         hashtable so avoid adding it twice.
+
+2013-07-25 23:38:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: add some docs
+
+2013-07-25 23:11:05 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: Rearrange RTCP reporting a little
+         Make a function to generate an RTCP packet for a source, pass the source as a
+         parameter.
+         Move timeout of collisions to session cleanup phase.
+
+2013-07-25 22:39:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: move check for is_early around
+         Move the check for the early RTCP to where it is needed and used.
+
+2013-07-25 17:35:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: parse packet outside of the session lock
+
+2013-07-25 17:34:06 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: do nicer checks for internal sources
+
+2013-07-25 17:15:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         session: let source keep track if it sent BYE
+
+2013-07-25 17:06:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsource.c:
+         source: reset more
+
+2013-07-25 16:49:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         source: also use the source for bye_reason
+         Store the BYE reason in our internal source object. Rename the methods on the
+         source object a little because now the BYE can be received in RTCP or
+         set when the session wants to send BYE.
+
+2013-07-25 16:24:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+         session: configure sdes with structure only
+         Remove code to configure the SDES with methods and types, only
+         allow configuration with GstStructure
+
+2013-07-25 15:56:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: refactor add and find source
+         Make functions to find and add a source to the hashtable.
+
+2013-07-25 15:43:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         session: remove source from sync_rtcp
+         We don't need to know the sender source of the session in the
+         callback, the SR packet is for all participants in the session.
+
+2013-07-24 14:18:14 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: add some more debug
+
+2013-07-15 17:11:45 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/Makefile.am:
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstaacparse.h:
+         aacparse: allow conversion from ADTS to raw AAC
+         Some muxers (eg, qtmux) only support raw AAC, so this allows linking
+         an encoder that outputs ADTS only to those muxers.
+         The conversion is simple (omit the first 7 or 9 bytes of the frame),
+         but has to be done in pre_push instead of handle_frame as 1.0 does
+         not seem to allow skipping bytes there as 0.10 used to.
+         Other conversions are not supported (yet).
+
+2013-07-15 17:15:44 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: fix object_type parsing off-by-one in ADTS frame
+         According to http://wiki.multimedia.cx/index.php?title=ADTS,
+         the value stored in ADTS headers is one less than the object
+         type of the AAC stream.
+         A look at ffmpeg shows it also adds 1 to the value read off
+         the ADTS header.
+         Note that this might break other things that happen to have
+         an inverse off by one to match the existing code.
+
+2013-07-25 11:13:01 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix seqnum handling for seeks
+         Use the same seqnum as the seek for flushes/segments that are
+         caused by the seek. Also do the same for segment events
+         Fixes #676242
+
+2013-07-25 01:39:58 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: fix seqnum handling for seeks
+         Use the same seqnum as the seek for flushes/segments that are
+         caused by the seek. Also do the same for segment events
+         Fixes #676242
+
+2013-07-25 01:11:31 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: correctly handle seqnum for seeks and segments
+         Use the same seqnum on messages and events for derived events.
+         Fixed for flushes / stream-start / segment after a seek, and segment
+         after a segment.
+         Fixes #676242
+
+2013-07-12 20:01:42 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: always ignore HEAD errors
+         https://bugzilla.gnome.org/show_bug.cgi?id=704241
+
+2013-07-25 14:26:07 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: Clean up reset/start/stop handling
+
+2013-07-25 14:13:10 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegdec.h:
+         jpegdec: Use base class error handling function instead of replicating it here
+
+2013-07-25 14:12:56 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Clean up handling of reset/start/stop
+
+2013-07-25 10:41:22 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/files/id3-407349-1.tag:
+       * tests/files/id3-407349-2.tag:
+       * tests/files/id3-447000-wcop.tag:
+         tests: fix test ID3 tags up not to rely on dodgy typefinding code
+         Change 0xff 0xfb 'mp3' marker to 'fLaC' marker, so we can fix
+         the typefinder.
+         https://bugzilla.gnome.org/show_bug.cgi?id=681368
+
+2013-07-25 08:22:45 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudiosink: intersect the probed caps with the filter passed to get_caps()
+
+2013-07-24 14:17:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         bin: fix compilation
+
+2013-07-24 12:42:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         vrawdepay: fix UYVP format
+
+2013-07-24 12:41:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         vrawpay: fix UYVP format
+
+2013-07-24 12:41:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         vrawpay: fix caps
+
+2013-07-24 10:49:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: fix locking
+         Take the lock earlier so that we do things that follow with the right
+         locking.
+
+2013-07-23 17:40:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: don't use invalid times in RTCP timeouts
+         An invalid timeout can be calculated when we disabled RTCP by setting the
+         bandwidth to 0. Make sure all code can handle this case.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674626
+
+2013-07-23 17:38:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: lock session when changing bandwidth
+         Take the session lock when changing the bandwidth properties so that we don't
+         end up with inconsistent behaviour.
+
+2013-07-23 17:37:05 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: reset some RTCP variables
+         The early_send time was set to 0 and always triggering an early RTCP packet.
+
+2013-07-23 15:03:31 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add all the mpeg XDCAM variants
+         This should cover all known XDCAM variants (which are all mpeg2 video)
+         Fixes #672227
+
+2013-07-03 18:41:42 +0200  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: added custom downstream sync event
+         rtpbin can now send a custom in-band downstream event which informs
+         downstream that the bin has received an RTCP SR packet. This is useful
+         for applications which want to drop the initial unsynchronized received
+         RTP packets.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=703560
+         Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
+
+2013-07-22 18:00:16 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: fix on-the-fly changing of "mode" and "fields" properties
+         We call setcaps() to reconfigure ourselves, but we need to pass
+         the current *sink* caps, not the source caps then. Also fix a
+         caps leak.
+         https://bugzilla.gnome.org/show_bug.cgi?id=641599
+
+2013-07-22 15:23:39 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Add support for group-id in the stream-start event
+
+2013-07-22 15:23:20 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Add support for group-id in the stream-start event
+
+2013-07-22 15:23:11 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: Add support for group-id in the stream-start event
+
+2013-07-22 15:22:55 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: Add support for group-id in the stream-start event
+
+2013-07-22 15:22:47 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Add support for group-id in the stream-start event
+
+2013-07-22 15:22:36 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+         flvdemux: Add support for group-id in the stream-start event
+
+2013-07-22 15:22:16 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+         avidemux: Add support for group-id in the stream-start event
+
+2013-07-22 15:21:49 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/dv/gstdvdemux.h:
+         dvdemux: Add support for group-id in the stream-start event
+
+2013-07-19 22:59:15 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: use gst_util_uint64_scale*_round.
+         There could be a case where:
+         1) you do a new set_caps after buffers have been processed.
+         2) ts_offset gets set to a different value, eg 0.033333333
+         3) your pads get EOS, but the check dor that doesn't work
+         because you use ts_offset + a truncated value < segment.stop
+         4) so in the next collected, you end up comparing for example:
+         0.9999999999 > 1., which is false and means you don't send EOS.
+         Also adds scale_round in two other places where it potentially could
+         have caused problems.
+
+2013-07-15 17:55:19 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+         qtdemux: Add WRLE support
+
+2013-07-19 19:35:26 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+         qtdemux: make files from Vivotek camera play
+         Skip tracks of 'vivo' subtype with empty stsd instead of
+         erroring out saying that the file is broken.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699791
+
+2013-07-19 17:14:06 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: when streaming don't try to seek when stopping
+         It might cause errors in sinks that are not seekable and
+         have reported this (like e.g. fdsink)
+         https://bugzilla.gnome.org/show_bug.cgi?id=696228
+
+2013-07-19 17:26:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: simplify some helpers
+         Some helper functions are not needed anymore or can be simplified.
+
+2013-07-19 17:12:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: for non-raw video, move palette in caps
+         We only need to append the palette to raw video buffers, non-raw video has the
+         palette in the caps still.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=704292
+
+2013-07-19 01:49:20 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: nitpicking in esds parsing
+
+2013-07-19 01:49:07 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: set proper caps for mpeg-1 audio
+         Remove AAC specific fields from mpeg-1 audio caps, remove assumption
+         that the mpeg1 audio layer is 3, and set `parsed' field.
+         https://bugzilla.gnome.org/show_bug.cgi?id=704548
+
+2013-06-17 21:27:37 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * ext/vpx/gstvp8dec.h:
+       * ext/vpx/gstvp8enc.h:
+       * ext/vpx/gstvp9dec.h:
+       * ext/vpx/gstvp9enc.h:
+         vpx: fix compilation when encoder or decoder headers are not installed
+         https://bugzilla.gnome.org/show_bug.cgi?id=704547
+
+2013-07-16 20:41:15 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/videocrop.c:
+         videocrop: Fix unit for GRAY16 formats
+
+2013-07-16 22:17:17 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: remove chapter stream
+         Remove all streams that are actually table of contents, since we will
+         never need the data after parsing them.
+
+2013-07-16 21:59:37 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: send gap event for sparse streams in push mode
+         This allows to pre-roll at least if the next subtitle buffer
+         is far away.
+
+2013-07-16 21:56:07 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: do not use indexes from sparse stream when seeking in push mode
+         This makes seeking more accurate in push mode, since the previous
+         keyframe on a sparse stream might be far away.
+
+2013-07-16 21:04:07 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: advertise subtitle streams as sparse
+
+2013-07-17 17:11:44 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/matroska/matroska-demux.c:
+         mastrokademux: do not push discont buffers if they aren't discont
+         Unset the discont flag instead of posssibly pushing a buffer with
+         a flag that's still set.
+         https://bugzilla.gnome.org/show_bug.cgi?id=682110
+
+2013-07-17 15:10:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: extract the palette from stsd
+         Sometimes a palette is inside the stsd, extract it instead of always using
+         the default one
+
+2013-07-17 14:30:16 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/goom2k1/gstgoom.c:
+         goom2k1: Fix event handling and negotiate as soon as possible
+
+2013-07-17 14:27:57 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/goom/gstgoom.c:
+         goom: Fix event handling and negotiate as soon as possible
+
+2013-07-11 19:45:17 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: warn about the future deprecation of the "embed" property
+
+2013-07-17 09:56:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add support for WRAW
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=704292
+
+2013-07-17 09:54:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: palette is appended to buffers, not in caps
+         Fix the palette handling, in 1.0 we append the palette to the buffer instead of
+         placing it on the caps.
+         See also https://bugzilla.gnome.org/show_bug.cgi?id=704292
+
+2013-07-16 15:37:49 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+         rtp: Use gst_adapter_take_buffer_fast() where possible in RTP payloaders
+
+2013-07-15 16:24:07 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: reset segment on flush stop
+         cca2f555d14 introduces a regression, where the demux segment is not
+         reset on flush stop, so the next upstream segment event will calculate
+         an invalid base time on the new segment to be sent downstream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=704255
+
+2013-07-06 17:20:49 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: offset samples according to edit list
+         https://bugzilla.gnome.org/show_bug.cgi?id=700264
+
+2013-07-14 12:50:13 +1200  Douglas Bagnall <douglas@halo.gen.nz>
+
+       * tests/examples/spectrum/spectrum-example.c:
+         level: Fix the spectrum example for 1.0
+         The "message" property has been replaced by "post-messages".
+         Pre-patch output:
+         (test_spectrum:23101): GLib-GObject-WARNING **: g_object_set_valist:
+         object class `GstSpectrum' has no property named `message'
+         New spectrum message, endtime 0:00:00.100000000
+         (test_spectrum:23101): GStreamer-CRITICAL **:
+         gst_value_list_get_value: assertion `GST_VALUE_HOLDS_LIST (value)' failed
+         [...]
+         Post-patch:
+         New spectrum message, endtime 0:00:00.100000000
+         band 0 (freq 400): magnitude -65.988777 dB phase 1.533397
+         band 1 (freq 1200): magnitude -65.545563 dB phase -0.780900
+         band 2 (freq 2000): magnitude -64.791946 dB phase -0.799611
+         band 3 (freq 2800): magnitude -64.556175 dB phase -0.063615
+         [...]
+         https://bugzilla.gnome.org/show_bug.cgi?id=704179
+
+2013-07-13 20:56:26 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: be less verbose when parsing LOAS streams
+         https://bugzilla.gnome.org/show_bug.cgi?id=704162
+
+2013-07-12 12:31:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.h:
+         sink: alaw/mulaw caps don't have a layout property
+
+2013-07-12 12:27:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseutil.c:
+         pulse: relax mulaw and alaw format checks
+         The audio library considers them as encoded formats and does not fill in the
+         sample width. The audio ringbuffers identifies the format as alaw/mulaw and that
+         is always 8 bits.
+
+2013-07-11 16:13:05 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+       * gst/isomp4/qtdemux_fourcc.h:
+       * gst/isomp4/qtdemux_types.c:
+         qtdemux: unselect instead of ignoring disabled track, detect chapter track
+         https://bugzilla.gnome.org/show_bug.cgi?id=704007
+
+2013-07-11 20:41:23 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: ignore errors from HEAD request
+         HEAD requests are used to check the server headers to see if it
+         seekable. Ignore errors from those requests as they shouldn't be
+         critical.
+         https://bugzilla.gnome.org/show_bug.cgi?id=704053
+
+2013-07-12 03:24:08 +0800  Kyosuke Nekomura <supercatexpert@gmail.com>
+
+       * gst/audiofx/audioecho.c:
+         audioecho: Fix handling of delay property in PLAYING/PAUSED state
+         https://bugzilla.gnome.org/show_bug.cgi?id=703901
+
+2013-07-09 17:56:57 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Enable proxy caps on the src pads
+
+2013-07-11 16:57:15 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.1.2 ===
+
+2013-07-11 15:58:51 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-monoscope.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.1.2
+
+2013-07-11 15:58:29 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * 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/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2013-07-09 15:34:04 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: defer the window handle setup to the main thread
+
+2013-07-09 15:33:18 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: default to the main in case we are not setup yet
+
+2013-07-07 22:16:05 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: close the internal window correctly
+
+2013-07-07 21:14:22 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: only create the NS app thread for Cocoa once
+         The helper thread for Cocoa, in case no NS run loop is running,
+         should be started only once and shared across all the instances
+         running
+
+2013-07-09 19:10:17 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: correct argument order in gst_util_uint64_scale_int_round
+         https://bugzilla.gnome.org/show_bug.cgi?id=703350
+
+2013-07-09 17:42:59 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Keep caps order from the peer or the filter
+
+2013-07-09 12:42:17 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Fix handling of buffers without a duration
+         We'll have to pop buffer from collectpads and store it
+         internally only to get the timestamp of the next buffer.
+         If we continue to keep it in collectpads, no new buffer
+         to calculate the end time will ever arrive.
+         https://bugzilla.gnome.org/show_bug.cgi?id=703743
+
+2013-07-09 11:53:07 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Fix negotiation with 0/1 framerates
+         https://bugzilla.gnome.org/show_bug.cgi?id=703743
+
+2013-07-09 11:17:59 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Unlock stream lock after use
+         Stream lock of sink pad was not unlocked after non-updating seek.
+
+2013-06-27 13:26:31 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/multipart/multipartmux.c:
+         multipartmux: Re-set need_segment flag after FLUSH_STOP
+         https://bugzilla.gnome.org/show_bug.cgi?id=703182
+
+2013-07-05 11:51:04 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: bufferpool: don't forget to release buffer on error
+         If the pool is stopped while gst_v4l2_buffer_pool_dqbuf() waits for a
+         buffer then the return value is GST_FLOW_FLUSHING. In this case the buffer
+         to queue must also be released. Otherwise is will never be deleted or
+         returned to its pool.
+         https://bugzilla.gnome.org/show_bug.cgi?id=703764
+
+2013-07-08 14:15:10 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * tests/check/elements/rtp-payloading.c:
+         rtp: Fail payloading unit test if an error message is received
+
+2013-07-08 14:09:37 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/rtp/gstrtph263ppay.c:
+         rtph263ppay: Don't pass upstream filter caps to downstream
+         Downstream usually can't accept video/x-h263 but only application/x-rtp,
+         so we would always get an empty intersection here.
+         https://bugzilla.gnome.org/show_bug.cgi?id=702632
+
+2013-07-05 22:00:37 +0200  Piotr Drąg <piotrdrag@gmail.com>
+
+       * po/POTFILES.in:
+         po: update POTFILES.in
+         https://bugzilla.gnome.org/show_bug.cgi?id=703685
+
+2013-07-02 11:13:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: avoid some strdup
+
+2013-07-02 10:37:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: add select-stream signal
+         Add a signal to let the app select what streams will be selected.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=634419
+
+2013-07-02 10:37:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: avoid strdup
+
+2013-07-02 10:12:17 +0200  J. Rick Ramstetter <rick.ramstetter@gmail.com>
+
+       * gst/rtp/README:
+       * gst/rtpmanager/gstrtpbin.c:
+         rtp: Fix documentation and comments to use rtpbin instead of old gstrtpbin
+         https://bugzilla.gnome.org/show_bug.cgi?id=703426
+
+2013-07-01 16:55:01 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: don't extract data from caps twice
+         gst_video_info_from_caps() always extract width, height, interlace mode and
+         framerate now. It is no longer necessary to do it again for encoded
+         formats.
+         https://bugzilla.gnome.org/show_bug.cgi?id=703399
+
+2013-06-20 09:41:48 -0300  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: also consider stop positions in seeks
+         Use seek stop position as range end for requests
+         https://bugzilla.gnome.org/show_bug.cgi?id=702206
+
+2013-06-19 14:06:40 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: allow seeks in ready
+         On is_seekable, check if the server's headers have already been
+         received. If not, do a HEAD request to get them before responding
+         to basesrc.
+         https://bugzilla.gnome.org/show_bug.cgi?id=702206
+
+2013-07-01 17:28:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: add signal to notify of the SDP
+         This way, the app can look and modify the SDP.
+
+2013-06-21 18:10:28 +0200  Kishore Arepalli <kishore.arepalli@gmail.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+         gdkpixbufoverlay: Allow negative offsets to specify offset from bottom/right
+         https://bugzilla.gnome.org/show_bug.cgi?id=702826
+
+2013-06-30 21:01:20 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/Makefile.am:
+       * gst/isomp4/qtdemux.c:
+         qtdemux: compute framerate from average sample duration
+         https://bugzilla.gnome.org/show_bug.cgi?id=703350
+
+2013-06-25 21:16:38 +0200  Alban Browaeys <prahal@yahoo.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Add flvversion 1 to the flash-video caps
+         This allows using avdec_flv which requires this field to be
+         present in the caps. FLV only supports flash-video version 1
+         right now.
+         https://bugzilla.gnome.org/show_bug.cgi?id=703076
+
+2013-07-01 11:37:00 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: Don't hold object lock while sending events downstream
+         Based on a patch by Kishore Arepalli <kishore.arepalli@gmail.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=703114
+
+2013-07-01 10:59:07 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Add MPEG4 video profile/level to the caps
+
+2013-07-01 10:56:28 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Add AAC profile/level to the caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=703312
+
+2013-06-28 15:21:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvorbispay.h:
+         vorbispay: add support for config-interval
+         Align code with the theora payloader and add support for the config-interval to
+         periodically send out the config headers.
+
+2013-06-28 15:21:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtptheorapay.c:
+         theorapay: small cleanups
+
+2013-06-28 12:08:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtptheorapay.c:
+         theorapay: handle streamheaders as well
+
+2013-06-28 12:06:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         vorbispay: always collect headers on data
+         When we see a data packet, always check if we need to collect any previous
+         headers.
+
+2013-06-28 11:43:17 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         vorbispay: handle streamheader as well
+         Take config strings from the streamheader when we can
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=664312
+
+2013-06-27 07:40:29 +0200  David Svensson Fors <davidsf@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: avoid double buffer unmap on error
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=703171
+
+2013-06-27 17:02:14 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: reset-sync before play
+         Call reset-sync on the rtpbin before we go to playing. This makes us require SR
+         packets for all streams again before we attempt to sync them. If we don't reset,
+         it might be that we combine SR packets from before and after the PAUSE/PLAYING
+         state change and end up with huge bogus offsets.
+
+2013-06-27 16:23:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: improve sync on first packets
+         Don't throw away the first RTCP packet if it arrives before the first
+         RTP packet but remember and use it to signal sync once we get the
+         RTP packet.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=691400
+
+2013-06-27 16:15:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: only signal loop when active
+         Only signal the loop function when it is active.
+
+2013-06-27 16:13:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: signal timestamp discont
+         We can now use the RESYNC buffer flag to mark a timestamp discont when we update
+         the ts-offset property.
+
+2013-06-26 20:49:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         jpegpay: turn some errors into warnings
+         Turn some errors into warnings, we can continue processing so this should
+         not be fatal.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=657079
+
+2013-06-26 14:58:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: avoid some flushes
+
+2013-06-26 14:41:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: handle data message when waiting for reply
+         When we are waiting for a server reply, handle data messages instead of
+         ignoring them.
+
+2013-06-26 14:27:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: handle data messages in separate method
+         Refactor and make a method to handle a data message.
+
+2013-06-25 20:36:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: add some more docs to handle-request signal
+         See https://bugzilla.gnome.org/show_bug.cgi?id=702705
+
+2013-06-10 17:20:30 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         Send a clock_provide message on the bus when we get a netclock
+
+2013-06-10 17:20:14 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Expose use-pipeline-clock property
+
+2013-06-24 17:11:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         udpsink: bind to the given interface
+         Actually call BINDTODEVICE to bind to the interface as given by the
+         property.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702819
+
+2013-06-22 10:59:17 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Error out gracefully if we get an unsupported color format
+         In theory we can only get I420 though, just to be on the safe side.
+
+2013-06-22 10:57:41 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/vpx/gstvp9dec.c:
+       * ext/vpx/gstvp9enc.c:
+         vp9: Add support for YV12, Y42B and Y444 color formats
+         The encoder does not work with Y42B and Y444 yet it seems.
+
+2013-06-22 10:26:18 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/vpx/gstvp9dec.c:
+         vp9dec: Update default postproc settings from vp9_dx_iface.c
+
+2013-06-21 13:11:32 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/webm-mux.c:
+         matroska: Add initial VP9 support
+
+2013-06-21 13:07:30 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+       * ext/vpx/Makefile.am:
+       * ext/vpx/gstvp9dec.c:
+       * ext/vpx/gstvp9dec.h:
+       * ext/vpx/gstvp9enc.c:
+       * ext/vpx/gstvp9enc.h:
+       * ext/vpx/plugin.c:
+         vpx: Add initial, experimental VP9 support
+
+2013-06-21 10:32:30 +0200  Youness Alaoui <youness.alaoui at collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtsp: go back into the loop after doing pause
+         After we do a pause request, go back to loop mode so that we can listen
+         for server messages again.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=702705
+
+2013-06-20 23:16:17 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: Wait after the caps to forward the other events
+         First forward the stream-start, then the caps, then the rest
+
+2013-06-21 00:42:02 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: clear dts on buffer acquired from pool
+         When setting timestamps on outgoing buffers, clear the
+         dts explicitly, otherwise it may end up being set to a
+         bogus value from last time it was used. Avoids every
+         second or so buffer's dts being set to 0. Not that it
+         should matter for raw video.
+
+2013-06-20 15:35:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2.c:
+         v4l2: don't redefine the PERFORMANCE debug variable
+         It is already defined in core.
+         fixes https://bugzilla.gnome.org/show_bug.cgi?id=702732
+
+2013-06-20 14:43:47 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix race in state change to paused
+         When we go to paused, we first flush the connection and then send the pause
+         command. As a result of the flushing, the scheduled paused command can get
+         lost. Wait until the connection is completely flushed and the rtsp task is
+         waiting before issuing the paused or playing request.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702705
+
+2013-06-20 11:31:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: handle SEGMENT query
+
+2013-06-19 12:37:31 +0200  Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Optimize negotiation by removing the query filter
+         As cameras tend to have a quite specific set of capabilities (specific
+         framerates for each resolution), getting the peer caps filtered by our
+         probed caps can cause a big increase in the caps size which slows down
+         things quire a bit.
+         As for negotiation v4l2 iterates through the caps of the peer to find the
+         first intersection with the probed caps, getting the fully expanded
+         intersection of capabilities is not useful.
+         Using the same testcase as for bug #702632, adding this patch on top of
+         the patches suggested there speeds up getting the inital frame from
+         around ~14-15 seconds to around ~3-4 seconds.
+         https://bugzilla.gnome.org/show_bug.cgi?id=702638
+
+2013-06-19 10:30:56 +0200  Kishore Arepalli <kishore.arepalli@gmail.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: duration query returns zero for DV video in avi
+         https://bugzilla.gnome.org/show_bug.cgi?id=702625
+
+2013-06-19 11:06:37 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Disable usage of allocation queries
+         This can only reliably work if demuxers have a
+         separate streaming thread per srcpad. This should be
+         done in a demuxer base class, which integrates parts
+         of multiqueue
+         https://bugzilla.gnome.org/show_bug.cgi?id=701856
+
+2013-06-11 15:02:21 +0100  Alex Ashley <bugzilla@ashley-family.net>
+
+       * gst/isomp4/qtdemux.c:
+         Avoid skipping moov atoms for fragmented MP4 files.
+         bug #700505
+         Following a representation change that causes a resolution change,
+         the video decoder fails to decode correctly. Dashdemux detects the
+         representation change and pushes a new caps event and an
+         initialization segment (a new moov atom) to the downstream qtdemux,
+         but it doesn't handle this new moov yet, it will only parse the
+         first one it receives.
+         This commit changes qtdemux to accept a new moov in a dash bitstream
+         switching scenario.
+
+2013-06-19 00:42:54 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: send stream-start only once for each stream
+         Do not send stream start again when reconfiguring a pad for new caps.
+         That is common for adaptive streams
+
+2013-06-05 17:02:49 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: fix support in VM's without hardware acceleration
+
+2013-06-15 12:29:31 +0200  Jens Georg <mail@jensge.org>
+
+       * gst/rtp/gstrtpmp2tdepay.c:
+         rtpmp2tdepay: accept mislabelled streams from GStreamer 0.10 as well
+         The mp2t payloader in 0.10 mislabelled the streams as MP2T-ES
+         instead of MP2T, so accept that as well for compatibility reasons.
+         https://bugzilla.gnome.org/show_bug.cgi?id=702457
+
+2013-06-16 05:40:13 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: manage element state ourselves
+         Lock the state of the all our elements and manage their states
+         outselves. Because we are working async, we can't rely on the state
+         change function to set the state at the right time or to return the
+         right return value from the state change function.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702046
+
+2013-06-14 14:09:50 +0200  Bruno Gonzalez <stenyak@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Don't unlock stream lock without locking it first
+         https://bugzilla.gnome.org/show_bug.cgi?id=702167
+
+2013-06-13 16:00:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Use the right hashtable to calculate bandwidth
+         Don't use an unused hashtable to iterate source to calculate bandwidth.
+         Remove unused code.
+
+2013-06-12 16:27:24 -0600  Brendan Long <b.long@cablelabs.com>
+
+       * configure.ac:
+         pulsesink: Require PulseAudio >= 2.0
+         This is needed for pa_format_info_get_prop_* functions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686459
+
+2013-06-13 14:23:08 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * configure.ac:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulseutil.c:
+         Revert "pulsesink: Make 2.0 dependency optional"
+         This reverts commit 01457027e0d384aca3e551ae684e0aa074ee5498.
+         We'll just depend on PulseAudio 2.0 or above instead of having the bug
+         partially fixed based on the installed libpulse version.
+
+2013-06-13 12:40:15 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * configure.ac:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulseutil.c:
+         pulsesink: Make 2.0 dependency optional
+         The getcaps function we added uses some pa_format_info_get_prop...
+         accessor functions that were only added in 2.0, so we only have our
+         getcaps implementation exist if we're compiling against libpulse 2.0 or
+         above.
+         Eventually, we could bump the minimum requirement to 2.0 or above.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686459
+
+2013-06-12 18:23:46 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/videomixer/videomixer2.c:
+         Revert "videomixer: When all sinkpads are eos, update output segment stop and forward it"
+         This reverts commit 2d3910fc7901b5f29e16c0fdd4e9067a6d7f66fe.
+         It's not solving any problem and instead causes code to fall apart.
+         https://bugzilla.gnome.org/show_bug.cgi?id=701519
+
+2013-01-09 09:39:33 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: mark subtitle streams as sparse in stream-start event
+         And also mark the streams that should be selected by default if
+         marked so in the headers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=600648
+
+2013-06-11 22:12:58 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/audiopanoramaorc-dist.c:
+       * gst/audiofx/audiopanoramaorc-dist.h:
+         audiopanorama: add prebuilt files
+
+2013-06-11 20:27:51 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/elements/audiopanorama.c:
+         audiopanorama: cleanup and expand the tests
+         Split out two more tests. Extract more common code into helpers. Add coverage for float.
+
+2013-06-10 21:15:20 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/audiopanorama.c:
+         audiopanorama: cleanup of transform()
+         Only map input if we are reading it. Cleanup the logging and the comments a bit.
+
+2013-06-09 20:35:18 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/Makefile.am:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audiofx/audiopanorama.h:
+       * gst/audiofx/audiopanoramaorc.orc:
+         audiopanorama: use orc to speedup processing
+         Use special variants for the case when we don't change the panorama (pan=0.0).
+         Simplify the processing functions by passing the panorama value directy instead
+         of the instance. Use orc for clearing buffers too.
+
+2013-06-11 19:24:49 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: check last end_time after conversion to running segment
+         The last end_time was saved after conversion, so the comparison
+         had to be made after conversion for it to make sense.
+         https://bugzilla.gnome.org/show_bug.cgi?id=701385
+
+2013-06-11 19:22:20 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: add mix->segment.start to output_end_time
+         When the segment start is not 0, this created a situation where
+         the output_end_time is inferior to output_start_time, and the duration
+         of the next buffer ended up underflowing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=701385
+
+2013-06-11 13:54:53 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Send stream headers after the segment event
+         https://bugzilla.gnome.org/show_bug.cgi?id=700799
+
+2013-06-11 12:26:24 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Do allocation query after exposing all pads and no-more-pads
+         Also configure video streams as early as possible.
+         Related https://bugzilla.gnome.org/show_bug.cgi?id=701856
+         but not fixing that.
+
+2013-06-11 12:25:46 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Don't forward CAPS events from upstream
+         Just use the default pad event handler.
+         https://bugzilla.gnome.org/show_bug.cgi?id=701976
+
+2013-05-26 08:18:04 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Cache the getcaps/acceptcaps probe stream
+         getcaps is called frequently during stream setup, and creating a new
+         stream each time is very inefficient. There's some more room for
+         optimisation by caching the queried sink formats as well, but this needs
+         some more changes to listen for format changes on the sink (for when
+         supported formats change between probe stream creation and sink
+         querying).
+         https://bugzilla.gnome.org/show_bug.cgi?id=686459
+
+2013-05-23 21:39:08 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulsesink: Add a getcaps function
+         This allows us to have more fine-tuned caps in READY or above. However,
+         this is _really_ inefficient since we create a new stream and query sink
+         for every getcaps in READY, which on a simple gst-launch line happens
+         about 35 times. The next step is to cache getcaps results.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686459
+
+2013-05-10 11:32:44 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Take a lock on the ringbuffer in acceptcaps
+         This is needed as a concurrent state change could pull the context or
+         stream out from under our feet.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686459
+
+2013-06-09 20:29:09 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/audiopanorama.c:
+       * gst/audiofx/audiopanorama.h:
+         audiopanorama: move the enum to the header and use instead of gint
+         Move the enum for the processing method to the header so that we can use the
+         type for the instance struct.
+
+2013-06-09 20:32:22 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/elements/level.c:
+         level: rework the tests to cover other formats too
+
+2013-06-05 16:32:30 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: make sure the element is not deleted before the pool
+         The pool accesses data from the v4l2object so it must exist at least
+         as long as the pool. Refcount the element which controls the object
+         live-time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=701650
+
+2013-06-07 15:38:25 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/libpng/Makefile.am:
+         png: Link with libgstbase for GstByteReader and GstAdapter
+
+2013-06-07 15:15:15 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavenc/Makefile.am:
+         wavenc: Link with libgstbase for GstByteWriter
+
+2013-06-07 13:26:35 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Push stream-start event in pull mode before anything else
+
+2013-05-10 12:09:19 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+         pulsesink: Get rid of acceptcaps side-effects
+         The sink info callback should not have side-effects on the GstPulseSink
+         object since we are sometimes using with a dummy stream in acceptcaps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686459
+
+2013-06-05 18:36:40 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         Back to development
+
+=== release 1.1.1 ===
+
+2013-06-05 17:58:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * common:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * gst/deinterlace/tvtime-dist.c:
+       * gst/deinterlace/tvtime-dist.h:
+       * gst/videobox/gstvideoboxorc-dist.c:
+       * gst/videobox/gstvideoboxorc-dist.h:
+       * gst/videomixer/blendorc-dist.c:
+       * gst/videomixer/blendorc-dist.h:
+       * win32/common/config.h:
+         Release 1.1.1
+
+2013-06-05 16:35:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * 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/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2013-06-05 15:50:04 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: Fix taglist ref handling that made the unit test fail
+
+2013-06-05 15:14:54 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * common:
+         Automatic update of common submodule
+         From 098c0d7 to 01a7a46
+
+2013-06-03 09:17:43 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: iterate controls with V4L2_CTRL_FLAG_NEXT_CTRL if possible
+         In v2.6.18 control classes where added to the v4l2 API.
+         Iterating over CIDs starting with V4L2_CID_BASE will only find controls for
+         the first control class.
+         By iterating with V4L2_CTRL_FLAG_NEXT_CTRL all controls are found.
+         This is necessary to make controls from other control classes available in
+         the extra-controls property.
+         If V4L2_CTRL_FLAG_NEXT_CTRL is not defined at compile time or not supported
+         at runtime then the old mechanism for iterating is used.
+         https://bugzilla.gnome.org/show_bug.cgi?id=701540
+
+2013-06-05 12:12:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstudpsink.c:
+         udpsink: avoid leaking the host
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=701586
+
+2013-06-04 08:26:33 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: improve pixel aspect ratio handling
+         Instead of just assuming a aspect ratio of 1/1 use VIDIOC_CROPCAP to ask
+         the device.
+         This also add a pixel-aspect-ratio property to overwrite the value from the
+         driver and a force-aspect-ratio property to ignore it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=700285
+
+2013-06-04 17:04:11 +0200  Stirling Westrup <swestrup@gmail.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Fix compilation with older kernels
+         https://bugzilla.gnome.org/show_bug.cgi?id=701595
+
+2013-06-03 17:07:10 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: call VIDIOC_REQBUFS with count = 0 in pool_finalize
+         Without this the following sequence fails:
+         - set_caps()
+         - object_stop() (does nothing)
+         - set_format() -> VIDIOC_S_FMT
+         - set_config() -> VIDIOC_REQBUFS with count = N
+         - set_caps()
+         - object_stop()
+         - pool_finalize()
+         - set_format() -> VIDIOC_S_FMT => EBUSY
+         Usually the pool is started after set_config(), in which case object_stop()
+         will result in a pool_stop and therefore VIDIOC_REQBUFS with count = 0 but
+         that is not guaranteed.
+         Also calling VIDIOC_REQBUFS with count = 0 in pool_finalize() if necessary
+         fixes this problem.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=701543
+
+2013-05-28 19:14:15 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: rework sink buffer refcounting
+         This is a followup patch for #700781, which is not quite correct.
+         The buffer handling is quite complicated here.
+         The original code intended to the the following:
+         - gst_v4l2_buffer_pool_process() calls QBUF and adds the buffer to the
+         local list.
+         - The sink calls gst_buffer_unref() which returns the buffer to the pool
+         but not the 'free list'.
+         - Some time later DQBUF returns the buffer and
+         gst_v4l2_buffer_pool_release_buffer() puts in on the 'free list'.
+         If the buffer must be copied then (parent_class)->acquire_buffer() is
+         called directly to keep the buffer in the pool.
+         This has two problems:
+         1. If gst_v4l2_buffer_pool_release_buffer() is called before the buffer is
+         returned to the pool, then the buffer is put on the 'free list' twice.
+         This can happen if a reference to the buffer is kept outside the sink,
+         of if DQBUF returns the buffer, that was just queued with QBUF.
+         2. If buffers are copied, then all buffers are in the pool at all times. As
+         a result gst_v4l2_buffer_pool_stop() and gst_v4l2_buffer_pool_dqbuf()
+         can access pool->buffers at the same time, which can lead to memory
+         corruption.
+         The patch for #700781 fixes those problems, but with the side effect that
+         there are always buffers outside the pool (because they are queued) and
+         the pool is never stopped.
+         This patch fixes this by releasing the reference to the buffer after
+         handling it (to avoid problem 2.) so it can be returned to the pool.
+         gst_v4l2_buffer_pool_release_buffer() is only called if the buffer is
+         already in the pool (to avoid problem 1.).
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=701375
+
+2013-06-02 15:24:38 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: make sure taglist is writable before adding tags
+         Avoids assertions
+
+2013-05-30 19:24:13 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: effectively skip tracks that weren't listed on the 1st moov
+         Without this, stream is NULL and the code will try to access it, leading
+         to segfaults.
+
+2013-05-30 19:23:50 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: skip redundant check
+         !got_moov is already checked the line above
+
+2013-06-02 13:03:40 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/elements/level.c:
+         tests: cleanup level tests
+         Split out a few more tests to avoid checking the same stuff over and over again.
+
+2013-06-01 21:33:46 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/level/gstlevel.h:
+         level: remove unused variables in instance struct
+
+2013-05-31 18:13:02 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/elements/level.c:
+         level: add a test for continous timestamps
+         A test that checks that msg[n].ts + msg[n].dur == msg[n+1].ts.
+
+2013-04-12 16:02:44 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavenc/gstwavenc.h:
+         wavenc: add tags & toc support
+         Write tags as LIST INFO chunk. Format the toc as cue + LIST adtl chunk. Remove
+         old #ifdef'ed code.
+
+2013-05-31 15:12:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         Revert "rtph264pay: Restructuring to allow for adding optional caps"
+         This reverts commit 61666898cfe89a1b21d3e6850ab44f5b1633ed79.
+         This commit changes what the set_sps_pps() function does, not it doesn't
+         set caps anymore (and should have been renamed). The main problem is that
+         not all call sites are updated and thus leak the string.
+
+2013-05-31 15:11:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+       * gst/rtp/gstrtph264pay.c:
+       * tests/check/elements/rtp-payloading.c:
+         Revert "rtph264pay/depay: Add frame dimensions a payloaded caps"
+         This reverts commit 3dca756a5dba55266256f239e3e12a3d058e185a.
+         The H264 RTP spec has no attributes for width and height.
+
+2013-05-31 15:09:51 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+       * gst/rtp/gstrtph264pay.c:
+         Revert "rtph264pay/depay: Add optional framerate caps for use in SDP"
+         This reverts commit d8825e2a5c0bfb883ff88e2c9da499c800ebca0a.
+         There is no framerate attribute in the h264 RTP spec.
+
+2013-05-31 15:08:16 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+         Revert "rtpjpegpay/depay: Replace framesize caps with width/height"
+         This reverts commit 0075d111b475ca27895ee9476154260b6902940b.
+         Extra application/x-rtp are SDP fields, which are strings.
+
+2013-05-31 15:05:51 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * tests/check/elements/rtp-payloading.c:
+         Revert "rtpjpegpay/depay: Replace framerate caps field with fraction"
+         This reverts commit 9fd25a810b859e0ec205176578735100d83de4af.
+         We deal with sdp attributes in application/sdp, which are always strings.
+
+2013-05-31 12:33:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: add extra TLS url protocols
+         We also support TLS protocols now.
+
+2013-05-30 14:48:42 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Add FIXME comment about the DURATION query from adder
+         Currently the code just takes with maximum upstream duration, which
+         is wrong. It should be the maximum upstream duration in running time.
+
+2013-05-30 21:20:59 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Set a reference to mix->current_caps as the QUERY_CAPS result.
+
+2013-05-30 17:37:13 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/level/gstlevel.c:
+         level: misc cleanups
+         Fix some oudated comments. Sort out some confusion of interval_frames and num_frames.
+
+2013-05-29 20:35:41 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Only conditionally use V4L2_CTRL_TYPE_INTEGER_MENU, it's not available in older versions
+
+2013-05-20 16:45:37 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/v4l2_calls.c:
+       * sys/v4l2/v4l2_calls.h:
+         v4l2: add a property for arbitrary v4l2 controls
+         This makes it possible to set any controls that can be set with
+         VIDIOC_S_CTRL.
+         The controls are set when the property is set (if the device is open)
+         and when the device is opened.
+         https://bugzilla.gnome.org/show_bug.cgi?id=698837
+
+2013-05-28 18:31:07 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/level/gstlevel.c:
+         level: fix discontinuities in timestamps
+
+2013-05-28 15:46:43 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkanimation.c:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.h:
+         gdkpixbufdec: Keep serialized events in order, and don't send SEGMENT before CAPS
+
+2013-05-28 15:45:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: create and push stream-start in TCP mode
+
+2013-05-28 15:10:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: remove some obsolete code
+         It is not needed to do a state change from the _play() function on
+         ourselves. The state change function already did that and we don't want to
+         interfere with that (or use hacks to avoid interference).
+
+2013-05-28 12:24:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: set RTCP caps on the RTCP pads
+
+2013-05-28 12:23:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: send stream-start and segment events
+         Also send stream-start and segment event on the RTCP pad.
+         We don't need to send anything on the sync_src pad because we
+         already forwarded all incomming events.
+
+2013-04-25 15:25:06 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: add signal to handle server requests
+         Add a signal to be notified of a server request. The signal handler can then
+         construct the response message for the server.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=632207
+
+2013-05-27 22:43:25 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Maintain z-order when new pad are added
+         https://bugzilla.gnome.org/show_bug.cgi?id=701109
+
+2013-03-06 13:17:54 +0000  Tom Greenwood <tcdgreenwood@hotmail.com>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp8enc.h:
+         vp8enc: Add property to manually specify the timebase of the encoder
+         https://bugzilla.gnome.org/show_bug.cgi?id=695709
+
+2013-05-25 12:17:40 -0400  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Always handle flush_stop_pending atomically
+         It is not protected with the COLLECT_PADS_STREAM_LOCK anymore
+
+2013-05-23 18:14:17 -0400  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/videomixer.c:
+         tests: videomixer: Add a testsuite for videomixer
+         This is mostly copy pasted from -base/tests/check/elements/adder.c
+
+2013-05-25 10:57:02 -0400  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Do not take COLLECT_PADS_STREAM_LOCK when unnecessary
+         Collectpad takes the lock itself when receiving serialized events
+         and we should not take it for not serialized ones
+
+2013-05-24 19:34:05 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: Properly skip non-frame chunks
+
+2013-05-24 19:31:14 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: Flush data from adapter after reading it
+         Otherwise we're going in an infinite loop, reading the same data
+         over and over again.
+
+2013-04-24 15:39:54 +0000  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * gst/goom2k1/Makefile.am:
+         goom2k1: fix more duplicated symbols
+
+2013-05-22 02:40:52 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * tests/check/elements/rtp-payloading.c:
+         rtpjpegpay/depay: Replace framerate caps field with fraction
+         The previous implementation had the formatting of SDP attributes happen
+         in each RTP payloader, now instead the constituent values are propagated
+         as caps fields. This allows for applications to do SDP offer/answer
+         based on caps negotiation.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=700748
+
+2013-05-22 01:58:57 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay/depay: Replace framesize caps with width/height
+         The previous implementation had the formatting of SDP attributes happen
+         in each RTP payloader, now instead the constituent values are propagated
+         as caps fields. This allows for applications to do SDP offer/answer
+         based on caps negotiation.
+         Keep parsing a-framerate, x-framerate and x-dimensions in rtpjpegdepay
+         to be backwards compatible with previous payloaders.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=700748
+
+2013-05-22 03:18:07 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay/depay: Add optional framerate caps for use in SDP
+         This allows for applications to format SDP attributes and still do SDP
+         offer/answer based on caps negotiation.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=700749
+
+2013-05-22 03:09:44 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+       * gst/rtp/gstrtph264pay.c:
+       * tests/check/elements/rtp-payloading.c:
+         rtph264pay/depay: Add frame dimensions a payloaded caps
+         This allows for applications to format SDP attributes and still do SDP
+         offer/answer based on caps negotiation.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=700749
+
+2013-05-20 22:14:44 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Restructuring to allow for adding optional caps
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=700749
+
+2013-05-23 18:42:09 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstdynudpsink.h:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         (dyn|multi)udpsink: Add properties to specify the bind address and port
+         By default we use the any addresses and a random port for binding the socket.
+
+2013-05-23 18:05:07 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+         (dyn|multi)udpsink: Bind socket before using it
+         https://bugzilla.gnome.org/show_bug.cgi?id=700878
+
+2013-05-23 17:25:29 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/udp/gstmultiudpsink.c:
+         (multi)udpsink: Add missing getters for socket-v6 and used-socket-v6 properties
+
+2013-05-22 21:01:48 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Don't hold stream-lock while pushing non-serialized events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700868
+
+2013-05-22 21:00:45 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Don't hold object lock while sending events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700868
+
+2013-05-22 17:32:33 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: The return value of gst_pad_set_caps() is not relevant anymore
+         Caps can fail to be set because the pad is not linked yet for example.
+
+2013-05-15 16:39:36 -0700  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Add error if file has playready drm
+
+2013-05-18 15:06:49 -0400  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Send a reconfigure event upstream if sinkpad caps are not usable
+         https://bugzilla.gnome.org/show_bug.cgi?id=684237
+
+2013-05-21 12:02:51 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: keep a reference to all queued buffers
+         Without this, a queued buffer may be required, filled and queued before it
+         is dequeued.
+         Calling gst_buffer_pool_acquire_buffer() ensures that the buffer is set up
+         correctly and gst_buffer_unref() calls buffer_release().
+         https://bugzilla.gnome.org/show_bug.cgi?id=700781
+
+2013-05-21 13:33:59 +0200  Alexander Schrab <alexas@axis.com>
+
+       * gst/law/mulaw-decode.c:
+         mulawdec: Handle NULL buffers in handle_frame
+         https://bugzilla.gnome.org/show_bug.cgi?id=698894
+
+2013-05-20 21:44:13 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay/depay: Add framesize caps for use in SDP
+         The format of the value adheres to RFC6064 and it is meant to be parsed
+         and included in the SDP sent by gst-rtsp-server to its clients.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=700748
+
+2013-05-20 21:34:13 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay: Add optional framerate caps for use in SDP
+         The format of the value adheres to RFC4566 and it is meant to be parsed
+         and included in the SDP sent by gst-rtsp-server to its clients.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=700748
+
+2013-05-20 19:59:13 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: When all sinkpads are eos, update output segment stop and forward it
+         https://bugzilla.gnome.org/show_bug.cgi?id=699793
+
+2013-05-20 19:51:07 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Don't reset the output segment on flush stop
+         Only init it when getting from READY to PAUSED, and change it on seek events.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699793
+
+2013-05-17 10:16:48 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Don't stop streaming when set_caps is called with unchanged caps
+         This can happen if other parts of the pipeline are reconfigured.
+         Stop streaming even for a short amount of time can be quite visible, so it
+         should be avoided if possible.
+         https://bugzilla.gnome.org/show_bug.cgi?id=700503
+
+2013-05-18 15:39:36 -0400  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * tests/check/pipelines/simple-launch-lines.c:
+         tests: Re-enable videomixer test
+         https://bugzilla.gnome.org/show_bug.cgi?id=684237
+
+2013-05-18 14:36:39 -0400  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+         videomixer: Send caps event from the streaming thread
+         This way we avoid races in caps negotiation and we make sure
+         that the caps are sent after stream-start.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684237
+
+2013-05-05 20:25:20 +0100  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Do not send flush_stop when receiving a seek
+         There is no reason to send a flush-stop when receiving a seek event.
+         In the case of a flushing seek, we could eventually want to, but in
+         the code path were we check if the seek is "flushing", we have the
+         following comment that makes sense:
+         "we can't send FLUSH_STOP here since upstream could start pushing data
+         after we unlock mix->collect.
+         We set flush_stop_pending to TRUE instead and send FLUSH_STOP after
+         forwarding the seek upstream or from gst_videomixer_collected,
+         whichever happens first."
+         https://bugzilla.gnome.org/show_bug.cgi?id=684237
+
+2013-05-05 20:24:49 +0100  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: Protect flush_stop_pending with the collectpad stream lock
+         And make sure to expect a flush-stop after a flush-start
+         https://bugzilla.gnome.org/show_bug.cgi?id=684237
+
+2013-05-17 12:37:59 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * gst/rtp/gstrtpmp4apay.c:
+         rtpmp4apay: clear config buffer before using it
+         This is necessary because parts of the memory are only modified with "|="
+         https://bugzilla.gnome.org/show_bug.cgi?id=700514
+
+2013-05-14 17:30:07 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Do not expect EOS after a segment event if upstream is mss
+         In case qtdemux is handling a mss stream, do not mark the stream to wait
+         for EOS after a segment. Even if it seems to be the last one according to
+         the current streams information.
+         MSS handling is different here because there is another demuxer driving
+         the pipeline
+
+2013-05-14 16:32:51 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: only set channels and rate if qtdemux knows it
+         Setting both of those to 0 is pointless and means that qtdemux
+         doesn't know the real value. Avoid setting it in this case.
+
+2013-05-14 15:23:08 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: set alac caps using info from codec buffer
+         The samplerate field in the STSD atom is not right for some ALAC files
+         (usually when audio is 96kHz/24bits), so the audio caps must be
+         extracted from the codec data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=700382
+
+2013-05-15 11:13:12 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: do not push discont buffers if they aren't discont
+         https://bugzilla.gnome.org/show_bug.cgi?id=682110
+
+2013-05-15 10:51:38 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 5edcd85 to 098c0d7
+
+2013-05-14 10:28:10 -0400  Joshua M. Doe <oss@nvl.army.mil>
+
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstvideocrop.c:
+         videocrop: Add support for GRAY16_LE/GRAY16_BE
+         https://bugzilla.gnome.org/show_bug.cgi?id=700331
+
+2013-05-14 17:29:58 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/replaygain/gstrgvolume.c:
+         rgvolume: Send all events through the proxypads instead of just sending to the target
+         Otherwise the sticky events are missing on the proxypads.
+
+2013-05-14 17:29:18 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/rgvolume.c:
+         rgvolume: Fix event handling in the unit test
+
+2013-05-14 16:34:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/rglimiter.c:
+         rglimiter: Fix event handling in unit tests
+
+2013-05-14 16:31:57 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/rganalysis.c:
+         rganalysis: Fix event handling in unit test
+
+2013-05-14 16:08:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/qtmux.c:
+         qtmux: Fix event handling in unit test
+
+2013-05-14 16:00:58 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/multifile.c:
+         multifile: Fix event handling in unit test
+
+2013-05-14 13:58:01 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/mulawdec.c:
+       * tests/check/elements/mulawenc.c:
+         mulaw: Fix event handling in unit test
+
+2013-05-14 13:52:18 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: Make sure to send a segment event before dataflow
+
+2013-05-14 10:52:19 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: only add interlace-mode to the caps for raw formats
+         https://bugzilla.gnome.org/show_bug.cgi?id=700280
+
+2013-05-14 12:03:03 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: copy and set the actual size of the content
+         https://bugzilla.gnome.org/show_bug.cgi?id=700282
+
+2013-05-14 10:25:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/interleave.c:
+         interleave: Fix event handling in unit test
+
+2013-05-14 09:45:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Improve handling of min/max buffer numbers of the buffer pool
+
+2013-05-14 03:42:59 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: set caps for buffer pool config
+
+2013-05-13 13:30:38 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: Let the base class do get_times
+         This will make sync=TRUE work, the default is still sync=FALSE
+
+2013-05-11 23:08:23 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/interleave/interleave.c:
+         interleave: Send stream-start before caps event
+
+2013-05-11 23:24:36 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: Send stream-start before caps
+
+2013-05-11 23:28:12 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         rtpjitterbuffer-test: Send stream-start before caps followed by segment
+
+2013-05-11 23:34:36 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * tests/check/elements/rtpbin.c:
+         rtpbin-test: Send missing stream-start and segment events
+
+2013-05-13 15:36:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/level.c:
+       * tests/check/elements/matroskamux.c:
+         tests: Fix some more event handling in tests
+
+2013-05-13 15:19:36 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/icydemux.c:
+         icydemux: Fix event handling in unit test
+
+2013-05-13 15:19:25 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/icydemux/gsticydemux.c:
+         icydemux: Fix sticky event handling
+
+2013-05-13 15:06:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Push sticky events in the right order
+
+2013-05-13 14:55:14 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/deinterleave.c:
+         deinterleave: Fix event handling in test
+
+2013-05-13 14:07:11 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: Fix sticky event handling
+
+2013-05-13 13:55:44 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: Code style fixes
+
+2013-05-13 10:43:32 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: First let baseclass handle events, then put them into the stream
+         Fixes handling of sticky events.
+         https://bugzilla.gnome.org/show_bug.cgi?id=700213
+
+2013-05-09 22:05:24 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * tests/check/elements/shapewipe.c:
+         shapewipe-test: Send inital events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700033
+
+2013-05-09 18:32:23 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/spectrum.c:
+         spectrum-test: Send inital events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700033
+
+2013-05-09 18:25:17 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/videofilter.c:
+         videofilter-test: Send inital events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700033
+
+2013-05-09 18:23:30 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/wavpackparse.c:
+         wavpackparse-test: Send inital events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700033
+
+2013-05-09 18:21:54 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/y4menc.c:
+         y4menc-test: Send inital events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700033
+
+2013-05-10 14:00:33 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multipart/multipartdemux.c:
+         multipartdemux: fix example pipeline
+         Need jpegparse.
+
+2013-05-10 13:34:16 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/alphacolor.c:
+       * tests/check/elements/aspectratiocrop.c:
+       * tests/check/elements/audioamplify.c:
+       * tests/check/elements/audiochebband.c:
+       * tests/check/elements/audiocheblimit.c:
+       * tests/check/elements/audiodynamic.c:
+       * tests/check/elements/audioecho.c:
+       * tests/check/elements/audioinvert.c:
+       * tests/check/elements/audiopanorama.c:
+       * tests/check/elements/audiowsincband.c:
+       * tests/check/elements/audiowsinclimit.c:
+       * tests/check/elements/avimux.c:
+       * tests/check/elements/avisubtitle.c:
+       * tests/check/elements/capssetter.c:
+       * tests/check/elements/deinterlace.c:
+       * tests/check/elements/dtmf.c:
+       * tests/check/elements/equalizer.c:
+         tests: Fix some more unit tests
+
+2013-05-10 13:10:29 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/parser.c:
+         tests: Fix parser tests
+
+2013-05-09 22:20:28 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/shapewipe/gstshapewipe.c:
+         shapewipe: Can't map twice the same buffer for writing
+         I took the opportunity to simplify that code a bit. We now use
+         gst_buffer_make_writable() to make the buffer writable and map twice the
+         same buffer, with first map being read/write, and second read only. This
+         get rid of the critical:
+         GStreamer-CRITICAL **: gst_structure_set_name: assertion `IS_MUTABLE
+         https://bugzilla.gnome.org/show_bug.cgi?id=700044
+
+2013-05-09 22:15:54 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/shapewipe/gstshapewipe.c:
+         shapewipe: Ensure caps are writable
+         The exist one case where that we endup with original caps in ret, in which
+         case we are not guaratied to have writable caps. Simply ensure this is the
+         caps are writable before entering the loop.
+         https://bugzilla.gnome.org/show_bug.cgi?id=700044
+
+2013-05-09 22:13:51 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/shapewipe/gstshapewipe.c:
+         shapewipe: Fix sample pipeline in documentation
+         https://bugzilla.gnome.org/show_bug.cgi?id=700044
+
+2013-05-09 18:05:02 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/jpegenc.c:
+         jpegenc-test: Send inital events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700033
+
+2013-05-09 17:49:03 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/vp8enc.c:
+         vp8enc-test: Send inital events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700033
+
+2013-05-09 17:20:18 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/vp8dec.c:
+         vp8dec-test: Send inital events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700033
+
+2013-05-09 17:19:53 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * tests/check/elements/wavpackdec.c:
+         wavpackdec-test: Send initial events
+         https://bugzilla.gnome.org/show_bug.cgi?id=700033
+
+2013-05-09 19:40:49 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: Tell GstAudioEncoder about the number of incoming samples
+         lame does internal resampling, but the base class only cares about
+         the number of raw samples, so tell finish frames about that, not
+         the number of samples in the outgoing frame.:
+
+2013-05-09 16:26:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         Revert "videomixer2: Take into account new segments"
+         This reverts commit 84ae670ab40b258a10e1e21471e6dc9d786bf086.
+         Actually this is not how it is supposed to work. videomixer
+         creates a [0,-1] segment and then puts frames of the different
+         streams there based on their running times in their own segments.
+
+2013-05-06 23:43:03 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: Take into account new segments
+         Also forward the event downstream on the next opportunity.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699793
+
+2013-05-09 09:07:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtsp/gstrtspsrc.c:
+         Revert "gstrtspsrc: set buffer-size for multicast buffers"
+         This reverts commit 2481e95d038b42297a016f1d2dc1af26d2175b42.
+         This is already done five lines above, it was added a year
+         ago in commit 561b131e.
+
+2013-05-08 19:54:19 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * tests/check/elements/videofilter.c:
+         videofilter: Unit test send SEGMENT before CAPS
+         https://bugzilla.gnome.org/show_bug.cgi?id=699966
+
+2013-05-08 19:22:31 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * tests/check/elements/avimux.c:
+         avimux: Unit test sends SEGMENT before caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=699966
+
+2013-05-08 19:08:24 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * tests/check/elements/audiowsincband.c:
+         audiowsincband: Test should send segment after CAPS
+         This makes the unit test pass again.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699966
+
+2013-05-08 19:00:28 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * tests/check/elements/audiowsinclimit.c:
+         audiowsinclimit: Test should send segment after CAPS
+         This makes the unit test pass again.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699966
+
+2013-05-08 18:44:32 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/audiofx/audiowsinclimit.c:
+         audiowsinclimit: Frequence property renamed cutoff
+         Updating the documentation to reflect this change.
+         See: https://bugzilla.gnome.org/show_bug.cgi?id=699964
+
+2013-05-08 15:25:58 -0300  Aha Unsworth <aha.unsworth@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         gstrtspsrc: set buffer-size for multicast buffers
+         For receiving video data via RTSP when the video is sent via
+         multicast there is no way to specify the udpsrc buffer-size.
+         On windows the native network buffer is not large and with video
+         i-frames being huge the buffer is to small and you get i-frame corruption,
+         it looks terrible, and there is no (easy) way to set the udpsrc buffer-size.
+         https://bugs.freedesktop.org/show_bug.cgi?id=52264
+
+2013-05-08 16:02:05 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: Send stream-start before caps event
+         https://bugzilla.gnome.org/show_bug.cgi?id=699895
+
+2013-05-07 19:15:49 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: fix compiler warning on type check
+
+2013-04-18 07:49:54 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: push new caps events when caps change
+         Whenever the demuxer has a new caps on a stream, it should set the
+         new_caps variable to true and a new caps event will be pushed before
+         the next buffer
+
+2013-04-17 16:54:22 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: do not push discont buffers if they aren't discont
+         qtdemux takes its buffers from a GstAdapter. Those buffers are created
+         from the larger buffer that it obtained from upstream and they carry
+         the same flags, including DISCONT if it is set. In these cases, all
+         buffers that qtdemux is going to push would be marked as DISCONT.
+         This scenario can make parsers/decoders flush on every buffer leading
+         to no decoding at all hapenning. This patch prevents this by unsetting
+         the flag if it shouldn't be set.
+
+2013-04-12 09:08:16 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: some code cleanup for mss handling code
+         * Explicitly init variables for fragmented formats at init
+         * Do not use GstClockTime type if the variable isn't a timestamp
+         * Fix a style/readability issue at an if block
+         * Group 2 mss mode conditional blocks together to improve readability
+         Conflicts:
+         gst/isomp4/qtdemux.c
+
+2013-04-12 10:21:11 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: avoid storing non-time newsegments to push later
+         This can confuse downstream when they get a byte segment after receiving
+         the natural time segment from qtdemux that it sends when starting to
+         push buffers. This is specially the case with parsers that try to
+         convert the position from byte to time format and might miss the
+         correct position for playback to start.
+
+2013-04-10 18:02:28 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: avoid setting fields to non-writable caps
+
+2013-03-10 04:15:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: don't send so many segment events
+         Only send one segment event in the beginning of the stream, not
+         after each moov and moof atom.
+         Conflicts:
+         gst/isomp4/qtdemux.c
+
+2013-03-08 16:02:26 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: place incomming timestamps on output
+         Place the incomming timestamp (if any) directly onto the outgoing buffers
+         and interpollate other timestamps.
+         Conflicts:
+         gst/isomp4/qtdemux.c
+
+2013-05-07 10:16:18 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: improve reset of internal status
+         Reset different variables on state changes to ready and when
+         handling a flush-stop. For handling flush stops we should check
+         if there is an upstream adaptive demuxer driving the pipeline as this
+         means that qtdemux will get a new moov atom. For 'standard' isomedia
+         streams this isn't true and qtdemux should keep the previous moov
+         information around.
+         Conflicts:
+         gst/isomp4/qtdemux.c
+
+2013-02-08 00:29:20 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: prepare qtdemux to accept multiple dash moovs in a row
+         Whenever dashdemux switches bitrates it sends a new moov with the
+         new stream configuration. qtdemux should now handle this by splitting
+         the exposing and configuration of streams into separate functions. When
+         the stream is new it is configured and exposed, when it is a new bitrate
+         of an existing stream it is only reconfigured.
+         Conflicts:
+         gst/isomp4/qtdemux.c
+
+2013-02-07 14:12:53 -0200  Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Move FLUSH_STOP/PAUSED_TO_READY handling to a reset method.
+         Conflicts:
+         gst/isomp4/qtdemux.c
+
+2013-01-23 10:55:33 -0500  Louis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: Remove old pads when exposing streams and other general fixes.
+         Conflicts:
+         gst/isomp4/qtdemux.c
+
+2013-04-16 10:41:43 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: handle mss streams
+         smoothstreaming streams should be handled as a special kind of
+         fragmented isomedia. In MSS the fragments will not contain a
+         'moov' atom with the media descriptions, this has to be extracted
+         from the caps.
+         Additionally, there should be another demuxer upstream that is likely
+         going to be the one to answer/act on queries and events, so qtdemux has
+         to forward those upstream.
+
+2013-05-06 16:54:02 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: request 0 buffers when stopping
+         Without this stopping the pool in *_set_caps() is useless.
+         S_FMT will still fail with EBUSY.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699835
+
+2013-05-07 16:32:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: By default assume that we're working on non-packetized input
+         Only detecting this in set_format() does not work because we might
+         not get any caps at all, e.g. from filesrc.
+
+2013-05-07 16:30:59 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: Implement parsing functionality
+         This allows to plug pngdec directly without a parser if that
+         is desired.
+         Parsing code is based on pngparse.
+
+2013-05-07 15:54:24 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/libcaca/gstcacasink.c:
+         cacasink: Fix support for RGB formats and add support for more of them
+
+2013-05-04 13:19:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Don't consider the content size from the HTTP headers as absolutely correct
+         The HTTP server could give wrong information, e.g. if the HTTP stream is
+         chunk-encoded or compressed, or if the server does not know the complete size
+         at the time when the file is requested by the client.
+         Also see
+         https://bugs.webkit.org/show_bug.cgi?id=115354
+
+2012-08-20 09:52:32 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: fill out v4l2_buffer.bytesused field for v4l2sink
+         When queuing a buffer for a sink, bytesused must contain the actual
+         amount of data.
+         For a source, the driver must overwrite this, so it doesn't matter
+         what is set here.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699598
+
+2013-05-03 23:43:26 +0200  Sebastian Rasmussen <sebras@gmail.com>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: fix invalid memory access in event handler
+         First process event in payloader, then hand it to the
+         base class which takes ownership of the event.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699637
+
+2013-05-04 09:48:02 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstdcaparse.c:
+         ac3parse, dcaparse: check buffer size before trimming
+         and unref old buffer as soon as possible.
+
+2013-05-02 15:00:22 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstdcaparse.h:
+         dcaparse: add support for "audio/x-private1-dts"
+
+2013-05-02 14:56:02 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstac3parse.h:
+         ac3parse: add support for "audio/x-private1-ac3"
+
+2013-05-03 12:46:37 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: always generate video info from caps
+         In the past gst_video_info_from_caps() only video/x-raw. Now it also
+         supports other video/* and image/* formats.
+         With this patch the format won't be GST_VIDEO_FORMAT_UNKOWN and
+         gst_v4l2_buffer_pool_set_config() handles strides correctly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699570
+
+2013-05-02 09:41:01 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2: try to allocate new buffers with VIDIOC_CREATE_BUFS if needed
+         If max_buffers is 0 then an arbitrary number of buffers (currently 4) is
+         allocated. If this is not enough v4l2src starts copying buffers.
+         With this patch VIDIOC_CREATE_BUFS is used to allocate a new buffer. If
+         this fails v4l2src falls back to copying buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=699447
+
+2013-04-15 17:37:01 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: fix setting window handle after transition
+         The destroyed flag was not reset properly and it's also not needed
+         as we can check osxwindow != NULL
+
+2013-05-02 13:45:55 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * gst/rtp/Makefile.am:
+         rtp: fix duplicated symbols with libvpx
+
+2013-04-29 10:58:08 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * gst/goom2k1/Makefile.am:
+         goom2k1: fix duplicated symbols with goom
+
+2013-05-01 15:49:45 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: If the adapter is empty on EOS don't try to map its content
+         https://bugzilla.gnome.org/show_bug.cgi?id=699314
+
+2013-04-30 14:36:38 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: add stream-format=raw to aac caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=699303
+
+2013-04-30 13:07:37 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: fix and cleanup VIDIOC_EXPBUF handling
+         clear the struct, and provide a correct error message
+         https://bugzilla.gnome.org/show_bug.cgi?id=699337
+
+2012-07-05 18:02:27 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: handle return value -ENOTTY for unimplemented VIDIOC_G_PARM
+         Newer kernels return -ENOTTY, older kernels return -EINVAL if the ioctl
+         is not implemented. With this patch, GStreamer handles both cases.
+         https://bugzilla.gnome.org/show_bug.cgi?id=698825
+
+2013-04-30 09:16:07 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix broken boolean expression to detect non-frame buffers
+         https://bugzilla.gnome.org/show_bug.cgi?id=699294
+
+2013-04-29 11:07:56 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Better error message when server version is too old
+         We check for the library version at configure time, but the server
+         version can only really be checked at run-time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=698768
+
+2013-04-27 11:24:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/udp/gstudp.c:
+         udp: log WARNING debug message if UDP multicast is likely to be broken
+
+2013-04-27 11:16:54 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: add includes to get socklen_t defined on Windows
+         https://bugzilla.gnome.org/show_bug.cgi?id=692400
+
+2013-04-27 09:39:45 +0100  Yury Delendik <async.processingjs@yahoo.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add support for VP6F VP6 flash codec
+         https://bugzilla.gnome.org/show_bug.cgi?id=699010
+
+2012-09-05 16:39:31 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: also poll for output devices
+         Note that the V4L2 API defines that for output devices POLLOUT
+         indicates that a buffer is ready to be dequeued.
+         https://bugzilla.gnome.org/show_bug.cgi?id=698992
+
+2012-08-20 09:52:34 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix copying of encoded buffers
+         The existence of a GstVideoFormatInfo does not guarantee, that
+         the buffer contains video frames, so the format must be checked.
+         Also, for encoded buffers the length is variable and must be set.
+         https://bugzilla.gnome.org/show_bug.cgi?id=698949
+
+2012-07-10 15:29:40 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: add support for mpeg4 and H.263
+         https://bugzilla.gnome.org/show_bug.cgi?id=698826
+
+2013-04-26 12:16:49 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/monoscope/gstmonoscope.c:
+         monoscope: Fix debug statement
+
+2013-04-25 21:50:33 +0200  Alexander Schrab <meros@meros-desktop.(none)>
+
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-decode.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/mulawdec.c:
+         mulawdec: change base class to GstAudioDecoder
+         https://bugzilla.gnome.org/show_bug.cgi?id=698894
+
+2013-04-25 20:59:52 +0200  Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+         videomixer: send stream-start event.
+
+2012-10-18 10:37:35 +0200  Philipp Zabel <p.zabel@pengutronix.de>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: handle ENODATA return value for VIDIOC_ENUMSTD
+         In kernel v3.7-rc1, VIDIOC_ENUMSTD returns ENODATA if the current input
+         does not support the STD API.
+         https://bugzilla.gnome.org/show_bug.cgi?id=698827
+
+2013-04-25 13:19:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpbvpay.c:
+         docs: add some pay/depayloaders
+         See https://bugzilla.gnome.org/show_bug.cgi?id=551631
+
+2013-04-25 12:44:15 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/law/mulaw-encode.c:
+       * tests/check/elements/mulawenc.c:
+         mulaw: Some minor memleak fixes and cleanup
+
+2013-04-24 13:56:56 +0200  Alexander Schrab <alexas@axis.com>
+
+       * gst/law/mulaw-encode.c:
+       * gst/law/mulaw-encode.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/mulawenc.c:
+         mulawenc: change to gstaudioencoder base, added bitrate tags
+
+2012-05-03 16:07:27 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: bufferpool: reset buffer size in release_buffer
+         The buffer might still be in use elsewhere when dequeuing buffers for
+         outputs.
+         https://bugzilla.gnome.org/show_bug.cgi?id=698822
+
+2012-04-20 09:53:35 +0200  Michael Olbrich <m.olbrich@pengutronix.de>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: bufferpool: remove unused includes
+         The hacks that needed these are long gone.
+         https://bugzilla.gnome.org/show_bug.cgi?id=698821
+
+2013-04-25 12:12:23 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         (multi)udpsink: Use separate sockets for IPv4 and IPv6
+         https://bugzilla.gnome.org/show_bug.cgi?id=534243
+
+2013-04-25 10:44:44 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstdynudpsink.h:
+         dynudpsink: Use separate sockets for IPv4 and IPv6
+         https://bugzilla.gnome.org/show_bug.cgi?id=534243
+
+2013-04-25 10:43:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/Makefile.am:
+         udp: Don't include removed gstudp.h in noinst_HEADERS
+
+2013-04-17 16:47:31 -0700  Todd Agulnick <todd@agulnick.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudio: Use gst_audio_channel_positions_to_mask() to create mask
+         https://bugzilla.gnome.org/show_bug.cgi?id=698807
+
+2013-04-17 16:12:26 -0700  Todd Agulnick <todd@agulnick.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudio: Remove unused code
+
+2013-04-25 09:16:14 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/Makefile.am:
+       * gst/udp/gstdynudpsink.h:
+       * gst/udp/gstmultiudpsink.h:
+       * gst/udp/gstudp.h:
+       * gst/udp/gstudpsink.h:
+       * gst/udp/gstudpsrc.h:
+         udp: Remove unused enum type
+
+2013-04-25 09:13:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/Makefile.am:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudp-marshal.list:
+         udp: Use the generic marshaller instead of generating marshallers
+
+2013-04-25 09:07:41 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+         udpsrc: Rename instance variable from host to multi_group
+         This is more consistent as it's used for the multicast-group property.
+
+2013-04-25 09:03:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Add bind-address property
+         This is equivalent to multicast-group currently for backwards compatibility.
+         In 2.0 this should be handled separately, the former only being the multicast
+         group and the latter always being the address the socket is bound to, even if
+         a multicast group is given.
+
+2013-04-24 16:24:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         vrawdepay: return output buffer from process
+         Return the output buffer from the process function instead of pushing
+         it ourselves. This way, the subclass can actually deal with the return
+         value of the push.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693727
+
+2012-10-01 09:29:21 -0300  Diogo Carbonera Luvizon <diogo.luvizon@ensitec.com.br>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: save the format correctly
+         If TRY_FMT is not implemented,  gst_v4l2_object_get_nearest_size will
+         use S_FMT and will change the device's operation mode. To save the
+         old device mode we need to set the type field or else it will fail
+         to save the previous format.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685209
+
+2013-04-24 15:38:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+         rtp: a marker bit should translate to RESYNC
+         A marker bit on an audio packet does not mean a DISCONT (in the GStreamer sense
+         of missing data) but it means that the packet is the end of a talkspurt and thus
+         a good opportunity to resync to the clock. Use the RESYNC buffer flag to note
+         this.
+         Real discontinuities are marked with DISCONT still when the seqnum has a GAP or
+         when the input buffer has the DISCONT flag set.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627204
+
+2013-04-22 23:51:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * MAINTAINERS:
+       * README:
+       * README.static-linking:
+       * common:
+         Automatic update of common submodule
+         From 3cb3d3c to 5edcd85
+
+2013-04-22 10:19:29 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+         rtpjpegdepay: Drop frame if it's less than 2 bytes large
+         https://bugzilla.gnome.org/show_bug.cgi?id=677560
+
+2013-04-18 12:20:08 +0300  Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+         autodetect: use _plugin_feature_rank_compare API instead of duplicating the code.
+
+2013-04-18 09:37:30 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/osxaudio/gstosxaudioringbuffer.h:
+         osxaudio: Include gstaudioringbuffer.h to fix compilation in 1.0
+
+2013-04-17 21:05:14 +0200  Philippe Normand <philn@igalia.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudiosink: channel-mask configuration fixes
+         Set channel-mask according to sink's layout in case of stereo layout.
+         Also initialize and reset the mask when an unrecognized channel is detected.
+         https://bugzilla.gnome.org/show_bug.cgi?id=698224
+
+2013-04-15 19:53:28 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Disable renegotiation in the negotiate method
+         This way, we don't block the initial negotiation.
+         Thanks to Jeremy Whiting for doing all the testing.
+         https://bugzilla.gnome.org/show_bug.cgi?id=695981
+
+2013-04-15 19:46:12 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         Revert "v4l2: disable renegotiation"
+         This reverts commit d1b26e1d594ab2b63324e43a36330475e98cdf18.
+         This causes the initial negotiation to never happen if a reconfigure
+         event is received after gst_base_src_start_complete() but before the loop
+         starts.
+         https://bugzilla.gnome.org/show_bug.cgi?id=695981
+
+2013-04-17 21:12:55 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/flac/gstflactag.c:
+         flactag: forward caps event
+         This ensures that the downstream element will get the event and negotiates. Add
+         a FIXME for updating the streamheader field on th caps.
+
+2013-04-17 07:50:27 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflactag.c:
+         flac: add more logging
+
+2013-04-17 20:24:48 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/osxaudio/gstosxcoreaudiocommon.h:
+         osxaudio: Fix merge conflicts
+
+2013-04-17 10:10:46 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         osxaudio: Fix configure check for osxaudio plugin
+
+2013-04-17 09:50:43 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+         osxaudioringbuffer: First check the type, then cast
+
+2013-04-16 22:46:00 +0900  Takashi Nakajima <ted.nakajima@gmail.com>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+         osxaudio: use GST_IS_OSX_AUDIO_SINK in ring buffer.
+
+2013-04-10 21:06:16 +0900  Takashi Nakajima <ted.nakajima@gmail.com>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+         osxaudio: call set_channel_positions() in osxaudioringbuffer acquire()
+
+2013-04-12 12:18:04 -0700  Todd Agulnick <todd@agulnick.com>
+
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+         osxaudio: use GST_AUDIO_INFO_* accessors
+         Changes include the following:
+         * Update classname references
+         * Replace GST_BOILERPLATE_FULL with G_DEFINE_TYPE
+         * Use new GstAudioInfo struct and methods
+         * Use new buffer memory allocation scheme
+         Conflicts:
+         sys/osxaudio/gstosxaudioringbuffer.c
+
+2013-04-12 11:51:46 -0700  Todd Agulnick <todd@agulnick.com>
+
+       * sys/osxaudio/gstosxcoreaudiocommon.h:
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+         osxaudio: adjust for changes to glib mutex api.
+
+2013-04-10 01:21:49 +0900  Takashi Nakajima <ted.nakajima@gmail.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+         osxaudio: try to fix up according to Sebastian's comments
+
+2013-04-05 10:02:38 +0200  Philippe Normand <philn@igalia.com>
+
+       * configure.ac:
+       * sys/osxaudio/gstosxaudioringbuffer.h:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+       * sys/osxaudio/gstosxaudiosrc.h:
+         osxaudio: build fixes
+         Enable the osxaudio plugin build in configure.ac and fix some
+         include directive order issues.
+
+2013-04-02 22:28:09 +0900  ted-n <ted.nakajima@gmail.com>
+
+       * sys/osxaudio/gstosxaudiosrc.c:
+         osxaudio: fix layout for osxaudiosrc
+
+2013-03-30 22:49:34 +0900  ted-n <ted.nakajima@gmail.com>
+
+       * sys/osxaudio/Makefile.am:
+       * sys/osxaudio/gstosxaudioelement.c:
+       * sys/osxaudio/gstosxaudioringbuffer.c:
+       * sys/osxaudio/gstosxaudioringbuffer.h:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxaudiosrc.h:
+       * sys/osxaudio/gstosxcoreaudiocommon.c:
+       * sys/osxaudio/gstosxcoreaudiocommon.h:
+         osxaudio: port to v.1.0
+
+2013-04-16 19:29:48 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Don't unref query, we don't own it
+         Fixes double-unref bug. Bug found by Youness Alaoui
+
+2013-04-16 20:41:10 +0200  Philippe Normand <philn@igalia.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: fix SCHEDULING query support
+         Chain the query up to parent before adding _BANDWIDTH_LIMITED flag,
+         so that all the other flags get set, and push mode gets added as
+         supported activation mode.
+         https://bugzilla.gnome.org/show_bug.cgi?id=693484
+         https://bugzilla.gnome.org/show_bug.cgi?id=698156
+
+2013-03-31 12:05:49 +0200  Philippe Normand <philn@igalia.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: basic scheduling query support
+         Answer to scheduling queries with default parameters and the new
+         _BANDWIDTH_LIMITED_FLAG so that downstream is advised to minimize seek
+         operations and perform on-disk buffering if possible.
+         Bug 693484
+
+2013-04-15 14:32:46 +0000  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: fix segfault accessing osxwindow when not set yet
+
+2012-10-24 12:15:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/twolame/Makefile.am:
+         gst: Add better support for static plugins
+
+2012-10-24 12:15:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/Makefile.am:
+         gst: Add better support for static plugins
+
+2012-10-24 12:14:50 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * ext/aalib/Makefile.am:
+       * ext/cairo/Makefile.am:
+       * ext/dv/Makefile.am:
+       * ext/flac/Makefile.am:
+       * ext/gdk_pixbuf/Makefile.am:
+       * ext/jack/Makefile.am:
+       * ext/jpeg/Makefile.am:
+       * ext/libcaca/Makefile.am:
+       * ext/libpng/Makefile.am:
+       * ext/mikmod/Makefile.am:
+       * ext/pulse/Makefile.am:
+       * ext/raw1394/Makefile.am:
+       * ext/shout2/Makefile.am:
+       * ext/soup/Makefile.am:
+       * ext/speex/Makefile.am:
+       * ext/taglib/Makefile.am:
+       * ext/vpx/Makefile.am:
+       * ext/wavpack/Makefile.am:
+       * gst/alpha/Makefile.am:
+       * gst/apetag/Makefile.am:
+       * gst/audiofx/Makefile.am:
+       * gst/audioparsers/Makefile.am:
+       * gst/auparse/Makefile.am:
+       * gst/autodetect/Makefile.am:
+       * gst/avi/Makefile.am:
+       * gst/cutter/Makefile.am:
+       * gst/debugutils/Makefile.am:
+       * gst/deinterlace/Makefile.am:
+       * gst/dtmf/Makefile.am:
+       * gst/effectv/Makefile.am:
+       * gst/equalizer/Makefile.am:
+       * gst/flv/Makefile.am:
+       * gst/flx/Makefile.am:
+       * gst/goom/Makefile.am:
+       * gst/goom2k1/Makefile.am:
+       * gst/icydemux/Makefile.am:
+       * gst/id3demux/Makefile.am:
+       * gst/imagefreeze/Makefile.am:
+       * gst/interleave/Makefile.am:
+       * gst/isomp4/Makefile.am:
+       * gst/law/Makefile.am:
+       * gst/level/Makefile.am:
+       * gst/matroska/Makefile.am:
+       * gst/monoscope/Makefile.am:
+       * gst/multifile/Makefile.am:
+       * gst/multipart/Makefile.am:
+       * gst/replaygain/Makefile.am:
+       * gst/rtp/Makefile.am:
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtsp/Makefile.am:
+       * gst/shapewipe/Makefile.am:
+       * gst/smpte/Makefile.am:
+       * gst/spectrum/Makefile.am:
+       * gst/udp/Makefile.am:
+       * gst/videobox/Makefile.am:
+       * gst/videocrop/Makefile.am:
+       * gst/videofilter/Makefile.am:
+       * gst/videomixer/Makefile.am:
+       * gst/wavenc/Makefile.am:
+       * gst/wavparse/Makefile.am:
+       * gst/y4m/Makefile.am:
+       * sys/directsound/Makefile.am:
+       * sys/oss/Makefile.am:
+       * sys/oss4/Makefile.am:
+       * sys/osxaudio/Makefile.am:
+       * sys/osxvideo/Makefile.am:
+       * sys/sunaudio/Makefile.am:
+       * sys/v4l2/Makefile.am:
+       * sys/waveform/Makefile.am:
+       * sys/ximage/Makefile.am:
+         gst: Add better support for static plugins
+
+2013-04-12 19:26:11 +0000  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * gst/goom2k1/Makefile.am:
+         goom2k1: fix duplicated symbol with goom
+
+2013-03-10 17:17:17 +0000  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/osxaudio/gstosxaudioelement.c:
+       * sys/osxaudio/gstosxcoreaudiocommon.h:
+         osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefined
+
+2013-03-10 17:27:30 +0000  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+         osxaudio: fixes implicit declaration of function 'getpid'
+
+2013-04-14 17:55:02 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * autogen.sh:
+       * common:
+         Automatic update of common submodule
+         From aed87ae to 3cb3d3c
+
+2013-04-14 12:32:06 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: add back "iradio-mode" property to disable sending of icecast request headers
+         In 1.0 we now always send the icecast request headers by default, which
+         makes the server send icecasts metadata inserted into the stream if it
+         supports that. However, there are some use cases where this is not
+         desirable, like when just saving a radio stream to disk, so add back
+         the "iradio-mode" property to allow people to disable this.
+         https://bugzilla.gnome.org/show_bug.cgi?id=697984
+
+2013-04-12 16:16:41 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtp.c:
+         rtp: register tag image types
+         The rtpgstdepay needs the type to be available in order to deserialize the
+         event.
+
+2013-04-12 16:08:58 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         rtpgstdepay: handle event parse failures better
+
+2013-04-11 22:25:05 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: add TOC setter support
+
+2013-04-12 12:31:30 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: small cleanups for toc handling
+         Don't add empty labl/note chunks. Always pass instance as the first param. Add more logging.
+
+2013-04-12 12:58:50 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Proxy the ntp-sync property of rtpbin
+
+2013-04-12 12:51:05 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Give the manager always the name "manager"
+         This allows to use the GstChildProxy interface to adjust
+         properties on it.
+
+2013-04-11 22:53:28 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/alphacolor.c:
+       * tests/check/elements/apev2mux.c:
+       * tests/check/elements/id3v2mux.c:
+       * tests/check/pipelines/flacdec.c:
+         tests: fix some printf format issues in debug messages
+
+2013-04-11 19:27:15 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavenc/gstwavenc.h:
+         wavenc: add 'note' chunk support
+
+2013-04-11 20:46:26 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: add a little more docs to the audioclock
+
+2013-04-11 15:00:05 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/Makefile.am:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: add support for NetClientClock
+         When the server suggests a GstNetTimeProvider in the SDP, set up a
+         GstNetClientClock that slaves to the remote clock and suggest this clock in
+         provide_clock.
+
+2013-04-11 14:57:11 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         udpsink: avoid alloc and free in render function
+         Avoid doing alloc and free in the render function for each buffer. Instead,
+         allocate the needed arrays in _init and use those.
+
+2013-04-10 08:36:00 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/wavparse/gstwavparse.c:
+         waveparse: remove superfluous g_list_first() calls
+         The variables already point to the start of the list.
+
+2013-04-09 23:13:18 +0100  Andreas Fenkart <andreas.fenkart@streamunlimited.com>
+
+       * gst/rtp/gstrtpsbcdepay.c:
+         rtpsbcdepay: fix sbc frame length calculation for mono and stereo modes
+         https://bugzilla.gnome.org/show_bug.cgi?id=697463
+
+2013-03-25 14:35:02 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/wavparse/gstwavparse.c:
+       * gst/wavparse/gstwavparse.h:
+         wavparse: add 'note' chunk support
+         Add 'note' chunk support in TOC as GST_TAG_COMMENT
+         https://bugzilla.gnome.org/show_bug.cgi?id=696549
+
+2013-04-08 17:53:09 -0700  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: check value inside enda to set endianness
+
+2013-04-09 21:00:12 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 04c7a1e to aed87ae
+
+2013-04-09 17:34:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/icydemux/gsticydemux.c:
+         icydemux: avoid copy when we can
+
+2013-04-09 16:52:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         gstpay: use bufferlist to avoid memcpy
+
+2013-04-09 16:50:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         udpsink: improve debug
+
+2013-04-09 00:28:54 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/wavparse.c:
+         tests: refactor new wavparse test a little
+         Use fakesrc instead of filesrc with /dev/null.
+         https://bugzilla.gnome.org/show_bug.cgi?id=696684
+
+2013-04-08 11:38:33 +0200  Alexander Schrab <alexas@axis.com>
+
+       * gst/wavparse/gstwavparse.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/wavparse.c:
+         wavparse: error out if we receive eos before any valid data
+         https://bugzilla.gnome.org/show_bug.cgi?id=696684
+
+2013-04-07 01:47:56 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: force deinterlacing in "interlaced" mode
+         https://bugzilla.gnome.org/show_bug.cgi?id=697467
+
+2013-04-06 12:45:28 -0300  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+         gdkpixbufsink: Add timestamp/running-time/stream-time to the emited message
+
+2013-04-05 14:38:43 +0200  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/rtp/gstrtpsbcdepay.c:
+         rtpsbcdepay: fix printf format compiler warnings
+         https://bugzilla.gnome.org/show_bug.cgi?id=697343
+
+2013-04-05 09:34:23 +0100  Todd Agulnick <todd@agulnick.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideo: include pthread.h to fix compiler warning
+         https://bugzilla.gnome.org/show_bug.cgi?id=697303
+
+2013-04-04 22:48:45 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/level/gstlevel.c:
+       * gst/level/gstlevel.h:
+         level: resync on discont
+         Drop pending data on discont and start a new cycle with a new base timestamp.
+         Cleanup some variables.
+
+2013-04-03 23:52:47 +0100  Tom Greenwood <tgreenwood@Toms-MacBook-Pro.local>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Improve logging when vpx_codec_peek_stream_info fails
+         Decode failures and missing keyframes should get different debug
+         output.
+         https://bugzilla.gnome.org/show_bug.cgi?id=697232
+
+2013-04-03 18:24:29 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpsbcdepay.c:
+         rtpsbcdepay: Rank as secondary
+         This way, it will be selected by decodebin
+         Bug reported by andreas.fenkart@streamunlimited.com
+         https://bugzilla.gnome.org/show_bug.cgi?id=697227
+
+2013-04-03 19:05:38 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/level/gstlevel.c:
+       * tests/check/elements/level.c:
+         level: subdivide buffers for sample accurate interval handling
+         Previously we would skip level message when processing buffers > the requested
+         interval. Also the message frequency would contain quite some jitter due to only
+         considering them at the end of buffers.
+         Cleanup the tests while we're at it.
+
+2013-03-19 08:23:25 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: remove old since comments and update logging
+         Don't pretend that we have a timestamp on a buffer when we never set one.
+
+2013-03-18 20:59:23 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/spectrum/gstspectrum.c:
+         spectrum: remove old since comment
+
+2013-04-03 17:53:13 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Proxy the multicast-iface property of udpsrc
+
+2013-04-03 11:09:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: free all queued buffers
+         Don't just loop over the first num_queued buffers but loop over
+         all the buffers and check if they need to be freed. It is possible that
+         not all buffers are queued and then the entry in our array will be NULL.
+         Those buffers that are not queued were freed in stop().
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=696651
+
+2013-04-03 11:09:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: improve debug
+
+2013-04-02 23:42:23 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Only forward stick events while holding the sinkpad stream lock
+         Otherwise we get a race where if the RTCP packet comes in first and while
+         it is added the pads, the segment event arrives on the RTP stream, the event
+         may be lost completely and never forwarded.
+
+2013-04-02 23:35:06 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: No need to explicitely forward the caps
+         They are forwarded with the other events
+
+2013-04-02 22:29:38 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtpmanager/gstrtpssrcdemux.h:
+         rtpssrcdemux: Remove unused GstSegment
+
+2013-04-02 22:26:02 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Simplify event forwarding
+         Use the gst_pad_forward() mechanic, this way we won't miss pads that are
+         added while we are pushing
+
+2013-04-02 21:53:10 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Don't cross the internal links
+         We had the wrong condition to check for the internal links, so RTP and RTCP
+         pads got crossed!
+
+2013-03-31 17:54:16 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix some debug messages
+
+2013-04-02 23:36:22 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: fix printf format compiler warning in debug message
+
+2012-08-29 17:24:00 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+         matroskademux: handle TrueHD audio codec id
+         https://bugzilla.gnome.org/show_bug.cgi?id=697113
+
+2013-03-31 19:14:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtptheoradepay.c:
+         theorapay: add delta-unit to output frames
+
+2013-03-23 05:22:23 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: use timestamp delta as duration if possible
+         https://bugzilla.gnome.org/show_bug.cgi?id=696437
+
+2013-03-30 09:44:41 +0100  Josep Torra <n770galaxy@gmail.com>
+
+       * gst/rtp/gstrtpsbcdepay.c:
+         rtp: fixes debug message printf related compiler warnings in SBC depayloader
+
+2013-03-28 16:46:36 +0000  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpsbcdepay.c:
+       * gst/rtp/gstrtpsbcdepay.h:
+         rtp: Add an rtpsbcdepay element
+         Pretty straightforward - takes SBC encapsulated in RTP, depayloads, and
+         pushes out SBC buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690582
+
+2013-03-27 22:18:34 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtp: fix SBC payloader
+         Init RTP buffer on stack correctly, so mapping it works
+         without criticals and the payloader actually works.
+
+2013-03-26 14:44:36 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Check for a subset instead of non-empty intersection in accept-caps
+
+2013-03-26 14:39:53 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Properly handle the filter caps in get_caps()
+
+2013-03-26 14:35:38 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Don't unnecessarily get the parent class in class_init
+         The trampoline generated by G_DEFINE_TYPE does that already.
+
+2013-03-25 18:02:10 -0700  David Schleef <ds@schleef.org>
+
+       * gst/avi/gstavidemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+         Use %03u for format in gst_pad_create_stream_id_printf()
+
+2013-03-25 10:12:03 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/debugutils/gstcapssetter.c:
+         capssetter: Prevent unneeded caps copying and allocation
+
+2013-02-01 14:33:41 +0100  Dirk Van Haerenborgh <vhdirk@gmail.com>
+
+       * gst/debugutils/gstcapssetter.c:
+         capssetter: Pass any or filter caps upstream
+         capsetter accepts anything and just forwards different caps,
+         as such it should return ANY caps on the sinkpad.
+         https://bugzilla.gnome.org/show_bug.cgi?id=693005
+
+2013-03-06 13:17:54 +0000  Tom Greenwood <tgreenwood@Toms-MacBook-Pro.local>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Fix for divide by zero when using 0/1 framerate
+         https://bugzilla.gnome.org/show_bug.cgi?id=695709
+
+2013-03-24 17:55:55 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: expose CUE sheet items as tracks not chapter entries in TOC
+         https://bugzilla.gnome.org/show_bug.cgi?id=677306
+
+2013-03-23 13:11:02 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: add more example pipelines
+
+2013-03-23 12:59:26 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: add some example pipelines
+
+2013-03-20 21:38:40 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavenc/gstwavenc.h:
+         wavenc: add TOC support
+         https://bugzilla.gnome.org/show_bug.cgi?id=680998
+
+2013-03-23 04:56:36 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: make empty subtitle buffer recognition more robust
+         https://bugzilla.gnome.org/show_bug.cgi?id=696244
+
+2013-03-04 15:49:06 -0800  David Schleef <ds@schleef.org>
+
+       * ext/libpng/gstpngenc.c:
+         pngenc: unmap source frame when done
+
+2013-03-22 15:14:15 -0700  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix test regression with one buffer streams
+
+2013-03-05 17:00:17 -0800  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: split large raw audio samples
+         In order to deal with a file that has samples that are 24 seconds
+         long.  Seeking still doesn't work with such files.
+
+2013-03-22 11:54:08 -0700  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Remove documentation for dts-method
+
+2013-03-22 13:24:33 -0700  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: deprecate dts-method property
+
+2013-03-13 17:08:03 -0700  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix problems causing bad durations in file
+         - Fix up out-of-order incoming DTS values.
+         - Fix duration of initial sample.
+
+2013-03-12 19:08:26 -0700  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: fix all timestamps once first_ts is determined
+
+2013-02-14 16:34:34 -0800  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Use PTS/DTS from incoming buffers
+         Remove old DTS guessing code.
+
+2013-03-18 12:30:50 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: expose mulaw caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=696052
+
+2013-03-22 10:50:34 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+         Require Orc >= 0.4.17
+         Orc 0.4.17 fixes a bunch crashes on i386 and RPi when orc
+         functions can't be compiled and the fallback function is
+         supposed to be used. Also fixes some issues on PowerPC.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684399
+         https://bugzilla.gnome.org/show_bug.cgi?id=693862
+
+2013-03-22 08:47:17 +0000  Rodolfo Schulz de Lima <rodolfo@rodsoft.org>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix sample leak when processing private qt tags
+         https://bugzilla.gnome.org/show_bug.cgi?id=696355
+
+2013-03-22 02:24:01 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: set stream language code from tag
+         https://bugzilla.gnome.org/show_bug.cgi?id=696358
+
+2013-03-21 02:55:06 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: send GAP events for subtitle streams
+         https://bugzilla.gnome.org/show_bug.cgi?id=696244
+
+2013-03-21 02:53:24 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: ignore empty subtitle buffers
+         https://bugzilla.gnome.org/show_bug.cgi?id=696244
+
+2013-03-21 02:52:07 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+         qtdemux: recognize SBTL subtype for subtitles
+         https://bugzilla.gnome.org/show_bug.cgi?id=696244
+
+2013-03-17 16:27:03 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: add support for the toc-select event
+         Select tracks from the CUE sheet by sending a toc-select
+         event based on the uid in the TOC.
+         https://bugzilla.gnome.org/show_bug.cgi?id=540891
+
+2013-03-19 18:09:31 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/isomp4/gstqtmux.c:
+         mp4mux: in faststart mode, don't output up to 4 kB of garbage at the end.
+
+2013-03-20 00:35:17 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/audioparsers/gstsbcparse.c:
+         sbcparse: pack multiple frames into one output buffer
+         Don't output a single buffer for every tiny SBC frame
+
+2013-03-18 14:59:35 +0000  Bastien Nocera <hadess@hadess.net>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: fix compilation against newer kernel headers as on FC19
+
+2013-03-14 14:12:05 +0100  Kishore Arepalli <kishore.arepalli@gmail.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: fix infinite loop on EOS with non-default methods or fields
+         Fixes problem of infinite loop in gst_deinterlace_reset_history.
+         Last field in the history was never deinterlaced because idx becomes negative.
+         Happens e.g. with method=scalerbob fields=bottom or
+         method=greedyl fields=top
+         https://bugzilla.gnome.org/show_bug.cgi?id=695644
+         https://bugzilla.gnome.org/show_bug.cgi?id=693173
+
+2013-03-12 09:48:31 +0000  Kishore Arepalli <kishore.arepalli@gmail.com>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: don't return FALSE when dropping sink events
+         Fixes problem in conjunction with avidemux.
+         https://bugzilla.gnome.org/show_bug.cgi?id=695643
+
+2013-03-12 00:16:18 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/avi/gstavimux.c:
+         avimux: change raw video caps order so that GRAY8 is last
+         People like colours.
+         https://bugzilla.gnome.org/show_bug.cgi?id=695543
+
+2013-03-11 14:50:41 +0100  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Don't use upstream caps with peer_query_caps ()
+         Calling gst_pad_peer_query_caps () on the src pad with the caps
+         upstream can produce as a filter from gst_rtp_h264_pay_getcaps ()
+         is wrong and makes caps negotiation fail if upstream caps are not
+         NULL.
+         https://bugzilla.gnome.org/show_bug.cgi?id=695629
+
+2013-03-10 09:10:18 +0100  Dirk Van Haerenborgh <vhdirk@gmail.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: support raw BGR
+         https://bugzilla.gnome.org/show_bug.cgi?id=695543
+
+2013-03-10 09:25:34 +0100  Dirk Van Haerenborgh <vhdirk@gmail.com>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: support raw video with negative height
+         https://bugzilla.gnome.org/show_bug.cgi?id=695541
+
+2013-03-05 14:40:56 +0100  Jonas Holmberg <jonashg@axis.com>
+
+       * tests/check/elements/autodetect.c:
+         autodetect checktest: Do not fail without videosink
+         If there is no videosink available autovideosink will contain a
+         fakesink instead which needs special treatment in the unit test.
+
+2013-03-09 01:18:30 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * Android.mk:
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-dtmf.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * gst-plugins-good.spec.in:
+       * gst/dtmf/gstdtmf.c:
+       * gst/dtmf/gstdtmfcommon.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+         dtmf: move dtmf plugin from -bad to -good
+         https://bugzilla.gnome.org/show_bug.cgi?id=687416
+
+2013-03-09 00:30:38 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         Merge branch 'dtmf-moved-from-bad'
+         https://bugzilla.gnome.org/show_bug.cgi?id=687416
+
+2013-03-05 21:22:18 +0100  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * configure.ac:
+       * sys/osxaudio/Makefile.am:
+       * sys/osxaudio/gstosxaudioelement.h:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudioremoteio.c:
+         osxaudio: add support for iOS using the RemoteIO AudioUnit
+
+2013-03-05 21:17:52 +0100  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxaudio/Makefile.am:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxcoreaudio.c:
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxaudio/gstosxcoreaudiocommon.c:
+       * sys/osxaudio/gstosxcoreaudiocommon.h:
+       * sys/osxaudio/gstosxcoreaudiohal.c:
+       * sys/osxaudio/gstosxringbuffer.c:
+       * sys/osxaudio/gstosxringbuffer.h:
+         osxaudio: add a façade for the CoreAudio API
+
+2013-03-07 00:00:41 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * common:
+         Automatic update of common submodule
+         From 2de221c to 04c7a1e
+
+2013-03-03 11:59:31 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/lzo.c:
+         matroska: Include config.h, it's needed for _stdint.h
+
+2013-03-03 11:53:04 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Fix (wrong) use of uninitialized variable compiler warning
+
+2013-03-02 13:59:52 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add variant field to H.263 caps
+         avdec_h263 won't get plugged otherwise.
+
+2013-02-22 19:06:52 +0100  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: skip disabled tracks
+         ISO/IEC 14496-12 specifies disabled tracks should be completely
+         ignored, so just do it.
+         Avoids deadlock during prerolling for some files.
+         Also prevents 'chapter' subtitle tracks from showing up.
+         https://bugzilla.gnome.org/show_bug.cgi?id=693993
+         https://bugzilla.gnome.org/show_bug.cgi?id=628790
+
+2013-02-25 09:58:13 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/level.c:
+         tests: re-add suppression for GValueArray warnings to unit test as well
+
+2013-02-28 13:25:06 +0100  Jonas Holmberg <jonashg@axis.com>
+
+       * tests/check/elements/dtmf.c:
+         tests: use relative include for out-of-tree builds in dtmf test
+
+2013-02-28 08:46:59 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/spectrum/gstspectrum.c:
+         spectrum: remove the since doc-comment from 0.10
+
+2013-02-28 08:44:18 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/level/gstlevel.c:
+       * gst/level/gstlevel.h:
+       * tests/examples/level/level-example.c:
+         level: add a "post-messages" property and deprecate "message"
+         In spectrum this was changed from 0.10 to 1.0, lets do this here too.
+
+2013-02-27 18:56:50 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/dtmf.c:
+         tests: Add tests for dtmfsrc
+
+2013-02-27 16:15:27 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/dtmf.c:
+         tests: Fix ref leak in dtmf test
+
+2013-02-26 14:18:20 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpmp4gdepay.c:
+         rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optional
+         Specific case here is Wowza 3.5.0
+
+2013-02-25 00:35:58 +0100  Thomas Vander Stichele <thomas (at) apestaart (dot) org>
+
+       * gst/level/gstlevel.c:
+         level: put back deprecation warnings
+
+2013-02-24 17:00:14 +0100  Thomas Vander Stichele <thomas (at) apestaart (dot) org>
+
+       * gst/level/gstlevel.c:
+       * tests/check/elements/level.c:
+         level: send last message on EOS
+
+2013-02-23 14:34:35 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: push mode: handle some more 0-size buffer cases
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684944
+
+2013-02-23 18:50:52 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: fix up example pipeline in docs
+
+2012-11-20 12:14:07 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Update segdone periodically
+         This makes sure that we update segdone based on the read index received
+         during latency updates. As the comment notes, we make some compromises
+         to deal with the fact that segdone is a segment multiple, while the read
+         index offers finer granularity. The updates are also not very often
+         (100ms since that is how often automatic timing updates are provided).
+         All this is required for the baseaudiosink sample alignment code to work
+         at all.
+         https://bugzilla.gnome.org/show_bug.cgi?id=694257
+
+2013-02-13 10:46:54 +0100  Paul HENRYS <visechelle@gmail.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Fix wrong code organisation in case of collision
+         change_ssrc field of RTPSession should be set before calling
+         rtp_session_schedule_bye_locked () as this function will call reconsider function
+         that will wake up rtcp_thread which will call rtp_session_on_timeout () that will
+         check change_ssrc to change the ssrc.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=694184
+
+2013-02-21 11:15:23 -0500  Jean-François Fortin Tam <nekohayo@gmail.com>
+
+       * gst/alpha/gstalpha.c:
+         alpha: improve descriptions of chroma keying-related properties and enums
+         https://bugzilla.gnome.org/show_bug.cgi?id=694374
+
+2013-02-21 15:01:15 -0500  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+         alpha: Do not override the method with custom r/g/b values
+         Depending on the order g_object_set() calls aare made, the
+         target r/g/b settings will override the method if set to
+         green/blue. Change that so we do not use the target-r/g/b values
+         unless the method is set to custom.
+         https://bugzilla.gnome.org/show_bug.cgi?id=694374
+
+2013-02-20 15:46:43 +0100  Ognyan Tonchev <ognyan@axis.com>
+
+       * gst/auparse/gstauparse.c:
+         auparse: do not leak src_caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=694275
+
+2013-02-20 21:03:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: only delay RTCP when we are a sender
+         Only delay the RTCP thread when we are a sender, which we can know because we
+         have a send_rtp_src pad. Otherwise we might delay the RTCP thread if we
+         are only a receiver and then there is no code path that wakes up the
+         RTCP thread and we end up without RTCP packets.
+
+2013-02-19 11:47:20 +0100  Benjamin Gaignard <benjamin.gaignard@linaro.org>
+
+       * configure.ac:
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Add support of dmabuf
+         v4l has add a new IOCTL to export a buffer by using dmabuf.
+         This patch allow to use this new IOTCL if it has been defined in videodev2.h
+         I introduce a new IO mode (GST_V4L2_IO_DMABUF) to enable this way of working.
+         https://bugzilla.gnome.org/show_bug.cgi?id=693826
+
+2013-02-18 20:04:05 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix up dodgy code that tries to fix up a broken moov atom
+         After gst_buffer_new_and_alloc() gst_buffer_copy_into() will likely
+         append to the already-existing memory instead of filling it.
+
+2013-02-18 16:32:13 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix potential crash on short MOOV atom
+         Don't unmap short MOOV atom buffer twice, which happened
+         in the case where we don't fix up the MOOV atom.
+         Fixes crashes when thumbnailing partial mp4 file where
+         the MOOV atom is still incomplete.
+         https://bugzilla.gnome.org/show_bug.cgi?id=694010
+
+2013-02-16 16:49:22 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/soup/Makefile.am:
+         souphttpsrc: set SOUP_VERSION_{MIN_REQUIRED,MAX_ALLOWED} to suppress deprecations with newer versions
+         https://bugzilla.gnome.org/show_bug.cgi?id=693911
+
+2013-02-16 15:47:02 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+       * ext/soup/gstsouphttpsrc.c:
+         soup: use default proxy resolver instead of deprecated GNOME proxy resolver
+         Apparently there's no reason to use it any longer. Drop libsoup-gnome
+         dependency while at it, now that we don't need anything from it any
+         more (it only consists entirely of deprecated API now anyways).
+         https://bugzilla.gnome.org/show_bug.cgi?id=693911
+
+2013-02-15 15:43:43 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/pipelines/tagschecking.c:
+         tests: fix some h264 caps
+         Doesn't fix anything in particular, but is
+         still needed here for correctness.
+
+2013-02-15 08:19:24 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/audiopanorama.c:
+         audiopanorama: remove channel-mask from caps
+         The channel-mask is only needed for channels>2 which we don't do.
+
+2013-02-15 16:21:21 +0100  Benjamin Gaignard <benjamin.gaignard@stericsson.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: don't check stride for encoded formats
+         Don't try to check the stride for encoded formats. Some drivers output
+         something != 0 and then we don't want to fail on that.
+
+2013-02-15 14:11:36 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: use g_socket_set_option() to set buffer size with newer GLib versions
+         So we have to worry less about portability.
+         https://bugzilla.gnome.org/show_bug.cgi?id=692400
+
+2013-02-14 14:13:27 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: remove sof-marker from template caps for now
+         Now that the subset check actually works, this breaks
+         things with demuxers that don't put a "sof-marker"
+         in their jpeg caps, and we don't have a good parser
+         to plug either yet.
+
+2013-02-13 12:32:10 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstjpegenc.h:
+         jpegenc: Put the SOF marker into the caps
+
+2013-02-13 12:02:46 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtp/gstrtpamrdepay.c:
+       * tests/check/elements/rtp-payloading.c:
+         rtp-payloading: Fix unit test caps and AMR depayloader sink template caps
+         Fields were missing from the actual caps, or too many fields
+         existed in the template caps.
+
+2013-02-13 11:53:01 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/aacparse.c:
+         aacparse: Fix caps used in the unit test
+         The AAC caps passed were incomplete.
+
+2013-02-13 11:49:40 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/wavpackenc.c:
+       * tests/check/elements/wavpackparse.c:
+         wavpack: Fix unit tests, width is now called depth in the caps in 1.0
+
+2013-02-12 23:31:22 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: make souphttpsrc unit test work even if http_proxy is set
+         We're testing with an http server on localhost, but don't support
+         an exception list for the http_proxy, so just unset the environment
+         variable to make sure we can run this test properly even if the
+         environment has http_proxy set.
+         Also, don't skip all tests if there is an issue with the SSL server,
+         just run the non-SSL tests then.
+         https://jenkins.qa.ubuntu.com/view/Raring/view/JHBuild%20Gnome/job/jhbuild-amd64-gst-plugins-good/
+
+2013-02-12 12:53:52 -0800  Michael Smith <msmith@rdio.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: extract codec_data for ProRes
+
+2013-02-08 01:02:10 +1100  Tim 'mithro' Ansell <mithro@mithis.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: Fixing buffer leak in gst_avi_mux_do_buffer
+         gst_avi_mux_do_buffer was leaking data from gst_collect_pads_pop.
+
+2013-02-10 15:10:32 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: correct duration for audio VBR buffers in pull mode
+
+2013-02-08 21:28:02 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: proper position reporting and push mode timestamping
+         ... and align current_total semantics in push and pull mode,
+         which tracks bytes for CBR and blocks for VBR.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691481
+
+2013-02-08 17:05:27 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: delay RTCP until first RTP packet
+         Delay sending the first RTCP packet until we have sent the first RTP packet.
+         Otherwise we will send out a Receiver Report instead of a sender report.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=691400
+
+2013-02-07 15:06:40 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: remove dead code
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=668355
+
+2013-01-29 10:48:17 +0100  Paul HENRYS <visechelle@gmail.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: forward sticky events and then set caps
+         When a new src pad is added, first forward the sticky events and then
+         set the caps on the src pad
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692786
+
+2013-02-07 14:32:26 +0100  Markovtsev Vadim <v.markovtsev at samsung.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: improve debug output
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=688935
+
+2011-09-26 14:42:51 -0700  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: rework cleanup of streams
+         Move the work of cleaning up the client streams in the free_stream
+         function. This allows us to properly clean up the client streams when we
+         remove an RTP stream as well.
+         Based on patch by Sujay <sdatar@cisco.com>
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=660156
+
+2013-02-07 11:40:35 +0100  Tim 'mithro' Ansell <gnome at mithis.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: avoid caps leak
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693307
+
+2013-02-06 17:15:11 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         jitterbuffer: do skew estimation only for new timestamps
+         Only run the skew estimation code when we have a new RTP timestamp. If we have
+         the same RTP timestamp, we simply use the previous estimation. This works
+         because the new observation with the same RTP timestamp has to have a bigger
+         receiver time and is thus not going to influence the estimation except for
+         causing more jitter.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=640023
+
+2013-02-06 13:52:26 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: only EOS when our source sends BYE
+         Only EOS when we receive a BYE event from the SSRC of our stream.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=675453
+
+2013-02-06 13:47:51 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: save the stream SSRC
+         Conflicts:
+         gst/rtsp/gstrtspsrc.c
+
+2013-02-06 13:18:18 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: flush connection when stopping
+         When we stop, we can flush all pending commands so that we can stop and
+         join the task.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684924
+
+2013-02-05 22:02:13 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/spectrum/README:
+         spectrum: remove outdates readme
+         Lets remove the readme from pre-0.1.0 that is completely irrelevant now.
+
+2013-02-05 07:32:29 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/audiopanorama.c:
+         audiopanorama: add more debug logging
+
+2013-02-05 08:26:14 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/level/level-example.c:
+         level-example. avoid taking the arrays again for each channel for clarity
+         Also introduce some blank lines for better readability and update the comments.
+
+2013-02-04 18:38:41 +0000  Rico Tzschichholz <ricotz@ubuntu.com>
+
+       * gst/audioparsers/Makefile.am:
+         audioparsers: fix typo in noinst_headers
+
+2013-02-04 11:08:23 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/audiopanorama.c:
+         audiopanorama: further port to 1.0
+         Transformcaps is not called with caps containing single structures anymore. Also add missing filter handling. Still does not negotiate though.
+
+2013-02-03 22:45:52 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/audiopanorama.c:
+         audiopanorama: fix caps
+         We don't turn float into 32bit pcm. Looks like a typo from updating the caps.
+
+2013-02-03 13:14:50 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/level/gstlevel.c:
+         level: Add missing coma between formats
+
+2013-01-31 22:55:18 +1100  Matthew Waters <ystreet00@gmail.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: fix eos timestamp check
+         fixes hang in videotestsrc num-buffers=20 ! videomixer ! fakesink
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692935
+
+2013-01-31 11:35:09 +0100  Dirk Van Haerenborgh <vhdirk@gmail.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: add support for raw monochrome 8-bit video
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692932
+
+2013-01-18 21:08:12 +0400  Alexey Chernov <achernov@neosphere.com>
+
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/cocoawindow.m:
+         osxvideosink: Make GstNavigation key input events in osxvideosink compatible with x(v)imagesink ones
+
+2013-01-29 10:30:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: avoid '...is used uninitialized'
+
+2013-01-09 13:24:49 -0500  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: set interleaved layout correctly for LPCM audio
+         https://bugzilla.gnome.org/show_bug.cgi?id=663458
+
+2013-01-08 20:45:21 -0500  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add support for LPCM fourcc (uncompressed audio in Quicktime7)
+         https://bugzilla.gnome.org/show_bug.cgi?id=663458
+
+2013-01-08 20:42:35 -0500  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: print all debug for sound sample description v2
+         https://bugzilla.gnome.org/show_bug.cgi?id=663458
+
+2013-01-08 20:14:17 -0500  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: sound sample description v2 doesn't override samples_per_packet
+         https://bugzilla.gnome.org/show_bug.cgi?id=663458
+
+2013-01-08 19:57:50 -0500  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: pass stsd data to qtdemux_audio_caps()
+         We will need that later for LPCM format support. Disable
+         QDM2 parsing of stsd data which dead code before as well
+         because data was always NULL.
+         https://bugzilla.gnome.org/show_bug.cgi?id=663458
+
+2013-01-08 19:56:46 -0500  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add len check for sound sample descriptions v1 and v2
+         https://bugzilla.gnome.org/show_bug.cgi?id=663458
+
+2013-01-28 22:42:25 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpmanager: use C89-style comments
+
+2013-01-28 18:06:15 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         gstrtpsession: Fix double-declared variable
+
+2013-01-28 17:58:20 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtp: Fix compilation errors in previous patches
+
+2011-04-28 22:59:28 +0200  Haakon Sporsheim <haakon.sporsheim@gmail.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: Ensure MT safe event handling and plug event leak.
+         https://bugzilla.gnome.org/show_bug.cgi?id=667826
+
+2011-10-17 23:45:37 +0200  Idar Tollefsen <itollefs@cisco.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: mt-safe event-push
+         By taking a ref of the sink-pad under lock, it won't dissappear
+         while the push is taking place
+         https://bugzilla.gnome.org/show_bug.cgi?id=667816
+
+2012-01-04 10:29:45 +0100  Pascal Buhler <pabuhler@cisco.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Safely push on pads that might be removed due to a RTCP BYE
+         https://bugzilla.gnome.org/show_bug.cgi?id=667815
+
+2013-01-28 20:42:26 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From a942293 to 2de221c
+
+2013-01-28 11:54:54 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/gstsbcparse.c:
+         sbcparse: init some variables to avoid bogus compiler warnings
+
+2013-01-28 12:41:04 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+         rtpdepay: remove payload type restrictions
+         Remove the pt restrictions for all the depayloaders that have an
+         encoding-name. We can use this to autoplug decoders.
+         Remove the encoding-name for all the payloaders with a fixed payload
+         type.
+         We now either have an encoding-name or a pt in the sinkpad caps of
+         a depayloader.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=639292
+
+2013-01-28 12:23:41 +0100  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+         rtp: remove payload requirements from selected depayloaders
+         encoding name is required in the caps and is a better fit for autoplugging than
+         the pt value. Hardware manufacturers have a bad habit of skimming through RFCs
+         and in this case; use unassigned numbers for encoders instead of dynamic
+         numbers.
+         In essence, this patch will add support for a lot of Bosch hardware encoders
+         without breaking autoplugging.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=639292
+
+2013-01-27 10:17:59 +0530  B.Prathibha <bosslinux@cdac.in>
+
+       * tests/examples/jack/jack_client.c:
+       * tests/examples/rtp/server-alsasrc-PCMA.c:
+       * tests/icles/ximagesrc-test.c:
+         tests: use g_timeout_add_seconds instead of g_timeout_add
+         https://bugzilla.gnome.org/show_bug.cgi?id=692615
+
+2013-01-27 12:54:15 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: push mode: only parse moov 1 once
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691570
+
+2013-01-26 22:58:29 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: fix compiler warning
+         gstrtpdtmfsrc.c: In function 'gst_dtmf_src_prepare_message.isra.1':
+         gstrtpdtmfsrc.c:669:3: error: 's' may be used uninitialized in this function
+
+2013-01-25 21:06:05 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         rtpdtmfdepay: Fix missing work in doc
+
+2013-01-24 21:00:08 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * tests/check/elements/dtmf.c:
+         tests: Add test for rtpdtmfdepay and rtpdtmfsrc
+
+2013-01-25 20:39:33 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: Post the messages after the clock wait
+         This way, the messages will be closer in time to when the packets are sent out
+
+2013-01-25 20:37:53 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: Only set the duration when starting to send
+         The duration depends on the clock rate, which could change due to renegotiation
+
+2013-01-25 20:37:09 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: remove "ssrc" from caps
+         ssrc is uint and we don't have a uint range type
+
+2013-01-24 21:08:51 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/isomp4/atoms.h:
+         qtmux: set language to 'undefined' instead of English by default
+
+2013-01-23 21:35:25 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/ximageutil.c:
+       * sys/ximage/ximageutil.h:
+         ximagesrc: Set the pixel aspect ratio correctly in the caps
+
+2013-01-08 08:56:45 +0100  Sjoerd Simons <sjoerd@luon.net>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Re-enable prepare-format emission
+         With the port to gstreamer 1.0 the prepare-format signal stopped being
+         emitted. Start emitting this again for use in uvch264src.  While there
+         change the emission to include the caps for extra flexibility instead of
+         fource, width, height.
+         https://bugzilla.gnome.org/show_bug.cgi?id=692042
+
+2013-01-22 18:12:10 +0100  Benjamin Gaignard <benjamin.gaignard@st.com>
+
+       * autogen.sh:
+         autogen.sh: allow calling from out-of-tree
+         Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=692309
+
+2013-01-22 19:26:09 +0100  Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+       * gst/audioparsers/gstsbcparse.c:
+         audioparsers: sbc: fix bogus compiler warning
+         gst-plugins-good/gst/audioparsers/gstsbcparse.c: In function 'gst_sbc_parse_handle_frame':
+         gst-plugins-good/gst/audioparsers/gstsbcparse.c:210:32: error: 'ch_mode' may be used uninitialized i
+
+2013-01-19 13:27:48 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: don't error out if pa_stream_proplist_update() with new tags fails
+         Shouldn't really happen these days, but if it does, it's not really
+         a problem either.
+         https://bugzilla.gnome.org/show_bug.cgi?id=656068
+
+2013-01-16 18:01:23 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: skip souphttpsrc tests if there is no local http server to use
+         Skip tests if the server couldn't be started or we can't connect
+         to it for some reason (e.g. draconic build bot environments).
+
+2013-01-16 14:32:56 +0100  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * gst/audioparsers/gstsbcparse.c:
+         autoparsers: use appropriate printf format for gsize
+
+2013-01-15 15:05:43 +0100  Martin Pitt <martinpitt@gnome.org>
+
+       * tests/check/Makefile.am:
+         tests: use _1_0 variants for the various registry variables
+         These override the variants without version suffix. Makes 'make check' work
+         properly in environments that set the suffixed variant for 1.0, such as
+         jhbuild.
+
+2013-01-11 19:24:43 +0400  Alexey Chernov <achernov@neosphere.com>
+
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: Fix crash in osxvideosink with external window output
+
+2013-01-16 12:04:59 +0400  Alexey Chernov <achernov@neosphere.com>
+
+       * sys/osxvideo/cocoawindow.m:
+         osxvideosink: Make GstGLView propagate input events to its parent view
+         Fixes bug #691832
+
+2013-01-16 10:19:36 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: update some fields in the caps to their new name
+         and to match the parser. "mode" got renamed to "channel-mode"
+         and "allocation" to "allocation-method".
+
+2013-01-15 17:44:33 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+         docs: add sbcparse and rtpsbcpay to plugin docs
+
+2013-01-15 17:38:24 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/Makefile.am:
+       * gst/audioparsers/gstsbcparse.c:
+       * gst/audioparsers/gstsbcparse.h:
+       * gst/audioparsers/plugin.c:
+         audioparsers: add SBC audio parser
+         From-scratch rewrite, the bluez one was useless and broken.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690582
+
+2013-01-15 15:05:04 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From a72faea to a942293
+
+2013-01-10 12:38:13 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsbcpay.h:
+         rtp: import rtpsbcpay from bluez and port to 1.0
+         Compiles, but not tested yet (sbc elements still need to be ported).
+         https://bugzilla.gnome.org/show_bug.cgi?id=690582
+
+2013-01-09 19:59:16 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/Makefile.am:
+       * gst/dtmf/gstdtmf.c:
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfdetect.h:
+       * gst/dtmf/tone_detect.c:
+       * gst/dtmf/tone_detect.h:
+         dtmf/spandsp: Move dtmfdetect to use libspandsp
+         Remove our copy of the tone_detect.c file and use the original
+         from libspandsp. Also move the element to the spandsp plugin.
+
+2011-02-13 17:51:45 -0800  Marcel Holtmann <marcel@holtmann.org>
+
+       * gst/rtp/gstrtpsbcpay.h:
+         rtpsbcpay: Remove workaround for compiler warnings
+
+2010-05-19 16:59:30 +0200  Marcel Holtmann <marcel@holtmann.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: Add pragma based workaround for GStreamer warnings
+
+2010-01-01 17:08:17 -0800  Marcel Holtmann <marcel@holtmann.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsbcpay.h:
+         rtpsbcpay: Update copyright information
+
+2009-01-30 00:31:15 +0100  Marcel Holtmann <marcel@holtmann.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: Fix signed/unsigned comparison issue within GStreamer plugin
+
+2009-01-01 19:33:20 +0100  Marcel Holtmann <marcel@holtmann.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsbcpay.h:
+         rtpsbcpay: Update copyright information
+
+2008-12-23 05:25:50 +0100  Marcel Holtmann <marcel@holtmann.org>
+
+       * gst/rtp/gstrtpsbcpay.h:
+         rtpsbcpay: First attempt in fixing compiler warnings (still needs cleanup)
+
+2008-12-20 21:42:49 +0200  Johan Hedberg <johan.hedberg@nokia.com>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: More coding style fixes
+
+2008-02-29 19:37:15 +0000  Luiz Augusto von Dentz <luiz.dentz@openbossa.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: Remove possible extra memcpy for gstreamer plugin.
+
+2008-02-28 19:38:53 +0000  Luiz Augusto von Dentz <luiz.dentz@openbossa.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: Fix bug sending empty packages and remove a buffer copy.
+
+2008-02-20 13:37:00 +0000  Luiz Augusto von Dentz <luiz.dentz@openbossa.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: Fix runtime warnings of gstreamer plugin.
+
+2008-02-19 19:49:24 +0000  Luiz Augusto von Dentz <luiz.dentz@openbossa.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: Update gstreamer plugin to use new sbc API.
+
+2008-02-02 03:37:05 +0000  Marcel Holtmann <marcel@holtmann.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsbcpay.h:
+         rtpsbcpay: Update copyright information
+
+2008-01-30 14:21:43 +0000  Luiz Augusto von Dentz <luiz.dentz@openbossa.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: Fixes gstreamer caps and code cleanup.
+
+2008-01-24 14:25:29 +0000  Luiz Augusto von Dentz <luiz.dentz@openbossa.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+         rtpsbcpay: Fix gtreamer payloader sending fragmented frames.
+
+2008-01-23 19:17:33 +0000  Luiz Augusto von Dentz <luiz.dentz@openbossa.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsbcpay.h:
+         rtpsbcpay: Fix use of gstreamer plugin with rhythmbox and banshee and rtp timestamps.
+
+2008-01-23 13:14:02 +0000  Luiz Augusto von Dentz <luiz.dentz@openbossa.org>
+
+       * gst/rtp/gstrtpsbcpay.c:
+       * gst/rtp/gstrtpsbcpay.h:
+         rtpsbcpay: Make a2dpsink to act like a bin and split the payloader.
+
+2013-01-08 16:27:42 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtp: small improvements
+
+2013-01-07 15:50:33 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: refactor handle sync code
+         Move the code that combines the last SR packet and the current jitterbuffer sync
+         values into a sync structure, into its own function. We want to reuse this bit
+         later.
+
+2013-01-07 15:45:10 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtp: include downstream latency in SR calculations
+         When we make a mapping between an RTP timestamp and an NTP timestamp, include
+         the downstream latency applied to the sinks. This makes it possible to have
+         both sinks run with different latencies and still have correct sync on the
+         client. It also is more correct because the RTP timestamp in the SR report will
+         actually correspond more closely to the NTP time it was sent on the server.
+         For pipelines with high latency on the sender side, this actually allows a
+         GStreamer receiver to perform synchronisation instead of dropping the RTCP
+         packets.
+
+2013-01-07 14:25:14 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: don't cast event functions
+         There is no need to cast the event functions and only causes problems later when
+         we change the signature later and things silently compiles wrong code.
+
+2013-01-07 14:23:34 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtp: more debug
+
+2013-01-07 14:22:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: improve debug
+
+2013-01-02 00:03:27 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: sanity check size of available packet data for reading to avoid memory waste
+         On Windows and OS/X, _get_available_bytes() may not return the size
+         of the next pending packet, but the size of all pending packets in
+         the kernel-side buffer, which might be rather large depending on
+         configuration. Sanity-check the size returned by _get_available_bytes()
+         to make sure we never allocate more memory than the max. size for
+         a packet, if it's an IPv4 socket.
+         https://bugzilla.gnome.org/show_bug.cgi?id=610364
+
+2013-01-04 10:03:32 +0100  Robert Krakora <rob.krakora@messagenetsystems.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: Also handle the new ENOENT return value of VIDIOC_QUERYCTRL
+         https://bugzilla.gnome.org/show_bug.cgi?id=691098
+
+2013-01-01 19:14:36 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: add test for souphttpsrc error handling with data
+         https://bugzilla.gnome.org/show_bug.cgi?id=678429
+
+2012-06-22 21:56:52 +0000  Norbert Waschbuesch <nwaschbu@opentv.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: error out properly when receiving data along with an error status
+         When receiving an error code from the http server, such as 404,
+         data might be sent along with it, like a web page. We don't want
+         to output that data in this case, and we also want to pass the
+         FLOW_ERROR return back to the base class, so it can stop properly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=678429
+
+2013-01-01 12:20:20 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+         docs: update for new rtspsrc proxy-id and proxy-pw properties
+
+2013-01-01 12:19:23 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-cairo.xml:
+         docs: fix docs build and update after removal of old cairo elements
+
+2013-01-01 12:12:02 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/cairo/Makefile.am:
+       * ext/cairo/gstcairo.c:
+       * ext/cairo/gstcairorender.c:
+       * ext/cairo/gstcairorender.h:
+       * ext/cairo/gsttextoverlay.c:
+       * ext/cairo/gsttextoverlay.h:
+       * ext/cairo/gsttimeoverlay.c:
+       * ext/cairo/gsttimeoverlay.h:
+         cairo: remove old cairo-based text renderering element
+         They haven't worked well or at all in a very long time
+         and were rather bit-rotten, and there's no need for them
+         any more.
+
+2013-01-01 11:52:09 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+       * ext/cairo/.gitignore:
+       * ext/cairo/Makefile.am:
+       * ext/cairo/gstcairo-marshal.list:
+       * ext/cairo/gstcairo.c:
+       * ext/cairo/gstcairooverlay.c:
+       * ext/cairo/gstcairooverlay.h:
+       * tests/examples/Makefile.am:
+       * tests/examples/cairo/Makefile.am:
+       * tests/examples/cairo/cairo_overlay.c:
+         cairo: port cairooverlay to 0.11
+         The other elements are not that interesting now that we're
+         using pangocairo in the pango plugin, and should probably
+         just be removed.
+
+2012-12-31 18:59:18 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
+         examples: check for uri argument in decodebin-h264p-amr server example
+         Otherwise people get a rather confusing error message.
+
+2012-12-31 00:22:27 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: add "proxy-id" and "proxy-pw" properties
+         to match souphttpsrc. user/password passed via the URI
+         will still take precedence though.
+         https://bugzilla.gnome.org/show_bug.cgi?id=395427
+
+2012-12-25 16:48:43 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * sys/oss4/oss4-sink.c:
+         oss4sink: notify "volume" property on open to make apps query initial volume
+         The initial volume might not be the property default, so
+         emit a notify on the volume property to make apps get
+         an up-to-date reading of the current volume.
+         https://bugzilla.gnome.org/show_bug.cgi?id=631053
+
+2012-12-20 17:12:30 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix cmd comparison
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=690476
+
+2012-12-20 17:12:20 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: add some more debug
+
+2012-12-20 16:44:24 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/raw1394/gst1394clock.c:
+         1394clock: mark our clock type as OTHER
+
+2012-12-20 16:15:13 +0100  Jonas Holmberg <jonashg@axis.com>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: add jpegpay unit test
+         See also https://bugzilla.gnome.org/show_bug.cgi?id=684955
+
+2012-12-20 15:55:02 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstjpegenc.h:
+         jpegenc: pass flowreturn upstream
+
+2012-09-27 15:42:56 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay: handle width and height > 2040
+         If width or height is greater than 2040 set width and height to zero in
+         the rtp header and add x-dimensions to outcaps.
+         Solves #684955
+
+2012-12-20 13:03:41 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: cleanup in flag define
+
+2012-12-20 13:02:57 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: improve debug
+
+2012-12-18 15:56:59 +0100  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * ext/wavpack/gstwavpackenc.c:
+         wavpack: use appropriate printf format for gsize
+
+2012-12-18 15:55:43 +0100  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * ext/taglib/gstid3v2mux.cc:
+         taglib: use appropriate printf format for gsize
+
+2012-12-18 15:54:08 +0100  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+         gdkpixbuf: use appropriate printf format for gsize
+
+2012-12-18 15:51:46 +0100  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         rtp: use appropriate printf format for gsize
+
+2012-12-18 15:46:56 +0100  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: use appropriate printf format for gsize
+
+2012-12-17 16:35:56 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+         interleave: set src pad caps upon last sink pad CAPS event
+         Gather caps on all sink pads before setting the src pad caps. This is
+         specially needed when the audio channel mapping is set on the sink
+         pads and the element needs to preserve it on its src pad.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690267
+
+2012-12-17 22:55:12 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: skip empty tags
+         instead of trying to add tags with empty strings, which
+         causes criticals at runtime.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690358
+
+2012-12-17 15:17:12 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: Make sure the caps are actually writable before changing them
+
+2012-12-17 15:01:02 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: Use the peer caps for restrictions instead of the srcpad allowed caps
+         Otherwise we will intersect with the srcpad template caps and add all the caps fields
+         that the parser will ever set, no matter if downstream restricts this field or not.
+         This requires upstream to set this field on the caps to successfully negotiate.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690184
+
+2012-12-14 22:25:08 +0000  Koop Mast <kwm@rainbow-runner.nl>
+
+       * configure.ac:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: Teach where the videodev2.h header lives on freebsd.
+         https://bugzilla.gnome.org/show_bug.cgi?id=690233
+
+2012-12-16 23:27:41 +0000  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: set appropriate block header flag for VP8 invisible frames
+         Useful for debugging mostly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654259
+
+2012-12-16 15:25:03 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         docs: add rtpmux and rtpdtmfmux to plugin docs
+         https://bugzilla.gnome.org/show_bug.cgi?id=629117
+
+2012-12-16 15:13:38 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtpmanager/gstrtpmanager.c:
+       * gst/rtpmanager/gstrtpmuxer.c:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+         rtpmanager: move rtpmux and rtpdtmfmux elements from -bad
+         https://bugzilla.gnome.org/show_bug.cgi?id=629117
+
+2012-11-03 20:38:00 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpdtmfmux.h:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+       * gst/rtpmanager/gstrtpmuxer.c:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: Fix FSF address
+         https://bugzilla.gnome.org/show_bug.cgi?id=687520
+
+2012-10-17 17:34:26 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Use gst_element_class_set_static_metadata()
+         where possible. Avoids some string copies. Also re-indent
+         some stuff. Also some indent fixes here and there.
+
+2012-09-10 20:38:14 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: Misc fix for 0.11
+         Convert the incoming caps before proxying them
+         Clear the last_pad when going to ready
+         tests: Implement accept_caps, don't leak event
+
+2012-07-17 16:39:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: update for RTP buffer api changes
+
+2012-04-05 18:02:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmuxer.c:
+         rtpmux: Update for GST_PLUGIN_DEFINE() API changes
+
+2012-04-02 11:07:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: fix compilation
+
+2012-03-11 19:06:59 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: fix for caps api changes
+
+2012-01-26 06:58:46 -0500  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Fix compiler warnings
+
+2012-01-29 18:01:05 +0000  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Unref non-forwarded events
+         Also, don't unref forwarded ones
+
+2012-01-28 16:57:03 +0000  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: resync iterator on resync
+
+2012-01-27 12:08:52 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: Re-push sticky events on input pad change
+
+2012-01-25 15:43:01 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Don't leak gvalue from iterator
+
+2012-01-25 16:46:44 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: more porting
+
+2012-01-24 14:20:52 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: port to 0.11
+
+2011-11-04 12:22:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: make request pads take _%u
+
+2011-04-14 14:34:26 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpdtmfmux: Add last-stop to dtmf-event upstream events
+         Add the running time of the last outputted buffer to the
+         upstream "dtmf-event" events so that the dtmf source does not
+         leave a gap.
+
+2010-11-25 19:21:11 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Remove dead assignments
+
+2010-10-19 13:43:14 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: add missing G_PARAM_STATIC_STRINGS flags
+         Canonicalize property names as needed.
+
+2010-09-30 16:07:29 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Improve documentation
+         Add an example pipeline, and try to explain a bit more what it does.
+
+2010-09-24 13:29:55 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: remove unused variable
+
+2010-09-24 13:25:22 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: remove unused signal boilerplate
+
+2010-09-24 13:24:48 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: no need to ref pad in _chain()
+
+2010-08-25 22:56:03 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Unlock the right mutex
+         The mutex locked is for the 'mux' object, but we unlock the
+         pad, which means that if the rtpmux gets a flush, then the
+         object lock will stay locked forever, causing it to freeze
+         the next time it tries to take it.
+         Fixes bug #627991
+
+2010-07-01 15:19:12 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: Add support for GstBufferList
+         Factor out most of the buffer handling and implement a chain_list
+         function. Also, the DTMF muxer has been modified to just have a
+         function to accept or reject a buffer instead of having to subclass
+         both chain and chain_list.
+
+2010-07-01 15:15:49 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Don't leak invalid buffers
+
+2010-06-03 10:43:20 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpmux: fix missing debug log message argument
+
+2010-05-10 18:37:55 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: Add some debug messages
+
+2010-05-07 18:56:57 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpdtmfmux.h:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpdtmfmux: Remove stream-lock event handling
+
+2010-05-07 18:54:49 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: Update doc for simplification
+
+2010-05-07 18:40:30 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * tests/check/elements/rtpmux.c:
+         tests: Change tests to not use the priority pads instead of the events
+
+2010-05-06 19:51:59 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpdtmfmux.h:
+         rtpdtmfmux: Drop buffers on non-priority sinks when something is incoming on the priority sink
+
+2010-05-06 18:11:40 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpdtmfmux: Add priority sink pads
+
+2010-05-07 17:15:47 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: Cleanup event function
+
+2010-05-07 16:42:22 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+       * tests/check/elements/rtpmux.c:
+         rtpmux: Aggregate incoming segments
+
+2010-05-06 19:09:48 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: Update documentation
+
+2010-05-06 18:10:45 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: Simplify request pad creation
+
+2010-03-21 21:39:18 +0100  Benjamin Otte <otte@redhat.com>
+
+       * tests/check/elements/rtpmux.c:
+         Add -Wmissing-declarations -Wmissing-prototypes to configure flags
+         And fix all warnings
+
+2010-03-18 17:30:26 +0100  Benjamin Otte <otte@redhat.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: gst_element_class_set_details => gst_element_class_set_details_simple
+
+2009-11-18 16:38:33 +0100  unknown <havard.graff@.eu.tandberg.int>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: update the current_ssrc from the caps
+         Fixes #604101
+
+2009-12-09 14:42:21 +0100  Håvard Graff <havard.graff@tandberg.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: release pads when disposing
+         Because of an allocated priv (GstRTPMuxPadPrivate), the element will
+         leak memory if not gst_rtp_mux_release_pad() is called. This would
+         previously only happen if release_request_pad() was called explicitly,
+         somthing that should not be neccesary.
+         Fixes #604099
+
+2009-12-09 13:40:43 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         dtmfmux: method name cleanups
+
+2009-10-08 19:06:26 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * tests/check/elements/rtpmux.c:
+         tests: Add test for rtpdtmfmux locking
+
+2009-09-28 19:54:53 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * tests/check/elements/rtpmux.c:
+         tests: Add unit test for rtpmux
+
+2009-09-28 13:36:44 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Don't ignore requested pad name
+
+2009-07-29 17:23:31 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Remove empty finalize
+
+2009-07-21 15:31:33 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Free the pad private data on pad release
+         Free the pad private data on pad release instead of using a weak ref,
+         which is not thread safe. Also, lock the content of the pad private using the element's
+         object lock.
+
+2009-04-28 16:10:21 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Reject wrong caps
+
+2009-04-28 16:03:19 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Fix leak Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>
+
+2009-04-28 15:58:41 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Fix leak
+         Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>
+
+2009-04-22 18:01:07 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Fix warning
+
+2009-04-20 20:00:15 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Set different caps depending on the input
+
+2009-04-22 16:25:07 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Only free pad private when pad is disposed
+
+2009-04-20 18:41:39 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Remove useless caps mangling
+
+2009-04-20 18:36:42 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Rename variable for more clarity
+
+2009-04-20 17:43:39 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Use GST_BOILERPLATE
+
+2009-04-20 17:42:40 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpdtmfmux.h:
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Do the includes locally
+
+2009-04-15 13:23:01 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Add GST_DEBUG_FUNCPTRs
+
+2009-04-15 13:15:55 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: Release locked pad on release_pad
+         Release the special pad if the pad is removed from the muxer.
+
+2009-04-15 13:09:27 -0400  Laurent Glayal <spglegle@yahoo.fr>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpdtmfmux: Release special on pad dispose
+         Fixes #577690
+
+2009-02-25 11:45:05 +0200  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+         docs: various doc fixes
+         No short-desc as we have them in the element details.
+         Also keep things (Makefile.am and sections.txt) sorted.
+         Reword ambigous returns. No text after since please.
+
+2009-02-10 17:02:24 +0000  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmuxer.c:
+         rtpmux: Move rtpmux from gst-plugins-farsight to -bad
+
+2009-02-20 17:45:50 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpdtmfmux.h:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+       * gst/rtpmanager/gstrtpmuxer.c:
+         rtpmux: Re-indent to Gst style
+
+2009-02-10 19:11:15 +0000  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Document rtp muxer a bit
+
+2009-02-20 13:30:49 -0500  Laurent Glayal <spglegle@yahoo.fr>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpdtmfmux.h:
+         rtpmux: Add signals before stream lock and after unlocking
+
+2009-02-18 20:18:46 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Let ssrc through getcaps
+
+2009-02-18 19:58:58 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Rename have_base to have_ts_base
+
+2009-02-18 18:14:52 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: Protect the seqnum with object lock in rtpmux
+
+2009-02-18 18:07:44 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: Remove unused sink_ts_base
+
+2009-02-18 15:20:58 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Have getcaps to force the same clockrate on all pads
+
+2009-02-18 17:05:13 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Validate RTP data in RTP Mux
+
+2009-02-18 14:16:00 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: Remove unused clock-rate property
+
+2009-02-18 13:56:36 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpdtmfmux.h:
+         rtpmux: Clarify locking in rtpdtmfmux
+
+2009-02-18 13:32:56 -0500  Laurent Glayal <spglegle@yahoo.fr>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Missing format parameter
+
+2008-12-01 17:55:22 -0500  Håvard Graff <havard.graff@tandberg.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Update seqnum base in rtp muxer
+         With help from Wim
+
+2008-12-01 17:54:58 -0500  Håvard Graff <havard.graff@tandberg.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Fix some more leaks
+
+2008-12-01 17:48:29 -0500  Håvard Graff <havard.graff@tandberg.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpmux: Fix leak
+
+2008-09-29 15:03:05 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Don't unref caps we don't know (thanks Wim)
+
+2008-08-12 12:48:02 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Put per-buffer debug at level LOG
+
+2008-08-12 12:47:14 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Make debug print accurate
+
+2008-08-12 12:46:23 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Set our caps on the buffers
+
+2008-08-12 12:46:07 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Take the clock-base stored from the last setcaps
+
+2008-08-12 12:41:59 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Store the clock-base on setcaps
+
+2008-08-12 12:30:52 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Add padprivate to the request pads
+
+2008-08-11 21:20:06 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Make indentation more correct
+
+2008-08-11 21:05:34 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Fix typo
+
+2008-08-11 21:03:22 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Set seqnum-base and clock-base in caps from rtpmuxer
+
+2007-08-15 13:50:38 +0000  Zeeshan Ali <first.last@nokia.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpmux: more debug
+         20070815135038-f3f1e-9c7a5490a525c6e8753cb1b8c03354df99132b5c.gz
+
+2007-08-20 18:50:32 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: missing comment
+         20070820185032-4f0f6-0ab67b6ac40dd4e35a8fe53f3cb6daff65ce43b9.gz
+
+2007-07-12 19:53:36 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Make buffer writable before writing into it
+         20070712195336-3e2dc-91a5fb797cfa4919d4e2f9a728c6d6fbd3b83d93.gz
+
+2007-07-06 20:24:59 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Set pads active when adding them to a potentially running element
+         20070706202459-3e2dc-a3731f885725594def0a7be997fc7b3a739ee967.gz
+
+2007-06-07 12:01:21 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Fix multiple ref leaks (patches by SP GLE)
+         20070607120121-3e2dc-061e9ef7a47b1b84fa8f8092f4b8bcc0e6db8c8c.gz
+
+2007-05-28 15:25:05 +0000  Zeeshan Ali <first.last@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: send event to all src pads
+         20070528152505-f3f1e-039216c73dc93f64c49962c77a0253cb9cfec4d3.gz
+
+2007-05-28 12:37:49 +0000  Zeeshan Ali <first.last@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: print a warning if receive an error iterating sinkpads
+         20070528123749-f3f1e-4c1eb3f511b5610143610a65a94d117f2c3d2580.gz
+
+2007-05-28 12:28:08 +0000  Zeeshan Ali <first.last@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: deal with all the gst_iterator_next() return values
+         20070528122808-f3f1e-d301644c3be7633ec6dc5e28596e9346d2da6a50.gz
+
+2007-05-25 12:31:16 +0000  Zeeshan Ali <first.last@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Return correct value from the event handler
+         20070525123116-f3f1e-131b37b5f4521618fe2f1320409a47e65b35ad2d.gz
+
+2007-05-25 10:27:09 +0000  Zeeshan Ali <first.last@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Ville's original patch to fix the traversal of dtmf event
+         20070525102709-f3f1e-6c41d1ef934068a4f4e810e7e981b420075b0c98.gz
+
+2007-03-29 13:52:50 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Set the correct ts-offset on the get_prop value
+         20070329135250-65035-a43e222d91d57c0a61cb3287586aaa29abf78674.gz
+
+2007-03-29 13:52:23 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Refactorize state_change
+         20070329135223-65035-23a0107b2e397710f035c6e88cc0e49b65bb4d5d.gz
+
+2007-03-29 13:36:22 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: set SSRC on the packets
+         20070329133622-65035-1be6e0aa85a71389f7d257b9cd3e13a73d6b745b.gz
+
+2007-03-29 13:19:36 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Code clean-up and more debug output
+         20070329131936-65035-9d499e209e0d7a409c3aa0d1040778babf076179.gz
+
+2007-03-28 11:22:19 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: Use own clock-base
+         20070328112219-65035-1ba5fefbc65059e9b0c860528a31062ceb6a7331.gz
+
+2007-03-23 16:31:39 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: Only accept RTP streams that have the same clock-rate
+         20070323163139-65035-fc0b17b0b8a7a041f48994c4f26e96568168bf95.gz
+
+2007-03-22 16:15:52 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpmux: Some more code-cleanups
+         20070322161552-65035-bda96165e146b4f1d5fea1cc9576a7ab3abebc9e.gz
+
+2007-03-22 15:42:51 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: return newpad instead of NULL and warn if failed to create a pad
+         20070322154251-65035-cdb6651e61c2eb0205cc8c24693b43f98a2da718.gz
+
+2007-03-22 12:41:32 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Refactorize the RTPMux code
+         20070322124132-65035-0a3278147546e33f687097a43b775b3f6aa99f93.gz
+
+2007-03-22 12:14:53 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpmux: Some more doc fixing
+         20070322121453-65035-12d602272217b51bd97df4e5790024c399622dd3.gz
+
+2007-03-22 11:32:28 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpmux: More Refactoring
+         20070322113228-65035-bae34a79599e7de5293ed77b022361ccff822bb9.gz
+
+2007-03-22 11:31:54 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpmux: More documentation
+         20070322113154-65035-624850541a5b5fc3df231204be5a83d07239db28.gz
+
+2007-03-21 16:33:11 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+         rtpmux: Refactor the event handler function
+         20070321163311-65035-987e7f25d1ab5335b79f44b277abf15e4e37d317.gz
+
+2007-03-21 14:52:44 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpdtmfmux.c:
+       * gst/rtpmanager/gstrtpdtmfmux.h:
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+       * gst/rtpmanager/gstrtpmuxer.c:
+         rtpmux: Add RTPDTMFMux element
+         20070321145244-65035-9a01390b0dee3398e53199a1fa1d9352004f338e.gz
+
+2007-03-21 12:31:49 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+       * gst/rtpmanager/gstrtpmux.h:
+         rtpmux: Remove DTMF-specific code from RTP muxer and make it extendable
+         20070321123149-65035-b8a8f55ff78eed8cbb0042e827885edfc5438242.gz
+
+2007-03-20 12:05:24 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Put more helpful description
+         20070320120524-65035-db27a7cf6307b511aeb3d996d26e790e367a7bad.gz
+
+2007-03-16 15:16:41 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: remove the (commented-out) code for blocking the pads
+         20070316151641-65035-0123af387951f88594797c722e882cfe70240aff.gz
+
+2007-03-16 13:14:44 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Drop buffers instead of blocking the sinkpads
+         20070316131444-65035-9c1345ad96108881f455d4b55a7f623cd302d0ed.gz
+
+2007-03-14 17:16:18 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Implement stream locking, needed for DTMF
+         20070314171618-65035-e4d24b1606ce0a3e2e739f01833f61e4d7555eac.gz
+
+2007-03-14 10:20:58 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: use GST_*_OBJECT instead of g_*
+         20070314102058-65035-e2442888f2e3e5a3a7659ad7954a4fba34749ce2.gz
+
+2007-03-14 10:18:54 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: No need to manage pads, parent does that for us
+         20070314101854-65035-ef5f4abde227102a1128835ab325905eae4c3726.gz
+
+2007-03-14 09:03:58 +0000  zeenix@gmail.com <zeenix@gmail.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: Fix copyright header
+         20070314090358-d014a-3a6d3eeeaaf5cb8ca3bca6a33e99a551f598bd48.gz
+
+2007-03-07 08:53:07 +0000  zeeshan.ali@nokia.com <zeeshan.ali@nokia.com>
+
+       * gst/rtpmanager/gstrtpmux.c:
+         rtpmux: The first implementation of RTP muxer
+         20070307085307-65035-833402413f99cb3f8be4883e92bad4c8722510c9.gz
+
+2012-12-15 21:27:01 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/audiofx/gstscaletempo.c:
+       * gst/audiofx/gstscaletempo.h:
+         scaletempo: no need for a private struct
+
+2012-12-14 15:13:31 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+         docs: update plugin docs
+
+2012-12-14 15:13:19 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+         docs: add scaletempo to docs
+
+2012-11-06 13:36:39 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audiofx/Makefile.am:
+       * gst/audiofx/audiofx.c:
+         audiofx: move scaletempo element from -bad
+         https://bugzilla.gnome.org/show_bug.cgi?id=687262
+
+2012-10-23 14:33:21 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Fix event leak
+
+2012-10-23 14:32:24 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Fix timestamp tracking
+
+2012-10-23 14:06:37 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Implement LATENCY query
+
+2012-10-23 13:39:17 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempo.c:
+       * gst/audiofx/gstscaletempo.h:
+         scaletempo: Store instance private data in the instance struct
+         Getting it over and over again via G_TYPE_INSTANCE_GET_PRIVATE()
+         is really slow.
+
+2012-10-17 17:34:26 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: use gst_element_class_set_static_metadata()
+         where possible. Avoids some string copies. Also re-indent
+         some stuff. Also some indent fixes here and there.
+
+2012-09-14 17:08:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: replace gst_element_class_set_details_simple with gst_element_class_set_metadata
+
+2012-09-14 16:45:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: ffmpegcolorspace is no more
+
+2012-04-05 18:02:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempoplugin.c:
+         scaletempo: Update for GST_PLUGIN_DEFINE() API changes
+
+2012-03-18 18:32:55 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: port to 0.11
+
+2011-07-07 10:52:50 -0700  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: improve the docs
+         Fix the syntax, add more explanation and xref the properties.
+
+2011-03-22 13:46:42 +0100  Chris E Jones <chris@chrisejones.com>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Correctly handle newsegment events with stop==-1
+         Fixes bug #645420.
+
+2010-10-19 13:43:14 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: add missing G_PARAM_STATIC_STRINGS flags
+         Canonicalize property names as needed.
+
+2010-03-18 17:30:26 +0100  Benjamin Otte <otte@redhat.com>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: gst_element_class_set_details => gst_element_class_set_details_simple
+
+2009-11-05 13:40:38 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: properly update new segments
+         Scaletempo was missing an update of 'stop' in
+         new segment parameters when pushing it downstream,
+         which caused files to end earlier when rate < 1.
+         Fixes #599903
+         Based on patch by: Bastian Hecht <hechtb@gmail.com>
+
+2009-06-14 20:00:51 +0200  Maximilian Högner <pbmaxi@hoegners.de>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Explicitely cast to signed integers to fix a segfault
+         Fixes bug #585660.
+
+2009-02-13 12:18:48 -0800  Michael Smith <msmith@songbirdnest.com>
+
+       * gst/audiofx/gstscaletempo.c:
+         scaletempo: Do not use void pointer arithmetic.
+
+2008-10-30 12:13:18 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         scaletempo: Return the result of parent_class->event()
+         Original commit message from CVS:
+         * gst/audiofx/gstscaletempo.c:
+         Return the result of parent_class->event().
+
+2008-08-31 12:20:33 +0000  Rov Juvano <rovjuvano@users.sourceforge.net>
+
+         Add scaletempo plugin, which allows to scale the speed of audio without changing the pitch by handling seeks with a r...
+         Original commit message from CVS:
+         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
+         * configure.ac:
+         * docs/plugins/Makefile.am:
+         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
+         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+         * docs/plugins/inspect/plugin-scaletempo.xml:
+         * examples/scaletempo/Makefile.am:
+         * examples/scaletempo/demo-gui.c: (pop_status_bar),
+         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
+         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
+         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
+         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
+         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
+         (demo_gui_do_play_pause), (demo_gui_do_open_file),
+         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
+         (demo_gui_do_about_dialog), (demo_gui_do_quit),
+         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
+         (demo_gui_request_set_search), (demo_gui_rate_changed),
+         (demo_gui_playing_started), (demo_gui_playing_paused),
+         (demo_gui_playing_ended), (demo_gui_player_errored),
+         (demo_gui_stride_changed), (demo_gui_overlap_changed),
+         (demo_gui_search_changed), (demo_gui_set_player_func),
+         (demo_gui_set_playlist_func), (build_gvalue_array),
+         (create_action), (demo_gui_show_func), (demo_gui_set_player),
+         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
+         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
+         (demo_gui_get_type):
+         * examples/scaletempo/demo-gui.h:
+         * examples/scaletempo/demo-main.c: (handle_error_message),
+         (handle_quit), (main):
+         * examples/scaletempo/demo-player.c: (no_pipeline),
+         (demo_player_event_listener), (demo_player_state_changed_cb),
+         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
+         (demo_player_scale_rate_func), (demo_player_set_rate_func),
+         (_set_state_and_wait), (demo_player_load_uri_func),
+         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
+         (demo_player_seek_by_func), (demo_player_seek_to_func),
+         (demo_player_get_position_func), (demo_player_get_duration_func),
+         (demo_player_scale_rate), (demo_player_set_rate),
+         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
+         (demo_player_seek_by), (demo_player_seek_to),
+         (demo_player_get_position), (demo_player_get_duration),
+         (demo_player_get_property), (demo_player_set_property),
+         (demo_player_init), (demo_player_class_init),
+         (demo_player_get_type):
+         * examples/scaletempo/demo-player.h:
+         * gst/audiofx/Makefile.am:
+         * gst/audiofx/gstscaletempo.c: (best_overlap_offset_float),
+         (best_overlap_offset_s16), (output_overlap_float),
+         (output_overlap_s16), (fill_queue), (reinit_buffers),
+         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
+         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
+         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
+         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
+         (gst_scaletempo_init):
+         * gst/audiofx/gstscaletempo.h:
+         * gst/audiofx/gstscaletempoplugin.c: (plugin_init):
+         Add scaletempo plugin, which allows to scale the speed of audio without
+         changing the pitch by handling seeks with a rate!=1.0.
+         Integrate it into the docs and add the example application for it.
+         Fixes bug #537700.
+
+2012-12-13 12:36:20 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         check: add (but disable) more rtp jitterbuffer tests
+         Tests need to be ported to 1.0 before they can be enabled but added here so they
+         don't get forgotten.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=667838
+
+2012-01-13 01:11:31 +0100  Havard Graff <havard.graff@tandberg.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: bundle together late lost-events
+         The scenario where you have a gap in a steady flow of packets of
+         say 10 seconds (500 packets of with duration of 20ms), the jitterbuffer
+         will idle up until it receives the first buffer after the gap, but will
+         then go on to produce 499 lost-events, to "cover up" the gap.
+         Now this is obviously wrong, since the last possible time for the earliest
+         lost-events to be played out has obviously expired, but the fact that
+         the jitterbuffer has a "length", represented with its own latency combined
+         with the total latency downstream, allows for covering up at least some
+         of this gap.
+         So in the case of the "length" being 200ms, while having received packet
+         500, the jitterbuffer should still create a timeout for packet 491, which
+         will have its time expire at 10,02 seconds, specially since it might
+         actually arrive in time! But obviously, waiting for packet 100, that had
+         its time expire at 2 seconds, (remembering that the current time is 10)
+         is useless...
+         The patch will create one "big" lost-event for the first 490 packets,
+         and then go on to create single ones if they can reach their
+         playout deadline.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=667838
+
+2012-12-13 09:27:14 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix TCP reconnect
+         Ignore other commands when reconnecting, otherwise the loop function would pause
+         and the reconnection would not happen. Continue looping after doing a reconnect
+         so that we have a chance to actually read the new data.
+
+2012-12-13 01:02:34 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/directsound/gstdirectsoundsink.h:
+       * sys/waveform/gstwaveformsink.h:
+         directsound, waveform: fix compilation errors caused by circular includes
+         https://bugzilla.gnome.org/show_bug.cgi?id=690124
+
+2012-12-12 17:35:04 +0000  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/jack/gstjack.c:
+       * ext/jack/gstjack.h:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jack/gstjackutil.h:
+       * ext/libpng/gstpngenc.c:
+       * ext/pulse/pulseprobe.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulseutil.c:
+       * ext/vpx/gstvp8enc.c:
+       * sys/oss/common.h:
+       * sys/oss/gstossaudio.c:
+       * sys/oss/gstosssrc.c:
+       * sys/oss4/oss4-audio.h:
+         ext/sys: Fix some compilation errors caused by circular includes
+
+2012-12-12 12:07:34 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: properly set srcpad channel position
+         The src pad caps always describe a single audio channel so only the
+         first position matters if deinterleave is configured to keep channel
+         positions in its src pads.
+
+2012-12-12 11:09:42 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: timeout on udpsrc is in nanoseconds
+
+2012-12-12 11:08:13 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: improve timeouts
+         Make it possible to set the timeout after we went to the READY state by using
+         the timeout when checking the condition. This also makes it possible to set the
+         timeout with a higher granularity than seconds.
+
+2012-12-11 13:00:46 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+       * gst/deinterlace/gstdeinterlacemethod.c:
+       * gst/deinterlace/gstdeinterlacemethod.h:
+       * gst/deinterlace/tvtime/greedy.c:
+       * gst/deinterlace/tvtime/greedyh.c:
+       * gst/deinterlace/tvtime/linear.c:
+       * gst/deinterlace/tvtime/linearblend.c:
+       * gst/deinterlace/tvtime/scalerbob.c:
+       * gst/deinterlace/tvtime/tomsmocomp/TomsMoCompAll.inc:
+       * gst/deinterlace/tvtime/vfir.c:
+       * gst/deinterlace/tvtime/weave.c:
+       * gst/deinterlace/tvtime/weavebff.c:
+       * gst/deinterlace/tvtime/weavetff.c:
+         deinterlace: add support for strides
+         Implement stride support correctly by taking it from the GstVideoFrame.
+         Propose a bufferpool upstream when not operating in passthrough.
+
+2012-09-27 12:17:58 -0700  Aleix Conchillo Flaque <aleix@oblong.com>
+
+         rtspsrc: do not change state to PLAYING if currently chaning state
+         * gst/rtsp/gstrtspsrc.c (gst_rtspsrc_play): state change might be
+         happening in the application thread, so we don't change the state to
+         PLAYING in the gstrtspsrc thread unless it is safe.
+         A specific case is when chaning the state to NULL from the application
+         thread. This will synchronously try to stop the task (with the element
+         state lock acquired), but we will try a gst_element_set_state from
+         gstrtspsrc thread which will block on the element state lock causing a
+         deadlock.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684312
+
+2012-12-10 11:44:26 +0000  Alexey Chernov <4ernov@gmail.com>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: Fix resizing the Cocoa window on receiving new caps
+         Fixes bug #689732.
+
+2012-11-30 20:37:47 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * sys/v4l2/Makefile.am:
+         v4l2src: link against -lrt for clock_gettime()
+         Need to explicitly link against -lrt for clock_gettime(), which
+         we don't get in the libs any more, because core moved the
+         gmodule-no-export-2.0 bit into Requires.Private.
+         Not required for newer glibc, but for older ones, so check for that.
+
+2012-11-30 17:22:59 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/shout2/gstshout2.c:
+         shout2send: accept audio/webm as well as video/webm
+         https://bugzilla.gnome.org/show_bug.cgi?id=689336
+
+2012-11-30 17:20:18 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+       * tests/check/elements/matroskamux.c:
+         webmux: fix linking with shout2send element
+         Shout2send only accepts webm format, not matroska, but due
+         to a bug in matroskamux, webmmux's source pad is also created
+         with the matroska source pad template as pad template, which
+         makes the link function think it can't link webmmux to shout2send.
+         Also add unit test.
+         https://bugzilla.gnome.org/show_bug.cgi?id=689336
+
+2012-11-27 11:13:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: use new option parser function
+
+2012-11-26 15:17:13 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/law/mulaw-conversion.c:
+         law: fix accidental file permissions change
+         https://bugzilla.gnome.org/show_bug.cgi?id=687469
+
+2012-11-25 16:05:11 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: remove unused define
+
+2012-11-25 14:16:09 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: avoid criticals if unknown fourcc has space at beginning or end
+         https://bugzilla.gnome.org/show_bug.cgi?id=682936
+
+2012-11-24 19:32:51 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/videobox/gstvideobox.c:
+         videobox: fix border filling for planar YUV formats
+         We would get a green border instead of a black one, for
+         example.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684991
+
+2012-11-24 14:27:33 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/law/mulaw-conversion.c:
+         mulaw: const-ify some arrays
+
+2012-11-02 12:38:44 -0400  Roland Krikava <rkrikava@gmail.com>
+
+       * gst/law/mulaw-conversion.c:
+         mulawdec: fix integer overrun
+         There might be more than 65535 samples in a chunk of data.
+         https://bugzilla.gnome.org/show_bug.cgi?id=687469
+
+2012-11-22 11:34:31 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: pause the task instead of spinning
+         Actually pause the loop task instead of spinning forever.
+
+2012-11-19 03:31:37 -0500  Joshua M. Doe <oss@nvl.army.mil>
+
+       * gst/videofilter/gstvideoflip.c:
+         videoflip: Add gray 8/16 support
+
+2012-11-19 11:25:14 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * common:
+         Automatic update of common submodule
+         From b497c4f to a72faea
+
+2012-11-16 15:38:29 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: handle segment event
+         Make a segment event when we send a new range header to a client (first PLAY
+         request or after a seek). Send the segment event in interleaved mode.
+         Clean the segment event on cleanup
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=688382
+
+2012-11-16 15:18:07 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix check for active streams
+         A stream can be active without a srcpad yet and we want to send
+         events on those streams as well.
+
+2012-11-16 13:31:04 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: create and add pads outside of lock
+         Create and add the ghostpad for the new stream outside of the lock because it
+         is not needed and causes deadlocks.
+
+2012-09-12 22:11:20 -0700  Aleix Conchillo Flaque <aleix@oblong.com>
+
+         rtspsrc: allow client to disable reconnection
+         * gst/rtsp/gstrtspsrc.[ch]: added new "udp-reconnect" property. Before,
+         rtspsrc always tried to reconnect to the server when the RTSP
+         connection was closed by the server. This property lets the user
+         decide whether it wants rtspsrc to reconnect or not.
+         https://bugzilla.gnome.org/show_bug.cgi?id=683912
+
+2012-11-16 12:16:05 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: clear variables before retrying
+         Else we might unref an old udpsrc twice in cleanup.
+
+2012-11-16 12:00:14 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: propose ports in multicast
+         When the user configured a port-range, propose ports from this range
+         as the multicast ports. The server is free to ignore this request but if it
+         honours it, increment our ports so that we suggest the next port pair for the
+         next stream.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=639420
+
+2012-11-16 11:58:53 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: add more debug
+
+2012-11-16 09:09:38 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: post messages in max-size mode as well
+         No reason not to really.
+
+2012-11-15 14:37:44 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: post error before stopping
+
+2012-11-14 00:13:36 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmparobustdepay.c:
+         gst_adapter_prev_timestamp -> gst_adapter_prev_pts
+         https://bugzilla.gnome.org/show_bug.cgi?id=675598
+
+2012-11-12 19:23:41 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/videofilter/gstvideoflip.c:
+         videoflip: Add NV12/NV21 support
+         https://bugzilla.gnome.org/show_bug.cgi?id=688225
+
+2012-11-12 13:01:23 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Don't leak GstVideoCodecFrames that cause the creation of invisible frames
+         Fixes bug #682714.
+
+2012-11-12 11:47:17 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulse: Use new GType for GThread instead of just G_TYPE_POINTER
+
+2012-11-12 11:14:34 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsource.c:
+         rtpsource: protect against invalid RTP packets
+
+2012-11-12 10:44:01 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: Actually use the stop() vfunc implementation
+
+2012-11-12 10:31:59 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Fix last commit
+
+2012-11-12 10:10:15 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: Keep the input state in reset()
+         It's still valid after a flush and we might not get a new one.
+
+2012-11-12 10:08:57 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Also destroy decoder in set_format() if it was created already
+         Fixes a memory leak.
+
+2012-11-12 09:48:45 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Don't clear input state in reset()
+         The input state is still valid after flushing until
+         new caps arrive.
+         Fixes bug #688092.
+
+2012-11-10 18:21:28 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/videocrop/gstvideocrop.c:
+         videocrop: add support for YV12
+         We can do I420, so we can do YV12 as well.
+
+2012-11-10 12:39:08 +0100  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: don't write stream headers with key-unit-event
+         Don't write stream headers, let upstream elements insert them in the stream if
+         all_headers=true is set in key unit events.
+
+2012-11-09 13:27:16 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videocrop/gstvideocrop.h:
+         videocrop: Add NV12/NV21 support
+         https://bugzilla.gnome.org/show_bug.cgi?id=687964
+
+2012-11-09 16:31:05 +0100  Debarshi Ray <rishi@gnu.org>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Don't give up so easily if failed to decode a frame
+         https://bugzilla.gnome.org/show_bug.cgi?id=687436
+
+2012-11-09 11:22:30 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Also clear GError
+
+2012-11-09 11:20:27 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Don't error out if we get an ICMP destination-unreachable message when trying to read packets
+         See bug #529454 and #687782 and commit
+         751f2bb3646f2beff3698c9f09900dbd0ea08abb
+
+2012-11-07 20:35:50 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+         configure.ac: update courtesy of autoupdate
+
+2012-11-07 18:48:49 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+       * configure.ac:
+         configure: let AG_GST_PLUGIN_DOCS check for python
+         And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON,
+         which as a side-effect should pick up newer python versions as
+         well.
+         https://bugzilla.gnome.org/show_bug.cgi?id=563903
+
+2012-11-07 13:36:33 +0100  Christian Fredrik Kalager Schaller <uraeus@linuxrisin.org>
+
+       * gst/rtp/Makefile.am:
+         Fix vp8rtp header names in Makefile
+
+2012-11-06 15:03:55 +0100  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videocrop/gstvideocrop.h:
+       * tests/check/elements/videocrop.c:
+         videocrop: Add support for automatic cropping
+         This change enable automatic cropping using -1 set to left, top, right or
+         bottom property. In the case both side are set to automatic cropping, the
+         croping will be done equally on both side (in the odd case, right and
+         bottom cropping will be 1 pixel more).
+         https://bugzilla.gnome.org/show_bug.cgi?id=687761
+
+2012-11-02 16:39:28 +0100  Debarshi Ray <rishi@gnu.org>
+
+       * ext/speex/gstspeexdec.c:
+         speexdec: Don't unmap or finish_frame an invalid GstBuffer
+         https://bugzilla.gnome.org/show_bug.cgi?id=687464
+
+2012-11-06 13:22:58 +0100  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtsp: the RTCP port number is inclusive
+         The configured port number pair has its upper bound set to the maximum
+         allowed RTCP port, inclusive.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=639420
+
+2012-11-03 20:38:00 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/mpg123audiodec.c:
+         Fix FSF address
+         https://bugzilla.gnome.org/show_bug.cgi?id=687520
+
+2012-11-03 20:38:00 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/audiofx/gststereo.c:
+       * gst/audiofx/gststereo.h:
+         Fix FSF address
+         https://bugzilla.gnome.org/show_bug.cgi?id=687520
+
+2012-11-03 20:38:00 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfdetect.h:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         Fix FSF address
+         https://bugzilla.gnome.org/show_bug.cgi?id=687520
+
+2012-11-04 00:07:18 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/aalib/gstaasink.c:
+       * ext/aalib/gstaasink.h:
+       * ext/cairo/gstcairo.c:
+       * ext/cairo/gstcairooverlay.c:
+       * ext/cairo/gstcairooverlay.h:
+       * ext/cairo/gstcairorender.c:
+       * ext/cairo/gstcairorender.h:
+       * ext/cairo/gsttextoverlay.c:
+       * ext/cairo/gsttimeoverlay.c:
+       * ext/cairo/gsttimeoverlay.h:
+       * ext/dv/gstdv.c:
+       * ext/dv/gstdvdec.c:
+       * ext/dv/gstdvdec.h:
+       * ext/dv/gstdvdemux.c:
+       * ext/dv/gstdvdemux.h:
+       * ext/dv/gstsmptetimecode.c:
+       * ext/dv/gstsmptetimecode.h:
+       * ext/flac/gstflac.c:
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacdec.h:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflacenc.h:
+       * ext/flac/gstflactag.c:
+       * ext/flac/gstflactag.h:
+       * ext/gdk_pixbuf/gstgdkanimation.c:
+       * ext/gdk_pixbuf/gstgdkanimation.h:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.h:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.h:
+       * ext/gdk_pixbuf/gstgdkpixbufplugin.c:
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+       * ext/gdk_pixbuf/gstgdkpixbufsink.h:
+       * ext/gdk_pixbuf/pixbufscale.c:
+       * ext/gdk_pixbuf/pixbufscale.h:
+       * ext/jack/gstjack.c:
+       * ext/jack/gstjack.h:
+       * ext/jack/gstjackaudioclient.c:
+       * ext/jack/gstjackaudioclient.h:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosink.h:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jack/gstjackaudiosrc.h:
+       * ext/jack/gstjackringbuffer.h:
+       * ext/jack/gstjackutil.c:
+       * ext/jack/gstjackutil.h:
+       * ext/jpeg/gstjpeg.c:
+       * ext/jpeg/gstjpeg.h:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegdec.h:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstjpegenc.h:
+       * ext/jpeg/gstsmokedec.c:
+       * ext/jpeg/gstsmokedec.h:
+       * ext/jpeg/gstsmokeenc.c:
+       * ext/jpeg/gstsmokeenc.h:
+       * ext/jpeg/smokecodec.c:
+       * ext/jpeg/smokecodec.h:
+       * ext/jpeg/smokeformat.h:
+       * ext/libcaca/gstcacasink.c:
+       * ext/libcaca/gstcacasink.h:
+       * ext/libpng/gstpng.c:
+       * ext/libpng/gstpng.h:
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngdec.h:
+       * ext/libpng/gstpngenc.c:
+       * ext/libpng/gstpngenc.h:
+       * ext/mikmod/README:
+       * ext/mikmod/gstmikmod.c:
+       * ext/mikmod/gstmikmod.h:
+       * ext/mikmod/mikmod_types.c:
+       * ext/mikmod/mikmod_types.h:
+       * ext/pulse/plugin.c:
+       * ext/pulse/pulseprobe.c:
+       * ext/pulse/pulseprobe.h:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+       * ext/raw1394/gst1394.c:
+       * ext/raw1394/gst1394clock.c:
+       * ext/raw1394/gst1394clock.h:
+       * ext/raw1394/gst1394probe.c:
+       * ext/raw1394/gst1394probe.h:
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gstdv1394src.h:
+       * ext/raw1394/gsthdv1394src.c:
+       * ext/raw1394/gsthdv1394src.h:
+       * ext/shout2/gstshout2.c:
+       * ext/shout2/gstshout2.h:
+       * ext/soup/gstsouphttpclientsink.h:
+       * ext/speex/gstspeex.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexdec.h:
+       * ext/speex/gstspeexenc.c:
+       * ext/speex/gstspeexenc.h:
+       * ext/taglib/gstapev2mux.cc:
+       * ext/taglib/gstapev2mux.h:
+       * ext/taglib/gstid3v2mux.cc:
+       * ext/taglib/gstid3v2mux.h:
+       * ext/taglib/gsttaglibplugin.c:
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp8dec.h:
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp8enc.h:
+       * ext/vpx/gstvp8utils.c:
+       * ext/vpx/gstvp8utils.h:
+       * ext/vpx/plugin.c:
+       * ext/wavpack/gstwavpack.c:
+       * ext/wavpack/gstwavpackcommon.c:
+       * ext/wavpack/gstwavpackcommon.h:
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackdec.h:
+       * ext/wavpack/gstwavpackenc.c:
+       * ext/wavpack/gstwavpackenc.h:
+       * ext/wavpack/gstwavpackstreamreader.c:
+       * ext/wavpack/gstwavpackstreamreader.h:
+       * gst-libs/gst/gettext.h:
+       * gst-libs/gst/glib-compat-private.h:
+       * gst-libs/gst/gst-i18n-plugin.h:
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalpha.h:
+       * gst/alpha/gstalphacolor.c:
+       * gst/alpha/gstalphacolor.h:
+       * gst/apetag/gstapedemux.c:
+       * gst/apetag/gstapedemux.h:
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audioamplify.h:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiochebband.h:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiocheblimit.h:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audiodynamic.h:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audioecho.h:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audiofirfilter.h:
+       * gst/audiofx/audiofx.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiofxbasefirfilter.h:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audiofxbaseiirfilter.h:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/audiofx/audioiirfilter.h:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audioinvert.h:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiokaraoke.h:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audiofx/audiopanorama.h:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsincband.h:
+       * gst/audiofx/audiowsinclimit.c:
+       * gst/audiofx/audiowsinclimit.h:
+       * gst/audiofx/math_compat.h:
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstaacparse.h:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstac3parse.h:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstamrparse.h:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstdcaparse.h:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstmpegaudioparse.h:
+       * gst/audioparsers/gstwavpackparse.c:
+       * gst/audioparsers/gstwavpackparse.h:
+       * gst/audioparsers/plugin.c:
+       * gst/auparse/gstauparse.c:
+       * gst/auparse/gstauparse.h:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosink.h:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautoaudiosrc.h:
+       * gst/autodetect/gstautodetect.c:
+       * gst/autodetect/gstautodetect.h:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosink.h:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/autodetect/gstautovideosrc.h:
+       * gst/avi/avi-ids.h:
+       * gst/avi/gstavi.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavimux.h:
+       * gst/avi/gstavisubtitle.c:
+       * gst/cutter/gstcutter.c:
+       * gst/cutter/gstcutter.h:
+       * gst/debugutils/breakmydata.c:
+       * gst/debugutils/cpureport.c:
+       * gst/debugutils/cpureport.h:
+       * gst/debugutils/gstcapsdebug.c:
+       * gst/debugutils/gstcapsdebug.h:
+       * gst/debugutils/gstdebug.c:
+       * gst/debugutils/gstnavigationtest.c:
+       * gst/debugutils/gstnavigationtest.h:
+       * gst/debugutils/gstnavseek.c:
+       * gst/debugutils/gstnavseek.h:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/debugutils/gstpushfilesrc.h:
+       * gst/debugutils/gsttaginject.c:
+       * gst/debugutils/gsttaginject.h:
+       * gst/debugutils/progressreport.c:
+       * gst/debugutils/progressreport.h:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/debugutils/testplugin.c:
+       * gst/debugutils/tests.c:
+       * gst/debugutils/tests.h:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+       * gst/deinterlace/gstdeinterlacemethod.c:
+       * gst/deinterlace/gstdeinterlacemethod.h:
+       * gst/deinterlace/tvtime/greedy.c:
+       * gst/deinterlace/tvtime/greedyh.asm:
+       * gst/deinterlace/tvtime/greedyh.c:
+       * gst/deinterlace/tvtime/greedyhmacros.h:
+       * gst/deinterlace/tvtime/linear.c:
+       * gst/deinterlace/tvtime/linearblend.c:
+       * gst/deinterlace/tvtime/plugins.h:
+       * gst/deinterlace/tvtime/scalerbob.c:
+       * gst/deinterlace/tvtime/tomsmocomp.c:
+       * gst/deinterlace/tvtime/tomsmocomp/TomsMoCompAll.inc:
+       * gst/deinterlace/tvtime/vfir.c:
+       * gst/deinterlace/tvtime/weave.c:
+       * gst/deinterlace/tvtime/weavebff.c:
+       * gst/deinterlace/tvtime/weavetff.c:
+       * gst/deinterlace/tvtime/x86-64_macros.inc:
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstaging.h:
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstdice.h:
+       * gst/effectv/gstedge.c:
+       * gst/effectv/gstedge.h:
+       * gst/effectv/gsteffectv.c:
+       * gst/effectv/gsteffectv.h:
+       * gst/effectv/gstop.c:
+       * gst/effectv/gstop.h:
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstquark.h:
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstradioac.h:
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstrev.h:
+       * gst/effectv/gstripple.c:
+       * gst/effectv/gstripple.h:
+       * gst/effectv/gstshagadelic.c:
+       * gst/effectv/gstshagadelic.h:
+       * gst/effectv/gststreak.c:
+       * gst/effectv/gststreak.h:
+       * gst/effectv/gstvertigo.c:
+       * gst/effectv/gstvertigo.h:
+       * gst/effectv/gstwarp.c:
+       * gst/effectv/gstwarp.h:
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/equalizer/gstiirequalizer.h:
+       * gst/equalizer/gstiirequalizer10bands.c:
+       * gst/equalizer/gstiirequalizer10bands.h:
+       * gst/equalizer/gstiirequalizer3bands.c:
+       * gst/equalizer/gstiirequalizer3bands.h:
+       * gst/equalizer/gstiirequalizernbands.c:
+       * gst/equalizer/gstiirequalizernbands.h:
+       * gst/flv/amfdefs.h:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+       * gst/flv/gstindex.c:
+       * gst/flv/gstindex.h:
+       * gst/flv/gstmemindex.c:
+       * gst/flx/flx_color.c:
+       * gst/flx/flx_color.h:
+       * gst/flx/flx_fmt.h:
+       * gst/flx/gstflxdec.c:
+       * gst/flx/gstflxdec.h:
+       * gst/goom/config_param.c:
+       * gst/goom/convolve_fx.c:
+       * gst/goom/drawmethods.c:
+       * gst/goom/drawmethods.h:
+       * gst/goom/filters.c:
+       * gst/goom/filters_mmx.s:
+       * gst/goom/flying_stars_fx.c:
+       * gst/goom/goom.h:
+       * gst/goom/goom_config.h:
+       * gst/goom/goom_config_param.h:
+       * gst/goom/goom_core.c:
+       * gst/goom/goom_filters.h:
+       * gst/goom/goom_fx.h:
+       * gst/goom/goom_graphic.h:
+       * gst/goom/goom_plugin_info.h:
+       * gst/goom/goom_tools.c:
+       * gst/goom/goom_tools.h:
+       * gst/goom/goom_typedefs.h:
+       * gst/goom/goom_visual_fx.h:
+       * gst/goom/graphic.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom/gstgoom.h:
+       * gst/goom/lines.c:
+       * gst/goom/lines.h:
+       * gst/goom/mathtools.c:
+       * gst/goom/mathtools.h:
+       * gst/goom/motif_goom1.h:
+       * gst/goom/motif_goom2.h:
+       * gst/goom/plugin_info.c:
+       * gst/goom/ppc_drawings.h:
+       * gst/goom/ppc_drawings.s:
+       * gst/goom/ppc_zoom_ultimate.h:
+       * gst/goom/ppc_zoom_ultimate.s:
+       * gst/goom/sound_tester.c:
+       * gst/goom/sound_tester.h:
+       * gst/goom/surf3d.c:
+       * gst/goom/surf3d.h:
+       * gst/goom/tentacle3d.c:
+       * gst/goom/tentacle3d.h:
+       * gst/goom/v3d.c:
+       * gst/goom/v3d.h:
+       * gst/goom2k1/gstgoom.c:
+       * gst/goom2k1/gstgoom.h:
+       * gst/icydemux/gsticydemux.c:
+       * gst/icydemux/gsticydemux.h:
+       * gst/id3demux/gstid3demux.c:
+       * gst/id3demux/gstid3demux.h:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/imagefreeze/gstimagefreeze.h:
+       * gst/interleave/deinterleave.c:
+       * gst/interleave/deinterleave.h:
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+       * gst/interleave/plugin.c:
+       * gst/interleave/plugin.h:
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/atomsrecovery.c:
+       * gst/isomp4/atomsrecovery.h:
+       * gst/isomp4/descriptors.c:
+       * gst/isomp4/descriptors.h:
+       * gst/isomp4/fourcc.h:
+       * gst/isomp4/ftypcc.h:
+       * gst/isomp4/gstqtmoovrecover.c:
+       * gst/isomp4/gstqtmoovrecover.h:
+       * gst/isomp4/gstqtmux-doc.c:
+       * gst/isomp4/gstqtmux-doc.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/gstqtmuxmap.h:
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/isomp4/gstrtpxqtdepay.h:
+       * gst/isomp4/isomp4-plugin.c:
+       * gst/isomp4/properties.c:
+       * gst/isomp4/properties.h:
+       * gst/isomp4/qtatomparser.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_dump.h:
+       * gst/isomp4/qtdemux_fourcc.h:
+       * gst/isomp4/qtdemux_lang.c:
+       * gst/isomp4/qtdemux_lang.h:
+       * gst/isomp4/qtdemux_types.c:
+       * gst/isomp4/qtdemux_types.h:
+       * gst/isomp4/qtpalette.h:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-decode.h:
+       * gst/law/alaw-encode.c:
+       * gst/law/alaw-encode.h:
+       * gst/law/alaw.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-decode.h:
+       * gst/law/mulaw-encode.c:
+       * gst/law/mulaw-encode.h:
+       * gst/law/mulaw.c:
+       * gst/level/gstlevel.c:
+       * gst/level/gstlevel.h:
+       * gst/matroska/ebml-ids.h:
+       * gst/matroska/ebml-read.c:
+       * gst/matroska/ebml-read.h:
+       * gst/matroska/ebml-write.c:
+       * gst/matroska/ebml-write.h:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-parse.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+       * gst/matroska/matroska.c:
+       * gst/matroska/webm-mux.c:
+       * gst/matroska/webm-mux.h:
+       * gst/monoscope/convolve.c:
+       * gst/monoscope/convolve.h:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/monoscope/gstmonoscope.h:
+       * gst/multifile/gstmultifile.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesink.h:
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multifile/gstmultifilesrc.h:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multifile/gstsplitfilesrc.h:
+       * gst/multifile/patternspec.c:
+       * gst/multifile/patternspec.h:
+       * gst/multipart/multipart.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartdemux.h:
+       * gst/multipart/multipartmux.c:
+       * gst/multipart/multipartmux.h:
+       * gst/rtp/fnv1hash.c:
+       * gst/rtp/fnv1hash.h:
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtp/gstasteriskh263.h:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16depay.h:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpL16pay.h:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3depay.h:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpac3pay.h:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrdepay.h:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpamrpay.h:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpbvdepay.h:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpbvpay.h:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpchannels.c:
+       * gst/rtp/gstrtpchannels.h:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpdvdepay.h:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpdvpay.h:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg722depay.h:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpg722pay.h:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg723depay.h:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg723pay.h:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpg729depay.h:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpg729pay.h:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgsmdepay.h:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpgsmpay.h:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstdepay.h:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpgstpay.h:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263depay.h:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pay.h:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph263pdepay.h:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph263ppay.h:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph264pay.h:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpilbcdepay.h:
+       * gst/rtp/gstrtpilbcpay.c:
+       * gst/rtp/gstrtpilbcpay.h:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kdepay.h:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpj2kpay.h:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegdepay.h:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpjpegpay.h:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp1sdepay.h:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.h:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp2tpay.h:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4adepay.h:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4apay.h:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gdepay.h:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4gpay.h:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vdepay.h:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmp4vpay.h:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpadepay.h:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmpapay.h:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpmparobustdepay.h:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtpmpvdepay.h:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtpmpvpay.h:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtppcmupay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqcelpdepay.h:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpqdmdepay.h:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpsirendepay.h:
+       * gst/rtp/gstrtpsirenpay.c:
+       * gst/rtp/gstrtpsirenpay.h:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtpsv3vdepay.h:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheoradepay.h:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtptheorapay.h:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbisdepay.h:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvorbispay.h:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawdepay.h:
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtp/gstrtpvrawpay.h:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.h:
+       * gst/rtpmanager/gstrtpmanager.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpptdemux.h:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpsession.h:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtpmanager/gstrtpssrcdemux.h:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.h:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+       * gst/rtpmanager/rtpstats.c:
+       * gst/rtpmanager/rtpstats.h:
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtpdec.h:
+       * gst/rtsp/gstrtsp.c:
+       * gst/rtsp/gstrtsp.h:
+       * gst/rtsp/gstrtspext.c:
+       * gst/rtsp/gstrtspext.h:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/shapewipe/gstshapewipe.h:
+       * gst/smpte/barboxwipes.c:
+       * gst/smpte/gstmask.c:
+       * gst/smpte/gstmask.h:
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmpte.h:
+       * gst/smpte/gstsmptealpha.c:
+       * gst/smpte/gstsmptealpha.h:
+       * gst/smpte/paint.c:
+       * gst/smpte/paint.h:
+       * gst/smpte/plugin.c:
+       * gst/spectrum/gstspectrum.c:
+       * gst/spectrum/gstspectrum.h:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstdynudpsink.h:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+       * gst/udp/gstudp.c:
+       * gst/udp/gstudp.h:
+       * gst/udp/gstudpnetutils.c:
+       * gst/udp/gstudpnetutils.h:
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsink.h:
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+       * gst/videobox/gstvideobox.c:
+       * gst/videobox/gstvideobox.h:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstaspectratiocrop.h:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videocrop/gstvideocrop.h:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstgamma.h:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideobalance.h:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videofilter/gstvideoflip.h:
+       * gst/videofilter/gstvideomedian.c:
+       * gst/videofilter/gstvideomedian.h:
+       * gst/videofilter/gstvideotemplate.c:
+       * gst/videofilter/plugin.c:
+       * gst/videomixer/blend.c:
+       * gst/videomixer/blend.h:
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+       * gst/videomixer/videomixer2pad.h:
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavenc/gstwavenc.h:
+       * gst/wavparse/gstwavparse.c:
+       * gst/wavparse/gstwavparse.h:
+       * gst/y4m/gsty4mencode.c:
+       * gst/y4m/gsty4mencode.h:
+       * sys/directsound/gstdirectsoundplugin.c:
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/directsound/gstdirectsoundsink.h:
+       * sys/oss/common.h:
+       * sys/oss/gstossaudio.c:
+       * sys/oss/gstossdmabuffer.c:
+       * sys/oss/gstossdmabuffer.h:
+       * sys/oss/gstosshelper.c:
+       * sys/oss/gstosshelper.h:
+       * sys/oss/gstosssink.c:
+       * sys/oss/gstosssink.h:
+       * sys/oss/gstosssrc.c:
+       * sys/oss/gstosssrc.h:
+       * sys/oss4/oss4-audio.c:
+       * sys/oss4/oss4-audio.h:
+       * sys/oss4/oss4-property-probe.c:
+       * sys/oss4/oss4-property-probe.h:
+       * sys/oss4/oss4-sink.c:
+       * sys/oss4/oss4-sink.h:
+       * sys/oss4/oss4-source.c:
+       * sys/oss4/oss4-source.h:
+       * sys/osxaudio/gstosxaudio.c:
+       * sys/osxaudio/gstosxaudioelement.c:
+       * sys/osxaudio/gstosxaudioelement.h:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxaudio/gstosxaudiosrc.h:
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxaudio/gstosxringbuffer.c:
+       * sys/osxaudio/gstosxringbuffer.h:
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+       * sys/sunaudio/gstsunaudio.c:
+       * sys/sunaudio/gstsunaudiomixer.c:
+       * sys/sunaudio/gstsunaudiomixer.h:
+       * sys/sunaudio/gstsunaudiomixerctrl.c:
+       * sys/sunaudio/gstsunaudiomixerctrl.h:
+       * sys/sunaudio/gstsunaudiomixeroptions.c:
+       * sys/sunaudio/gstsunaudiomixeroptions.h:
+       * sys/sunaudio/gstsunaudiomixertrack.c:
+       * sys/sunaudio/gstsunaudiomixertrack.h:
+       * sys/sunaudio/gstsunaudiosink.c:
+       * sys/sunaudio/gstsunaudiosink.h:
+       * sys/sunaudio/gstsunaudiosrc.c:
+       * sys/sunaudio/gstsunaudiosrc.h:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2colorbalance.c:
+       * sys/v4l2/gstv4l2colorbalance.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2radio.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2sink.h:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+       * sys/v4l2/gstv4l2tuner.c:
+       * sys/v4l2/gstv4l2tuner.h:
+       * sys/v4l2/gstv4l2videooverlay.c:
+       * sys/v4l2/gstv4l2videooverlay.h:
+       * sys/v4l2/gstv4l2vidorient.c:
+       * sys/v4l2/gstv4l2vidorient.h:
+       * sys/v4l2/tuner.c:
+       * sys/v4l2/tuner.h:
+       * sys/v4l2/tunerchannel.c:
+       * sys/v4l2/tunerchannel.h:
+       * sys/v4l2/tunernorm.c:
+       * sys/v4l2/tunernorm.h:
+       * sys/v4l2/v4l2_calls.c:
+       * sys/v4l2/v4l2_calls.h:
+       * sys/waveform/gstwaveformplugin.c:
+       * sys/waveform/gstwaveformsink.c:
+       * sys/waveform/gstwaveformsink.h:
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/gstximagesrc.h:
+       * sys/ximage/ximageutil.c:
+       * sys/ximage/ximageutil.h:
+       * tests/check/elements/aacparse.c:
+       * tests/check/elements/ac3parse.c:
+       * tests/check/elements/alphacolor.c:
+       * tests/check/elements/amrparse.c:
+       * tests/check/elements/apev2mux.c:
+       * tests/check/elements/aspectratiocrop.c:
+       * tests/check/elements/audioamplify.c:
+       * tests/check/elements/audiodynamic.c:
+       * tests/check/elements/audioecho.c:
+       * tests/check/elements/audioinvert.c:
+       * tests/check/elements/audiopanorama.c:
+       * tests/check/elements/autodetect.c:
+       * tests/check/elements/avimux.c:
+       * tests/check/elements/avisubtitle.c:
+       * tests/check/elements/capssetter.c:
+       * tests/check/elements/deinterlace.c:
+       * tests/check/elements/deinterleave.c:
+       * tests/check/elements/flacparse.c:
+       * tests/check/elements/flvdemux.c:
+       * tests/check/elements/flvmux.c:
+       * tests/check/elements/gdkpixbufsink.c:
+       * tests/check/elements/icydemux.c:
+       * tests/check/elements/id3demux.c:
+       * tests/check/elements/id3v2mux.c:
+       * tests/check/elements/imagefreeze.c:
+       * tests/check/elements/interleave.c:
+       * tests/check/elements/jpegdec.c:
+       * tests/check/elements/jpegenc.c:
+       * tests/check/elements/level.c:
+       * tests/check/elements/matroskamux.c:
+       * tests/check/elements/matroskaparse.c:
+       * tests/check/elements/mpegaudioparse.c:
+       * tests/check/elements/multifile.c:
+       * tests/check/elements/parser.c:
+       * tests/check/elements/parser.h:
+       * tests/check/elements/qtmux.c:
+       * tests/check/elements/rtp-payloading.c:
+       * tests/check/elements/rtpbin.c:
+       * tests/check/elements/rtpbin_buffer_list.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+       * tests/check/elements/shapewipe.c:
+       * tests/check/elements/souphttpsrc.c:
+       * tests/check/elements/spectrum.c:
+       * tests/check/elements/sunaudio.c:
+       * tests/check/elements/udpsink.c:
+       * tests/check/elements/udpsrc.c:
+       * tests/check/elements/videocrop.c:
+       * tests/check/elements/videofilter.c:
+       * tests/check/elements/vp8dec.c:
+       * tests/check/elements/vp8enc.c:
+       * tests/check/elements/wavpackdec.c:
+       * tests/check/elements/wavpackenc.c:
+       * tests/check/elements/wavpackparse.c:
+       * tests/check/elements/y4menc.c:
+       * tests/check/generic/states.c:
+       * tests/check/pipelines/effectv.c:
+       * tests/check/pipelines/flacdec.c:
+       * tests/check/pipelines/simple-launch-lines.c:
+       * tests/check/pipelines/tagschecking.c:
+       * tests/check/pipelines/wavenc.c:
+       * tests/check/pipelines/wavpack.c:
+       * tests/examples/audiofx/firfilter-example.c:
+       * tests/examples/audiofx/iirfilter-example.c:
+       * tests/examples/cairo/cairo_overlay.c:
+       * tests/examples/level/level-example.c:
+       * tests/examples/pulse/pulse.c:
+       * tests/examples/rtp/client-PCMA.c:
+       * tests/examples/rtp/server-alsasrc-PCMA.c:
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/spectrum/demo-audiotest.c:
+       * tests/examples/spectrum/demo-osssrc.c:
+       * tests/examples/spectrum/spectrum-example.c:
+       * tests/examples/v4l2/camctrl.c:
+       * tests/icles/equalizer-test.c:
+       * tests/icles/gdkpixbufsink-test.c:
+       * tests/icles/test-oss4.c:
+       * tests/icles/v4l2src-test.c:
+       * tests/icles/videobox-test.c:
+       * tests/icles/videocrop-test.c:
+       * tests/icles/videocrop2-test.c:
+       * tests/icles/ximagesrc-test.c:
+         Fix FSF address
+         https://bugzilla.gnome.org/show_bug.cgi?id=687520
+
+2012-11-03 20:40:37 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+       * ext/twolame/gsttwolamemp2enc.h:
+         Fix FSF address
+         https://bugzilla.gnome.org/show_bug.cgi?id=687520
+
+2012-11-03 20:40:37 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/lame/gstlamemp3enc.c:
+       * ext/lame/gstlamemp3enc.h:
+       * ext/lame/plugin.c:
+       * tests/check/pipelines/lame.c:
+         Fix FSF address
+         https://bugzilla.gnome.org/show_bug.cgi?id=687520
+
+2012-11-02 18:47:26 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         vrawdepay: don't access rtp buffer after unmap
+         Read the marker bit before we unmap the rtp packet.
+
+2012-11-02 09:34:25 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Immediately return if opening the decoder failed
+         Instead of ignoring any errors.
+
+2012-11-01 22:02:39 +0100  Debarshi Ray <rishi@gnu.org>
+
+       * ext/vpx/gstvp8dec.c:
+         vp8dec: Short circuit gst_vp8_dec_handle_frame if keyframe is missing
+         https://bugzilla.gnome.org/show_bug.cgi?id=687376
+
+2012-11-02 10:53:57 +1300  Douglas Bagnall <douglas@paradise.net.nz>
+
+       * gst/videomixer/blend.c:
+         videoconvert: Compare y offset with height, not width, when testing for overlap
+         This could have prevented images showing that should have when the
+         source height is greater than its width.
+         When width exceeds height, as is common, it probably only caused a
+         miniscule amount of unnecessary work.  I haven't tested.
+
+2012-11-01 21:09:56 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8depay.h:
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtp/gstrtpvp8pay.h:
+         rtpvp8: include config.h and minor style fixes
+
+2012-11-01 20:13:43 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtp/Makefile.am:
+         rtp: fix tabs/space mess in Makefile.am
+
+2012-11-01 20:05:49 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpvp8.c:
+         rtp: move VP8 payloader and depayloader from -bad
+         Spec is still in draft state, but should hopefully not
+         change much now. Besides, we announce things as VP8-DRAFT-IETF-01
+         in our caps, so even if things change in incompatible ways it
+         should not break anything.
+         https://bugzilla.gnome.org/show_bug.cgi?id=687263
+
+2012-10-17 17:34:26 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8: use gst_element_class_set_static_metadata()
+         where possible. Avoids some string copies. Also re-indent
+         some stuff. Also some indent fixes here and there.
+
+2012-09-14 17:08:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8: replace gst_element_class_set_details_simple with gst_element_class_set_metadata
+
+2012-04-05 18:02:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8.c:
+         rtpvp8: update for GST_PLUGIN_DEFINE() API changes
+
+2012-03-28 12:49:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8: update for buffer changes
+
+2012-03-01 14:59:55 -0300  Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8; fix compatibility with the third draft
+         https://bugzilla.gnome.org/show_bug.cgi?id=671073
+
+2012-01-25 16:20:41 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8: port some more to new memory API
+
+2012-01-25 10:45:51 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8depay.h:
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtp/gstrtpvp8pay.h:
+         rtpvp8: port to 0.11
+
+2011-10-03 12:06:27 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8pay: Fix typo
+
+2011-09-23 22:58:30 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtp/gstrtpvp8pay.h:
+         rtpvp8: Update the pay/depay to the ietf-draft-01 spec
+
+2011-09-10 11:31:20 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/dboolhuff.c:
+       * gst/rtp/dboolhuff.h:
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8: fix bitstream parsing using the wrong kind of bitreader
+         VP8 uses a probabilistic bool coder, not a straight bit coder.
+         This fixes parsing when error-resilient is set.
+         This commit includes a copy of libvpx's bool coder, BSD licensed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=652694
+
+2011-07-12 18:03:53 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8: Reject unknown bitstream versions
+
+2011-03-04 11:59:44 +0100  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/rtp/gstrtpvp8pay.c:
+         rtpvp8: Fix unitialized variable
+         Makes macosx compiler happy.
+
+2011-01-23 17:02:38 +0000  Sjoerd Simons <sjoerd@luon.net>
+
+       * gst/rtp/gstrtpvp8depay.c:
+         rtpvp8depay: Accept packets with only one byte of data
+         When fragmenting partions it can happen that an RTP packet only caries 1
+         byte of RTP data.
+
+2011-01-23 16:42:17 +0000  Sjoerd Simons <sjoerd@luon.net>
+
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtp/gstrtpvp8pay.h:
+         rtpvp8pay: Treat the frame header just like any other partition
+         When setting up the initial mapping just act as if the global frame
+         information is another partition. This saves special-casing it later in
+         the actual packetizing code.
+
+2010-05-16 17:23:17 +0100  Sjoerd Simons <sjoerd@luon.net>
+
+       * gst/rtp/dboolhuff.LICENSE:
+       * gst/rtp/gstrtpvp8.c:
+       * gst/rtp/gstrtpvp8depay.c:
+       * gst/rtp/gstrtpvp8depay.h:
+       * gst/rtp/gstrtpvp8pay.c:
+       * gst/rtp/gstrtpvp8pay.h:
+         rtpvp8: Add simple payloaders and depayloaders for VP8
+         Minimal implementation of http://www.webmproject.org/code/specs/rtp/,
+         version 0.3.2
+
+2012-11-01 18:42:39 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         gstpay: fix for 1.0 events
+         Caps events are sometimes not followed by a buffer but by an event. Flush any
+         pending caps before we make a packet with the event.
+         Chain up to the parent event handler before we attempt to push RTP packets, it
+         might be a segment event.
+
+2012-11-01 18:42:24 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         gstdepay: fix small leak
+
+2012-11-01 17:44:11 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         gstdepay: add support for events
+         Conflicts:
+         gst/rtp/gstrtpgstdepay.c
+
+2012-11-01 17:40:31 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpgstpay.h:
+         rtpgstpay: add support for sending events
+         We currently only send tags and custom events. The other events
+         might interfere with the receiver timings or are otherwise handled
+         by RTP.
+         Conflicts:
+         gst/rtp/gstrtpgstpay.c
+
+2012-11-01 15:54:58 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpgstpay.h:
+         gstpay: rewrite payloader
+         Use adapter to assemble the payload and make a flush function to
+         turn this payload into (fragmented) packets.
+         Conflicts:
+         gst/rtp/gstrtpgstpay.c
+         gst/rtp/gstrtpgstpay.h
+
+2012-11-01 13:03:44 +0000  Douglas Bagnall <douglas@paradise.net.nz>
+
+       * gst/videomixer/blend.c:
+         videomixer: get height via GST_VIDEO_FRAME_HEIGHT, not _WIDTH
+         https://bugzilla.gnome.org/show_bug.cgi?id=687330
+
+2012-11-01 13:02:16 +0000  Douglas Bagnall <douglas@paradise.net.nz>
+
+       * gst/videobox/gstvideobox.c:
+         videbox: fix border filling for gray formats
+         Get the height via GST_VIDEO_FRAME_HEIGHT, not _WIDTH.
+         https://bugzilla.gnome.org/show_bug.cgi?id=687330
+
+2012-11-01 11:58:57 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         gstdepay: check for correct fragment offset
+         Make sure we only insert the rtp packet in the adapter when the
+         frag_offset matches. When the first packet of a fragment is dropped,
+         it avoids putting the remaining packets in the adapter and processing
+         the partial fragment.
+         Conflicts:
+         gst/rtp/gstrtpgstdepay.c
+
+2012-11-01 11:54:50 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         gstpay: set C flag on all buffers of the fragment
+         Set the C flags on all the fragments instead of only those with
+         caps in them. This makes it easier in the receiver to check if there
+         is a caps in the assembled fragments just by looking at the last RTP
+         packet flags.
+
+2012-11-01 10:55:03 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         gstdepay: use the capsversion
+         Take the caps from the input caps and store it in the slot given
+         by capsversion.
+
+2012-11-01 10:52:25 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpgstpay.h:
+         gstpay: send caps inline
+         Place the capsversion on the outgoing caps so that they end up in
+         an SDP as well. Receivers need to know what capsversion a particular
+         caps is for to be able to match the caps to the CV in the RTP packets.
+         Place the caps inside the RTP packet whenever the caps change.
+         Based on patch by Andrzej Bieniek <andrzej.bieniek@pure.com>
+         Conflicts:
+         gst/rtp/gstrtpgstpay.c
+         gst/rtp/gstrtpgstpay.h
+
+2012-10-31 16:17:48 +0000  Andrzej Bieniek <andrzej.bieniek@pure.com>
+
+       * gst/rtp/gstrtpgstpay.c:
+         gstpay: add debug
+         Conflicts:
+         gst/rtp/gstrtpgstpay.c
+
+2012-10-31 16:09:26 +0000  Andrzej Bieniek <andrzej.bieniek@pure.com>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         depay: correctly skip caps header size
+         Conflicts:
+         gst/rtp/gstrtpgstdepay.c
+
+2012-09-28 00:43:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.c:
+       * gst/matroska/matroska-ids.h:
+         matroskademux: put streamheaders on vorbis/speex/flac/theora caps to make remuxing work
+         https://bugzilla.gnome.org/show_bug.cgi?id=640589
+
+2012-10-28 00:07:46 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: don't assert in get_time() when called after shutdown
+         Which might happen if the source gets set to NULL state before
+         the rest of the pipeline.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686985
+
+2012-10-30 11:10:49 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/examples/level/level-example.c:
+         tests: fix level example
+         Use the GValueArray in the message.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=687154
+
+2012-10-30 09:27:24 +0100  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: removed unnecessary finalize function
+         https://bugzilla.gnome.org/show_bug.cgi?id=687176
+
+2012-10-30 10:20:09 +1100  Jan Schmidt <thaytan@noraisin.net>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: Fix leaks from not chaining up in the finalize function
+
+2012-10-27 23:22:36 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/auparse/Makefile.am:
+       * gst/level/Makefile.am:
+       * gst/y4m/Makefile.am:
+         gst: fix variable order in some Makefile.am
+         https://bugzilla.gnome.org/show_bug.cgi?id=687013
+
+2012-10-27 17:27:16 -0400  Antoine Tremblay <hexa00@gmail.com>
+
+       * ext/libcaca/Makefile.am:
+       * gst/auparse/Makefile.am:
+       * gst/level/Makefile.am:
+       * gst/videocrop/Makefile.am:
+       * gst/y4m/Makefile.am:
+         gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.am
+         Those plugins depend on either libgstaudio or libgstvideo,
+         which are in gst-plugins-base.
+         https://bugzilla.gnome.org/show_bug.cgi?id=687013
+
+2012-10-27 13:24:24 +0100  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: mark invisible VP8 frames with the DECODE_ONLY flag
+         https://bugzilla.gnome.org/show_bug.cgi?id=654259
+
+2012-10-26 10:55:28 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/multifile.c:
+         tests: add multifilesrc test for fix in previous commit
+         Make sure the stop-index set is honoured.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654853
+
+2012-10-26 10:33:03 +0100  Stas Sergeev <stsp@aknet.ru>
+
+       * gst/multifile/gstmultifilesrc.c:
+         multifilesrc: fix stop index handling
+         Make sure the stop index is always honoured. Avoids
+         endless loop if one wants to read and output the same
+         file N times, for example.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654853
+
+2012-08-25 02:26:29 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: Support recursive SimpleTags
+         Fixes #682644
+         Depends on #682615
+
+2012-08-24 13:55:41 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: Expand the tag mapping.
+         * Also expose unknown tags as key=value pairs.
+         * Arrange tag map in the same order tags are listed in Matroska spec, leaving
+         unmapped tags as comments.
+         * More specific TODOs.
+         * Remove duplicate DATE define.
+         Fixes #682615
+         Depends on #682524
+
+2012-10-26 10:09:39 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: Fix uninitialized variable compiler warning
+
+2012-08-23 15:07:22 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: Matroska tag TargetType support
+         * Reads TargetType and TargetTypeValue from a Tag.
+         * After Tag is completely read, processes taglist, substituting some of the
+         tags depending on target type value and the presence of video/subtitle streams.
+         * Supports reading two new simpletags - PART_NUMBER and TOTAL_PARTS
+         Depends on #682448
+         Fixes #682524
+
+2012-08-22 15:32:41 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: Per-track tags for Matroska
+         Requires Matroska file to have sane layout (track info before tag info).
+         Uses replace-merge.
+         Makes track UIDs 64-bit.
+         Fixes #682448
+
+2012-10-25 20:18:36 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/multifile/gstmultifilesrc.c:
+         multifilesrc: fix typo in property description
+
+2012-10-25 12:18:03 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+         qtdemux: read video format header fully (so we can find 'pasp' atoms) for more fourccs. Fixes aspect ratio of prores files.
+
+2012-10-25 00:44:34 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: the new get_caps already does the filter intersection
+         It should be faster to pass the caps to intersect as the filter caps,
+         rather than using NULL and intersecting 'manually' later.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686837
+
+2012-10-25 00:43:51 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: avoid assertion when using accept caps query
+         This query must receive a fixed caps, so imagefreeze should
+         fixate its framerate before sending the query downstream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686837
+
+2012-10-25 12:33:24 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * win32/common/config.h:
+         Back to feature development
+
+=== release 1.0.2 ===
+
+2012-10-25 01:01:09 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.0.2
+
+2012-10-24 13:41:00 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/mpg123audiodec.c:
+         tests: fix up mpg123 test a little
+         - dist input files
+         - fix sample leak
+         - simplify check for elements
+         - only run mpg123 test if mpg123 is available and selected
+         - fix build in uninstalled setup
+         https://bugzilla.gnome.org/show_bug.cgi?id=686595
+
+2012-10-24 12:30:10 +0200  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * tests/check/elements/mpg123audiodec.c:
+         tets: add unit test for mpg123audiodec
+         https://bugzilla.gnome.org/show_bug.cgi?id=686595
+
+2012-10-24 00:36:42 +0200  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: added gtkdoc section
+         https://bugzilla.gnome.org/show_bug.cgi?id=686595
+
+2012-10-24 00:22:05 +0200  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: fixed bug with last frame, disabled internal resampler & chatter
+         * The last MP3 frame wasn't being pushed when base class was draining
+         * Made sure mpg123 cannot ever use its (crude) internal resampler
+         * Disabled mpg123 stderr output
+         https://bugzilla.gnome.org/show_bug.cgi?id=686595
+
+2012-10-24 13:50:00 +0200  Arnaud Vrac <avrac@freebox.fr>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: use correct type for channel-mask bitmask
+         Fixes crash on 32-bit systems.
+
+2012-10-24 00:21:45 +0200  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: cleaned up comments, formatting, and logging lines
+         also replaced mpg123decoder->handle != NULL checks with asserts
+         https://bugzilla.gnome.org/show_bug.cgi?id=686595
+
+2012-10-24 11:17:55 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Flush the ringbuffer on GAP events without duration
+         This is required to properly start the ringbuffer and clock.
+
+2012-10-02 20:51:29 +0200  Oleksij Rempel <bug-track@fisher-privat.net>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: set DECODE_ONLY flag on invisible AltRef frames
+         https://bugzilla.gnome.org/show_bug.cgi?id=654216
+
+2012-10-23 16:02:05 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: fix coverart extraction if vorbis comments come after picture header
+         See sample file for bug #684701.
+
+2012-10-23 13:45:17 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: ignore bad headers if we have a valid STREAMINFO header
+         If we run into any header parsing issues and we have a valid
+         STREAMINFO header already, don't error out, but just stop
+         header parsing and try to find some audio frames.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684701
+
+2012-10-23 13:43:10 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: post proper error message and fix buffer leak on header parsing error
+         https://bugzilla.gnome.org/show_bug.cgi?id=684701
+
+2012-10-22 22:32:49 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: with raw audio, set a default channel-mask for multichannel audio. This doesn't actually parse 'chan' because it's absurdly complex.
+
+2012-10-22 15:54:17 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/udp/gstudpsrc.c:
+         updsrc: fix typo causing compilation error
+         gstudpsrc.c: In function 'gst_udpsrc_create':
+         gstudpsrc.c:365: error: 'ret' may be used uninitialized in this function
+         https://bugzilla.gnome.org/show_bug.cgi?id=686642
+
+2012-10-22 11:55:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avi_ fix invert function
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686550
+
+2012-10-22 11:55:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avi: fix debug
+
+2012-10-22 11:39:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+         qtdemux: add support for 'generic' samples
+         Add support for stuffing a complete stream into 1 sample.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=686550
+
+2012-10-20 13:01:41 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: remove superfluous g_type_init() call
+         It's deprecated in newer GLib and not needed here.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686456
+
+2012-10-20 11:32:27 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: fix caps leak in acceptcaps function
+
+2012-10-19 19:24:23 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: don't leak gst_riff_strf_auds in case of MS/RIFF audio
+         https://bugzilla.gnome.org/show_bug.cgi?id=681192
+
+2012-10-18 22:20:39 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: unsigned subtitle template
+
+2012-10-18 11:32:10 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: in accept_caps() check if ring buffer is NULL before de-referencing
+         And sprinkle some thread-safety (take object lock for
+         accessing ring buffer, and pa main loop lock for the
+         context).
+         https://bugzilla.gnome.org/show_bug.cgi?id=683782
+
+2012-09-13 00:10:00 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+         videomixer2: Fix race condition where a src setcaps is ignored
+         If both pads receive data at the same time, they will both get their
+         sink_setcaps called which will call the src_setcaps, but there is
+         a race condition where the second one might not be called.
+         Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=683842
+
+2011-10-31 15:43:25 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: do not use unoffical V_MJPEG codec id
+         Since it's not spec'ed, consider it a VfW compatibility
+         case. Many applications (e.g. avidemux) don't understand
+         the unofficial V_MJPEG id.
+         Fixes #659837.
+         Conflicts:
+         gst/matroska/matroska-mux.c
+
+2012-10-17 17:34:26 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audiofx/gststereo.c:
+         Use gst_element_class_set_static_metadata()
+         where possible. Avoids some string copies. Also re-indent
+         some stuff. Also some indent fixes here and there.
+
+2012-10-17 17:34:26 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         Use gst_element_class_set_static_metadata()
+         where possible. Avoids some string copies. Also re-indent
+         some stuff. Also some indent fixes here and there.
+
+2012-10-17 17:03:39 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngenc.c:
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp8enc.c:
+         jpeg, png, vpx: use gst_element_class_set_static_metadata()
+         Avoids some string copies.
+
+2012-10-17 14:23:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpjpegdepay.c:
+         jpegdepay: store quant tables in zigzag order
+
+2012-10-17 13:55:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtsession: fix compiler warning
+
+2012-10-17 13:35:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: clarify the ntp-sync option
+
+2012-10-17 13:15:48 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: update caps in the source
+         Inform the source when caps changed. This was removed in the port to 1.0
+         leaving the source unaware of the clock-rate and unable to interpollate
+         rtp timestamps for SR packets.
+
+2012-10-17 12:46:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpbin: set PTS and DTS in jitterbufffer
+
+2012-10-17 12:24:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: disable check for ntp-sync
+         Disable the check for the ntp-sync method. It is expected that
+         a rather larger offset needs to be applied with this method.
+
+2012-10-17 12:17:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpbin: use running-time for NTP time
+         When use-pipeline-clock is set, use the running-time of the
+         pipeline to calculate the NTP timestamps. This method would previously
+         only work when the base-time is set to 0 but with this change it can
+         also work with different offsets and we can also implement pause/resume
+         of the sender and receiver now.
+
+2012-10-17 10:20:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videocrop/gstvideocrop.h:
+         videocrop: port to videofilter
+
+2012-10-17 09:36:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videobox/gstvideobox.c:
+         videobox: use out_info for out properties
+
+2012-10-16 14:40:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videofilter/gstvideomedian.c:
+       * gst/videofilter/gstvideomedian.h:
+         median: small cleanups
+
+2012-10-16 13:56:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * Makefile.am:
+       * gst/median/.gitignore:
+       * gst/median/Makefile.am:
+       * gst/median/gstmedian.c:
+       * gst/median/gstmedian.h:
+       * gst/median/median.vcproj:
+         median: remove now that it is in videofilter
+
+2012-10-16 13:49:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+         configure: remove median from build
+
+2012-10-16 13:47:24 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videofilter/Makefile.am:
+       * gst/videofilter/gstvideomedian.c:
+       * gst/videofilter/gstvideomedian.h:
+       * gst/videofilter/plugin.c:
+         videomedian: copy media to videomedian
+         Copy the median video filter to videofilters and rename to
+         videomedian.
+
+2012-10-16 13:12:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * gst/median/Makefile.am:
+       * gst/median/gstmedian.c:
+       * gst/median/gstmedian.h:
+         media: port to 1.0
+
+2012-10-16 01:02:11 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+         avidemux: append palette data to paletted 8-bit RGB frames
+         Fixes playback of 8-bit indexed RGB videos, with fixes in -base.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686046
+
+2012-10-15 15:36:04 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: And this time fix the default target-bitrate value for real
+
+2012-10-15 15:30:33 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Fix default target-bitrate value
+
+2012-10-13 00:03:29 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: don't assert if upstream size is not available when guessing bitrates
+         Fixes abort in push mode where the source is not seekable and the
+         size of the file is not available, as with
+         cat foo.mp4 | gst-launch-1.0 playbin uri=fd://0
+         Less noticable with releases, since we disable all
+         g_assert() there.
+         https://bugzilla.gnome.org/show_bug.cgi?id=686008
+
+2012-10-12 14:38:33 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/isomp4/qtdemux.h:
+         qtdemux: allow more streams. Bump this constant to 32, which should be enough for real-world files.
+
+2012-10-12 14:35:24 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: support more different fourcc values for other ProRes variants.
+
+2012-10-11 22:36:21 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/examples/rtp/client-H263p-AMR.sh:
+       * tests/examples/rtp/client-H263p-PCMA.sh:
+       * tests/examples/rtp/client-H263p.sh:
+       * tests/examples/rtp/client-H264-PCMA.sh:
+       * tests/examples/rtp/client-H264.sh:
+       * tests/examples/rtp/client-PCMA.c:
+       * tests/examples/rtp/client-PCMA.sh:
+       * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
+       * tests/examples/rtp/server-VTS-H263p.sh:
+       * tests/examples/rtp/server-alsasrc-PCMA.sh:
+       * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
+       * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
+       * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
+         examples: update some element names for 1.0 in RTP examples
+         gstrtpbin -> rtpbin
+         ffdec_*   -> avdec_*
+         ffenc_*   -> avenc_*
+
+2012-10-10 12:05:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: remove unused include
+
+2012-10-10 10:55:28 +0200  Rasmus Rohde <rohde@duff.dk>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         multiudpsink: add multicast-iface property
+         udpsrc already has support for setting the multicast interface, which
+         is useful for multi-homed machines. This patch adds the same code to
+         the multiudpsink.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685864
+
+2012-10-10 11:32:17 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: don't error on send errors but only warn
+         Don't error on send errors but simply post a warning, it's possible
+         that the next packet will be fine.
+
+2012-10-10 10:28:24 +0200  Rasmus Rohde <rohde@duff.dk>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         multiudpsink: add force-ipv4 option
+         Add an option to the multiudpsink that makes it possible to force
+         the use of an IPv4 socket.
+         This can e.g. be used to handle the issue described in
+         https://bugzilla.gnome.org/show_bug.cgi?id=682481
+
+2012-10-10 10:18:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+         multiudpsink: remove unused field
+
+2012-10-10 10:10:26 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: use negotiated allocator or pool
+         Use the base class to allocate a buffer for us because it knows how
+         to use the negotiated allocator or bufferpool.
+
+2012-10-10 10:09:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: post error when something goes wrong
+
+2012-10-10 10:09:10 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/spectrum/gstspectrum.c:
+         spectrum: elements post element messages
+
+2012-10-07 16:56:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * win32/common/config.h:
+         Back to development (bug fixing)
+
+=== release 1.0.1 ===
+
+2012-10-07 15:31:12 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.0.1
+
+2012-10-06 14:57:10 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * common:
+         Automatic update of common submodule
+         From 6c0b52c to 6bb6951
+
+2012-10-05 15:12:27 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave: output channels should be marked as MONO, not FRONT_LEFT, if we're not preserving input channel positions.
+
+2012-10-04 15:13:20 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/interleave/interleave.c:
+         interleave: use gst_audio_channel_positions_to_mask instead of a local copy of half of it. Handles some values more correctly.
+
+2012-10-04 20:32:45 +0200  Rasmus Rohde <rohde@duff.dk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+         gstrtpdepay: don't leak input buffer
+         The rtp buffer is never unmapped in the normal code exit path
+         of gst_rtp_gst_depay_process(..) resulting in a memory leak.
+         https://bugzilla.gnome.org/show_bug.cgi?id=685512
+
+2012-10-04 18:37:18 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/videofilter/gstvideobalance.c:
+         videobalance: Add support for NV12 and NV21
+
+2012-10-01 15:11:05 +0200  Patricia Muscalu <patricia@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+       * tests/check/elements/rtp-payloading.c:
+         rtph264pay: do not push unmapped data
+         Also do not use a GstBuffer after it has been pushed into the adapter.
+         https://bugzilla.gnome.org/show_bug.cgi?id=685213
+
+2012-10-03 10:51:45 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/interleave/deinterleave.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/ximage/ximageutil.c:
+         meta info: threadsafe registration using g_once
+
+2012-10-01 15:44:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: push mode; handle some initial junk before hdrl list
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685059
+
+2012-10-01 14:03:19 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/icles/gdkpixbufsink-test.c:
+         tests: port gdkpixbufsink test
+
+2012-09-29 11:59:31 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/level/gstlevel.c:
+       * tests/check/elements/videocrop.c:
+         Purge references to liboil
+         https://bugzilla.gnome.org/show_bug.cgi?id=673285
+
+2012-09-28 16:51:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/avi-ids.h:
+       * gst/avi/gstavidemux.c:
+         avidemux: recognize all xsub frames as keyframes
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684977
+
+2012-09-28 16:50:25 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: push mode: find the correct chunk for segment following seek
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684977
+
+2012-09-27 22:17:49 +0100  Arnaud Vrac <rawoul@gmail.com>
+
+       * gst/isomp4/qtdemux.h:
+         qtdemux: fix parsing in push mode when moov atom is at the end
+         When playing an mp4 file with the MOOV atom at the end of the file, playback
+         fails with the error message "no 'moov' atom within the first 10 MB". This is
+         due to a mistake in the upstream_size typing, making the seek to the end of
+         file never happening.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684972
+
+2012-09-27 15:50:49 -0300  Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
+
+       * gst/videofilter/gstgamma.c:
+         gamma: remove duplicate entries at format at caps
+         Avoids extra caps/structures processing
+
+2012-09-27 14:13:42 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         rtpvrawdepay: negotiate pool with srcpad caps
+
+2012-09-27 11:02:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: The convert and duration queries are not supposed to change the format
+
+2012-09-26 09:28:59 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: clear video frame more correctly
+         Make sure not to touch memory that doesn't belong to
+         our frame, we might be one part of a side-by-side 3D
+         frame, or in a picture-in-picture scenario.
+
+2012-09-26 00:44:59 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: minor clean-up
+         Use GstByteWriter, because we can, and g_value_take_boxed.
+
+2012-09-10 10:27:28 +0400  Dmitriy Samonenko <dmitriy.samonenko@teligent.ru>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: fix speex audio decoding by creating fake stream header
+         https://bugzilla.gnome.org/show_bug.cgi?id=683622
+
+2012-09-25 21:21:15 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/videomixer/videomixer2.c:
+       * tests/check/pipelines/simple-launch-lines.c:
+         videomixer: fix warnings when using transparent background
+         gst_video_frame_map() increases the refcount, which makes
+         the buffer not writable any more technically, so calling
+         gst_buffer_memset() on it will cause nasty warnings.
+         Unit test disabled because it very rarely (for me)
+         fails, possibly negotiation-related.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684398
+
+2012-09-25 10:43:28 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Add some useful debug logging
+
+2012-09-25 10:41:44 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix telecine
+         This only affects behaviour in telecine cases with pattern locking
+         enabled. The default case should be untouched.
+         This works with the output from fieldanalysis at least, but the field
+         order looks swapped for telecine mixed buffers with the
+         David_slides_Schleef clip.
+
+2012-09-25 14:43:15 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Disable GLIB deprecation warnings
+         GValueArray has been deprecated since 2.32 ... but there's no usable
+         replacement for it.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=667228
+
+2012-09-25 14:18:35 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Fix leak
+
+2012-09-24 16:46:18 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * win32/common/config.h:
+         Back to development (bug fixing)
+
+=== release 1.0.0 ===
+
+2012-09-24 14:06:42 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 1.0.0
+
+2012-09-24 11:56:56 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/rganalysis.c:
+         tests: remove g_printerr() that's not needed any longer
+         now that tcase_skip_broken_test() prints it as well.
+
+2012-09-23 19:50:42 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/rganalysis.c:
+         tests: disable failing replaygain tests
+
+2012-09-23 16:31:37 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmpte.h:
+         smpte: send stream-start event
+
+2012-09-23 16:10:36 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/multipart/multipartmux.c:
+       * gst/multipart/multipartmux.h:
+         multipartmux: send stream-start event
+
+2012-09-23 16:02:19 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: send stream-start
+
+2012-09-23 15:57:35 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: send stream-start event
+
+2012-09-23 15:48:54 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+         interleave: add a bunch of FIXMEs
+         Needs some more work, so stream-start, caps and tags are
+         sent in the right order.
+
+2012-09-23 15:18:54 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: send stream-start event
+
+2012-09-23 15:16:14 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/avi/gstavimux.c:
+         avimux: send stream-start event
+
+2012-09-22 15:00:27 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         rtpdtmfdepay: Use 1.0-style caps negotiation and audio/x-raw
+
+2012-09-22 16:08:05 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * common:
+         Automatic update of common submodule
+         From 4f962f7 to 6c0b52c
+
+2012-09-21 21:54:36 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: answer URI query
+         Without this, something also answered the query
+         with TRUE but without setting a uri, not sure
+         what that was..
+
+2012-09-20 17:28:47 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Make sure the caps don't have duplicated sps/pps
+
+2012-09-20 19:58:12 +0200  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Mute stream post-connection if required
+         A bug in PulseAudio causes PA_STREAM_START_MUTED to be rejected on
+         record streams. Until this is fixed upstream, we mute the stream
+         manually at startup. Based on a patch by Alban Browaeys
+         <prahal@yahoo.com>.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684469
+
+2012-09-20 18:00:59 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: 24 bit audio here is S24LE, not S24_3LE.
+
+2012-09-20 10:07:24 +0200  Sjoerd Simons <sjoerd@luon.net>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: handle latency query before setting up the bufferpool
+         Fixes crash if no bufferpool is set up yet.
+         https://bugzilla.gnome.org/show_bug.cgi?id=684430
+
+2012-09-19 09:17:03 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         osxaudiosink: Specify endianness in IEC 61937 payloading
+         Corresponds to an API change in gst-plugins-base. This needs to be fixed
+         to query the expected byte order using appropriate API.
+         https://bugzilla.gnome.org/show_bug.cgi?id=678021
+
+2012-09-19 09:15:53 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Specify endianness in IEC 61937 payloading
+         DirectSound expects native endian byte order.
+         https://bugzilla.gnome.org/show_bug.cgi?id=678021
+
+2012-09-19 09:13:11 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Specify endianness in IEC 61937 payloading
+         Corresponds to an API change in gst-plugins-base.
+         https://bugzilla.gnome.org/show_bug.cgi?id=678021
+
+2012-09-19 00:39:01 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Remove incorrect logic
+         I don't understand why these lines were added, they don't make sense to
+         me now and both David and I agree that removing them moves closer to
+         related logic being correct, therefore, they're being removed.
+         I've tested a few progressive, interlaced and telecine clips and they
+         all behave properly timestamp-wise and visually after these changes.
+
+2012-09-19 00:17:49 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix field duration
+         The frame rate fraction is correctly adjusted in the cases preceding the
+         field duration calculation and so the factor of 2 is incorrect.
+
+2012-09-18 10:34:03 -0700  Michael Smith <msmith@rdio.com>
+
+       * gst/videobox/gstvideobox.c:
+         videobox: Fix U/V strides for a number of cases.
+
+2012-09-18 12:13:21 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: init videoinfo
+         ... to prevent random bogus caps fields.
+
+2012-09-18 12:12:39 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: chain up to collectpads query function
+
+2012-09-17 13:17:00 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: Don't let GstCollectPad shadow custom sink pad query func
+         In the current implementation, the custom pad query function is not called.
+         This patch, set that query function on the GstCollectPads to avoid this
+         shadowing.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=684237
+
+2012-09-17 18:23:11 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/files/Makefile.am:
+         tests: dist image.jpg for jpeg test
+
+=== release 0.11.99 ===
+
+2012-09-17 17:57:58 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 0.11.99
+
+2012-09-17 16:57:30 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/twolame/Makefile.am:
+         Remove -DGST_USE_UNSTABLE_API
+
+2012-09-17 16:57:30 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/Makefile.am:
+         Remove -DGST_USE_UNSTABLE_API
+
+2012-09-17 16:53:04 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.types:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         docs: update
+
+2012-09-17 13:30:15 +0200  Christian Fredrik Kalager Schaller <uraeus@linuxrisin.org>
+
+       * gst-plugins-good.spec.in:
+         Fix spec file for vp8 move
+
+2012-09-17 13:23:36 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * Makefile.am:
+         annodex: Add to the CRUFT_DIRS
+
+2012-09-17 12:14:07 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-halelements.xml:
+       * docs/plugins/inspect/plugin-monoscope.xml:
+         docs: update
+
+2012-09-17 09:48:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Correctly finish frames
+         Previously we would always get the same frame if multiple frames are pending,
+         leaking memory of the previous frames and breaking timestamps.
+
+2012-09-17 09:40:41 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Allow changing bitrate and other parameters during playback
+         Fixes bug #648276.
+
+2012-09-17 09:16:39 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp8enc.h:
+         vp8enc: Store configuration in the vpx_codec_enc_cfg_t struct instead of duplicating all variables
+         Also protect encoder with a mutex.
+
+2012-09-16 16:03:06 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Update documentation to reflect new property names
+         ...and also link to the WebM encoder parameters website.
+
+2012-09-16 15:57:58 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/gstvp8enc.c:
+         vp8enc: Make some property names more readable
+
+2012-09-16 15:47:16 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/.gitignore:
+         vp8: Add tests to .gitignore
+
+2012-09-16 15:46:31 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/vp8enc.c:
+         vp8enc: Update patch to the new property names
+
+2012-09-16 15:46:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+         vpx: Integrate test into the build system too
+
+2012-02-07 17:00:26 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/vp8dec.c:
+       * tests/check/elements/vp8enc.c:
+         [MOVED FROM BAD 6/6] tests: fix more unit tests
+
+2011-11-24 21:42:39 +0100  René Stadler <rene.stadler@collabora.co.uk>
+
+       * tests/check/elements/vp8dec.c:
+       * tests/check/elements/vp8enc.c:
+         [MOVED FROM BAD 5/6] tests: update for gstcheck API change
+
+2010-07-10 15:46:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/vp8dec.c:
+         [MOVED FROM BAD 4/6] vp8dec: Add simple unit test for vp8dec
+
+2010-07-10 15:46:43 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/vp8enc.c:
+         [MOVED FROM BAD 3/6] vp8enc: Improve unit test a bit
+
+2010-07-10 15:32:29 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/vp8enc.c:
+         [MOVED FROM BAD 2/6] vp8enc: Also check the output caps in the unit test
+
+2010-07-10 15:29:46 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/vp8enc.c:
+         [MOVED FROM BAD 1/6] vp8enc: Add simple unit test
+
+2012-09-16 15:43:39 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-vpx.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * ext/Makefile.am:
+         vpx: Integrate into the build system
+
+2012-09-16 15:33:57 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vpx/GstVP8Enc.prs:
+       * ext/vpx/Makefile.am:
+       * ext/vpx/gstvp8dec.c:
+       * ext/vpx/gstvp8dec.h:
+       * ext/vpx/gstvp8enc.c:
+       * ext/vpx/gstvp8enc.h:
+       * ext/vpx/gstvp8utils.c:
+       * ext/vpx/gstvp8utils.h:
+       * ext/vpx/plugin.c:
+         vpx: Rename vp8 plugin to vpx
+         This is using libvpx, which can support more codecs than just VP8
+         and will likely support future codecs.
+
+2012-09-16 15:32:24 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         vp8: Apply remaining changes that got lost while moving the plugin via git am thanks to merges
+
+2012-09-16 15:25:08 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 134/134] vp8dec: Unref input/output states when stopping the decoder
+
+2012-09-16 15:18:20 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/GstVP8Enc.prs:
+         [MOVED FROM BAD 133/134] vp8enc: Update realtime profile to the new properties
+
+2012-09-16 10:56:07 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 132/134] vp8: Require latest libvpx release (1.1.0 from May 2012)
+         Fixes bug #684116 and simplifies configure checks.
+
+2012-09-15 20:23:13 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 131/134] vp8enc: Use a string field for the profile in the caps
+         Just for consistency with all the other codecs.
+
+2012-09-15 00:04:07 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 130/134] vp8enc: Correctly set profile in caps
+
+2012-09-14 23:41:48 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 129/134] vp8: Update copyright and authors
+
+2012-09-08 15:38:40 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 128/134] vp8enc: Rework encoder properties to be more in line with the libvpx tools and API
+         Also add all available properties.
+
+2012-09-14 17:08:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 127/134] replace gst_element_class_set_details_simple with gst_element_class_set_metadata
+
+2012-07-19 09:05:28 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 126/134] vp8dec: Call gst_video_decoder_negotiate()
+
+2012-08-14 11:17:25 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8dec.h:
+         [MOVED FROM BAD 125/134] vp8dec: Add support for multiple decoding threads
+
+2012-08-14 11:09:46 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 124/134] vp8dec: Add support for the MFQE postprocessing flag
+         Which is enabled by default if postprocessing is enabled.
+
+2012-08-09 13:37:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/Makefile.am:
+         [MOVED FROM BAD 123/134] vp8: Use pkg-config file for getting the LIBS and CFLAGS
+
+2012-08-08 17:06:20 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 122/134] vp8enc: Update the per-component strides for every frame too
+         This is necessary because of GstVideoAlignment
+
+2012-07-26 19:31:14 +0200  Oleksij Rempel <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 121/134] vp8enc: initiate encoder to fix a crash.
+         Without this patch vp8enc send header before and after first
+         key frame. On second keyframe vp8dec will crash without getting
+         decoded frame. With this pipe it is easy to reproduce this issue:
+         gst-launch-1.0 videotestsrc ! vp8enc ! vp8dec ! fakesink
+         https://bugzilla.gnome.org/show_bug.cgi?id=680667
+
+2012-07-28 00:32:58 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 120/134] tag: Update for taglist/tag event API changes
+
+2012-07-23 10:35:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 119/134] ext: Update for video base classes API changes
+
+2012-07-21 19:59:21 +0200  Oleksij Rempel <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 118/134] vp8enc: fix memory leak
+         unref frame. i hope it is correct place to do it.
+         Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net>
+
+2012-07-06 11:50:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 117/134] update for query api changes
+
+2012-07-06 11:26:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 116/134] update for query api changes
+
+2012-07-06 11:03:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 115/134] update for allocation query changes
+
+2012-06-07 12:33:31 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 114/134] vp8: fix codec state leaks
+         I only tested that vp8enc ! vp8dec does not crash, as valgrind does not grok
+         at least one of the instructions used by vp8enc, preventing me from checking
+         a leak, and the lack of one after the patch.
+
+2012-06-06 13:02:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 113/134] update for tag event change
+
+2012-05-28 16:05:21 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 112/134] vp8: Port to 0.11 again
+
+2012-05-18 12:46:55 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 111/134] vp8enc: fix target bitrate config with libvpx 1.1.0
+         libvpx 1.1.0 disallows a bitrate of 0, which was used by
+         vp8enc as a default value.
+         Instead, we use the default libvpx bitrate, scaled to our
+         video size, if no bitrate was specified.
+         This fixes encoding VP8 video with libvpx 1.1.0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=676245
+
+2012-05-16 14:04:28 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 110/134] vp8enc: Update for GstVideoCodecFrame API changes
+
+2012-04-27 18:22:42 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8dec.h:
+         [MOVED FROM BAD 109/134] vp8dec: Improve output_state handling
+         Avoid getting output_state for every buffer as that requires
+         getting the objectlock and doing reference counting. Store it locally
+         when it is created and use it.
+
+2012-04-27 09:05:57 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 108/134] vp8dec: Use outputstate when copying output buffer data
+         Using the input state was causing a crash because the strides/offsets
+         would be wrong. Fix it by using the output as we are dealing with
+         the decoded frame.
+
+2012-04-24 11:08:41 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 107/134] vp8: Port to -base video base classes
+         Conflicts:
+         ext/vp8/Makefile.am
+         ext/vp8/gstvp8dec.c
+         ext/vp8/gstvp8enc.c
+         Back to 0.10 state for now, need to be ported again.
+
+2012-05-18 12:46:55 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 106/134] vp8enc: fix target bitrate config with libvpx 1.1.0
+         libvpx 1.1.0 disallows a bitrate of 0, which was used by
+         vp8enc as a default value.
+         Instead, we use the default libvpx bitrate, scaled to our
+         video size, if no bitrate was specified.
+         This fixes encoding VP8 video with libvpx 1.1.0.
+         https://bugzilla.gnome.org/show_bug.cgi?id=676245
+
+2012-04-05 18:02:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/plugin.c:
+         [MOVED FROM BAD 105/134] gst: Update for GST_PLUGIN_DEFINE() API changes
+
+2012-04-04 14:41:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/Makefile.am:
+         [MOVED FROM BAD 104/134] gst: Update versioning
+
+2012-03-06 15:21:17 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 103/134] vp8enc: Fix 'argument to 'sizeof' in 'memset' call is the same expression as the destination' compiler warning
+
+2012-01-30 17:17:16 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 102/134] update for HEADER flag
+
+2012-01-25 18:49:58 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 101/134] port some more to new memory API
+         Fixes #668677.
+
+2012-01-24 11:22:46 +0100  Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 100/134] vp8enc: trace outgoing timestamps
+         add info level prints for outgoing timestamps.
+         Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+2012-01-04 11:05:48 +0100  Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 099/134] vp8dec: use is_alt_data option to prevent timestamp collisions
+         altref/invisible frames usually stored in container with same timestamp as
+         dependet frame. This make basevideodecoder to update timestamp for dependet
+         frame and couse TS colision on next frame:
+         ^- here is altref
+         time     : 1 2 3 4 5 6 7 8 9
+         webm ts  : 1   3 5 5   7   9
+         vp8dec ts: 1   3   7   7   9
+         Fix bug: https://bugzilla.gnome.org/show_bug.cgi?id=655245
+         Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+2012-01-02 08:28:13 +0100  Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+       * ext/vp8/GstVP8Enc.prs:
+       * ext/vp8/Makefile.am:
+         [MOVED FROM BAD 098/134] vp8: add initial preset file
+         This is initial preset file, currently with only one profile
+         for realtime encoding.
+         Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+2011-11-28 13:08:27 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 097/134] various: fix pad template ref leaks
+         https://bugzilla.gnome.org/show_bug.cgi?id=662664
+
+2011-11-25 11:36:14 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 096/134] vp8dec: use new basevideodecoder API to drop frames and get QoS messages posted
+
+2011-11-10 15:13:34 +0200  Mart Raudsepp <leio@gentoo.org>
+
+       * ext/vp8/Makefile.am:
+         [MOVED FROM BAD 095/134] mimic, opencv, vp8, acmmp3dec, linsys: Don't build static plugins
+         Pass --tag=disable-static to libtool everywhere where it's been forgotten
+         https://bugzilla.gnome.org/show_bug.cgi?id=663768
+
+2011-11-03 14:01:41 +0100  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 094/134] vp8: Port to 0.11
+
+2011-08-21 20:15:25 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 093/134] vp8enc: fix drop-frame property
+         Fixes #656929.
+
+2011-08-19 19:17:15 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 092/134] vp8: probe for the new tuning API to keep building with older libvpx
+         https://bugzilla.gnome.org/show_bug.cgi?id=656928
+
+2011-08-18 10:39:26 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 091/134] vp8enc: Remove unused and useless variable in tags handling
+
+2011-08-12 12:08:08 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 090/134] vp8enc: Update for basevideoencoder ::get_caps() removal
+
+2011-07-09 18:53:24 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 089/134] vp8enc: Add more properties
+
+2011-06-19 16:06:46 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 088/134] vp8enc: add min/maxsection-pct option
+         This options should be good to redeuce decode CPU load.
+         for lowend hardware:
+         minsection-pct=15 maxsection-pct=400
+         for hiend hw:
+         minsection-pct=5 maxsection-pct=800
+         see example:
+         http://www.webmproject.org/tools/encoder-parameters/#2-pass_vbr_encoding_for_smooth_playback_on_low-end_hardware
+         Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
+         Signed-off-by: David Schleef <ds@schleef.org>
+
+2011-06-19 11:05:36 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 087/134] vp8enc: add lag-in-frames option.
+         This option set maximum of frames codec should remember,
+         to make better prediktion for alt-ref frames.
+         See example:
+         http://www.webmproject.org/tools/encoder-parameters/#2-pass_best_quality_vbr_encoding
+         Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
+         Signed-off-by: David Schleef <ds@schleef.org>
+
+2011-06-19 07:16:57 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 086/134] vp8enc: use multipass.cache file name as default for multipass mode.
+         Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
+         Signed-off-by: David Schleef <ds@schleef.org>
+
+2011-07-21 08:03:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 085/134] vp8enc: Update for GstBaseVideoEncoder::finish() signature change
+
+2011-07-12 18:05:25 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 084/134] vp8: Fix set-but-unused warnings
+
+2011-07-09 11:31:02 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 083/134] vp8enc: Use destroy notify to free the coder hook
+
+2011-06-18 15:56:49 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 082/134] vp8enc: update for new libvpx api
+
+2011-06-26 15:15:54 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 081/134] vp8enc: generate a timestamp for alt-ref frames.
+         It will fix handling of altref/invisible frames since matroska-mux
+         drop any fram with no timestamp.
+         see also:
+         http://www.webmproject.org/code/specs/container/
+         The encoder will currently set the AR's timestamp as close as possible
+         to the previous frame while attempting to provide a timestamp that is
+         strictly increasing. In cases where the time base given to the encoder
+         at configure time is not granular enough to allow for this the AR
+         will share the same timestamp as D, but should be
+         treated as having no duration.
+         Fixes bug #652951
+         Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
+
+2011-06-18 17:47:36 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 080/134] vp8dec: add check if we have legal aspect-ratio before reset it.
+         the commit f9b552f0494e (vp8dec: set par to 1/1)
+         will fix situation where no aspect-ratio is set, but it brake
+         stream with available aspect-ratio. This patch fix it.
+         Fixes: #652902.
+         Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
+
+2011-06-03 19:36:59 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 079/134] vp8dec: set par to 1/1
+
+2011-05-18 13:27:20 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 078/134] vp8enc: Name max/min quantizer properties {max,min}-quantizer
+         Also improve quality property description.
+
+2011-05-18 13:26:23 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 077/134] vp8enc: Add properties to select a maximum and minimum quantizer
+         Fixes bug #641405.
+
+2011-05-18 13:18:58 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 076/134] vp8enc: Fix quality to (constant) quantizer mapping
+         This now allows to select all possible quantizers between
+         0 and 63.
+         See bug #641405.
+
+2011-04-01 22:13:55 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 075/134] vp8dec: debug code style fixes
+
+2011-04-01 22:13:00 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 074/134] vp8dec: propagate downstream flow return to upstream
+
+2011-03-30 10:18:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 073/134] basevideodecoder: really and only set src pad caps whenever requested
+         ... since subclass is expected to be wise enough to know when to do so.
+
+2011-03-29 10:41:54 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 072/134] basevideodecoder: invoke subclass start method at state change and use set_format
+         While this changes API slightly (e.g. actually uses set_format now), which is OK
+         for unstable API, it has following merits:
+         * symmetric w.r.t. stop at state change
+         * in line with other base class practice
+         * otherwise no subclass method at state change (global activation time)
+         Moreover, subclassese are either unaffected or trivially adjusted accordingly.
+
+2011-03-28 08:59:20 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 071/134] basevideodecoder: subsume skip_frame into finish_frame
+
+2011-03-24 14:10:07 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 070/134] basevideoencoder: provide proper upstream flow return handling
+
+2011-03-24 13:59:35 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 069/134] vp8enc: minor optimization in setting up image buffer
+
+2011-03-24 12:50:23 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 068/134] vp8enc: refactor frame processing
+
+2011-03-24 11:55:41 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 067/134] vp8enc: do init at set_format time
+
+2011-03-24 10:15:55 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 066/134] vp8enc: fix keyframe forcing
+
+2011-03-23 09:45:20 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 065/134] basevideocodec: remove redundant caps field
+         ... as it is already at hand as the src pad's negotiated caps.
+
+2011-03-23 08:50:31 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 064/134] vp8enc: use baseclass event virtual handler
+
+2011-02-20 14:16:18 -0800  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8dec.h:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 063/134] basevideo: merge utils header into basevideocodec
+
+2011-03-17 16:34:02 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/vp8/Makefile.am:
+         [MOVED FROM BAD 062/134] vp8: fix LIBADD order in Makefile.am
+
+2011-02-04 09:08:26 +0100  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 061/134] vp8enc: Add description for bitrate units.
+
+2010-11-30 18:43:24 -0800  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 060/134] vp8enc: Readd setting of granulepos
+         Revert parts of last patch that removed setting of granulepos.
+         oggmux still requires correct granulepos in incoming packet.
+
+2010-11-29 20:21:31 -0800  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 059/134] vp8enc: Don't override timestamps set by base class
+         Because the base class does it correctly.
+         Fixes: #635720, #625558.
+
+2010-11-25 18:52:47 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 058/134] vp8: Remove dead assignments
+
+2010-10-09 17:36:07 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 057/134] basevideo: Move common fields/functions to basecodec
+
+2010-09-18 17:28:48 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 056/134] basevideo: Move deadline to frame structure
+
+2010-08-13 14:34:21 +0200  Philip Jägenstedt <philipj@opera.com>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 055/134] vp8dec: Set GstBaseVideoDecoder::packetized to TRUE as soon as possible
+         This fixes an infinite loop if an EOS event is received before
+         GstBaseVideoDecoder::start() is called, e.g. immediately when the
+         pads are activated.
+         Fixes bug #626815.
+
+2010-07-10 16:52:10 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 054/134] vp8enc: Add support for enabling automatic insertion of alt-ref frames by the encoder
+
+2010-07-10 16:51:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 053/134] vp8enc: Fix handling of invisible/alt ref frames
+
+2010-07-03 17:47:29 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8dec.h:
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+         [MOVED FROM BAD 052/134] vp8: Add initial documentation, based on the theoradec/theoraenc documentation
+
+2010-07-03 17:34:58 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/Makefile.am:
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8dec.h:
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8enc.h:
+       * ext/vp8/plugin.c:
+         [MOVED FROM BAD 051/134] vp8: Move structure definitions, etc to public header files for gtk-doc
+
+2010-06-12 09:02:29 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 050/134] vp8enc: Implement multipass encoding
+         Fixes bug #621348.
+
+2010-06-14 15:56:24 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 049/134] vp8enc: Set VP8E_SET_CPUUSED to 0
+         This setting controls how much CPU can be used by the encoder, specified
+         in fractions of 16. Negative values mean strict enforcement of this
+         while positive values are adaptive.
+         The default value is -4, which means that we're not running as fast
+         as possible and probably are wasting some quality. 0 is the recommended
+         default by libvpx upstream.
+
+2010-06-14 15:51:30 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 048/134] vp8enc: Use VPX defines for REALTIME, GOOD/BEST quality deadlines instead of our own
+         These are the values used for the speed property.
+
+2010-06-03 10:49:40 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 047/134] vp8enc: fix printf format warning in log message
+         gstvp8enc.c:564: error: format ‘%d’ expects type ‘int’, but argument 8 has type ‘size_t’
+         gstvp8enc.c:744: error: format ‘%d’ expects type ‘int’, but argument 8 has type ‘size_t’
+
+2009-07-03 16:08:38 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/vp8/Makefile.am:
+         [MOVED FROM BAD 046/134] basevideo, vp8: guard unstable API with GST_USE_UNSTABLE_API
+         Add some guards and fat warnings to the header files with still unstable
+         API, so people who just look at the installed headers know that it
+         actually is unstable API.
+         Merging previous commit into current codebase.
+
+2010-06-01 15:54:51 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/Makefile.am:
+       * ext/vp8/gst/video/gstbasevideocodec.c:
+       * ext/vp8/gst/video/gstbasevideocodec.h:
+       * ext/vp8/gst/video/gstbasevideodecoder.c:
+       * ext/vp8/gst/video/gstbasevideodecoder.h:
+       * ext/vp8/gst/video/gstbasevideoencoder.c:
+       * ext/vp8/gst/video/gstbasevideoencoder.h:
+       * ext/vp8/gst/video/gstbasevideoparse.c:
+       * ext/vp8/gst/video/gstbasevideoparse.h:
+       * ext/vp8/gst/video/gstbasevideoutils.c:
+       * ext/vp8/gst/video/gstbasevideoutils.h:
+       * ext/vp8/gst/video/gstvideocompat.c:
+       * ext/vp8/gst/video/gstvideocompat.h:
+         [MOVED FROM BAD 045/134] basevideo: Move base video from vp8 to gst-libs
+
+2010-05-26 06:52:15 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8utils.h:
+         [MOVED FROM BAD 044/134] vp8: Use VPX_PLANE_* instead of PLANE_*
+
+2010-05-24 11:04:02 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8utils.h:
+         [MOVED FROM BAD 043/134] vp8: Add compatilibity defines to work with older versions of libvpx too
+
+2010-05-23 09:28:13 +0200  Philip Jägenstedt <philipj@opera.com>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 042/134] vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/
+         This corresponds to upstream libvpx commit 6cd4a10e167203d1deb79abf60ee72599e97891b
+
+2010-05-22 12:55:45 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 041/134] vp8enc: Allow a maximum keyframe distance of 0, i.e. all frames are keyframes
+
+2010-05-22 08:45:35 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 040/134] vp8dec: Set decoder deadline from the QoS information
+
+2010-05-28 16:35:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 039/134] vp8enc: Move debug output one line above where the packet is still valid
+
+2010-05-28 15:53:30 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 038/134] vp8enc: Correctly ignore non-frame packets from the encoder
+         Fixes bug #619916.
+
+2010-05-22 07:44:27 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gst/video/gstbasevideodecoder.c:
+         [MOVED FROM BAD 037/134] basevideodecoder: Take the frame duration into account when calculating the earliest time
+         This formula is used in many other elements too.
+         Fixes bug #619318.
+
+2010-05-22 07:35:01 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gst/video/gstbasevideodecoder.c:
+         [MOVED FROM BAD 036/134] basevideodecoder: Reset QoS values when necessary
+
+2010-05-22 09:35:24 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 035/134] vp8enc: Use GST_VIDEO_CAPS_YUV(I420) instead of handwritten I420 caps for the pad template
+         Fixes bug #619344.
+
+2010-05-21 20:53:36 +0200  Philip Jägenstedt <philipj@opera.com>
+
+       * ext/vp8/gst/video/gstbasevideodecoder.c:
+       * ext/vp8/gst/video/gstbasevideodecoder.h:
+       * ext/vp8/gst/video/gstbasevideoutils.h:
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 034/134] vp8dec: drop late frames after decoding them
+         This saves a memcpy, which is always something.
+
+2010-05-21 21:28:29 +0200  Philip Jägenstedt <philipj@opera.com>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 033/134] vp8enc: threads property
+         Increasing from 1 to 2 threads on an Thinkpad X60s decreased encode time
+         in a test from ~24 s to ~19 s, so this is quite useful.
+         Ideally we should let 0 be the default and automatically match the number
+         of CPU cores (or something).
+
+2010-05-21 15:17:46 +0200  Philip Jägenstedt <philipj@opera.com>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 032/134] vp8enc: add mode property to switch between CBR/VBR
+         Always using CBR when bitrate is used isn't that great, VBR mode
+         can produce meaningful results too.
+
+2010-05-21 10:54:57 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 031/134] vp8dec: Only enable postprocessing if the decoder supports it
+
+2010-05-21 08:23:58 +0200  Philip Jägenstedt <philipj@opera.com>
+
+       * ext/vp8/plugin.c:
+         [MOVED FROM BAD 030/134] vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/
+         Fixup for bug #619172.
+
+2010-05-21 08:13:06 +0200  Philip Jägenstedt <philipj@opera.com>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 029/134] vp8: move #ifdef HAVE_VP8_ENCODER/DECODER
+         Otherwise we'll try including e.g. <vpx/vp8cx.h> which doesn't exist.
+
+2010-05-20 20:06:09 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 028/134] vp8enc: Write GStreamer element and version in the vorbiscomment vendor string
+
+2010-05-20 16:49:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/plugin.c:
+         [MOVED FROM BAD 027/134] vp8: Only enable the encoder or decoder if it's available in libvpx
+         Fixes bug #619172.
+
+2010-05-20 10:19:54 +0200  Philip Jägenstedt <philipj@opera.com>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/plugin.c:
+         [MOVED FROM BAD 026/134] vp8: exlcude dec/enc based on CONFIG_VP8_DECODER/ENCODER
+         This may not be very autotoolish, but works with libvpx in the state
+         that libvpx is actually in. Moved the debug init to the elements
+         themselves to minimize amount of #ifdefs
+
+2010-05-20 09:24:53 +0200  Philip Jägenstedt <philipj@opera.com>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 025/134] vp8enc: Limit max-latency to 25 to match libvpx
+         From libvpx/vp8/encoder/onyx_int.h:
+         #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)
+         While we don't need to be tied to what libvpx does internally, it
+         doesn't make sense to pretend to support longer frame lags than are
+         actually possible.
+
+2010-05-20 09:56:25 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8utils.c:
+         [MOVED FROM BAD 024/134] vp8: Undef HAVE_CONFIG_H before including libvpx headers
+         A public libvpx header includes private headers if this is
+         defined, causing compilation failures because the private headers
+         are not installed of course.
+
+2010-05-20 08:53:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 023/134] vp8enc: Some more minor adjustments for the Ogg mapping
+
+2010-05-19 23:02:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 022/134] vp8dec: Fix memory leak
+
+2010-05-19 21:34:42 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 021/134] vp8enc: Adjust Ogg mapping for the changes
+
+2010-05-19 18:12:18 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 020/134] vp8dec: Add properties to control the VP8 decoder post processing feature
+         This is disabled by default for now.
+
+2010-05-19 17:16:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 019/134] vp8enc: Rename keyframe-interval to max-keyframe-distance
+         And use default settings for buffer sizes until we expose this
+         somehow.
+
+2010-05-19 17:13:17 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/Makefile.am:
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/gstvp8utils.c:
+       * ext/vp8/gstvp8utils.h:
+         [MOVED FROM BAD 018/134] vp8: Improve error handling and debug output
+
+2010-05-19 14:46:48 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 017/134] vp8: Use correct strides and plane offsets for GStreamer
+
+2010-05-18 14:47:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 016/134] vp8enc: Implement GstTagSetter interface
+
+2010-05-18 14:33:49 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 015/134] vp8enc: Fix setting of the keyframe flag on encoded frames
+
+2010-05-18 14:30:15 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 014/134] vp8enc: Post an error message on the bus if encoder initialization fails
+
+2010-05-18 14:28:55 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 013/134] vp8dec: Fix memory leaks and fail if initializing the decoder fails
+
+2010-05-18 02:44:54 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 012/134] vp8enc: Set timebase
+         Also misc cleanup.
+
+2010-05-16 10:36:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 011/134] vp8dec: Fix decoding of invisible frames
+
+2010-05-14 14:26:34 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 010/134] vp8enc: Update the latency when initializing the encoder
+
+2010-05-14 14:02:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 009/134] vp8dec: Correctly initialize stream info before peeking at the stream
+         Otherwise peeking will fail and we'll get invalid values
+
+2010-05-14 11:01:29 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 008/134] vp8dec: Make sure to pass a keyframe as first frame to the decoder, copy output frames only once and require width/height/etc on the input caps
+
+2010-05-14 10:30:18 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 007/134] vp8enc: Add support for invisible frames and the Ogg mapping
+
+2010-05-14 01:14:46 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/gstvp8dec.c:
+         [MOVED FROM BAD 006/134] vp8dec: Fix reset after seeking
+         Also remove some unused code.
+
+2010-05-13 21:19:32 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 005/134] vp8enc: Set frame numbers as buffer offsets
+
+2010-05-13 21:18:08 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 004/134] vp8enc: Always get as many frames as possible from the encoder
+
+2010-05-13 21:08:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 003/134] vp8enc: Fill the oldest pending frame instead of the newest
+
+2010-05-13 20:20:32 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/vp8/gstvp8enc.c:
+         [MOVED FROM BAD 002/134] vp8enc: Correctly set delta unit flag for non-keyframes
+
+2010-05-13 01:04:04 -0700  David Schleef <ds@schleef.org>
+
+       * ext/vp8/Makefile.am:
+       * ext/vp8/gst/video/gstbasevideocodec.c:
+       * ext/vp8/gst/video/gstbasevideocodec.h:
+       * ext/vp8/gst/video/gstbasevideodecoder.c:
+       * ext/vp8/gst/video/gstbasevideodecoder.h:
+       * ext/vp8/gst/video/gstbasevideoencoder.c:
+       * ext/vp8/gst/video/gstbasevideoencoder.h:
+       * ext/vp8/gst/video/gstbasevideoparse.c:
+       * ext/vp8/gst/video/gstbasevideoparse.h:
+       * ext/vp8/gst/video/gstbasevideoutils.c:
+       * ext/vp8/gst/video/gstbasevideoutils.h:
+       * ext/vp8/gst/video/gstvideocompat.c:
+       * ext/vp8/gst/video/gstvideocompat.h:
+       * ext/vp8/gstvp8dec.c:
+       * ext/vp8/gstvp8enc.c:
+       * ext/vp8/plugin.c:
+         [MOVED FROM BAD 001/134] vp8: Add encoder/decoder
+
+2012-09-15 22:16:52 +0200  Christian Fredrik Kalager Schaller <uraeus@linuxrisin.org>
+
+       * gst-plugins-good.spec.in:
+         Update spec file with F18 name change and add deinterlacer
+
+2012-09-15 19:06:06 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+         use gst_element_factory_get_metadata to replace obsolete API
+
+2012-09-14 17:55:16 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+         replace _get_caps_reffed with _get_caps
+
+2012-09-14 17:08:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audiofx/gststereo.c:
+         replace gst_element_class_set_details_simple with gst_element_class_set_metadata
+
+2012-09-14 17:08:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         replace gst_element_class_set_details_simple with gst_element_class_set_metadata
+
+2012-09-14 17:07:26 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngenc.c:
+       * tests/check/elements/qtmux.c:
+         replace gst_element_class_set_details_simple with gst_element_class_set_metadata
+
+2012-09-14 13:30:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+       * gst/multipart/multipartmux.c:
+       * gst/rtp/README:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/y4m/gsty4mencode.c:
+       * tests/examples/equalizer/demo.c:
+       * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
+       * tests/examples/rtp/server-VTS-H263p.sh:
+       * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
+       * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
+       * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/v4l2/camctrl.c:
+       * tests/icles/gdkpixbufsink-test.c:
+         fix more caps
+
+2012-09-14 02:57:44 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+         Back to development
+
+=== release 0.11.94 ===
+
+2012-09-14 02:48:43 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ChangeLog:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 0.11.94
+
+2012-09-14 01:50:44 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * 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/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         po: update translations
+
+2012-09-14 01:46:14 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         docs: update docs
+
+2012-09-14 00:47:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/wavpackenc.c:
+         tests: push stream-start and segment events in wavpackenc test
+
+2012-09-13 10:56:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+         v4l2: remove unused properties
+
+2012-09-13 10:15:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: disable reconfigure
+         See https://bugzilla.gnome.org/show_bug.cgi?id=683902
+
+2012-09-10 22:09:59 -0700  Jan Schmidt <thaytan@noraisin.net>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Don't treat every custom-downstream event as EOS
+         Don't fall through to the EOS handling after receiving a
+         custom-downstream event.
+
+2012-09-12 21:05:44 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/cairo/gsttextoverlay.c:
+       * gst/avi/gstavimux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/interleave/interleave.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/smpte/gstsmpte.c:
+       * gst/videomixer/videomixer2.c:
+         collectpads: remove gst_collect_pads_add_pad_full
+         Rename gst_collect_pads_add_pad_full() to gst_collect_pads_add_pad() and fix all
+         invocations.
+
+2012-09-12 17:14:46 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         udp: add include for IPPROTO_*
+
+2012-09-12 16:39:08 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         udp: properly match braces and cpp directives
+         Fixes compilation where IPV6_TCLASS not defined.
+
+2012-09-12 14:42:07 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/shapewipe/gstshapewipe.c:
+         shapewipe: Use default query handler where needed
+         And clean up get_caps code while I'm at it
+
+2012-09-12 13:28:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: improve framerate transform
+         Handle G_MAXINT in the framerates better. If we cannot double or divide the
+         framerate, clamp to the smallest/largest possible value we can express instead
+         of failing.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683861
+
+2012-09-12 13:17:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: small cleanup
+
+2012-09-07 17:20:57 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/videomixer/blend.c:
+       * gst/videomixer/blend.h:
+       * gst/videomixer/videomixer2.c:
+         videomixer2: Adding nv12 and nv21 support
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683841
+
+2012-09-12 10:18:53 +0200  Michael Smith <msmith@rdio.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+         qtdemux: add support for prores
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683839
+
+2012-09-12 00:16:31 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/rganalysis.c:
+         tests: fix most of the rganalysis unit tests
+         Before the element would post messages on the bus itself, now
+         the sinks do that based on the tag events they receive. But
+         since we don't have proper sink elements in these unit tests,
+         but just dangling pads, we have to post the tag messages the
+         test checks for ourselves.
+         Down from 52/55 failing to 7/52 failing.
+
+2012-09-11 17:36:51 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/wavparse/gstwavparse.c:
+         ext, gst: only activate in pull mode if upstream is seekable
+
+2012-09-11 15:38:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: disable renegotiation
+         We can't yet wait for the bufferpool to DRAIN before starting renegotiation so
+         disable it for now.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=682770
+
+2012-09-11 12:48:39 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/rtpbin.c:
+         tests: rtpbin: port to the new GLib thread API
+
+2012-09-11 12:36:56 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/directsound/gstdirectsoundsink.h:
+         directsoundsink: port to the new GLib thread API
+
+2012-09-11 11:59:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: don't reset segment
+         Don't reset the segment because we need the values for accumulation. the segment
+         is reset at start and after a flushing seek. Fixes some problems with files with
+         quicktime segments.
+
+2012-09-10 17:14:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/id3demux.c:
+         tests: fix id3demux test
+
+2012-09-10 14:31:02 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/amfdefs.h:
+       * gst/flv/gstflvdemux.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+         gst: adjust comment style
+
+2012-09-10 14:30:42 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: remove defunct commented code
+
+2012-09-10 13:35:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: consider stream alive when not connected yet
+         When we start and renegotiate, there is a moment where the stream is created but
+         not yet connected. Make sure all functions deal with this situation correctly
+         instead of erroring out.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681247
+
+2012-09-10 12:15:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: don't fail when not negotiated yet
+         When get_time is called but we are not yet negotiated, return 0 instead of
+         posting an error. It's possible that the base class is still negotiating when
+         our get_time is called.
+
+2012-09-10 11:32:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+       * sys/oss/gstosssrc.c:
+       * sys/oss4/oss4-source.c:
+         update for audio base src api change
+
+2012-09-10 00:42:52 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/avi/gstavimux.c:
+       * gst/isomp4/qtdemux.c:
+         video/x-3ivx and video/x-xvid -> video/mpeg,mpegversion=4
+         If it ever turns out that we really must use thoe specific
+         fourccs and not the generic one, we can still add a flavor
+         field to the caps later.
+
+2012-09-07 16:15:42 +0200  Daniela <daniela.muzzu@selexelsag.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: avoid leak
+         When setup fails, make sure to cleanup afterwards.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=673509
+
+2012-09-07 15:23:44 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpamrdepay.c:
+         rtpamrdepay: unmap rtp buffer
+         ... thereby plugging a memleak.
+
+2012-09-07 14:13:17 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: rtp-payloading: adjust to modified bufferlist semantics
+         ... now implemented by buffer memory blocks.
+
+2012-09-07 14:11:39 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: avoid crashing on NULL access in debug message
+
+2012-09-07 14:11:02 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtph263ppay.c:
+         rtph263ppay: plug caps leak
+
+2012-09-06 17:09:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: remove redundant _set_allocation call
+
+2012-09-06 17:05:00 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/deinterlace.c:
+         tests: deinterlace: do not leak deinterlace pads
+
+2012-09-06 17:04:39 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: plug some leaks
+
+2012-09-06 16:49:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: reuse core function for GCD
+
+2012-09-06 16:31:00 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: support filter in getcaps
+
+2012-09-06 16:30:44 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: do not leak getcaps result
+
+2012-09-06 16:23:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+         deinterlace: add support for bufferpool
+         Add bufferpool support to avoid a memcpy in the videosink when actively
+         interlacing.
+         Remove some commented obsolete code.
+
+2012-09-06 13:38:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: proxy allocation query in passthrough
+         We can let the allocation query pass when we are operating in passthrough mode.
+
+2012-09-06 13:23:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: use default event functions
+         instead of blindly forwarding unknown events.
+
+2012-09-06 13:23:30 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: small cleanups
+
+2012-09-06 12:56:30 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: call default query handlers
+         Call the default query handler instead of forwarding the query blindly. Fixes
+         issues of strides because of proxying the allocation query wrongly.
+
+2012-09-06 10:42:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: remove unused code.
+
+2012-09-06 10:42:06 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulse: improve debug
+
+2012-09-05 11:50:05 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: remove obsolete update newsegment handling code
+
+2012-09-04 12:35:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videofilter/gstvideobalance.c:
+         videobalance: avoid deadlock
+         _update_properties takes the object lock and should not be called when the
+         object lock is already taken.
+
+2012-09-03 12:46:03 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: extract interlaced-ness of video track from interlace-mode field
+         instead of the old boolean "interlaced" field.
+
+2012-09-03 02:51:24 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/avi/gstavimux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * tests/check/elements/avimux.c:
+         video/x-xvid -> video/mpeg,mpegversion=4
+
+2012-09-02 02:50:50 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+         text/plain + text/x-pango-markup -> text/x-raw
+
+2012-09-02 01:31:53 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * gst/matroska/matroska-demux.c:
+         gst_message_new_duration -> gst_message_new_duration_changed
+
+2012-08-30 22:07:24 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         session: also stop probatation on existing sources
+         Receiving an RTCP packet should also stop probation on sources we have seen
+         before.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683065
+
+2012-08-22 16:36:21 -0700  Aleix Conchillo Flaque <aleix@oblong.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtp: make rtp packet probation configurable (bug #682512)
+
+2012-08-30 12:21:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+         gdkpixbuf: adjust to modified video overlay composition API
+
+2012-08-30 11:30:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: fixup 0.11 port of suspect frame checking
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=682959
+
+2012-08-28 18:56:19 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: avoid invalid H264 bytestream codec_data
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681369
+
+2012-08-28 19:00:44 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: port segment event creation to 0.11
+
+2012-08-28 16:28:13 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: release extra event ref when replacing pending newsegment event
+
+2012-07-03 17:50:24 +0200  David Corvoysier <david.corvoysier@orange.com>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_dump.c:
+       * gst/isomp4/qtdemux_dump.h:
+       * gst/isomp4/qtdemux_fourcc.h:
+       * gst/isomp4/qtdemux_types.c:
+         isomp4: add DASH tfdt box support
+         MPEG DASH has defined a set of new boxes to specify duration, indexes and
+         offsets of ISOBMFF fragments.
+         The Track Fragment Base Media Decode Time (tfdt) Box can in particular be
+         included inside a traf box to specify the absolute decode time, measured on the
+         media timeline, of the first sample in decode order in the track fragment.
+         This information can be used by the isomp4 demux to find out the current position of
+         an MP4 fragment in the timeline.
+         This patch adds code to isomp4 to:
+         - parse the tfdt box
+         - adjust the time/position member of the new segment sent when playback starts
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677535
+
+2012-08-26 22:39:55 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/aalib/gstaasink.c:
+       * ext/cairo/gstcairorender.c:
+       * ext/cairo/gsttextoverlay.c:
+       * ext/cairo/gsttimeoverlay.c:
+       * ext/dv/gstdvdec.c:
+       * ext/dv/gstdvdemux.c:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflactag.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+       * ext/gdk_pixbuf/pixbufscale.c:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/libcaca/gstcacasink.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * ext/taglib/gstapev2mux.cc:
+       * ext/taglib/gstid3v2mux.cc:
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackenc.c:
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/apetag/gstapedemux.c:
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsinclimit.c:
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/cutter/gstcutter.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/debugutils/progressreport.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstedge.c:
+       * gst/effectv/gstop.c:
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstripple.c:
+       * gst/effectv/gstshagadelic.c:
+       * gst/effectv/gststreak.c:
+       * gst/effectv/gstvertigo.c:
+       * gst/effectv/gstwarp.c:
+       * gst/equalizer/gstiirequalizer10bands.c:
+       * gst/equalizer/gstiirequalizer3bands.c:
+       * gst/equalizer/gstiirequalizernbands.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/id3demux/gstid3demux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/interleave/deinterleave.c:
+       * gst/interleave/interleave.c:
+       * gst/isomp4/atomsrecovery.c:
+       * gst/isomp4/gstqtmux-doc.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/webm-mux.c:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/replaygain/gstrglimiter.c:
+       * gst/replaygain/gstrgvolume.c:
+       * gst/rtp/README:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmptealpha.c:
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsrc.c:
+       * gst/videobox/gstvideobox.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/wavparse/gstwavparse.c:
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/oss/gstosssink.c:
+       * sys/oss/gstosssrc.c:
+       * sys/oss4/oss4-sink.c:
+       * sys/oss4/oss4-source.c:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/sunaudio/gstsunaudiosink.c:
+       * sys/sunaudio/gstsunaudiosrc.c:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/waveform/gstwaveformsink.c:
+       * sys/ximage/gstximagesrc.c:
+       * tests/examples/cairo/cairo_overlay.c:
+       * tests/examples/rtp/client-H263p-AMR.sh:
+       * tests/examples/rtp/client-H263p-PCMA.sh:
+       * tests/examples/rtp/client-H263p.sh:
+       * tests/examples/rtp/client-H264-PCMA.sh:
+       * tests/examples/rtp/client-H264.sh:
+       * tests/examples/rtp/client-PCMA.sh:
+       * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
+       * tests/examples/rtp/server-VTS-H263p.sh:
+       * tests/examples/rtp/server-alsasrc-PCMA.sh:
+       * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
+       * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
+       * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/icles/gdkpixbufsink-test.c:
+       * tests/icles/videocrop-test.c:
+         docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
+
+2012-08-26 22:32:54 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/flac/gstflacdec.c:
+       * gst/videomixer/videomixer2.c:
+         docs: gst-launch-0.11 -> gst-launch-1.0
+
+2012-08-26 22:08:54 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * tests/check/elements/deinterlace.c:
+         deinterlace: the field in caps is "interlace-mode" not "interlace-method"
+         Fix deinterlace unit test. Need to set right field on output caps.
+         Also remove right field (not old 0.10 "interlaced" boolean field)
+         from caps in unit test before comparing old and new.
+
+2012-08-26 21:45:44 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/icydemux.c:
+         tests: fix icydemux unit test
+         Was waiting for a tag message on the bus, which would never
+         come, because elements don't post those themselves any more
+         but let sinks post them from tag events. Only that there are
+         no sinks in this unit test.
+
+2012-08-26 21:27:00 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/videocrop.c:
+         tests: fix videocrop crop_to_1x1 unit test for GRAY8 format
+         Update table with pixel values with the value actually produced
+         by videotestsrc.
+
+2012-08-27 09:00:45 +0200  Sjoerd Simons <sjoerd@luon.net>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Only print caps if they're provided
+
+2012-08-24 19:43:08 +0100  Michael Rubinstein <mrubinstein@rai-dev.com>
+
+       * gst/videomixer/blend.c:
+         videomixer: fix endianness check on systems where non-glib endianness defines are not set
+         On Windows LITTLE_ENDIAN without the G_ in was not defined,  so the
+         test comes out wrong.
+
+2012-08-22 17:23:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         udpsink: don't crash on NULL error
+         Check if there is an error before retrieving its message.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=682481
+
+2012-08-22 13:30:19 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 668acee to 4f962f7
+
+2012-08-22 13:18:00 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * configure.ac:
+         configure: bump gtk-doc req to 1.12 (mar-2009)
+         This allows us to e.g. unconditionally use gtkdoc-rebase.
+
+2012-08-22 11:21:38 +0200  Martin Ertsaas <mertsas@cisco.com>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: Make osxvideosink use the non-deprecated threading api from glib.
+         https://bugzilla.gnome.org/show_bug.cgi?id=682446
+
+2012-08-14 15:40:31 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Handle negotiation events
+         This makes sure that we:
+         a) Destroy an existing stream if a negotiate() request comes in: this is
+         required when receiving a downstream renegotiation request after a
+         stream has been created.
+         b) Create a new stream on prepare(): this is required since we do a
+         setcaps() in negotiate(), which causes the stream to be dropped by a
+         ringbuffer release() call (this does not happen during first negotiation
+         since the release is only done on a running ringbuffer). The subsequent
+         call to ringbuffer acquire() fails because the stream was lost on
+         release().
+         https://bugzilla.gnome.org/show_bug.cgi?id=681247
+
+2012-08-14 15:38:27 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulseutil.c:
+         pulse: Clear unpositioned flag when setting positions
+         If converting a PA channel map to gst channel positions results in a
+         valid set of channel positions, we clear the unpositioned flag from the
+         ringbuffer spec.
+
+2012-08-14 09:37:45 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Remove redundant channel-mask setting for stereo case
+         The gstaudio helper libraries already take care of this case for us.
+
+2012-08-14 09:36:30 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Don't use memset to set invalid channel positions
+         This itereates over the GstAudioInfo to set invalid channel positions
+         rather than use memset() which works right now because it assumes that
+         GST_AUDIO_CHANNEL_POSITION_INVALID is -1.
+
+2012-08-22 10:30:04 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+         gdkpixbufsink: minor docs improvement
+
+2012-08-22 10:23:24 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/gdk_pixbuf/Makefile.am:
+       * ext/gdk_pixbuf/gstgdkpixbufplugin.c:
+         gdkpixbuf: re-enable already-ported gdkpixbufsink
+
+2012-08-22 10:08:08 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/gdk_pixbuf/Makefile.am:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.h:
+       * ext/gdk_pixbuf/gstgdkpixbufplugin.c:
+         gdkpixbuf: port gdkpixbufoverlay element to 0.11
+
+2012-08-22 00:00:46 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+       * ext/gdk_pixbuf/Makefile.am:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.c:
+       * ext/gdk_pixbuf/gstgdkpixbufdec.h:
+       * ext/gdk_pixbuf/gstgdkpixbufplugin.c:
+         gdkpixbuf: re-enable already-ported gdkpixbuf element as gdkpixbufdec
+         Not sure why it as disabled exactly given that it had already
+         been ported (though without metas or baseclass).
+         Move plugin_init bits into separate source file, and rename
+         decoder element to gdkpixbufdec.
+
+2012-08-21 23:25:47 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/gdk_pixbuf/gst_loader.c:
+         gdkpixbuf: remove old and unused gst_loader source file
+         Once upon a time used to load GStreamer vids via GdkPixbuf API.
+
+2012-08-16 16:51:16 -0700  Aleix Conchillo Flaque <aleix@oblong.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: make jitterbuffer drop-on-latency available (fix #682055)
+         Conflicts:
+         gst/rtsp/gstrtspsrc.h
+
+2012-08-21 19:47:45 +0800  Huacai Chen <chenhc@lemote.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: make gst_v4l2_fill_lists() adapt to kernel 3.3+
+         When do v4l2_ioctl() with VIDIOC_ENUMINPUT fails on some devices,
+         kernels before 3.3.0 return EINVAL, but newer kernels return ENOTTY.
+         This patch make those devices work well on kernel 3.3+.
+         Related kernel commit:
+         http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=07d106d0a33d6063d2061305903deb02489eba20
+         Signed-off-by: Huacai Chen <chenhc@lemote.com>
+         Signed-off-by: Rui Wang <wangr@lemote.com>
+         Signed-off-by: Jie Chen <chenj@lemote.com>
+
+2012-08-20 23:30:38 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+         video/x-dvd-subpicture -> subpicture/x-dvd
+
+2012-08-17 20:52:42 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/multifile/gstmultifilesrc.c:
+         multifilesrc: fix example pipeline in docs
+
+2012-08-17 14:59:57 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/equalizer/gstiirequalizer10bands.c:
+       * gst/equalizer/gstiirequalizer3bands.c:
+       * tests/check/elements/equalizer.c:
+         equalizer: enable presets for the n-band equalizer
+         Add a test for saving and restoring the preset.
+
+2012-08-14 01:20:19 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: fix not-negotiated errors on variable or missing framerate in input caps
+         Remove some bogus code I added during porting that would error out
+         on missing or variable framerates in input caps. Handle this like
+         we do in 0.10
+         Fixes test_mode_disabled_passthrough unit test check.
+
+2012-08-12 13:16:32 +0200  Sjoerd Simons <sjoerd@luon.net>
+
+       * gst/law/alaw-decode.c:
+       * gst/law/mulaw-decode.c:
+         law: Filter layout caps field
+         The layout caps field shouldn't be passed through to the sink pad
+         of {mu,a}lawdec.
+         https://bugzilla.gnome.org/show_bug.cgi?id=681677
+
+2012-08-09 19:41:34 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: allow a TOC with single alternative top-level entry
+         Allow a TOC that has a single alternative top-level entry
+         with multiple sequence sub-entries
+         https://bugzilla.gnome.org/show_bug.cgi?id=540891
+
+2012-08-09 11:48:39 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: Give MARGINAL rank to the mpg123 decoder element
+
+2012-08-09 10:31:39 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: And fix the GTK check to use the correct pkg-config package name
+
+2012-08-09 10:25:38 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: Fix GTK required version variable name
+
+2012-08-09 08:35:23 +0100  Matthias Clasen <mclasen@redhat.com>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: fix build with recent kernels, the v4l2_buffer input field was removed
+         This was unused apparently and removed in the kernel in commit:
+         From 2b719d7baf490e24ce7d817c6337b7c87fda84c1 Mon Sep 17 00:00:00 2001
+         From: Sakari Ailus <sakari.ailus@iki.fi>
+         Date: Wed, 2 May 2012 09:40:03 -0300
+         Subject: [PATCH] [media] v4l: drop v4l2_buffer.input and V4L2_BUF_FLAG_INPUT
+         Remove input field in struct v4l2_buffer and flag V4L2_BUF_FLAG_INPUT which
+         tells the former is valid. The flag is used by no driver currently.
+         https://bugzilla.gnome.org/show_bug.cgi?id=681491
+         Conflicts:
+         sys/v4l2/gstv4l2bufferpool.c
+
+2012-08-08 17:25:36 -0700  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+       * tests/check/elements/rtp-payloading.c:
+         rtph264pay: Make it actually work after cleanups
+
+2012-08-08 17:40:34 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         gst: Set alignment at the correct place of GstAllocationParams
+
+2012-08-08 17:39:07 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/videomixer/videomixer2.c:
+         gst: Set alignment at the correct place of GstAllocationParams
+
+2012-08-08 16:25:58 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * win32/common/config.h:
+         Back to development
+
+=== release 0.11.93 ===
+
+2012-08-08 15:22:04 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 0.11.93
+
+2012-08-08 15:17:22 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * Makefile.am:
+       * win32/MANIFEST:
+       * win32/common/tuner-enumtypes.c:
+       * win32/common/tuner-enumtypes.h:
+       * win32/common/tuner-marshal.c:
+       * win32/common/tuner-marshal.h:
+         win32: add generated tuner-marshal/enumtypes files for v4l2src and update
+         And gst-indent the right rtp marshal files; add missing files to MANIFEST.
+
+2012-08-08 15:10:37 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/deinterlace/tvtime-dist.c:
+       * gst/videobox/gstvideoboxorc-dist.c:
+       * gst/videomixer/blendorc-dist.c:
+         gst: update disted orc files
+
+2012-08-08 12:58:50 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/mpg123/Makefile.am:
+         mpg123: dist header file
+
+2012-08-08 11:31:59 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/wavpack/gstwavpackdec.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * sys/oss4/oss4-audio.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         Silence some 'variable may be used uninitialized' compiler warnings
+         When compiling with -DG_DISABLE_ASSERT
+
+2012-08-08 10:56:51 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/libpng/gstpngdec.c:
+       * gst/isomp4/gstqtmoovrecover.c:
+       * tests/icles/ximagesrc-test.c:
+         No code with side-effects inside g_assert() please
+
+2012-08-07 11:14:21 -0700  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: Return FLUSHING instead of ERROR on unlock
+         If the base class asks multiudpsink to unlock, then it should return
+         FLUSHING, not ERROR
+
+2012-07-26 16:19:57 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflacenc.h:
+         flacenc: add TOC support
+         Add TOC as embedded cuesheets in flac files.
+         https://bugzilla.gnome.org/show_bug.cgi?id=54089
+
+2012-08-07 12:12:09 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: generate empty vorbiscomment for complete streamheaders if needed
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681335
+
+2012-08-06 18:02:50 -0700  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Block pad while it is announced.
+         Block the RTP pad and associated RTCP pads while they are being
+         announced. This it to prevent a race where one is announced and
+         before the callback has connected it, the other one gets a buffer.
+         We can't use the "padlock" of ssrcdemux because it causes deadlocks.
+
+2012-08-06 15:00:57 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+         common: un-do accidental common update revert in commit 7b5925b5
+
+2012-08-06 14:50:53 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpmparobustdepay.c:
+         rtpmparobustdepay: set correct data_size for generated dummy frame
+         ... which prevents getting stuck in a loop if such one is needed.
+
+2012-08-06 14:50:03 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpmparobustdepay.c:
+         rtpmparobustdepay: improve and fix debug statement
+         ... so it really informs about next rather than past frame.
+
+2012-08-06 12:34:55 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpmparobustdepay.c:
+         rtpmparobustdepay: update available bytewriter space when repositioning
+         ... and add some more assert to catch potential surprises early on.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680558
+
+2012-08-04 12:47:44 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+       * ext/dv/gstdvdemux.c:
+       * gst/avi/gstavidemux.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+         gst: Add stream-id to stream-start events
+
+2012-08-04 12:54:32 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Chain up to the parent class' query handler if no pad is provided
+
+2012-08-02 01:48:29 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: add a better detection for the main run loop
+
+2012-07-27 16:13:49 +0200  Xavi Artigas <xartigas@fluendo.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Do not overwrite the DS buffer when testing for AC3 support
+         https://bugzilla.gnome.org/show_bug.cgi?id=680706
+         Conflicts:
+         sys/directsound/gstdirectsoundsink.c
+
+2012-08-05 16:39:23 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * common:
+         Automatic update of common submodule
+         From 94ccf4c to 668acee
+
+2012-08-03 16:13:52 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Release lock before signalling new pad
+         This prevents a deadlock where something would try to push an event
+         through the SSRC demux from the callback, causing the pads to be iterated
+         and the lock taken.
+
+2012-08-04 16:13:36 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/lame/gstlamemp3enc.c:
+         gst_tag_list_free -> gst_tag_list_unref
+
+2012-08-04 16:10:16 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflactag.c:
+       * ext/shout2/gstshout2.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/wavparse/gstwavparse.c:
+       * tests/check/elements/apev2mux.c:
+       * tests/check/elements/icydemux.c:
+       * tests/check/elements/id3demux.c:
+       * tests/check/elements/id3v2mux.c:
+       * tests/check/elements/qtmux.c:
+       * tests/check/elements/rganalysis.c:
+       * tests/check/pipelines/tagschecking.c:
+         gst_tag_list_free -> gst_tag_list_unref
+
+2012-08-03 13:43:31 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: map input buffer in READ mode, not WRITE mode
+         Makes things actually work.
+
+2012-08-03 11:50:10 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123: query supported output formats at run-time
+         Fixes stuff. We use a string here since we can't be bothered
+         with GValue.
+
+2012-08-03 14:10:32 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: manage race between connection closing and flushing
+         ... where the former can happen in task thread and the latter in mainloop
+         upon downward state change.
+
+2012-08-03 14:02:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: improve and relax audio frame parsing
+         ... so as to properly recognize first audio frame.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681077
+         Conflicts:
+         ext/flac/gstflacdec.c
+
+2012-08-03 11:48:02 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/mpg123/Makefile.am:
+         mpg123: hook up to build system
+
+2012-08-03 11:13:48 +0100  Carlos Rafael Giani <dv@pseudoterminal.org>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+       * ext/mpg123/gstmpg123audiodec.h:
+         mpg123: add new libmpg123-based mp3 decoder plugin
+         Needs a bit of cleaning up.
+         https://bugzilla.gnome.org/show_bug.cgi?id=681003
+
+2012-08-01 12:16:41 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix double unref of private tag buffer
+
+2012-07-30 17:54:51 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: create TOC as needed
+         Avoid creating the toc if the wav has no or empty cue chunk.
+         Also a small code cleanup.
+
+2012-07-28 11:26:01 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: update for TOC API changes
+
+2012-07-28 11:22:43 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: update for TOC API changes
+
+2012-07-28 11:20:08 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: update for TOC API changes
+
+2012-07-28 00:19:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/flac/gstflactag.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/wavpack/gstwavpackdec.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/wavparse/gstwavparse.c:
+       * tests/check/elements/rganalysis.c:
+       * tests/check/elements/rgvolume.c:
+         tag: Update for taglist/tag event API changes
+
+2012-07-27 12:05:44 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/isomp4-plugin.c:
+       * gst/isomp4/qtdemux.c:
+         qt(de)mux: pass private blob tags in a sample
+         ... rather than a buffer, and the detailed info in the sample info
+         rather than caps.
+
+2012-07-27 11:31:13 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/videocrop/gstvideocrop.c:
+         videocrop: Don't return NULL from _transform_caps
+         If _transform_caps () returns NULL, the basetransform _transform_caps
+         tries to call gst_caps_is_subset () with a NULL subset which hits an
+         assertion.
+
+2012-07-27 11:26:18 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: obtain image type from the sample info
+
+2012-07-27 11:25:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: remove extraneous _unref
+         ... since we did not obtain a buffer ref from the GstSample.
+
+2012-07-27 10:14:23 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: Update to use GstSample tag setting API
+
+2012-07-26 16:34:21 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpmparobustdepay.c:
+         rtpmparobustdepay: modify buffer data rather than buffer itself
+
+2012-07-26 16:28:33 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpmparobustdepay.c:
+         rtpmparobustdepay: avoid leaking bytewriter instance
+
+2012-07-26 16:04:23 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix timestamp adjustment and caps
+
+2012-07-26 16:03:57 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix/simplify telecine state checks
+
+2012-07-26 12:08:58 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Improve debug output
+
+2012-07-26 12:08:36 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix low-latency pattern locking
+
+2012-07-24 16:19:53 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: RFF should be ignored in deinterlace
+         RFF only occurs on progressive frames in telecine sequences. For
+         deinterlace, we don't want these repeated fields as we will simply be
+         pushing the progressive frame and then moving on.
+         However, we need to consider RFF in order to correctly identify patterns
+         and adjust the timestamps.
+
+2012-07-24 14:59:47 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Improve process logic
+         The logic now works better if we filter orphans, then progressive, then
+         telecine interlaced fields which need to be woven and fall through to
+         interlace. Telecine interlaced fields will be regularly deinterlaced if
+         there is no pattern lock for us to be sure that we have a telecine
+         pattern.
+         Telecine sequences that aren't 24fps progressive with RFF flags can't
+         really be tested until fieldanalysis is ported.
+
+2012-07-25 16:02:34 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: only set complete output caps once
+         ... so as to avoid downstream complaints about missing streamheaders.
+
+2012-07-25 15:29:04 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: also support S24_32 output
+
+2012-07-25 15:28:14 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: pass correct parameters to encoder lib
+
+2012-07-25 14:57:13 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: adjust to modified audioencoder getcaps helper API
+
+2012-07-25 12:50:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtsp: go and stay in the loop function on PLAY
+         When we have a PLAY request, go into the LOOP function next. When we are
+         looping, keep on looping until we are told otherwise.
+         This fixed rtsp and TCP connections.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680551
+
+2012-07-25 12:49:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtsp: set caps after activating the pad
+
+2012-07-25 12:49:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+         h264depay: small cleanups
+
+2012-07-25 10:08:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/gstrtpxqtdepay.c:
+         xqtdepay: fix buffer refcount error
+         After pushing the buffer into the adapter, we should not let the baseclass push
+         it out anymore. This error was introduced while porting to 0.11.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=680540
+
+2012-07-24 21:41:53 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/level/gstlevel.c:
+         level: remove obsolete liboil comment
+
+2012-07-24 21:11:18 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: push mode: increase segment accuracy following seek
+         Conflicts:
+         gst/matroska/matroska-demux.c
+
+2012-07-24 16:41:51 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: perform proper KEY_UNIT seek also in push mode
+         Conflicts:
+         gst/matroska/matroska-demux.c
+
+2012-07-24 19:04:39 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: don't crash dereferencing NULL error when leaving multicast group on shutdown
+         Strangely enough, if we do pass an error variable to be filled, we
+         no longer get an error on leaving.
+
+2012-07-24 15:55:12 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: rearrange some checks to avoid NULL use
+
+2012-07-24 15:38:24 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: use same fourcc to determine caps in determining uncompressed-ness
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=673898
+         Conflicts:
+         gst/avi/gstavidemux.c
+
+2012-07-24 15:36:54 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         Revert "avidemux: Don't consider 0 fcc_handler as uncompressed."
+         This reverts commit c6b9f5b25ab435669816a07049b0e5a8f01e09ca.
+         fourcc GST_RIFF_rgb = 0 still leads to raw uncompressed rgb caps.
+         See also https://bugzilla.gnome.org/show_bug.cgi?id=673898
+
+2012-07-24 12:10:46 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: fix up example pipeline some more
+         No more ffmpegcolorspace
+
+2012-07-20 16:30:00 +0300  Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Fix the example gst-launch pipeline.
+
+2012-07-24 12:33:33 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: avoid NULL access when checking subtitle
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680388
+
+2012-07-24 12:22:08 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Reset parser when we have caps without codec_data
+         This ensures the detection (and proper downstream caps settings) will
+         actually happen when we have new incoming caps without codec_data.
+         This was easily triggered by streams from matroskademux which initially
+         provided caps with a constructed codec_data, but then pushed new caps
+         without the codec_data once it detected the stream was adts.
+
+2012-07-24 09:17:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videomixer/blend.c:
+       * gst/videomixer/blendorc-dist.c:
+       * gst/videomixer/blendorc-dist.h:
+       * gst/videomixer/blendorc.orc:
+         videomixer: prefix orc functions with video_mixer_orc_
+
+2012-07-24 09:13:48 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videobox/gstvideobox.c:
+       * gst/videobox/gstvideoboxorc-dist.c:
+       * gst/videobox/gstvideoboxorc-dist.h:
+       * gst/videobox/gstvideoboxorc.orc:
+         videobox: prefix orc functions with video_box_orc_
+
+2012-07-23 18:51:00 +0200  Christian Fredrik Kalager Schaller <uraeus@linuxrisin.org>
+
+       * gst-plugins-good.spec.in:
+         Update spec file with latest changes
+
+2012-07-23 17:37:58 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: generate correct segment stream time
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680275
+
+2012-07-23 16:42:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kdepay.h:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpj2kpay.h:
+         rtp: always use buffer lists
+
+2012-07-23 15:24:17 +0200  Patricia Muscalu <patricia@axis.com>
+
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmp4vpay.h:
+         rtpmp4vpay: always enable buffer-lists
+
+2012-07-23 15:22:24 +0200  Patricia Muscalu <patricia@axis.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpjpegpay.h:
+         rtpjpegpay: always enable buffer-lists
+
+2012-07-23 15:49:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: get frame flags correctly
+         Also move the deinterlace plugin to ported status
+
+2012-07-23 15:33:54 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: proper parse recovery after seek
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680427
+
+2012-07-23 12:39:05 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: clear old segment event when requesting new one
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680283
+
+2012-07-23 10:32:36 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/libpng/gstpngdec.c:
+         ext: Update for video base classes API changes
+
+2012-07-23 08:49:07 +0200  Alban Browaeys <prahal@yahoo.com>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: convert all non GST_FORMAT_BYTES to format bytes.
+         Convert all non GST_FORMAT_BYTES to format bytes:
+         fixes:
+         GStreamer-CRITICAL **: gst_query_set_duration: assertion `format ==
+         g_value_get_enum (gst_structure_id_get_value (s, GST_QUARK (FORMAT)))'
+         failed
+         when playing more than one wav stream.
+         gst-plugins-base/tests/icles/playback/test7 uri1.wav uri2.wav
+
+2012-07-23 09:25:23 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Don't fail if more data then needed is available when parsing cue chunks
+         Fixes bug #680328.
+
+2012-07-23 09:22:20 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Some minor cleanup to the cue/labl parsing
+
+2012-07-23 08:45:28 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 98e386f to 94ccf4c
+
+2012-07-19 14:55:45 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+       * gst/deinterlace/gstdeinterlacemethod.c:
+       * gst/deinterlace/gstdeinterlacemethod.h:
+       * gst/deinterlace/tvtime/greedyh.c:
+       * gst/deinterlace/tvtime/tomsmocomp/TomsMoCompAll.inc:
+         deinterlace: Port to 1.0
+         This requires the additional INTERLACED buffer flag recently added to
+         -base
+
+2012-07-20 15:18:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/interleave/interleave.c:
+         interleave: convert the output segment to time
+         Convert the stored input segment to time before pushing it out.
+         Conflicts:
+         gst/interleave/interleave.c
+
+2012-07-20 13:12:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+         interleave: try to fix segment handling
+         Conflicts:
+         gst/interleave/interleave.c
+
+2012-07-20 15:28:21 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Non-update seeks should still make sure that reverse playback status is reset
+         Conflicts:
+         gst/matroska/matroska-demux.c
+
+2012-07-20 15:18:21 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Properly initialize from_offset and from_time
+
+2012-07-20 14:25:43 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: We need an index and index entry for reverse playback
+         Reverse playback does not work with index-less files yet.
+
+2012-07-20 14:10:41 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: clean up push mode segment handling
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680277
+
+2012-07-20 13:35:29 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: properly transform incoming segment event
+         ... which is really useful for proper push mode seeking.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680278
+
+2012-07-20 11:07:58 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: Fix reverse playback for seeks without stop position
+         Conflicts:
+         gst/matroska/matroska-demux.c
+         gst/matroska/matroska-demux.h
+
+2012-07-20 10:48:34 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Only take the stream_start_time into account for SET seeks
+         For other seeks the stream_start_time is already added to the
+         segment values.
+         Conflicts:
+         gst/matroska/matroska-demux.c
+
+2012-07-08 20:36:22 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/wavparse/gstwavparse.c:
+       * gst/wavparse/gstwavparse.h:
+         wavparse: Add TOC support
+         Add support for:
+         * Cue Chunk
+         * Associated Data List Chunk
+         * Label Chunk
+         https://bugzilla.gnome.org/show_bug.cgi?id=677306
+
+2012-05-09 15:58:16 +0200  Maria Giovanna Chiossa <mariagiovanna.chiossa at selexelsag.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: also set UDP buffer size in multicast
+         Also set the UDP buffer size in multicast mode.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=675448
+
+2012-07-18 23:43:59 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix header parsing in push mode
+         Fix 'break' that got warped to the wrong place,
+         probably as part of a merge. Fixes GST_IS_BUFFER
+         criticals in parse_idit() when being accidentally
+         passed a NULL buffer because of the missing break.
+         gst-launch-1.0 playbin uri=http://docs.gstreamer.com/media/sintel_trailer-480i.avi
+
+2012-07-18 22:47:22 +0200  Alban Browaeys <prahal@yahoo.com>
+
+       * configure.ac:
+       * ext/soup/gstsouphttpsrc.c:
+         soup: deprecated soup_message_headers _get -> _get_one
+         https://bugzilla.gnome.org/show_bug.cgi?id=680206
+
+2012-07-18 18:27:40 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/libpng/gstpngdec.c:
+         jpeg/png: Call video_decoder_negotiate()
+
+2012-07-18 17:57:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/debugutils/gstpushfilesrc.c:
+         update for ghostpad changes
+
+2012-07-18 11:36:27 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Pass seek rate to upstream seek events in push mode
+         Fixes bug #679435.
+         Conflicts:
+         gst/matroska/matroska-demux.c
+
+2012-07-17 16:39:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         update for RTP buffer api changes
+
+2012-07-17 16:38:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtsp/gstrtpdec.c:
+         update for RTP buffer api changes
+
+2012-07-16 11:07:44 +0200  Patricia Muscalu <patricia@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: use buffer lists
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679994
+
+2012-07-17 10:01:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Fix parsing of ISRC from the cuesheets
+
+2012-07-05 14:15:25 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+         flacparse: add TOC support
+         Add support embedded cuesheets in flac files.
+         Parsing METADATA_BLOCK_CUESHEET as TOC.
+         https://bugzilla.gnome.org/show_bug.cgi?id=540891
+
+2012-07-13 14:43:31 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: avoid some more frame misparsing by additional header sanity check
+         ... using a required constant blocking_strategy bit.
+         https://bugzilla.gnome.org/show_bug.cgi?id=679807
+
+2012-07-13 13:51:48 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+       * gst/avi/gstavidemux.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+         demux: Push STREAM_START event when needed
+
+2012-07-11 13:10:07 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: avoid warning if both ts are equal
+
+2012-07-11 12:28:23 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: check the right size when warning about too large udp packets
+         What matters is the total size, not the size of any of the
+         individual memory chunks that make up the packet.
+
+2012-07-10 14:38:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosink.h:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosink.h:
+         autodetect: proxy ts-offset properties
+         Proxy the ts-offset property in the audio*sink elements.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679343
+
+2012-07-09 16:27:10 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         fix for allocator API changes
+
+2012-07-09 12:22:02 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/wavparse/gstwavparse.c:
+         update for riff field rename
+
+2012-05-21 13:54:51 +0200  Mathias Hasselmann <mathias@openismus.com>
+
+       * tests/check/Makefile.am:
+         tests: drop redundant elements_level_LDADD line
+         https://bugzilla.gnome.org/show_bug.cgi?id=676302
+
+2012-07-08 13:30:34 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/jpegdec.c:
+         tests: minor jpegdec clean-ups and fixes
+         Fix race condition in eos checking and a leak. And
+         build pipeline without parse_launch.
+
+2012-05-21 13:53:54 +0200  Mathias Hasselmann <mathias@openismus.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/jpegdec.c:
+       * tests/files/image.jpg:
+         tests: Add some basic tests for jpegdec
+         https://bugzilla.gnome.org/show_bug.cgi?id=676302
+
+2012-07-08 00:08:55 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         dtmfsrc: pass unhandled non-custom events to the base class
+         https://bugzilla.gnome.org/show_bug.cgi?id=666626
+
+2012-07-06 19:11:02 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: avoid some relocations
+
+2012-07-06 14:49:18 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp4vpay.c:
+         rtpmp4vpay: remove deprecated send-config property
+         Use config-interval instead.
+
+2012-07-06 14:42:19 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: remove deprecated "byte-stream" and "access-unit" properties
+         These will be picked automatically based on downstream caps now, so
+         if you want the depayloader to output a specific format, make sure
+         the element downstream advertises that preference or use a capsfilter
+         after the depayloader to force it.
+
+2012-07-06 14:13:54 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: remove deprecated and non-functional "profile-level-id" property
+         This is now optionally taken from downstream caps, so can be
+         specified via a capsfilter after the payloader.
+
+2012-07-06 15:07:51 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: perform additional sanity check before confirming ADTS format
+         ... and tweak confusing debug message.
+
+2012-07-06 15:29:14 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: remove unhelpful stray debug message
+
+2012-07-06 13:16:00 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: remove deprecated and unused "ntp-ns-base" property
+
+2012-07-06 12:57:20 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux-doc.c:
+         docs: update isomp4 docs for gppmux -> 3gppmux change as well
+
+2012-07-06 12:54:02 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+       * tests/check/pipelines/tagschecking.c:
+         isomp4: remove gppmux, which was deprecated in favour of 3gppmux
+
+2012-07-06 12:49:54 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/smpte/gstsmpte.c:
+         smtp: remove deprecated "fps" property
+
+2012-07-06 12:46:30 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartdemux.h:
+         multipartdemux: remove deprecated and unused "autoscan" property
+         Replaced by boundary=NULL.
+
+2012-07-06 09:07:41 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtp/gstrtph263ppay.c:
+       * tests/check/elements/rtp-payloading.c:
+         rtph263ppay: accept any h263 input unless downstream forces specific requirements
+         rtph263ppay should accept any input compatible with its sink template
+         caps if it just outputs to e.g. udpsink or fakesink.
+         rtph263ppay ! rtph263pdepay should also work with any compatible input.
+         This would fail before with not-negotiated errors because the get_caps
+         function would see the encoding-name in the depayloader's template caps
+         and default to baseline H.263 because there's no profile/level information
+         in those caps, which is the right thing to do if downstream has filtercaps
+         from an SDP, but not if those fields are absent because they can be
+         anything like with the depayloader's template caps. Makes
+         videotestsrc ! avenc_h263p ! rtph263ppay ! rtph263pdepay ! fakesink
+         work.
+
+2012-07-05 22:57:05 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: fix h263p payload ! depayload unit test
+         Need to add h263version field to input caps since the
+         payloader sink get_caps function will contain it in the
+         the caps, and the stricter caps subset check requires
+         this to be present in the input caps as well then.
+
+2012-07-06 11:50:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/libpng/gstpngenc.c:
+       * sys/v4l2/gstv4l2sink.c:
+         update for query api changes
+
+2012-07-06 11:26:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/dv/gstdvdec.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/libpng/gstpngdec.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * sys/v4l2/gstv4l2src.c:
+         update for query api changes
+
+2012-07-06 11:02:24 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/libpng/gstpngenc.c:
+       * sys/v4l2/gstv4l2sink.c:
+         update for allocation query changes
+
+2012-07-05 15:14:33 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/rgvolume.c:
+         tests: fix rgvolume unit test event handling
+         Must flush after EOS before sending more buffers or
+         another EOS event, or the event or buffer will be
+         rejected. Also send a SEGMENT event at the start
+         of each stream for good measure.
+
+2012-07-05 13:13:09 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+       * gst/avi/gstavidemux.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/wavparse/gstwavparse.c:
+         gst: Implement segment-done event
+
+2012-07-05 12:35:49 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Remove the TOC query handling
+
+2012-07-04 19:52:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-read-common.c:
+         matroska: Update for new GstToc API
+         TOC support in matroskamux is disabled for now as it was broken anyway.
+
+2012-07-04 23:57:18 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tests/check/elements/rganalysis.c:
+         tests: fix rganalysis unit test event handling
+         Must flush after EOS before sending more buffers or
+         another EOS event, or the event or buffer will be
+         rejected. Also send a SEGMENT event at the start
+         of each stream for good measure.
+
+2012-07-04 18:58:46 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: clear 0 DTS on buffers output, as sinks will prefer DTS over PTS for syncing
+         Since the initial decoded still image buffer will have dts=pts=0, and
+         we only set PTS on buffers we push out, all buffers pushed out would
+         have a DTS of 0. Sinks, however, will prefer DTS over PTS if both are
+         set, and will therefore always see a timestamp of 0 no matter what
+         the PTS is set to.
+         Fixes unit test too.
+
+2012-07-04 20:59:03 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Fix query function implementation; more debugging
+
+2012-07-04 19:41:52 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Fix spec stuff in directsoundsink
+
+2012-05-31 19:22:47 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: fix access to invalid pointer in set_volume
+
+2012-06-13 12:12:39 +0200  Sebastian Dr=C3=B6ge <sebastian.droege@collabora.co.uk>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: Fix caps leaks
+
+2012-05-29 11:37:59 +0000  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: fix acceptcaps check
+
+2012-05-25 10:14:57 +0000  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: use helper function to check for spdif formats
+
+2012-05-25 10:19:09 +0000  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: add support for DTS
+
+2012-05-08 16:23:42 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: force 48000 kHz force AC-3 over spdif
+
+2012-07-04 17:42:49 +0400  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: add support for ac-3 over spdif
+
+2012-07-04 12:37:40 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/deinterlace.c:
+         tests: disable deinterlace test for now, element still needs to be ported
+         But leave it active and print a FIXME. Porting is in progress.
+
+2012-07-03 19:38:39 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/interleave/deinterleave.c:
+         deinterleave; downgrade caps change failure debug message
+         Add some more info and downgrade to warning, so
+         it doesn't look like the unit test failed.
+
+2012-07-03 17:52:11 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audiofx/audiopanorama.c:
+         audiopanorama: fix negotiation and unit test
+         Must remove a possibly-fixed channel-mask field if
+         we're going to set unfixed channels on the structure,
+         or a different channel count.
+
+2012-07-03 17:26:26 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Only push the TOC event, the message is handled by the sinks
+
+2012-07-03 12:47:58 +0900  Javier Jardón <jjardon@gnome.org>
+
+       * tests/examples/equalizer/demo.c:
+       * tests/examples/spectrum/demo-audiotest.c:
+       * tests/icles/gdkpixbufsink-test.c:
+         tests: do not use deprecated gtk+ symbols
+         https://bugzilla.gnome.org/show_bug.cgi?id=679301
+
+2012-07-03 09:27:17 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+         configure: require Gtk+ 3.0 for tests/examples
+
+2012-07-03 12:57:18 +0900  Javier Jardón <jjardon@gnome.org>
+
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+         rtp: remove some outdated comments
+         https://bugzilla.gnome.org/show_bug.cgi?id=679301
+
+2012-06-29 11:51:30 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: default to force-aspect-ratio=true
+
+2012-06-28 20:03:05 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/debugutils/rndbuffersize.c:
+         rndbuffersize: add push mode support
+         https://bugzilla.gnome.org/show_bug.cgi?id=656317
+
+2012-06-28 11:29:55 +0200  David Corvoysier <david.corvoysier@orange.com>
+
+       * gst/isomp4/qtdemux.c:
+         isomp4: Try to seek upstream before processing seek push event
+         When it receives a seek in push mode, the qtdemux should first try to push the event upstream, and only if upstream fails fall back to
+         its own seek logic.
+
+2012-06-28 11:47:20 +0200  David Corvoysier <david.corvoysier@orange.com>
+
+       * gst/isomp4/qtdemux.c:
+         isomp4: Allow duration queries to be forwarded upstream
+         When receiving a duration query for TIME format, try to query upstream, and only if upstream fails fall back to qtdemux duration handling.
+
+2012-06-28 11:59:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph264pay.h:
+         rtph264pay: cleanups
+         Use the caps properties for alignment and format.
+         Remove some old properties, we always want to use bufferlists when we can now.
+
+2012-06-28 11:32:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         h264pay: prefer AVC, it's easier to parse etc
+
+2012-06-27 09:09:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: mark all output frames as keyframes
+
+2012-06-26 18:48:11 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: update for GstToc API additions
+
+2012-06-26 17:04:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroska: set interlace-mode
+
+2012-06-26 13:19:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: improve debug
+
+2012-06-26 13:02:13 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         Revert "v4l2: free kernel buffers before allocating new ones"
+         This reverts commit 1b09bc609a578e731f0dbc8f6e698e25d8f4c5f8.
+         Seems to make libv4l2 complain, maybe because we call REQBUFS with 0 buffers
+         before we allocated buffers.
+
+2012-06-26 12:07:47 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: free kernel buffers before allocating new ones
+         See https://bugzilla.gnome.org/show_bug.cgi?id=670257
+
+2012-06-26 12:07:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: improve debug
+
+2012-06-26 11:14:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: setup strides and offsets for all planes
+
+2012-06-25 20:11:53 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: update for GstTocSetter changes
+
+2012-06-25 13:31:16 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Return FALSE from queries if we can't answer POSITION/DURATION queries
+
+2012-06-21 17:15:11 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Return FALSE from TOC query if no TOC exists instead of an empty TOC
+
+2012-06-24 22:51:16 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-read-common.c:
+         matroska: update for GstToc API changes
+
+2012-06-23 14:57:28 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: update for gst_element_make_from_uri() changes
+
+2012-06-20 12:31:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/flvdemux.c:
+       * tests/check/elements/flvmux.c:
+       * tests/check/elements/id3demux.c:
+         update for bus api changes
+
+2012-06-20 10:33:42 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/isomp4/gstqtmoovrecover.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/wavparse/gstwavparse.c:
+         update for task api change
+
+2012-06-20 09:59:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * tests/examples/spectrum/demo-audiotest.c:
+       * tests/examples/spectrum/demo-osssrc.c:
+         update for clock api changes
+
+2012-06-19 12:15:33 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/osxaudio/Makefile.am:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxaudio/gstosxringbuffer.c:
+       * sys/osxaudio/gstosxringbuffer.h:
+         osxaudiosink: respect the prefered channel layout
+         In OSX is allowed to configure the default audio output device,
+         prefered channel layout and speaker positions through the tool
+         "Audio MIDI Setup".
+
+2012-04-30 22:59:58 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: Send gap events for subtitle streams
+
+2012-06-17 01:00:40 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/gstsplitfilesrc.c:
+         splitfilesrc: fix up docs for 0.11
+
+2012-06-16 23:29:41 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/gstsplitfilesrc.c:
+         splitfilesrc: small uri handler fixup and some more docs
+         Get URI location using gst_uri_get_location(), so any
+         escaped bits get unescaped.
+         https://bugzilla.gnome.org/show_bug.cgi?id=609049
+
+2012-06-17 00:59:21 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/gstsplitfilesrc.c:
+         splitfilesrc: re-port to 0.11
+
+2012-06-16 19:06:25 +0100  Bastien Nocera <hadess@hadess.net>
+
+       * gst/multifile/gstsplitfilesrc.c:
+         splitfilesrc: Implement splitfile:// URI scheme
+         https://bugzilla.gnome.org/show_bug.cgi?id=609049
+         Conflicts:
+         gst/multifile/gstsplitfilesrc.c
+
+2012-06-14 10:43:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtptheoradepay.c:
+         theoradepay: fix buffer memory
+         The memory was added to the input buffer instead of the output buffer.
+
+2012-06-13 13:36:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Don't reset time in flush-stop
+         Don't reset the time in flush-stop. Live sources can do this flush in the
+         playing state and so the pipeline will never have a chance to update the
+         base_time of the elements, which only happens when going from paused to
+         playing.
+
+2012-06-12 12:42:31 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/osxaudio/Makefile.am:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosink.h:
+       * sys/osxaudio/gstosxcoreaudio.h:
+       * sys/osxaudio/gstosxringbuffer.c:
+       * sys/osxaudio/gstosxringbuffer.h:
+         osxaudiosink: Add support for SPDIF output
+         A big refactoring to allow passthrough AC3/DTS over SPDIF.
+         Several random cleanups and minor fixes.
+
+2011-09-01 15:41:26 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+         deinterlace: send QoS messages when dropping a frame
+         https://bugzilla.gnome.org/show_bug.cgi?id=657941
+
+2012-06-12 16:05:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: Rework the async state handling
+         Always send the flushing events to the udp elements now that basesrc supports
+         this. This makes sure a segment event is sent correctly after a flush.
+         Keep track of the currently executing command and make it possible to specify
+         what command you want to cancel when starting a new async command.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=677905
+
+2012-06-11 18:24:20 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/equalizer/gstiirequalizer10bands.c:
+       * gst/equalizer/gstiirequalizer3bands.c:
+       * gst/videomixer/videomixer2.c:
+         childproxy: update api use
+
+2012-06-11 12:54:27 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: always perform full seek if seek is flushing
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677838
+
+2012-06-11 11:20:18 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/debugutils/rndbuffersize.c:
+         rndbuffersize: printf format fix for long -> int change
+
+2012-06-08 20:38:34 +0200  Hans de Goede <hdegoede@redhat.com>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2object: Don't probe UVC devices for being interlaced
+         UVC devices are never interlaced, and doing VIDIOC_TRY_FMT on them
+         causes expensive and slow USB IO, so don't probe them for interlaced.
+         This shaves 2 seconds of the startup time of cheese with a Logitech
+         Webcam Pro 9000.
+         Signed-off-by: Hans de Goede <hdegoede@redhat.com>
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677722
+
+2012-06-09 16:53:54 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/debugutils/rndbuffersize.c:
+         debug: change rndbuffersize properties from long to int
+         These should all be int instead of long, to avoid bugs
+         when passing these as varargs with g_object_set(), and
+         there was no reason to use long in the first place here.
+         Fixes FIXME.
+
+2012-06-08 15:54:42 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/rtsp/gstrtpdec.c:
+         elements: Use gst_pad_set_caps() instead of manual event fiddling
+
+2012-06-08 15:04:59 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 03a0e57 to 98e386f
+
+2012-06-08 10:11:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+       * ext/wavpack/gstwavpackenc.c:
+       * gst/audioparsers/gstwavpackparse.c:
+       * sys/oss4/oss4-audio.c:
+       * tests/check/elements/interleave.c:
+         update for audio api change
+
+2012-06-07 16:12:34 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         Back to development
+
+=== release 0.11.92 ===
+
+2012-06-07 16:12:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 0.11.92
+
+2012-06-07 16:11:17 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * 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/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2012-06-07 15:03:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: improve clock handling
+         Post the notify outside of the pa_lock to avoid a deadlock caused by basesrc
+         calling get_time with the object lock.
+         Reset the clock on connect.
+         Post clock-lost and clock-provide messages.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=673977
+         Conflicts:
+         ext/pulse/pulsesrc.c
+
+2012-04-12 13:21:17 +0300  Mohammed Sameer <msameer@foolab.org>
+
+       * ext/pulse/pulsesrc.c:
+         Better GstClock for pulsesrc
+         This clock uses the actual stream time (pa_stream_get_time) to get a more accurate timestamp.
+         Conflicts:
+         ext/pulse/pulsesrc.c
+
+2012-06-07 11:16:50 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngenc.c:
+         png: fix video state leaks
+
+2012-06-07 11:16:37 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: fix video state leak
+
+2012-06-07 12:11:14 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: only reset the manager object when we did a seek
+         Only reset the manager object when we used a Range header, ie. when we did a
+         seek. Otherwise we just paused and we can resume just fine.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677475
+
+2012-06-06 16:13:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpbin.c:
+         tests: add test for rtpsession cleanup
+
+2012-06-06 18:18:41 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 1fab359 to 03a0e57
+
+2012-06-06 14:17:08 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Update for TOC event API change
+
+2012-06-06 13:02:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/flac/gstflactag.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/wavparse/gstwavparse.c:
+       * tests/check/elements/rganalysis.c:
+       * tests/check/elements/rgvolume.c:
+         update for tag event change
+
+2012-06-06 13:00:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstvideocrop.c:
+       * tests/check/elements/aspectratiocrop.c:
+       * tests/check/elements/videocrop.c:
+         fix Y800 format
+
+2012-06-01 01:19:35 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * configure.ac:
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideo: straightforward port to 0.11
+
+2012-05-31 18:39:25 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/libpng/gstpngdec.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+         Some printf variable format fixes
+         The osx compiler complains about those
+
+2012-06-05 09:18:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: Fix GstBaseParse::get_sink_caps() implementations
+         They should take the filter caps into account and always return
+         the template caps appended to the actual caps. Otherwise the
+         parsers stop to accept unparsed streams where upstream does not
+         know about channels, rate, etc.
+         Fixes bug #677401.
+
+2012-06-04 16:17:51 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: set colorimetry on output info
+
+2012-06-04 08:10:15 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/osxaudio/gstosxringbuffer.c:
+         osxaudiosink: Handle endianness correctly
+
+2012-06-01 16:37:00 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxringbuffer.c:
+         osxaudiosink: Add support for int audio
+
+2012-06-01 10:28:53 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From f1b5a96 to 1fab359
+
+2012-05-31 13:36:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: set the palette size correctly
+
+2012-05-31 10:15:43 +0200  Michael Jones <michael.jones@matrix-vision.de>
+
+       * sys/v4l2/gstv4l2colorbalance.h:
+       * sys/v4l2/gstv4l2vidorient.h:
+         v4l2: add missing G_END_DECLS
+         G_BEGIN_DECLS didn't have matching G_END_DECLS
+         https://bugzilla.gnome.org/show_bug.cgi?id=677165
+
+2012-05-31 13:08:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 92b7266 to f1b5a96
+
+2012-05-31 10:26:27 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+         osxvideosink: Really fix the build on 10.5
+         The API that we use to run the Cocoa loop in another
+         thread does not exist in 10.5 or earlier.
+
+2012-05-26 12:21:18 +0200  Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: fix race in starting the runloop thread
+         Block gst_osx_video_sink_run_cocoa_loop until the loop thread has started and
+         finished initializing NSApp. Fixes occasional warnings/crashes due to two
+         threads going inside NSApp before finishLaunching had completed.
+
+2012-05-30 16:03:55 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+         osxvideosink: Fix last commit to actually work
+         MAC_OS_X_VERSION_10_6 is obviously not defined on 10.5.
+
+2012-05-30 13:51:35 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/osxvideo/Makefile.am:
+         osxvideosink: Put the right flags in the right variable
+
+2012-05-30 13:24:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: Fix GST_OBJCFLAGS
+
+2012-05-30 12:45:23 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From ec1c4a8 to 92b7266
+
+2012-05-30 12:43:37 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/osxvideo/osxvideosink.h:
+         osxvideosink: NSWindowDelegate is available in all OSX versions newer than 10.6
+
+2012-05-30 12:40:57 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+         osxvideosink: Fix build with older OSX versions
+
+2012-05-30 11:09:25 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * sys/osxvideo/Makefile.am:
+         configure: Add OBJC specific compiler flags
+         See bug #643939.
+
+2012-05-30 11:23:36 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 3429ba6 to ec1c4a8
+
+2012-05-29 17:50:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videocrop/gstvideocrop.c:
+         video: remove duplicate format
+
+2012-05-29 16:52:02 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Post error message if EOS before pads were created
+         Happens with some files with only headers
+
+2012-05-28 15:22:26 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngdec.h:
+       * ext/libpng/gstpngenc.c:
+       * ext/libpng/gstpngenc.h:
+         png: Port to 0.11 again
+
+2012-05-14 12:46:57 +0200  Jens Georg <mail@jensge.org>
+
+       * ext/soup/gstsouphttpsrc.c:
+         soup: Drop transferMode.dlna.org header
+         Leave it to the application to decide on the header. No header at all
+         is better than having the wrong header as DLNA mandates that a missing
+         header has to be tolerated while a wrong header is an error.
+         https://bugzilla.gnome.org/show_bug.cgi?id=676020
+
+2012-04-07 09:52:09 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngdec.h:
+       * ext/libpng/gstpngenc.c:
+       * ext/libpng/gstpngenc.h:
+         png: Port to base video classes
+         Conflicts:
+         ext/libpng/gstpngdec.c
+         ext/libpng/gstpngdec.h
+         ext/libpng/gstpngenc.c
+         ext/libpng/gstpngenc.h
+         Reverted to 0.10, needs to be ported again.
+
+2012-05-27 00:02:08 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+       * gst/matroska/matroska-read-common.c:
+         flv, matroska: don't use GstStructure API on tag lists
+
+2012-05-26 11:57:16 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp2tdepay.c:
+         rtpmp2tdepay: Only output integral mpeg-ts packets
+         From RFC 2250
+         2. Encapsulation of MPEG System and Transport Streams
+         ...
+         For MPEG2 Transport Streams the RTP payload will contain an integral
+         number of MPEG transport packets.  To avoid end system
+         inefficiencies, data from multiple small MTS packets (normally fixed
+         in size at 188 bytes) are aggregated into a single RTP packet.  The
+         number of transport packets contained is computed by dividing RTP
+         payload length by the length of an MTS packet (188).
+         ....
+         Since it needs to contain "an integral number of MPEG transport packets", a
+         simple fix is to check that's the case, and strip off any leftover data.
+         Fixes #676799
+         Conflicts:
+         gst/rtp/gstrtpmp2tdepay.c
+
+2012-05-24 20:43:16 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: make sure all selectors are performed on the same thread
+         When we are using a dedicated thread to run the main run loop we
+         must make sure that all selectors are performed on this same thread.
+         For instance if performSelectorOnMainThread is called from the real
+         main thread, it will not go through the message queue and will be
+         executed from the real main thread. By forcing the target thread,
+         we ensure that all functions will be called either from the real
+         main thread when the main run loop is running or from our thread
+         spinning the main loop.
+
+2012-05-24 16:09:54 +0200  Mathias Hasselmann <mathias.hasselmann at gmx.de>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: remove framerate
+         The jpeg decoder doesn't need/care about the framerate to so it should
+         not be in the caps.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676302
+
+2012-05-24 13:08:35 +0200  Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: start the loop before calling [gstview haveSuperview]
+         ...as haveSuperview requires the mainloop to be running
+
+2012-05-24 13:08:13 +0200  Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: fix indentation
+
+2012-05-22 16:47:36 +0200  Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+       * sys/osxvideo/Makefile.am:
+         osxvideosink: enable running the cocoa main runloop in a thread
+
+2012-05-22 16:45:28 +0200  Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: add code to optionally run the cocoa main runloop in a separate thread
+         Add a little hack to run the cocoa main runloop from a separate thread _when_
+         the main runloop is not being run (which means that the app doesn't use cocoa).
+         Runloops are thread specific, so the hack boils down to getting the runloop for
+         the main thread and setting it as the runloop for our dedicated thread.
+
+2012-05-22 16:32:53 +0200  Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: reset app_started to FALSE when shutting down
+
+2012-05-22 14:49:17 +0200  Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: rename cocoa runloop helper funcs
+
+2012-05-22 14:26:13 +0200  Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: don't create application menus
+
+2012-05-16 21:52:45 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: reset the embed property for backward compatilibity
+
+2012-05-16 21:12:22 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: fix navigation when force-aspect-ratio is activated
+
+2012-05-16 18:52:45 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: add force-aspect-ratio property
+
+2012-05-14 18:01:02 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: start internal window if no view is provided
+
+2012-05-14 14:27:58 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/cocoawindow.h:
+       * sys/osxvideo/cocoawindow.m:
+       * sys/osxvideo/osxvideosink.m:
+         osxvideosink: implement the navigation interface
+
+2012-05-11 18:24:08 +0200  Andoni Morales Alastruey <ylatuya@gmail.com>
+
+       * sys/osxvideo/osxvideosink.h:
+       * sys/osxvideo/osxvideosink.m:
+         osvideosink: create, destroy, resize and draw from the main thread
+
+2012-04-19 08:37:28 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: increase NEWSEGMENT accuracy after seeking
+         demux->common.segment is populated during seek handling with the target
+         start/stop positions. Don't override them when sending out a NEWSEGMENT.
+         Conflicts:
+         gst/matroska/matroska-demux.c
+
+2012-04-19 08:31:00 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: don't discard the incoming seek segment on push based seeking
+         The incoming seek segment was being discarded leading to push based seeking
+         being potentially inaccurate.
+
+2012-05-23 18:12:24 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * common:
+         common: Update so the plugin scanner changes are included
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676674
+
+2012-05-23 18:07:35 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * configure.ac:
+         configure: suppress some warnings when debug is disabled
+         Warnings about unused variables should be suppressed if core has the
+         debug system disabled.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676671
+
+2012-05-24 09:29:25 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtp: fix build issue in gstrtph264pay.c
+
+2012-05-21 12:17:35 +0200  Jonas Holmberg <jonashg@axis.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Add unrestricted caps
+         If there are no profile restrictions downstream, return caps with
+         profile=constrained-baseline in the first structure and append
+         unrestricted caps as the last structure.
+         Fixes bug #672019
+
+2012-05-24 09:57:31 +0200  Maria Giovanna Chiossa <mariagiovanna.chiossa at selexelsag.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtsp: add the Scale header when needed
+         Setting GST_SEEK_FLAG_SKIP when sending a seek event in rtspsrc should
+         set the "Scale" field in the rtsp PLAY header.
+         Because the boolean "src->skip" is set after the call, "Speed" instead
+         of "Scale" is always set. Move the assignment before issuing the _play
+         request.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676618
+
+2012-05-17 16:23:59 +0300  Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+       * gst/videobox/gstvideobox.c:
+         videobox: Fix the sample pipeline.
+
+2012-05-22 12:35:04 +0400  Anton Novikov <random.plant@gmail.com>
+
+       * gst/icydemux/gsticydemux.c:
+         icydemux: warning if setting srcpad caps fails
+
+2012-05-22 12:35:29 +0400  Anton Novikov <random.plant@gmail.com>
+
+       * gst/icydemux/gsticydemux.c:
+         icydemux: activate srcpad before setting caps
+         Before gst_pad_set_active() is called, the pad has
+         FLUSHING flag set, so setting the caps fails
+
+2012-05-22 13:46:27 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * ext/Makefile.am:
+       * ext/libmng/Makefile.am:
+       * ext/libmng/gstmng.c:
+       * ext/libmng/gstmng.h:
+       * ext/libmng/gstmngdec.c:
+       * ext/libmng/gstmngdec.h:
+       * ext/libmng/gstmngenc.c:
+       * ext/libmng/gstmngenc.h:
+         mng: remove ext/libmng
+         Port to 0.10 was never finished.
+         Interest was lost.
+         https://bugzilla.gnome.org/show_bug.cgi?id=324364
+
+2012-05-18 16:37:04 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: fix assertion when handling a date tag as a string
+         Date tags are GDate, not strings. Add a special case to convert
+         it to the exif date format representation in string to avoid
+         the assertion
+
+2012-05-21 11:47:07 +0200  Sjoerd Simons <sjoerd@luon.net>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Listen to source output events, not sink input
+
+2012-05-18 12:53:44 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp2tpay.c:
+         rtpmp2tpay: respect mtu and packet boundaries
+         See #659915.
+
+2012-05-18 11:10:46 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpeg: Remove dead code
+         Conflicts:
+         ext/jpeg/gstjpegdec.c
+
+2012-05-18 11:05:35 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Fix compilation
+
+2012-05-18 11:02:52 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: When dropping frames on EOS, flush out data
+         Cleaner way of handling stray data
+
+2012-05-17 09:34:03 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegdec.h:
+         jpegdec: Remove unused variable
+         Conflicts:
+         ext/jpeg/gstjpegdec.c
+
+2012-05-17 09:33:18 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Only parse for SOI when we didn't see it before
+
+2012-05-17 09:31:41 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Remember if we saw SOI and handle stray data on EOS
+
+2012-05-15 20:58:25 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay: Allow U and V components to use different quant tables if they contain the same data
+         This allows some cameras (Logitech C920) that specify different quant
+         tables but both with the same data, to work.
+         Bug reported by Robert Krakora
+
+2012-05-14 15:51:29 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: fix possible data corruption after seeking
+         Consider a downstream element that may issue seeks in very short
+         succession (e.g. queue2), depending on the access pattern of
+         the downstream element (e.g. qtdemux with audio/video chunks
+         interleaved so that there's always a sizeable gap between the
+         current chunks for each stream). In this case, queue2 will maintain
+         two ranges, and even when it serves a chunk from memory, it will
+         switch ranges and make souphttpsrc seek to the end of the available
+         data for that range, assuming that that's where we'll want to
+         continue reading from next.
+         This may lead to the following seek request pattern:
+         - source reading position A
+         - seek to B
+         - now reading position still A, requested_postion is B
+         - streaming thread to be restarted to continue from B
+         - seek to A, before streaming thread had time to do the seek
+         - do_seek() now sees reading position == seek position and
+         returns early.
+         - however, requested position is still B from the earlier
+         seek request
+         - streaming thread starts up, sees that a seek to B is pending
+         and requests data from B from the server, while the GstBaseSrc
+         segment has of course been updated/reset to position A, which
+         was the last seek request.
+         - we will now send data for position B and pretend that's the
+         data from position A (via the newsegment event, etc.)
+         - this causes data corruption
+         Reproducible doing seek-emulated fast-forward/backward on 006648.
+
+2012-05-16 09:12:55 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: Require core/base 0.11.91
+
+2012-01-13 18:09:50 -0500  Matej Knopp <matej.knopp@gmail.com>
+
+       * .gitignore:
+         .gitignore: add visual studio IDE files and OS X .DS_Store files
+         https://bugzilla.gnome.org/show_bug.cgi?id=667899
+
+2012-05-03 09:32:50 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegdec.h:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstjpegenc.h:
+         jpeg: Port to 0.11 again
+
+2012-04-06 12:13:24 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegdec.h:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstjpegenc.h:
+         jpeg: Port jpegdec/jpegenc to base video classes
+         Conflicts:
+         ext/jpeg/gstjpegdec.c
+         ext/jpeg/gstjpegdec.h
+         ext/jpeg/gstjpegenc.c
+         ext/jpeg/gstjpegenc.h
+         Reverted to 0.10 versions for now, next port again.
+
+2012-05-13 19:21:19 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/inspect/plugin-annodex.xml:
+       * ext/Makefile.am:
+       * ext/annodex/Makefile.am:
+       * ext/annodex/gstannodex.c:
+       * ext/annodex/gstannodex.h:
+       * ext/annodex/gstcmmldec.c:
+       * ext/annodex/gstcmmldec.h:
+       * ext/annodex/gstcmmlenc.c:
+       * ext/annodex/gstcmmlenc.h:
+       * ext/annodex/gstcmmlparser.c:
+       * ext/annodex/gstcmmlparser.h:
+       * ext/annodex/gstcmmltag.c:
+       * ext/annodex/gstcmmltag.h:
+       * ext/annodex/gstcmmlutils.c:
+       * ext/annodex/gstcmmlutils.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/cmmldec.c:
+       * tests/check/elements/cmmlenc.c:
+         annodex: remove annodex plugin and CMML elements
+         This never really took off and is most likely completely
+         unused. If there is still a need for this, it should
+         probably be done differently, perhaps inside oggdemux/mux.
+
+2012-05-13 16:59:58 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         Back to development
+
+=== release 0.11.91 ===
+
+2012-05-13 16:31:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * common:
+       * configure.ac:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 0.11.91
+
+2012-05-13 16:30:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * 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/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2012-05-13 15:56:05 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From dc70203 to 3429ba6
+
+2012-05-09 15:14:55 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/debugutils/rndbuffersize.c:
+         rndbuffersize: only send flush-stop if it was a flushing seek
+
+2012-05-09 12:54:11 +0200  Peter Seiderer <ps.report@gmx.net>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2src: fix v4l2_std_id logging
+         input.std is of type v4l2_std_id which is defined as 64-bit unsigned integer.
+         Casting to uint means the higher bits, wich are used for the private video
+         standards of the TI video capture/display driver for example, are lost.
+
+2012-05-09 12:24:37 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/debugutils/rndbuffersize.c:
+         rndbuffersize: must send flush-stop after acquiring the stream lock
+         Otherwise the streaming thread might just keep on going and we
+         might never get the stream lock.
+
+2012-05-09 11:15:21 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/debugutils/rndbuffersize.c:
+         rndbuffersize: port seeking code to 0.11
+
+2012-05-08 19:07:04 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/debugutils/rndbuffersize.c:
+         rndbuffersize: add support for seeks
+         Useful for e.g. filesrc ! rndbuffersize ! queue2 ! ...
+
+2012-05-08 18:45:34 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/debugutils/rndbuffersize.c:
+         rndbuffersize: send SEGMENT event before pushing buffers
+         Conflicts:
+         gst/debugutils/rndbuffersize.c
+
+2012-05-09 11:15:57 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/interleave/interleave.c:
+         interleave: fix compilation again
+
+2012-01-13 10:49:43 +0100  Pascal Buhler <pabuhler@cisco.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: creation should be signaled before validation
+         https://bugzilla.gnome.org/show_bug.cgi?id=667850
+
+2012-05-04 15:20:47 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: do not proxy our filter caps downstream on caps queries
+         Downstream likely won't accept video/x-raw and the caps query
+         will return EMPTY caps. Instead, create a copy of the caps that
+         has all structure names replaced by 'image/jpeg'
+         Simple pipeline that shows the problem:
+         gst-launch-1.0 videotestsrc num-buffers=1 ! "video/x-raw, \
+         width=(int)640, height=(int)480" ! videoscale ! jpegenc ! \
+         "image/jpeg, width=(int)800, height=(int)600" ! filesink \
+         location=/tmp/image.jpg
+
+2012-05-02 21:17:43 +0200  Alban Browaeys <prahal@yahoo.com>
+
+       * gst/isomp4/qtdemux.c:
+         isomp4: set layout=interleaved on raw audio caps
+         This fixes a not-negotiated error at least on mov files with
+         twos audio with two channels and video dvcp. As playbin and gst-launch
+         sample coming from the qtdemux.c file uses audioconvert and the latter
+         require format interleaved.
+         https://bugzilla.gnome.org/show_bug.cgi?id=675326
+
+2012-05-02 21:49:56 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * sys/waveform/Makefile.am:
+         waveform: No more gstinterfaces
+         Fixes #675319
+
+2012-05-02 20:14:24 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * sys/directsound/Makefile.am:
+         directsound: No more gstinterfaces
+         Fixes #675319
+
+2012-05-01 18:58:03 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+         videomixer: change sink pad template name from sink_%d to sink_%u
+
+2012-04-30 11:00:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/interleave/interleave.c:
+         interleave: handle EOS on all pads
+         When all pads go to EOS immediately, we are not negotiated and our collected
+         function is called (without any available data). Handle this case gracefully.
+         Conflicts:
+         gst/interleave/interleave.c
+
+2012-04-30 10:59:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/interleave/interleave.c:
+         interleave: improve debugging
+
+2012-05-01 13:31:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Update for basesrc API changes
+
+2012-04-30 23:57:28 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+         alpha: don't set up stuff before the input and output formats are known
+         Fixes crash on startup.
+
+2012-04-30 14:09:23 +0200  Peter Seiderer <ps.report@gmx.net>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: don't write stream header twice for first file
+
+2012-04-30 13:32:41 +0200  Peter Seiderer <ps.report@gmx.net>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: fix buffer list size calculation in render_list
+         Fix uninitialized 'size' variable in call to gst_buffer_list_foreach().
+
+2012-04-30 21:58:00 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/multifile/gstmultifilesrc.c:
+         multifile: unnecessary size check
+
+2012-04-30 21:30:56 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * gst/avi/gstavidemux.c:
+         avi: fix build errors
+         fix redundant declarations
+         and also style/indent issues
+
+2012-04-26 12:47:27 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: implement forward snapping keyframe seeking
+         Requires an index.
+
+2012-04-26 12:46:11 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avi: implement forward snapping keyframe seeking
+         In pull mode with an index.
+
+2012-04-28 23:14:24 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/matroskamux.c:
+         tests: fix matroskamux unit test after media type changes
+
+2012-04-28 19:57:51 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/webm-mux.c:
+         matroska: update for media type changes
+
+2012-04-24 16:08:47 +0200  idc-dragon <idc-dragon at gmx.de>
+
+       * gst/rtp/gstrtpceltdepay.c:
+         celtdepay: calculate size correctly
+         The summation was done wrong, causing the de-payloader to exit its loop too
+         early, before all frames are processed.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674472
+
+2012-04-24 15:57:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: improve debug
+
+2012-04-24 15:34:57 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: start unmuted when requested
+         When we explicitely set the mute property to FALSE, connect to pulseaudio with
+         the PA_STREAM_START_UNMUTED flag set, otherwise pulseaudio will use its
+         previously used value (which might start the stream muted).
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672401
+
+2012-04-25 09:41:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: improve timestamp code
+         Sample the pipeline clock and device clock closer to eachother to reduce jitter.
+         Don't subtract the frame duration from the timestamp when we can use the device
+         timestamps.
+         Assume a delay of 1 frame in read-write mode.
+
+2012-04-24 12:37:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: use driver timestamps
+         Use the drive timestamps for timestamping outgoing buffers.
+
+2012-04-23 18:01:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: Improve buffer management
+         Query the amount of available buffers when doing set_config(). This allows us to
+         configure the parent bufferpool with the number of buffers to preallocate.
+         Keep track of the provided allocator and use it when we need to allocate a
+         buffer in RW mode.
+         When we are can not allocate the requested max_buffers amount of buffers, make
+         sure we keep 2 buffers around in the pool and copy them into an output buffer.
+         This makes sure that we always have a buffer to capture into. We also need to
+         detect those copied buffers and unref them when they return to the pool.
+
+2012-04-23 16:51:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: free the queued buffers
+         Only free the queued buffers that we keep track of in our buffer array. for rw
+         io-mode, we do allocate buffers but we don't keep track of them in the buffer
+         array.
+
+2012-04-23 16:10:17 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: mark memory as no-share
+         We don't support sharing our mmapped memory so mark it as NO_SHARE.
+
+2012-04-23 16:09:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2: remove old unused file
+
+2012-04-23 13:32:48 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2: remove unused function
+
+2012-04-11 12:42:17 +0100  Bastien Nocera <hadess@hadess.net>
+
+       * ext/soup/gstsouphttpsrc.c:
+         soup: Handle icy and icyx URI schemes
+         As handled by QuickTime (for icy), and Orban/Coding Technologies
+         AAC/aacPlus Player (for icyx). See also:
+         https://bugzilla.gnome.org/show_bug.cgi?id=394207
+         https://bugzilla.gnome.org/show_bug.cgi?id=403285
+         https://bugzilla.gnome.org/show_bug.cgi?id=673899
+
+2012-04-23 10:03:19 +0300  Mart Raudsepp <mart.raudsepp@collabora.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         docs: Add Since tag for new GstV4l2Src::prepare-format signal
+
+2012-04-23 10:07:12 +0200  Chris Pankow <kain2396@gmail.com>
+
+       * gst/audiofx/audiofxbasefirfilter.c:
+         audiofxbasefirfilter: Fix time-domain convolution for multichannel input
+         Fixes bug #674025.
+
+2012-04-21 11:08:51 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * po/POTFILES.in:
+         po: remove some more non-existent files from the list
+
+2012-04-21 10:05:45 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * po/POTFILES.in:
+         po: Remove non-existent potfiles from the list
+         Fixes #674518
+
+2012-04-20 18:13:15 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/icles/test-oss4.c:
+         tests: oss4: limit test scope
+
+2012-04-20 18:13:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * sys/oss4/Makefile.am:
+       * sys/oss4/oss4-audio.c:
+       * sys/oss4/oss4-audio.h:
+       * sys/oss4/oss4-mixer-enum.c:
+       * sys/oss4/oss4-mixer-enum.h:
+       * sys/oss4/oss4-mixer-slider.c:
+       * sys/oss4/oss4-mixer-slider.h:
+       * sys/oss4/oss4-mixer-switch.c:
+       * sys/oss4/oss4-mixer-switch.h:
+       * sys/oss4/oss4-mixer.c:
+       * sys/oss4/oss4-mixer.h:
+       * sys/oss4/oss4-property-probe.c:
+       * sys/oss4/oss4-property-probe.h:
+       * sys/oss4/oss4-sink.c:
+       * sys/oss4/oss4-sink.h:
+       * sys/oss4/oss4-source.c:
+       * sys/oss4/oss4-source.h:
+         oss4: port to 0.11
+
+2012-04-20 18:12:54 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * sys/oss/Makefile.am:
+       * sys/oss/gstossaudio.c:
+       * sys/oss/gstosshelper.c:
+       * sys/oss/gstosshelper.h:
+       * sys/oss/gstossmixer.c:
+       * sys/oss/gstossmixer.h:
+       * sys/oss/gstossmixerelement.c:
+       * sys/oss/gstossmixerelement.h:
+       * sys/oss/gstossmixertrack.c:
+       * sys/oss/gstossmixertrack.h:
+       * sys/oss/gstosssink.c:
+       * sys/oss/gstosssrc.c:
+       * sys/oss/gstosssrc.h:
+         oss: port to 0.11
+
+2012-04-20 16:49:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/multipart/multipartdemux.c:
+         multipartdemux: first activate pad then set caps
+
+2012-04-20 13:35:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: set caps on srcpad
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674219
+
+2012-04-19 14:16:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: update for video api change
+
+2012-04-19 12:38:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix compilation on older v4l2
+         Fix compilation on systems where the H264 format is not defined.
+
+2012-04-19 12:20:59 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/dv/gstdvdec.c:
+       * ext/raw1394/Makefile.am:
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/y4m/gsty4mencode.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         video: Update for libgstvideo API changes
+
+2012-04-19 08:27:01 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2src: Allow mpeg-ts cameras to negociate format
+         This removes an ugly hack until the reason for the hack can be documented
+
+2012-04-19 09:50:25 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: Fix merge
+
+2012-04-19 09:40:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2src: Rename pre-set-format signal to prepare-format
+
+2012-04-16 22:08:21 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: Add H264 encoded stream support to the caps
+         This is not enough to properly support H264 cameras, but it will
+         allow an H264 stream to be generated by v4l2src using the default
+         settings of the camera. If used with the pre-set-format signal, the
+         H264 encoder can be fully configured.
+         Conflicts:
+         sys/v4l2/gstv4l2object.c
+
+2012-04-16 22:06:21 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * sys/v4l2/.gitignore:
+       * sys/v4l2/gstv4l2-marshal.list:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2src: Adding a pre-set-format signal
+         In order to support UVC H264 encoding cameras, an H264 Probe&Commit
+         must happen before the normal v4l2 set-format. This new signal is
+         meant to allow an external application or bin to do it.
+         It also serves to expose the file descriptor used by v4l2src in case
+         some custom ioctls need to be called.
+         Conflicts:
+         sys/v4l2/Makefile.am
+         sys/v4l2/gstv4l2src.c
+         sys/v4l2/v4l2src_calls.c
+
+2012-04-18 17:09:45 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * ext/raw1394/gst1394probe.c:
+       * ext/raw1394/gst1394probe.h:
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+         dv1394: port to 0.11
+
+2012-04-17 15:14:27 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/cairo/gsttextoverlay.c:
+       * ext/cairo/gsttextoverlay.h:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavimux.h:
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+       * gst/multipart/multipartmux.c:
+       * gst/multipart/multipartmux.h:
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmpte.h:
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+       * gst/videomixer/videomixer2pad.h:
+         collectpads2: rename to collectpads
+
+2012-04-16 16:37:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/interleave/interleave.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/smpte/gstsmpte.c:
+       * gst/videomixer/videomixer2.c:
+         misc: chain up to collectpads event handler
+
+2012-04-16 09:09:11 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 6db25be to dc70203
+
+2012-04-15 22:49:47 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/shout2/gstshout2.c:
+         shout2: update for ogg media type changes
+
+2012-04-13 16:54:53 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmpte.h:
+         smpte: use some more boilerplate
+
+2012-04-13 16:54:50 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flx/gstflxdec.c:
+         flxdec: improve segment handling
+         ... to send a proper TIME segment downstream.
+
+2012-04-13 16:54:46 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * gst/flx/gstflxdec.c:
+       * gst/flx/gstflxdec.h:
+         flxdec: port to 0.11
+
+2012-04-13 16:54:42 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/videobox/gstvideobox.c:
+       * gst/videobox/gstvideobox.h:
+         videobox: adjust to deprecated GMutex setup
+
+2012-04-13 16:54:38 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * gst/videobox/gstvideobox.c:
+       * gst/videobox/gstvideobox.h:
+         videobox: port to 0.11
+
+2012-04-13 16:54:31 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/smpte/gstsmptealpha.c:
+         alpha, smpte: adjust to removed color-matrix caps field
+
+2012-04-13 16:27:34 +0200  Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+       * sys/v4l2/Makefile.am:
+         v4l2: ensure autogenerated files are created
+         The tuner marshal and enumtypes are autogenerated, and they need
+         to be created before the compilation of gstv4l2tuner.c
+         This patch adds the automake instruction for ensuring the
+         autogeneration of those files previous the compilation.
+
+2012-04-13 13:41:44 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * autogen.sh:
+       * configure.ac:
+         configure: Modernize autotools setup a bit
+         Also we now only create tar.bz2 and tar.xz tarballs.
+
+2012-04-13 13:37:10 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 464fe15 to 6db25be
+
+2012-04-13 13:04:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * docs/plugins/Makefile.am:
+       * ext/pulse/Makefile.am:
+       * ext/pulse/plugin.c:
+       * ext/pulse/pulsemixer.c:
+       * ext/pulse/pulsemixer.h:
+       * ext/pulse/pulsemixerctrl.c:
+       * ext/pulse/pulsemixerctrl.h:
+       * ext/pulse/pulsemixertrack.c:
+       * ext/pulse/pulsemixertrack.h:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+       * gst/rtsp/Makefile.am:
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2tuner.h:
+       * sys/v4l2/gstv4l2videooverlay.c:
+       * sys/v4l2/gstv4l2videooverlay.h:
+       * sys/v4l2/tuner-marshal.list:
+       * sys/v4l2/tuner.c:
+       * sys/v4l2/tuner.h:
+       * sys/v4l2/tunerchannel.c:
+       * sys/v4l2/tunerchannel.h:
+       * sys/v4l2/tunernorm.c:
+       * sys/v4l2/tunernorm.h:
+       * tests/check/Makefile.am:
+       * tests/examples/pulse/Makefile.am:
+       * tests/icles/Makefile.am:
+       * tests/icles/v4l2src-test.c:
+         Update everything for the removal of the interface library and mixer/tuner interfaces
+
+2012-04-12 15:50:16 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/rtp/gstrtpmparobustdepay.c:
+         rtp: Use unchecked variant of GstByteWriter where applicable
+         The size was checked before
+
+2012-04-12 15:49:44 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/matroska/ebml-read.c:
+       * gst/matroska/ebml-write.c:
+       * gst/matroska/matroska-demux.c:
+         matroska: Check return value of GstByteReader/Writer
+
+2012-04-12 15:48:57 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_dump.c:
+         isomp4: Check return value of GstByteWriter
+         And use unchecked variant of GstByteReader where applicable
+
+2012-04-12 15:48:00 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Use unchecked variant of GstByteReader
+         We know there's at least 7 bytes (checked above)
+
+2012-04-12 15:47:49 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+         avi: Check return value of GstByteWriter
+
+2012-04-12 15:47:24 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: Check return value of GstBitReader/GstByteReader
+
+2012-04-12 11:57:59 +0100  uraeus <uraeus@gnome.org>
+
+       * gst-plugins-good.spec.in:
+         Add interleave plugin to spec file
+
+2012-04-12 11:19:01 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         Back to development
+
+=== release 0.11.90 ===
+
+2012-04-12 10:27:31 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.prerequisites:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-annodex.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * gst/deinterlace/tvtime-dist.c:
+       * gst/videobox/gstvideoboxorc-dist.c:
+       * gst/videomixer/blendorc-dist.c:
+       * win32/common/config.h:
+         Release 0.11.90
+
+2012-04-12 10:26:52 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * 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/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Update .po files
+
+2012-04-11 00:19:30 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * ext/jpeg/gstjpegenc.c:
+         Fix format string
+         Fixes #673859
+
+2012-04-11 00:19:16 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * sys/waveform/gstwaveformsink.c:
+         Remove unused variable
+         Fixes #673859
+
+2012-04-10 11:57:53 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         gst/flv/gstflvdemux.c
+         gst/matroska/matroska-demux.c
+
+2012-04-10 11:37:48 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: some more segment handling tweaking
+
+2012-04-10 00:51:41 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/annodex/gstcmmldec.c:
+       * ext/annodex/gstcmmlenc.c:
+       * ext/cairo/gstcairooverlay.c:
+       * ext/cairo/gstcairorender.c:
+       * ext/cairo/gsttextoverlay.c:
+       * ext/cairo/gsttimeoverlay.c:
+       * ext/dv/gstdvdec.c:
+       * ext/dv/gstdvdemux.c:
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflactag.c:
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+       * ext/gdk_pixbuf/pixbufscale.c:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstsmokedec.c:
+       * ext/jpeg/gstsmokeenc.c:
+       * ext/libcaca/gstcacasink.c:
+       * ext/libmng/gstmngdec.c:
+       * ext/libmng/gstmngenc.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngenc.c:
+       * ext/mikmod/gstmikmod.c:
+       * ext/pulse/pulsemixer.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+       * ext/shout2/gstshout2.c:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * ext/taglib/gstapev2mux.cc:
+       * ext/taglib/gstid3v2mux.cc:
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackenc.c:
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/apetag/gstapedemux.c:
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsinclimit.c:
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+       * gst/auparse/gstauparse.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/cutter/gstcutter.c:
+       * gst/debugutils/breakmydata.c:
+       * gst/debugutils/cpureport.c:
+       * gst/debugutils/gstcapsdebug.c:
+       * gst/debugutils/gstcapssetter.c:
+       * gst/debugutils/gstnavigationtest.c:
+       * gst/debugutils/gstnavseek.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/debugutils/progressreport.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/debugutils/testplugin.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstedge.c:
+       * gst/effectv/gstop.c:
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstripple.c:
+       * gst/effectv/gstshagadelic.c:
+       * gst/effectv/gststreak.c:
+       * gst/effectv/gstvertigo.c:
+       * gst/effectv/gstwarp.c:
+       * gst/equalizer/gstiirequalizer10bands.c:
+       * gst/equalizer/gstiirequalizer3bands.c:
+       * gst/equalizer/gstiirequalizernbands.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/flx/gstflxdec.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/id3demux/gstid3demux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/interleave/deinterleave.c:
+       * gst/interleave/interleave.c:
+       * gst/isomp4/gstqtmoovrecover.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/level/gstlevel.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/webm-mux.c:
+       * gst/median/gstmedian.c:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/replaygain/gstrglimiter.c:
+       * gst/replaygain/gstrgvolume.c:
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpilbcpay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtppcmupay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpsirenpay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmptealpha.c:
+       * gst/spectrum/gstspectrum.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsrc.c:
+       * gst/videobox/gstvideobox.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videofilter/gstvideotemplate.c:
+       * gst/videomixer/videomixer2.c:
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavparse/gstwavparse.c:
+       * gst/y4m/gsty4mencode.c:
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/oss/gstossmixerelement.c:
+       * sys/oss/gstosssink.c:
+       * sys/oss/gstosssrc.c:
+       * sys/oss4/oss4-mixer.c:
+       * sys/oss4/oss4-sink.c:
+       * sys/oss4/oss4-source.c:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxvideo/osxvideosink.m:
+       * sys/sunaudio/gstsunaudiomixer.c:
+       * sys/sunaudio/gstsunaudiosink.c:
+       * sys/sunaudio/gstsunaudiosrc.c:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/waveform/gstwaveformsink.c:
+       * sys/ximage/gstximagesrc.c:
+         Use new gst_element_class_set_static_metadata()
+
+2012-04-10 00:47:44 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         Use new gst_element_class_set_static_metadata()
+
+2012-04-10 00:47:44 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         Use new gst_element_class_set_static_metadata()
+
+2012-04-09 12:55:34 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/pipelines/simple-launch-lines.c:
+         tests: disable simple smokeenc/dec launch lines test
+         Disable test for smoke elements, which aren't ported yet
+         (and maybe shouldn't be ported).
+
+2012-04-09 00:14:48 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+       * tests/check/elements/interleave.c:
+         interleave: make channel-poisitions property a GValueArray again
+         Or perhaps it should just be a guint64 channel mask, which would
+         be nicer in C, but more awkward for bindings (even more so since
+         we can't add a flags type for it, since that only supports guint
+         size flags). Fixes wavenc unit test.
+         https://bugzilla.gnome.org/show_bug.cgi?id=669643
+
+2012-04-06 16:03:47 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: cleanly initialize and set needed segment
+         Fixes #673165.
+
+2012-04-05 17:17:22 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Fix threading issue in index handling
+
+2012-04-06 09:13:31 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: Don't use static variables to hold index associations
+         This not really threadsafe in any way.
+
+2012-04-05 19:17:48 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/flvmux.c:
+       * tests/check/elements/interleave.c:
+         tests: make few tests more valgrind-friendly
+
+2012-04-05 19:17:42 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * tests/check/elements/deinterleave.c:
+         (de)interleave: fix ported unit test and enable as ported
+
+2012-04-05 19:17:38 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/cmmldec.c:
+         tests: cmmldec: adjust to tag events no longer posted on bus by element
+
+2012-04-05 19:17:29 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         updsrc: clear error
+
+2012-04-05 18:42:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 7fda524 to 464fe15
+
+2012-04-05 18:02:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audiofx/gststereo.c:
+         gst: Update for GST_PLUGIN_DEFINE() API changes
+
+2012-04-05 18:02:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/dtmf/gstdtmf.c:
+         gst: Update for GST_PLUGIN_DEFINE() API changes
+
+2012-04-05 17:40:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         gst: Update for GST_PLUGIN_DEFINE() API changes
+
+2012-04-05 17:40:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/plugin.c:
+         gst: Update for GST_PLUGIN_DEFINE() API changes
+
+2012-04-05 17:36:38 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/annodex/gstannodex.c:
+       * ext/cairo/gstcairo.c:
+       * ext/dv/gstdv.c:
+       * ext/flac/gstflac.c:
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/jack/gstjack.c:
+       * ext/jpeg/gstjpeg.c:
+       * ext/libcaca/gstcacasink.c:
+       * ext/libmng/gstmng.c:
+       * ext/libpng/gstpng.c:
+       * ext/mikmod/gstmikmod.c:
+       * ext/pulse/plugin.c:
+       * ext/raw1394/gst1394.c:
+       * ext/shout2/gstshout2.c:
+       * ext/soup/gstsoup.c:
+       * ext/speex/gstspeex.c:
+       * ext/taglib/gsttaglibplugin.c:
+       * ext/wavpack/gstwavpack.c:
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/apetag/gstapedemux.c:
+       * gst/audiofx/audiofx.c:
+       * gst/audioparsers/plugin.c:
+       * gst/auparse/gstauparse.c:
+       * gst/autodetect/gstautodetect.c:
+       * gst/avi/gstavi.c:
+       * gst/cutter/gstcutter.c:
+       * gst/debugutils/gstdebug.c:
+       * gst/debugutils/gstnavigationtest.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/effectv/gsteffectv.c:
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flx/gstflxdec.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/id3demux/gstid3demux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/interleave/plugin.c:
+       * gst/isomp4/isomp4-plugin.c:
+       * gst/law/alaw.c:
+       * gst/law/mulaw.c:
+       * gst/level/gstlevel.c:
+       * gst/matroska/matroska.c:
+       * gst/median/gstmedian.c:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/multifile/gstmultifile.c:
+       * gst/multipart/multipart.c:
+       * gst/replaygain/replaygain.c:
+       * gst/rtp/gstrtp.c:
+       * gst/rtpmanager/gstrtpmanager.c:
+       * gst/rtsp/gstrtsp.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/smpte/plugin.c:
+       * gst/spectrum/gstspectrum.c:
+       * gst/udp/gstudp.c:
+       * gst/videobox/gstvideobox.c:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videofilter/gstvideotemplate.c:
+       * gst/videofilter/plugin.c:
+       * gst/videomixer/videomixer2.c:
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavparse/gstwavparse.c:
+       * gst/y4m/gsty4mencode.c:
+       * sys/directsound/gstdirectsoundplugin.c:
+       * sys/oss/gstossaudio.c:
+       * sys/oss4/oss4-audio.c:
+       * sys/osxaudio/gstosxaudio.c:
+       * sys/osxvideo/osxvideosink.m:
+       * sys/sunaudio/gstsunaudio.c:
+       * sys/v4l2/gstv4l2.c:
+       * sys/waveform/gstwaveformplugin.c:
+       * sys/ximage/gstximagesrc.c:
+         gst: Update for GST_PLUGIN_DEFINE() API changes
+
+2012-04-05 13:26:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: Update version to 0.11.89.1
+
+2012-04-04 20:06:58 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/qtmux.c:
+         tests: qtmux: ensure initialized test buffer memory
+
+2012-04-04 14:41:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/dtmf/Makefile.am:
+         gst: Update versioning
+
+2012-04-04 14:38:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/twolame/Makefile.am:
+         gst: Update versioning
+
+2012-04-04 14:38:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/Makefile.am:
+         gst: Update versioning
+
+2012-04-04 14:33:23 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/version.entities.in:
+       * ext/aalib/Makefile.am:
+       * ext/cairo/Makefile.am:
+       * ext/dv/Makefile.am:
+       * ext/flac/Makefile.am:
+       * ext/gdk_pixbuf/Makefile.am:
+       * ext/jack/Makefile.am:
+       * ext/jpeg/Makefile.am:
+       * ext/libcaca/Makefile.am:
+       * ext/libpng/Makefile.am:
+       * ext/pulse/Makefile.am:
+       * ext/raw1394/Makefile.am:
+       * ext/soup/Makefile.am:
+       * ext/speex/Makefile.am:
+       * ext/taglib/Makefile.am:
+       * ext/wavpack/Makefile.am:
+       * gst-plugins-good.spec.in:
+       * gst/alpha/Makefile.am:
+       * gst/apetag/Makefile.am:
+       * gst/audiofx/Makefile.am:
+       * gst/audioparsers/Makefile.am:
+       * gst/auparse/Makefile.am:
+       * gst/avi/Makefile.am:
+       * gst/cutter/Makefile.am:
+       * gst/debugutils/Makefile.am:
+       * gst/deinterlace/Makefile.am:
+       * gst/effectv/Makefile.am:
+       * gst/equalizer/Makefile.am:
+       * gst/flv/Makefile.am:
+       * gst/icydemux/Makefile.am:
+       * gst/id3demux/Makefile.am:
+       * gst/interleave/Makefile.am:
+       * gst/isomp4/Makefile.am:
+       * gst/law/Makefile.am:
+       * gst/level/Makefile.am:
+       * gst/matroska/Makefile.am:
+       * gst/multifile/Makefile.am:
+       * gst/replaygain/Makefile.am:
+       * gst/rtp/Makefile.am:
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtsp/Makefile.am:
+       * gst/shapewipe/Makefile.am:
+       * gst/smpte/Makefile.am:
+       * gst/spectrum/Makefile.am:
+       * gst/videobox/Makefile.am:
+       * gst/videocrop/Makefile.am:
+       * gst/videofilter/Makefile.am:
+       * gst/videomixer/Makefile.am:
+       * gst/wavenc/Makefile.am:
+       * gst/wavparse/Makefile.am:
+       * gst/y4m/Makefile.am:
+       * pkgconfig/Makefile.am:
+       * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
+       * sys/directsound/Makefile.am:
+       * sys/oss/Makefile.am:
+       * sys/oss4/Makefile.am:
+       * sys/osxaudio/Makefile.am:
+       * sys/osxvideo/Makefile.am:
+       * sys/sunaudio/Makefile.am:
+       * sys/v4l2/Makefile.am:
+       * sys/waveform/Makefile.am:
+       * sys/ximage/Makefile.am:
+       * tests/check/Makefile.am:
+       * tests/examples/audiofx/Makefile.am:
+       * tests/examples/cairo/Makefile.am:
+       * tests/examples/pulse/Makefile.am:
+       * tests/examples/spectrum/Makefile.am:
+       * tests/icles/Makefile.am:
+         gst: Update versioning
+
+2012-04-04 12:10:45 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         gst/matroska/matroska-demux.c
+         gst/matroska/matroska-mux.c
+         gst/matroska/matroska-read-common.c
+         gst/matroska/matroska-read-common.h
+
+2012-04-03 18:36:50 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: plug template caps leak
+
+2012-04-03 11:50:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: avi only knows about DTS
+         Only set DTS on outgoing buffers unless we have a keyframe and then we can set
+         the PTS to DTS as well.
+
+2012-04-02 23:35:43 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/matroska/matroska-read-common.c:
+         mkv: port toc changes to 0.11
+
+2012-04-02 23:18:00 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+         Merge branch '0.10'
+         Conflicts:
+         gst/matroska/matroska-demux.c
+         gst/matroska/matroska-mux.c
+         gst/matroska/matroska-read-common.c
+         gst/matroska/matroska-read-common.h
+
+2012-03-29 23:22:28 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroska: add GstToc support for muxer
+
+2012-03-29 23:12:13 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska: add support for GstToc in demuxer
+
+2012-03-29 23:05:14 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: add chapter support in GstMatroskaReadCommon
+
+2012-04-02 13:00:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/goom2k1/lines.c:
+         goom2k1: Fix 'may be used uninitialized in this function' compiler warning
+
+2012-04-02 11:13:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalphacolor.c:
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+         use transform_ip_on_passthrough
+
+2012-03-31 15:43:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/equalizer/gstiirequalizer10bands.c:
+       * gst/equalizer/gstiirequalizer3bands.c:
+       * gst/videomixer/videomixer2.c:
+       * tests/check/elements/equalizer.c:
+       * tests/examples/equalizer/demo.c:
+       * tests/icles/equalizer-test.c:
+         update for child proxy api change
+
+2012-03-30 18:13:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/flv/gstflvmux.c:
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/udp/gstudpsrc.c:
+       * gst/y4m/gsty4mencode.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/ximage/ximageutil.c:
+       * tests/check/elements/deinterleave.c:
+       * tests/check/elements/interleave.c:
+         update for buffer api change
+
+2012-03-30 12:53:44 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/speex/gstspeexenc.c:
+       * ext/speex/gstspeexenc.h:
+         speexenc: Use new gst_audio_encoder_set_headers() API
+
+2012-03-30 12:18:45 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+       * ext/speex/gstspeexenc.c:
+       * ext/wavpack/gstwavpackenc.c:
+         ext: Update for GstAudioEncoder API changes
+
+2012-03-29 23:22:28 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroska: add GstToc support for muxer
+
+2012-03-29 23:12:13 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroska: add support for GstToc in demuxer
+
+2012-03-29 23:05:14 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: add chapter support in GstMatroskaReadCommon
+
+2012-03-29 17:22:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/pipelines/wavpack.c:
+         tests: wavpack: fewer buffers are also adequate and more convenient
+
+2012-03-29 17:22:19 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/videocrop.c:
+         tests: videocrop: unmap video frame and unref caps
+
+2012-03-29 17:22:04 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/audiowsincband.c:
+         tests: audiowsincband: unmap examined output buffers
+
+2012-03-29 17:21:53 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: plug ref leak
+
+2012-03-29 17:21:50 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audiofx/audiopanorama.c:
+         audiopanorama: fix supported template caps and sample processing
+
+2012-03-29 17:21:43 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/alpha/gstalphacolor.c:
+         alphacolor: plug structure leak
+
+2012-03-29 16:04:26 +0100  uraeus <uraeus@gnome.org>
+
+       * gst-plugins-good.spec.in:
+         Update spec file with latest ported plugins
+
+2012-03-29 15:03:09 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         configure.ac
+
+2012-03-28 16:26:56 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/pipelines/tagschecking.c:
+         tests: tagschecking: muxers need TIME format
+
+2012-03-28 16:26:15 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/pipelines/flacdec.c:
+         tests: flacdec: needs flacparse nowadays
+
+2012-03-28 14:49:03 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackenc.c:
+         wavpackenc: query downstream for BYTE seeking support
+
+2012-03-28 14:48:46 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: query downstream for BYTE seeking support
+
+2012-03-28 14:46:03 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: clean up obsolete log statement
+
+2012-03-28 12:49:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/mikmod/gstmikmod.c:
+       * ext/wavpack/gstwavpackenc.c:
+       * gst/avi/gstavimux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/y4m/gsty4mencode.c:
+       * tests/check/elements/parser.c:
+         update for buffer changes
+
+2012-03-28 12:16:45 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/audiodynamic.c:
+         tests: audiodynamic: correctly port original test to mind in place transform
+
+2012-03-28 11:05:43 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+         audiofx: more adjustment to changed semantics of audiofilter _setup method
+
+2012-03-28 11:10:24 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/audiofirfilter.c:
+         tests: audiofirfilter: negotiate the intended raw audio format
+
+2012-03-27 18:41:45 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audioparsers/gstwavpackparse.c:
+         wavpackparse: init datastructure
+
+2012-03-27 17:18:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstwarp.c:
+         effectv: fix strides
+
+2012-03-27 16:41:06 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtpilbcpay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/smpte/gstsmpte.c:
+       * sys/oss/gstosssink.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/ximage/gstximagesrc.c:
+       * tests/check/elements/qtmux.c:
+         caps: improve caps handling
+         Avoid caps copy and leaks
+
+2012-03-27 14:04:48 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/icydemux.c:
+         tests: icydemux: activate internal test helper src pad
+
+2012-03-27 12:44:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: update for get_param
+         Remove const from the GstCaps.
+         Plug some GstStructure leaks
+
+2012-03-27 00:02:08 +0300  Raimo Järvi <raimo.jarvi@gmail.com>
+
+       * configure.ac:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudpsrc.c:
+         udp: Fix compiling with mingw.
+         https://bugzilla.gnome.org/show_bug.cgi?id=672880
+
+2012-03-26 18:31:41 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/rganalysis.c:
+       * tests/check/elements/rgvolume.c:
+         tests: replaygain: misc compatibility fixes
+         Discard caps event when checking for and counting various tag events,
+         and remove all testing of 8 bits depth in 16 bits width format since
+         it no longer exists.
+
+2012-03-26 18:28:26 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/rtp-payloading.c:
+       * tests/check/elements/rtpbin.c:
+         tests: rtp: misc compatibiliy fixes
+         ... such as always setting pad caps and providing needed caps fields.
+
+2012-03-26 18:26:40 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/videofilter.c:
+         tests: videofilter: ensure initial segment event
+
+2012-03-26 18:25:28 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/shapewipe/gstshapewipe.h:
+         shapewipe: proper video info and frame management
+         ... particularly since each incoming pad has a distinct format.
+
+2012-03-26 18:24:08 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: ensure output caps are set when pushing output data
+         ... even if some SPS/PPS has not passed by yet.
+
+2012-03-26 18:22:53 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+         videofilter: avoid holding object lock when calling basetransform function
+
+2012-03-26 18:22:03 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: fix some lock management
+         ... to avoid trying to take a non-recursive lock twice.
+
+2012-03-26 18:21:11 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16pay.c:
+         rtpL16(de)pay: fix raw audio format in template caps
+
+2012-03-26 18:20:40 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/replaygain/gstrganalysis.c:
+         replaygain: also still post the results of the analysis
+
+2012-03-26 15:59:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: don't error in shutdown
+         Don't log with the ERROR category when we are stopping because we are shutting
+         down.
+         Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=672824
+
+2012-03-26 15:51:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: fix latency
+
+2012-03-26 15:30:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2: called base class start
+         Chain up to the base class start method so that metadata is properly tagged.
+         Remove an unused variable.
+         fixes: https://bugzilla.gnome.org/show_bug.cgi?id=672813
+
+2012-03-26 12:12:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Replace master with 0.11
+
+2012-03-25 00:00:59 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.h:
+         gdkpixbufoverlay: add "alpha" property to set alpha of overlay image
+         .. or turn the overlay off by setting alpha to 0.0
+
+2012-03-24 09:51:06 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: plug caps leak
+
+2012-03-23 18:47:45 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/imagefreeze.c:
+         tests: imagefreeze: remove extraneous _unref
+
+2012-03-23 18:47:03 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/avimux.c:
+         tests: avimux: adjust to modified sink pad template name
+
+2012-03-23 18:46:36 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/qtmux.c:
+         tests: qtmux: cleanup element sooner
+         ... to avoid stray refs in sticky caps events.
+
+2012-03-23 18:45:56 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/audiowsincband.c:
+       * tests/check/elements/audiowsinclimit.c:
+       * tests/check/elements/avimux.c:
+       * tests/check/elements/qtmux.c:
+         tests: arrange for sending an initial segment event
+         ... which is needed nowadays since various gst_segment_to_...
+         no longer automatically set the format to the specified one
+         (from _UNDEFINED).
+
+2012-03-23 18:44:15 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: immediately return GST_FLOW_EOS
+         ... rather than _OK since we will not be caring about subsequent buffer
+         anyway.
+
+2012-03-23 18:43:36 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: fix query and _getcaps handling
+
+2012-03-23 18:42:48 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiofxbasefirfilter.h:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsinclimit.c:
+         audiofx: adjust to changed semantics of audiofilter _setup method
+         ... in that it will now call subclass with info on proposed audio format
+         without having set that info already in base class.  As such,
+         subclass can not rely on audio format info being available there.
+
+2011-07-14 16:23:49 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+         rtph264depay: Make output in AVC stream format work even without complete sprop-parameter-set
+         This allows outputting streams in AVC format even if the SPS/PPS are sent inside
+         the RTP stream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654850
+         Ported from master
+
+2012-01-29 18:39:54 +0000  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         udpsink: Unlock on error
+
+2012-03-22 18:27:30 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: use sink pad template caps rather than src
+
+2012-03-22 18:23:22 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2012-03-22 18:21:52 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmpte.h:
+       * gst/smpte/gstsmptealpha.c:
+       * gst/smpte/gstsmptealpha.h:
+         smpte: port to 0.11
+
+2012-03-22 16:10:33 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+         audioparsers: intersect downstream allowed peer caps with sink pad template
+
+2012-03-22 15:55:28 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+         back to development
+
+=== release 0.11.2 ===
+
+2012-03-22 15:51:13 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-annodex.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * 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/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+       * win32/common/config.h:
+       * win32/common/gstudp-marshal.c:
+         Release 0.11.2
+
+2012-03-22 11:55:28 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2012-03-22 11:53:24 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         unport gdkpixbuf
+         not merged: https://bugzilla.gnome.org/show_bug.cgi?id=654850
+         Conflicts:
+         docs/plugins/Makefile.am
+         docs/plugins/gst-plugins-good-plugins-docs.sgml
+         docs/plugins/gst-plugins-good-plugins-sections.txt
+         docs/plugins/gst-plugins-good-plugins.hierarchy
+         docs/plugins/inspect/plugin-avi.xml
+         docs/plugins/inspect/plugin-png.xml
+         ext/flac/gstflacdec.c
+         ext/flac/gstflacdec.h
+         ext/libpng/gstpngdec.c
+         ext/libpng/gstpngenc.c
+         ext/speex/gstspeexdec.c
+         gst/audioparsers/gstflacparse.c
+         gst/flv/gstflvmux.c
+         gst/rtp/gstrtpdvdepay.c
+         gst/rtp/gstrtph264depay.c
+
+2012-03-22 11:45:11 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/smpte/gstsmpte.c:
+         smpte: only start collectpads2 at state change rather than init
+
+2012-03-21 13:22:43 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/audioamplify.c:
+       * tests/check/elements/audiodynamic.c:
+       * tests/check/elements/audioecho.c:
+       * tests/check/elements/audiopanorama.c:
+       * tests/check/elements/rtp-payloading.c:
+         tests: update for memory api changes
+
+2012-03-20 10:24:05 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         update for memory api changes
+
+2012-03-19 12:01:40 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: perform additional frame crc check if applicable
+         ... such as a frame header parsing throwing some suspicious warnings.
+         So we can be a bit more convinced we determine the right frame end.
+
+2012-03-19 11:58:15 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: avoid indefinite extended search for frame end if possible
+         ... which is particularly useful if locked on to the wrong frame start
+         and/or corrupt frame being crc checked.
+
+2012-03-16 18:23:29 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacdec.h:
+         flacdec: improve error handling and resilience
+         ... by noting that one occurred in the first place, and then appropriately
+         ignoring some transient ones.
+
+2012-03-19 10:33:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: negotiate an allocator on the srcpads
+         We do an ALLOCATION query to find out an allocator and parameters on the
+         srcpads. This way decoders (and sinks) can specify the memory and parameters
+         they want us to write into.
+
+2012-03-17 20:53:31 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.h:
+         docs: update docs for new properties and add gdkpixbufoverlay element
+         Somewhat at least. No idea why it doesn't pick up the description
+         or example pipeline.
+
+2012-03-18 00:11:19 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/gdk_pixbuf/Makefile.am:
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+         gdkpixbufoverlay: make most properties controllable and flag them as mutable-playing
+
+2012-03-17 23:41:38 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.h:
+         gdkpixbufoverlay: add properties for positioning and sizing
+
+2012-03-17 20:18:19 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/gdk_pixbuf/Makefile.am:
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
+       * ext/gdk_pixbuf/gstgdkpixbufoverlay.h:
+         gdkpixbuf: add gdkpixbufoverlay element
+         Still lacks features such as positioning or resizing, or
+         animations, but it's usable already, and supports lots of
+         formats.
+
+2012-03-16 22:52:02 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalphacolor.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+         don't poke into basetransform internals
+         But use the methods
+
+2012-03-16 21:47:21 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/libpng/gstpngdec.c:
+       * gst/avi/gstavidemux.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/wavparse/gstwavparse.c:
+         don't pass random pointers to pull_range
+
+2012-03-15 22:15:47 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/monoscope/gstmonoscope.c:
+         updarte for bufferpool changes
+
+2012-03-15 22:11:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/dv/gstdvdec.c:
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/libpng/gstpngdec.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+         update for bufferpool changes
+
+2012-03-15 20:37:56 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/dv/gstdvdec.c:
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/libpng/gstpngdec.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+         update for allocation query changes
+
+2011-07-14 16:23:49 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+         rtph264depay: Make output in AVC stream format work even without complete sprop-parameter-set
+         This allows outputting streams in AVC format even if the SPS/PPS are sent inside
+         the RTP stream.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654850
+
+2012-03-15 14:06:40 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         update for bufferpool api change
+
+2012-03-15 13:38:16 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         update for memory api changes
+
+2012-03-15 13:37:36 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         update for memory api changes
+
+2012-03-15 13:36:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/annodex/gstcmmldec.c:
+       * ext/annodex/gstcmmlenc.c:
+       * ext/flac/gstflacdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * gst/interleave/deinterleave.c:
+       * gst/interleave/interleave.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multipart/multipartmux.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/videomixer/videomixer2.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * tests/check/elements/audiochebband.c:
+       * tests/check/elements/audiocheblimit.c:
+         update for memory api changes
+
+2012-03-14 21:36:03 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+         update for memory api changes
+
+2012-03-14 19:55:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/dv/gstdvdec.c:
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/libpng/gstpngdec.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+         take padding into account
+
+2012-03-14 17:07:50 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/imagefreeze/gstimagefreeze.h:
+         imagefreeze: port to 0.11
+
+2012-03-14 15:45:38 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: reply FALSe on serialized queries
+
+2012-03-13 23:08:38 +0100  Andrej Gelenberg <andrej.gelenberg@udo.edu>
+
+       * ext/libpng/gstpngenc.c:
+       * ext/libpng/gstpngenc.h:
+         pngenc: add support for 8- and 16-bit gray images
+         Add support for direct encoding of 8- and 16-bit big endian gray images.
+         https://bugzilla.gnome.org/show_bug.cgi?id=672025
+
+2012-03-14 11:21:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp4vpay.c:
+         mp4vpay: we can also handle x-divx
+
+2012-03-14 10:39:53 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackenc.c:
+         wavpackenc: do not set output caps directly
+         ... but use base class function instead.
+
+2012-03-13 21:31:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp4vdepay.c:
+         mp4vdepay: fix buffer handling
+         Don't always output the payload subbuffer, use a separate variable to
+         make things clearer and without the error.
+
+2012-03-13 20:49:43 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         udpsink: make buffer-size work again
+
+2012-03-13 20:36:56 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: fix SO_RCVBUF handling
+
+2012-03-13 19:26:47 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: don't leak the address
+
+2012-03-13 19:26:23 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+         h264depay: unmap on empty packet
+
+2012-03-13 18:07:18 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: do DTS and PTS correctly
+
+2012-03-13 17:54:50 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: set DTS and PTS on output buffers
+         Set PTS and DTS on output buffers instead of just the PTS. In streaming cases
+         you want to synchronized encoded data based on the DTS because that is
+         monotonically increasing.
+
+2012-03-13 17:54:28 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux_dump.c:
+         qtdemux: debug additional sdtp flag
+
+2012-03-13 17:27:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+         rtp: fix unmap calls
+
+2012-03-13 13:25:09 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.h:
+         pulse: fix formats, we can not handle S8 but only U8
+
+2012-03-13 12:40:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: fix streamheaders
+         Fix the caps of flacenc, the reference encoder only support 24 bits in
+         32 bits.
+         Set streamheader on output caps.
+
+2012-03-12 17:17:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/monoscope/gstmonoscope.c:
+         update for caps api changes
+
+2012-03-12 16:43:27 +0200  Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+       * configure.ac:
+         configure.ac : bump GLib requirement to 2.31.14
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671911
+
+2012-03-12 15:27:27 +0100  Ross Burton <ross at burtonini.com>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: generate seektables every 10 sec by default
+         Since this is what the command line tool does as well, it seems like
+         a better default.
+
+2012-03-10 13:44:08 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: only unlock pad when it was locked
+         This fixes the mutex being unlocked too much and ending up allowing
+         other threads when they should not.
+         https://bugzilla.gnome.org/show_bug.cgi?id=671776
+
+2012-03-07 13:39:50 +0100  Andrej Gelenberg <andrej.gelenberg@udo.edu>
+
+       * ext/libpng/gstpngdec.c:
+         pngdec: add support for video/x-raw-gray formats
+         pngdec can now decode gray 8- and 16-bit images without alpha channel
+         direct to video/x-raw-gray format. 16-bit gray images have big-endian
+         format, because it's native PNG endianness. Gray images with alpha
+         channel still converted to RGBA.
+         Signed-off-by: Andrej Gelenberg <andrej.gelenberg@udo.edu>
+
+2012-03-08 17:07:51 +0100  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         gstrtspsrc: disable RTSP keep-alive on request
+
+2012-03-12 14:48:47 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/smpte/gstsmpte.c:
+         smpte: fix stride handling
+
+2012-03-12 12:23:15 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * tests/check/elements/videocrop.c:
+       * tests/check/elements/videofilter.c:
+         fix for caps _normalize changes
+
+2012-03-12 11:47:35 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalphacolor.c:
+       * gst/matroska/matroska-demux.c:
+         fix for caps api change
+
+2012-03-12 10:43:57 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalphacolor.c:
+       * gst/matroska/matroska-demux.c:
+       * sys/oss4/oss4-audio.c:
+         fix for _do_simplify changes
+
+2012-03-12 08:48:32 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/flv/gstflvmux.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/matroska/matroska-mux.c:
+         gst: Fix some query leaks
+
+2012-03-11 19:06:59 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         fix for caps api changes
+
+2012-03-11 19:06:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/gdk_pixbuf/pixbufscale.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/pulse/pulsesrc.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/videomixer/videomixer2.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/ximage/gstximagesrc.c:
+         fix for caps api changes
+
+2012-03-10 10:51:44 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstwavpackparse.c:
+       * gst/auparse/gstauparse.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+         fix template caps refcount
+
+2012-03-09 15:53:32 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+         configure: fix use of AC_LANG_PROGRAM
+         No need to include the int main () { } bits, the body is enough.
+
+2012-03-09 15:25:02 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+         configure: fix autogen.sh warnings
+         configure.ac:410: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
+
+2012-03-08 13:06:13 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/aalib/gstaasink.h:
+         aasink: propose videometa uptream
+         subclass from videosink.
+         Propose videometa upstream because we can handle it with the video api.
+
+2012-03-08 01:53:50 -0500  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: do not unref sample caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=671534
+
+2012-03-08 11:36:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/autodetect.c:
+       * tests/check/elements/videocrop.c:
+         tests: improve more tests
+
+2012-03-08 11:20:43 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/capssetter.c:
+       * tests/check/elements/gdkpixbufsink.c:
+         tests: fix some more tests
+
+2012-03-07 15:22:36 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: improve cleanup
+         Reuse cleanup methods to make sure we remove all pads correctly
+
+2012-03-07 15:00:26 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: set caps without the lock
+         Release the lock before setting the caps on the srcpad, which triggers an event,
+         which could eventually call back into us and cause a deadlock.
+
+2012-03-07 14:55:08 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         ptdemux: set caps after activating the pad
+         Set the caps after we activated the pad or else it will just fail.
+
+2012-03-07 14:54:15 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/law/alaw.c:
+       * gst/law/mulaw.c:
+         law: add layout to audio caps
+
+2012-03-07 14:51:09 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-decode.h:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-decode.h:
+         law: use GstAudioInfo
+         Use GstAudioInfo to generate output caps.
+
+2012-03-07 04:20:00 -0500  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtdemux: covert art tag type is GstSample not GstBuffer now
+         https://bugzilla.gnome.org/show_bug.cgi?id=671534
+
+2012-03-07 10:28:58 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * po/POTFILES.in:
+         po: fix POTFILES.in for new wavpackparse location in source tree
+
+2012-03-06 21:44:36 -0800  David Schleef <ds@schleef.org>
+
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsrc.c:
+         udp: Change the default port to 5004
+         udpsrc/udpsink are almost always used with RTP, so let's use an
+         RTP port as the default port.  It's unclear why 4951 was used, it
+         goes back to early commits in CVS.
+
+2012-03-06 21:36:02 -0800  David Schleef <ds@schleef.org>
+
+         Merge branch '0.11' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-good into 0.11
+
+2012-03-06 15:58:20 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/speex/gstspeexdec.c:
+         speexdec: use base class tag handling helper
+         ... so as to ensure these to be handled and sent at proper time.
+
+2012-03-06 14:25:27 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackstreamreader.c:
+         wavpack: Fix possible underflow of unsigned integer variable
+
+2012-03-06 14:22:43 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: Fix 'comparison of unsigned expression >= 0 is always true'
+         This variable can never be below zero anyway.
+
+2012-03-06 14:18:33 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Use correct enum for return values
+
+2012-03-06 14:16:21 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtp/gstrtpdvdepay.c:
+         dvdepay: Fix 'comparison of unsigned expression >= 0 is always true' compiler warning
+         This was an actual bug as it could've caused reading from
+         invalid memory areas when the input is broken.
+
+2012-03-06 13:21:12 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/deinterlace/tvtime/greedyh.asm:
+       * gst/deinterlace/tvtime/tomsmocomp/SearchLoopTop.inc:
+         deinterlace: Fix 'variable 'oldbx' is uninitialized when used here' compiler warnings
+
+2012-03-06 13:19:24 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix 'implicit conversion from enumeration type 'GstDeinterlaceFields' to different enumeration type 'GstDeinterlaceMode'' compiler warning
+
+2012-03-05 15:29:56 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/gdk_pixbuf/gstgdkpixbuf.h:
+         gdk: cleanups and fix rowstride
+         Fix the output rowstride, we need to take the stride of the output video frame.
+         Since we are also dealing with planes, take the plane data and stride.
+         Don't store the same info twice in different variables.
+
+2012-03-05 13:31:44 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+         gdkpixbuf: fix event handling
+
+2012-03-05 12:20:07 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/wavpackdec.c:
+       * tests/check/elements/wavpackenc.c:
+       * tests/check/elements/wavpackparse.c:
+       * tests/check/pipelines/wavpack.c:
+         tests: port wavpack tests to 0.11
+
+2012-03-05 13:36:39 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackdec.h:
+         wavpackdec: port to 0.11
+
+2012-03-05 12:17:39 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackcommon.c:
+       * ext/wavpack/gstwavpackcommon.h:
+       * ext/wavpack/gstwavpackenc.c:
+         wavpackenc: port to 0.11
+
+2012-03-05 13:34:36 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * docs/plugins/Makefile.am:
+       * ext/wavpack/Makefile.am:
+       * ext/wavpack/gstwavpack.c:
+       * ext/wavpack/gstwavpackparse.c:
+       * ext/wavpack/gstwavpackparse.h:
+         wavpack: remove legacy wavpackparse
+
+2012-03-05 12:15:44 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/Makefile.am:
+       * gst/audioparsers/gstwavpackparse.c:
+       * gst/audioparsers/gstwavpackparse.h:
+       * gst/audioparsers/plugin.c:
+         audioparsers: port wavpackparse to 0.11
+
+2012-03-05 13:29:59 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/wavpack/gstwavpackparse.c
+         sys/v4l2/gstv4l2bufferpool.c
+         sys/v4l2/gstv4l2bufferpool.h
+         sys/v4l2/gstv4l2videooverlay.c
+
+2012-03-05 12:43:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         x-raw-bayer -> x-bayer
+
+2012-03-05 11:17:30 +0100  Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+       * sys/v4l2/gstv4l2xoverlay.c:
+         v4l2sink: don't use deprecated XKeycodeToKeysym
+         https://bugzilla.gnome.org/show_bug.cgi?id=671299
+         Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+2012-03-05 12:03:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/ximage/Makefile.am:
+       * sys/ximage/gstximagesrc.c:
+         ximage: use new style caps
+
+2012-03-05 10:49:33 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackdec.c:
+         wavpackdec: allow some timestamp tolerance to arrange for perfect timestamping
+         ... which also happens to make some more unit tests pass.
+
+2012-03-05 10:47:44 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackdec.c:
+         wavpackdec: fix copying output data
+
+2012-03-05 10:46:51 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackenc.c:
+         wavpackenc: restore legacy buffer offset decorating somewhat
+         ... at least sufficiently to aid in recognizing rewritten header buffer
+         making unit test pass.
+
+2012-03-05 10:51:33 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audioparsers/gstwavpackparse.c:
+         wavpackparse: initialize header to silence older gcc versions
+
+2012-03-05 10:45:46 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/wavpack/gstwavpackparse.c:
+         wavpackparse: remove empty lines in varable declarations caused by old indent
+
+2012-03-05 10:44:54 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/jack/gstjack.h:
+         jack: fix obvious wrong definition for the master flag
+
+2012-03-04 19:55:26 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/jack/gstjack.c:
+       * ext/jack/gstjack.h:
+       * ext/jack/gstjackaudioclient.c:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosink.h:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jack/gstjackaudiosrc.h:
+         jack: change the transport-mode enum into flags
+         One can use (or not use) master and slave mode independently.
+
+2012-03-02 11:49:02 -0500  Antoine Tremblay <hexa00@gmail.com>
+
+       * gst/avi/gstavimux.c:
+         avimux: support up to 6 channels of AC-3
+         https://bugzilla.gnome.org/show_bug.cgi?id=671220
+
+2012-03-03 13:04:48 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: clear DISCONT flag when recycling buffers into the buffer pool
+         The base class may have set the DISCONT flag on the first buffer pushed
+         out. We need to clear that when recycling buffers back into the buffer
+         pool, otherwise we constantly push out buffers with the discont flag
+         set, which might upset downstream elements, esp. for compressed
+         formats like mpeg-ts.
+
+2012-03-01 14:15:29 +0100  Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2src: fix v4l2_munmap() for compressed formats
+         Make sure we always call munmap() with the same size we called mmap()
+         with before.
+         Current v4l2src uses the same structure for VIDIOC_QUERYBUF, VIDIOC_QBUF
+         and v4l2_munmap calls. The problem is that the video buffer size (length)
+         may vary for compressed or emulated bufs. VIDIOC_QBUF will change it if
+         we pass the pointer of a v4l2_buffer. This is why we should avoid using
+         same variable for mmap and video buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=671126
+
+2012-03-02 11:17:33 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/flv/gstindex.c:
+         gst: Update for the gstmarshal.[ch] removal
+
+2012-03-02 10:13:08 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/pulse/pulsemixerctrl.h:
+       * gst/videofilter/gstvideobalance.c:
+       * sys/v4l2/gstv4l2colorbalance.h:
+         mixer/colorbalance: Update for API changes
+
+2012-03-01 17:15:57 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+         aasink: fix stride
+
+2012-03-01 11:36:34 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/Makefile.am:
+       * gst/audioparsers/plugin.c:
+         audioparsers: disable non-ported wavpackparse
+
+2012-03-01 11:29:50 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/wavpack/gstwavpackenc.c
+         tests/check/elements/audioiirfilter.c
+         tests/examples/v4l2/probe.c
+
+2012-02-29 22:31:21 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+         gdkpixbufsink: remove deprecated property
+
+2012-02-29 22:30:56 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+         gdkpixbufscale: remove deprecated property
+
+2012-02-29 22:28:01 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+       * ext/gdk_pixbuf/gstgdkpixbufsink.h:
+         gdkpixbufsink: port to 0.11
+
+2012-02-29 22:25:23 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/gdk_pixbuf/pixbufscale.c:
+       * ext/gdk_pixbuf/pixbufscale.h:
+         gdkpixbufscale: port to 0.11
+
+2012-02-29 22:24:46 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/gdk_pixbuf/gstgdkpixbuf.h:
+         gdkpixbufdec: port to 0.11
+
+2012-02-29 17:26:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/ximage/ximageutil.c:
+       * sys/ximage/ximageutil.h:
+         update for metadata API changes
+
+2012-02-28 13:51:10 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/Makefile.am:
+       * gst/audioparsers/gstwavpackparse.c:
+       * gst/audioparsers/gstwavpackparse.h:
+       * gst/audioparsers/plugin.c:
+         audioparsers: add baseparse based wavpackparse
+
+2012-02-28 11:38:59 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/ximage/ximageutil.c:
+         update for metadata tags
+
+2012-02-27 23:46:15 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackdec.h:
+       * tests/check/elements/wavpackdec.c:
+         wavpackdec: adjust to audio format limitations
+         ... which does not allow expressing arbitrary depth in a GstAudioFormat.
+         Also adjust unit test to modified behaviour.
+
+2012-02-27 23:46:08 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackenc.c:
+         wavpackdec: determine depth from bytes per sample
+         ... rather than from bits per sample, since spec states values are already
+         left justified w.r.t. bits per sample but not w.r.t. bytes per sample
+         (and so the latter determines the normalization, or indicated depth).
+
+2012-02-27 23:46:03 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackdec.h:
+         wavpackdec: port to audiodecoder
+
+2012-02-27 23:45:54 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackenc.c:
+       * ext/wavpack/gstwavpackenc.h:
+       * tests/check/elements/wavpackenc.c:
+         wavpackenc: port to audioencoder
+         Also adjust unit test to slightly modified behaviour.
+
+2012-02-27 14:47:25 +0100  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/annodex/gstannodex.c:
+       * ext/annodex/gstcmmlparser.c:
+       * ext/annodex/gstcmmltag.c:
+       * ext/pulse/pulseprobe.c:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/interleave/interleave.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * sys/oss4/oss4-audio.c:
+       * sys/oss4/oss4-property-probe.c:
+       * sys/v4l2/gstv4l2object.c:
+       * tests/check/elements/audiofirfilter.c:
+       * tests/check/elements/audioiirfilter.c:
+       * tests/check/elements/cmmldec.c:
+       * tests/check/elements/interleave.c:
+       * tests/check/pipelines/wavenc.c:
+       * tests/examples/audiofx/firfilter-example.c:
+       * tests/examples/audiofx/iirfilter-example.c:
+       * tests/examples/pulse/pulse.c:
+       * tests/examples/rtp/server-alsasrc-PCMA.c:
+       * tests/examples/v4l2/probe.c:
+       * tests/icles/test-oss4.c:
+         Suppress deprecation warnings in selected files, for g_value_array_* mostly
+
+2012-02-27 13:09:31 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/speex/gstspeexenc.c:
+         speexenc: chain up to parent event handler
+
+2012-02-27 13:05:33 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: fix event handling
+         Fix dodgy segment event handling
+         Chain up to parent event handler
+
+2012-02-27 09:14:04 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: use public api
+         instead of poking into the private structures of the base class
+
+2012-02-27 06:35:01 +0100  Alessandro Decina <alessandro.d@gmail.com>
+
+       * ext/lame/Makefile.am:
+         amrwbdec, lame, mad: link to libgstbase
+
+2012-02-27 01:09:11 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/matroska/matroska-mux.c:
+         flvmux, matroskamux, qtmux: if in doubt about downstream seekability default to streaming=true
+         If downstream didn't answer our SEEKING query and told us
+         it's seekable, default to streaming=true. We couldn't do
+         this in 0.10 for backwards compatibility reasons, but we
+         can in 0.11. Play it safe.
+
+2012-02-27 01:00:03 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+         Conflicts:
+         gst/audioparsers/gstmpegaudioparse.c
+
+2012-02-27 00:56:37 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge commit 'f9207722ca8fd8dcc1e7215d8af85efe4debfdf4' into 0.11
+
+2012-02-27 00:55:38 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: fix up after merge
+
+2012-02-27 00:48:57 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge commit '38516ad367128d83f9e156529018adb4433cd328' into 0.11
+         Conflicts:
+         ext/pulse/pulseaudiosink.c
+         gst/audioparsers/gstmpegaudioparse.c
+
+2012-02-26 20:39:52 +0100  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/goom2k1/gstgoom.c:
+         goom2k1: fix compiler warning
+
+2012-02-26 20:30:24 +0100  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: fix compiler warning
+
+2012-02-25 15:55:15 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: create streamable output if downstream is not seekable
+         Ignore the "streamable" property setting and create streamable
+         output if downstream is known not to be seekable (as queried
+         via a SEEKABLE query).
+         Fixes pipelines like qtmux ! appsink possibly creating seemingly
+         corrupted output if streamable has not been set to true.
+
+2012-02-25 15:48:44 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: create streamable output if downstream is not seekable
+         Ignore the "streamable" property setting and create streamable
+         output if downstream is known not to be seekable (as queried
+         via a SEEKABLE query).
+         Fixes pipelines like flvmux ! appsink possibly creating seemingly
+         corrupted output if streamable has not been set to true.
+
+2012-02-25 15:40:39 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: create streamable output if downstream is not seekable
+         Ignore the "streamable" property setting and create streamable
+         output if downstream is known not to be seekable (as queried
+         via a SEEKABLE query).
+         Fixes pipelines like webmmux ! appsink creating seemingly
+         corrupted output if streamable has not been set to true.
+
+2012-02-24 11:03:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/debugutils/gstcapssetter.c:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videofilter/gstvideoflip.c:
+         update for basetransform change
+
+2012-02-24 10:26:26 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/ximage/ximageutil.c:
+         update for metadata change
+
+2012-02-23 08:42:25 -0800  David Schleef <ds@schleef.org>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/inspect/plugin-efence.xml:
+       * gst/debugutils/Makefile.am:
+       * gst/debugutils/efence.c:
+       * gst/debugutils/efence.h:
+       * gst/debugutils/efence.vcproj:
+         efence: remove plugin
+         Valgrind is much more useful these days.
+
+2012-02-23 12:05:20 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * NEWS:
+       * RELEASE:
+         Update NEWS and RELEASE as well
+
+2012-02-23 11:07:35 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-annodex.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-efence.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-esdsink.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gconfelements.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gstrtpmanager.xml:
+       * docs/plugins/inspect/plugin-halelements.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * win32/common/config.h:
+         Bump version after release
+
+2012-02-23 12:03:24 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audioecho.h:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiofxbasefirfilter.h:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audiofxbaseiirfilter.h:
+         audiofx: remove transform lock usage
+
+2012-02-23 11:16:21 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/spectrum/gstspectrum.c:
+       * gst/spectrum/gstspectrum.h:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videocrop/gstvideocrop.h:
+       * gst/videofilter/gstvideobalance.c:
+         update for basetransform lock removal
+
+2012-02-22 23:36:54 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/debugutils/Makefile.am:
+         debugutils: disable efence plugin properly
+         We don't want it built if mmap isn't available either..
+
+2012-02-22 17:39:16 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: fix get_caps function some more so that all structures have channel info
+         Set channels and channel-layout on the right structure; that is, the
+         structure we are going to append to the caps we are building, and not
+         the structure we are using as a template for all the structures. Fixes
+         first structure of the returned caps not having any channel info set
+         on it.
+
+2012-02-22 17:09:25 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: microoptimisation: avoid unnecessary list and string copies
+
+2012-02-22 17:03:42 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: audio caps have a *list* of formats, not an array of formats
+         A list of things in caps is something where one is picked in the
+         course of negotiation. An array is always something that only makes
+         sense as a whole in that order.
+
+2012-02-22 18:02:27 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: remove post-port bogus _unref
+
+2012-02-22 17:00:19 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: remove bogus pad locking that causes deadlocks
+         It's not clear why the pad object lock is taken here. But
+         gst_pad_{has,get}_current_caps() will try to take the lock
+         as well and deadlock, since it's not recursive.
+
+2012-02-22 16:59:42 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: set right number of channels on caps in get_caps function
+
+2012-02-21 17:16:32 -0800  David Schleef <ds@schleef.org>
+
+       * autogen.sh:
+         autogen: avoid touching .po files during 'make'
+         A simple workaround to deal with GNU gettext automake integration
+         failing to deal with git.  Fixes: #669207
+
+2012-02-22 02:06:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/flv/gstflvmux.c:
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/udp/gstudpsrc.c:
+       * gst/y4m/gsty4mencode.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/ximage/ximageutil.c:
+       * tests/check/elements/deinterleave.c:
+       * tests/check/elements/interleave.c:
+         update for new memory api
+
+2012-02-21 17:57:44 +0100  Vincent Untz <vuntz@gnome.org>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulse: Fix a build warning when compiling with asserts disabled
+         Return a value even if the code will never be reached, to make compilers
+         happy.
+         https://bugzilla.gnome.org/show_bug.cgi?id=670561
+
+2012-02-21 18:42:31 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/audioparsers/gstmpegaudioparse.h:
+         mpegaudioparse: support parsing freeform bitrate stream
+
+2012-02-21 18:39:18 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/monoscope/gstmonoscope.h:
+         monoscope: port to 0.11
+
+2012-02-21 10:53:56 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2012-02-20 12:22:12 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Force baseline is profile-level-id is unspecified
+
+2012-02-21 10:40:00 +0100  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/taglib/gstid3v2mux.cc:
+         id3v2mux: Fix merge error
+
+2012-02-20 12:22:12 -0500  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Force baseline is profile-level-id is unspecified
+
+2012-02-20 16:35:18 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         fix compiler warnings
+
+2012-01-26 03:29:28 -0500  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/udp/gstudpsrc.c:
+         fix compiler warnings
+
+2012-01-26 06:58:46 -0500  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         Fix compiler warnings
+
+2012-02-18 11:38:36 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/level.c:
+         tests: fix up level test for GstValueList -> GValueArray change
+         https://bugzilla.gnome.org/show_bug.cgi?id=670303
+
+2012-02-16 18:01:29 +0200  Peteris Krisjanis <pecisk@gmail.com>
+
+       * gst/level/gstlevel.c:
+         level: use GValueArray instead of GstValueList in messages
+         Updated GstLevel element to use GValueArray instead of
+         GstValueList for rms/peak/decay keys attached to element
+         message.
+         https://bugzilla.gnome.org/show_bug.cgi?id=670303
+
+2012-02-18 00:00:54 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * win32/common/config.h:
+         win32: back to development
+
+2012-02-17 23:54:29 +0100  Dominique Leuenberger <dominique-gnomezilla at leuenberger.net>
+
+       * docs/plugins/Makefile.am:
+         No longer reference deprecated header files while building docs.
+
+2012-02-17 23:49:21 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         gst/equalizer/gstiirequalizer.c
+
+2012-02-17 17:21:53 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/equalizer/gstiirequalizer.c:
+         equalizer: fix switching from passthrough to non-passthrough when parameters change
+         commit b5bf0294 moved the if(need_new_coefficients) set_passthrough(equ)
+         after the if(is_passthrough) return FLOW_OK shortcut, so the passthrough
+         mode would never get updated even if the coefficients change.
+         Fixes equalizer-test doing .. nothing.
+
+2012-02-17 17:57:03 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+         goom*: fix leaked caps event
+
+2012-02-17 13:26:53 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: parse either Xing or VBRI data
+         ... and avoid confusing debug message claiming neither present.
+
+2012-02-17 14:38:03 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matrosk: fix segment update
+
+2012-02-17 11:05:27 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+         back to development
+
+=== release 0.11.1 ===
+
+2012-02-17 11:04:47 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.prerequisites:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-annodex.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * 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/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+       * win32/common/config.h:
+       * win32/common/gstrtpbin-marshal.c:
+       * win32/common/gstrtpbin-marshal.h:
+         RELEASE 0.11.1
+
+2012-02-16 23:33:15 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/goom/gstgoom.c:
+         goom: fix buffer leak
+
+2012-02-16 23:40:58 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/goom2k1/gstgoom.c:
+         goom2k1: use some more boilerplate
+
+2012-02-16 23:33:01 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * gst/goom2k1/gstgoom.c:
+       * gst/goom2k1/gstgoom.h:
+         goom2k1: port to 0.11
+
+2012-02-16 15:31:53 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/shout2/gstshout2.c:
+         shout2: use some more boilerplate
+
+2012-02-16 15:29:34 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * ext/shout2/gstshout2.c:
+         shout2: port to 0.11
+
+2012-02-14 11:56:00 +0100  Philippe Normand <philn@igalia.com>
+
+       * gst/interleave/Makefile.am:
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+       * gst/interleave/plugin.c:
+       * gst/interleave/plugin.h:
+       * tests/check/elements/interleave.c:
+         interleave: port to 0.11
+         Port of the interleave element and its unittests.
+         https://bugzilla.gnome.org/show_bug.cgi?id=669643
+
+2012-02-16 14:23:50 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2012-02-16 17:14:20 +0800  Gary Ching-Pang Lin <chingpang@gmail.com>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2src: failure to query some optional controls is not a fatal error
+         Don't post a (fatal) error message on the bus just because we
+         failed to query some control. Fixes issue with built-in
+         Suyin Corp webcam for HP notebook (usbid 064e:e28a) on
+         OpenSuse 12.1, where querying red/blue balance fails.
+         https://bugzilla.gnome.org/show_bug.cgi?id=670197
+
+2012-02-16 12:59:10 +0000  Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2src: fix for webcamstudio vloopback
+         Because vlooback emits 25 - ENOTTY and no EINVAL v4l2src thought it
+         can't handle this and does not work.
+         https://bugzilla.gnome.org/show_bug.cgi?id=669455
+
+2012-02-16 11:21:28 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: declare variables at the beginning of the block
+         It's how we roll. Fixes 'ISO C90 forbids mixed declarations and code'
+         compiler warning.
+
+2012-02-15 23:55:44 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/examples/spectrum/Makefile.am:
+         examples: fix spectrum example build issues
+         Find fft headers in uninstalled setup, fix LIBS order.
+
+2012-02-15 12:41:43 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: remove some unused declarations
+
+2012-02-15 11:25:45 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/spectrum/Makefile.am:
+       * tests/examples/spectrum/demo-audiotest.c:
+         spectrum-demo: show the effect of fast-mode
+
+2012-02-14 12:26:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videocrop/gstaspectratiocrop.c:
+         aspectratiocrop: fix caps refcount
+
+2012-02-14 11:22:46 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/pipelines/effectv.c:
+         tests: fix test, use videoconvert
+
+2012-02-14 10:51:38 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         tests/check/elements/flacparse.c
+
+2012-02-09 13:41:53 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+         audioparsers: adjust to modified baseparse API
+
+2012-02-13 17:13:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/multifile/gstmultifilesink.c:
+       * gst/udp/gstmultiudpsink.c:
+         update for memory api change
+
+2012-02-13 12:06:37 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/flacparse.c:
+         tests: flacparse: check and compare intended data
+
+2012-02-12 17:03:37 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+         Conflicts:
+         ext/taglib/gstapev2mux.cc
+         ext/taglib/gstid3v2mux.cc
+         ext/taglib/gsttaglibmux.c
+         ext/taglib/gsttaglibmux.h
+
+2012-02-12 16:22:21 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/taglib/Makefile.am:
+       * ext/taglib/gstapev2mux.cc:
+       * ext/taglib/gstapev2mux.h:
+       * ext/taglib/gstid3v2mux.cc:
+       * ext/taglib/gstid3v2mux.h:
+       * ext/taglib/gsttaglibmux.c:
+       * ext/taglib/gsttaglibmux.h:
+       * ext/taglib/gsttaglibplugin.c:
+         taglib: port to GstTagMux base class
+
+2012-02-12 12:24:50 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/taglib/gsttaglibmux.c:
+         taglib: finish off a few missed variable changes
+         Local variables are now unused, and the values from the segment copy
+         are used instead, so remove the now useless local variables and write
+         to the segment where appropriate.
+
+2012-02-10 16:23:14 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/flac/gstflacenc.c
+         ext/jack/gstjackaudioclient.c
+         ext/jack/gstjackaudiosink.c
+         ext/jack/gstjackaudiosrc.c
+         ext/pulse/plugin.c
+         ext/shout2/gstshout2.c
+         gst/matroska/matroska-mux.c
+         gst/rtp/gstrtph264pay.c
+
+2012-02-08 23:03:28 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: add stream-format and alignment to h264 sink caps
+         We're happy to accept both byte-stream and avc, advertise
+         that on the sink caps and fix up _get_caps() function to
+         not just return "video/x-h264".
+         https://bugzilla.gnome.org/show_bug.cgi?id=606662
+
+2012-02-08 20:58:04 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: add stream-format and alignment fields to src template caps
+         Because we can. And so we get a warning if we try to output avc with
+         nal alignment or somesuch.
+         https://bugzilla.gnome.org/show_bug.cgi?id=606662
+
+2012-02-10 13:44:43 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/rtp-payloading.c:
+         tests: clean up rtp-payloading test a little
+         Feed data into the pipeline using appsrc instead of fdsrc and
+         a pipe. Store unsigned byte values in guint8 instead of char.
+         Getting rid of the capsfilter also helps to avoid 'format is
+         not fully specified' warnings when pushing "video/x-h264" data
+         into rtph264pay with fully specified h264 caps in the sink template.
+
+2012-02-10 10:07:34 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flv: use default pad query
+         We need to chain up unknown queries to the default query handler instead of
+         blindly forwarding them. In this case it caused the caps query to be forwarded
+         to the upstream typefind and return the wrong type for the audio/video pad.
+
+2012-02-09 22:12:14 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/mpegaudioparse.c:
+         tests: mpegaudioparse: remove stray declaration
+
+2012-02-09 22:07:48 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: correctly set ADIF src caps
+
+2012-02-09 22:10:07 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: prevent a few direct exits without cleanup
+
+2012-02-09 22:07:18 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: shift in proper direction for audio sample conversion
+
+2012-02-09 18:09:45 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/deinterleave.c:
+         tests: fix compilation
+
+2012-02-09 10:11:48 +0100  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: typo fix (bytes send -> bytes sent)
+
+2012-02-08 16:34:00 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+       * ext/wavpack/gstwavpackenc.c:
+       * gst/effectv/gstquark.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/udp/gstudpsrc.c:
+       * gst/wavenc/gstwavenc.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/ximage/gstximagesrc.c:
+         GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
+
+2012-02-08 16:37:13 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
+
+2012-02-07 14:10:44 -0800  Ralph Giles <giles@mozilla.com>
+
+       * ext/shout2/gstshout2.c:
+         shout2send: send video/webm through libshout.
+         This requires SHOUT_FORMAT_WEBM, added in libshout 2.3.0,
+         so video/webm support is contingent on that symbol being
+         defined.
+         Also an indentation change required by the pre-commit hook.
+         https://bugzilla.gnome.org/show_bug.cgi?id=669590
+
+2012-01-30 16:40:19 +0100  Philippe Normand <philn@igalia.com>
+
+       * configure.ac:
+       * gst/interleave/Makefile.am:
+       * gst/interleave/deinterleave.c:
+       * gst/interleave/deinterleave.h:
+       * gst/interleave/plugin.c:
+       * gst/interleave/plugin.h:
+       * tests/check/elements/deinterleave.c:
+         deinterleave: port to 0.11
+         Port of the deinterleave element and its unittests. The interleave
+         element will be ported as part of another patch, hence disabling it
+         for now.
+         https://bugzilla.gnome.org/show_bug.cgi?id=668847
+
+2012-02-07 23:41:13 +0200  Raimo Järvi <raimo.jarvi@gmail.com>
+
+       * sys/directsound/gstdirectsoundsink.h:
+         directsoundsink: Fix compiling
+         https://bugzilla.gnome.org/show_bug.cgi?id=669607
+
+2012-02-08 00:08:49 +0200  Raimo Järvi <raimo.jarvi@gmail.com>
+
+       * sys/waveform/gstwaveformsink.c:
+         waveformsink: Port to 0.11
+         https://bugzilla.gnome.org/show_bug.cgi?id=669612
+
+2012-02-07 21:57:47 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/jack/gstjackaudioclient.c:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+         jack: rework transport support
+         Move common code to jackclient. There we can also handle the request state
+         message in a better way, as the element callbacks are only run if the element is
+         active.
+
+2012-02-07 10:47:19 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/apev2mux.c:
+       * tests/check/elements/id3v2mux.c:
+         tests: improve tagmux tests
+
+2012-02-07 10:29:11 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/taglib/gsttaglibmux.c:
+         taglib: fix object registration
+         We can't use G_DEFINE_TYPE because the class is not set in the class_init and we
+         need it to get the srcpad template.
+         Fix a caps leak
+
+2012-02-07 10:16:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/jpegenc.c:
+         tests: fix jpeg test
+
+2012-02-07 10:15:51 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+         soup: fix caps
+
+2012-02-07 09:54:00 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstshagadelic.c:
+         effecttv: fix initialisation
+
+2012-02-07 09:42:04 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/y4m/gsty4mencode.c:
+         y4m: fix negotiation
+
+2012-02-07 09:41:51 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/videofilter.c:
+       * tests/check/elements/y4menc.c:
+         tests: fix more tests
+
+2012-02-06 22:13:53 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * ext/dv/Makefile.am:
+       * ext/dv/gstdvdec.c:
+       * ext/dv/gstdvdec.h:
+       * ext/dv/gstdvdemux.c:
+       * ext/dv/gstdvdemux.h:
+         dv: port to 0.11
+
+2012-02-06 18:35:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rglimiter.c:
+       * tests/check/elements/rgvolume.c:
+       * tests/check/elements/spectrum.c:
+       * tests/check/elements/videocrop.c:
+         test: fix more tests
+
+2012-02-06 15:52:49 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/id3demux.c:
+       * tests/check/elements/level.c:
+       * tests/check/elements/multifile.c:
+         tests: fix more tests
+
+2012-02-06 15:52:36 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/flv/Makefile.am:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+         flv: fix caps
+
+2012-02-06 15:20:55 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/equalizer/gstiirequalizer.c:
+       * tests/check/elements/equalizer.c:
+         iirequalizer: fix equalizer and unit test
+
+2012-02-06 13:44:20 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/audiopanorama.c:
+       * tests/check/elements/audiowsincband.c:
+       * tests/check/elements/audiowsinclimit.c:
+         tests: fix some more tests
+
+2012-02-06 13:43:49 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+         avimux: take the pad from collectpads2 correctly
+
+2012-02-06 13:29:24 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/audioiirfilter.c:
+       * tests/check/elements/audioinvert.c:
+         tests: fix more unit tests
+
+2012-02-06 13:28:55 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audiofx/audiodynamic.c:
+         audiodynamic: fix negotiation
+
+2012-01-28 11:13:16 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: avoid posting invalid duration for each frame
+         https://bugzilla.gnome.org/show_bug.cgi?id=666583
+
+2012-02-06 10:07:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/audioamplify.c:
+       * tests/check/elements/audiochebband.c:
+       * tests/check/elements/audiocheblimit.c:
+       * tests/check/elements/audiodynamic.c:
+       * tests/check/elements/audioecho.c:
+         tests: fix more tests
+
+2012-02-06 09:49:38 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/aspectratiocrop.c:
+       * tests/check/elements/rganalysis.c:
+         tests: improve some tests
+
+2012-02-06 09:23:49 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/rtpjitterbuffer.c:
+         tests: fix jitterbuffer test
+
+2012-02-06 09:23:07 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: fix caps after pt change
+
+2012-02-06 09:18:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: fix caps leak
+
+2012-02-03 22:05:59 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/plugin.c:
+         pulseaudiosink: Lower rank to prevent autoplugging
+         pulseaudiosink breaks visualisations in its current form, so let's
+         prevent it from being autoplugged for the time being.
+         The best we can hope to do in the 0.10 series is query the list of
+         available sinks and their formats, and expose these as the bin's sinkpad
+         caps. While this is not a comprehensive solution, it will make sure that
+         we're only trying to support compressed formats if we're certain that
+         one exists.
+         The long-term fix for this will be in the form of proper upstream
+         renegotiation support in the 0.11/1.0 series.
+         https://bugzilla.gnome.org/show_bug.cgi?id=666361
+
+2012-02-03 17:23:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/cmmldec.c:
+         tests: fix more tests
+
+2012-02-03 16:13:51 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/apev2mux.c:
+       * tests/check/elements/audiofirfilter.c:
+       * tests/check/elements/audioiirfilter.c:
+       * tests/check/elements/cmmldec.c:
+       * tests/check/elements/id3v2mux.c:
+       * tests/check/elements/interleave.c:
+       * tests/check/elements/parser.c:
+       * tests/check/pipelines/wavenc.c:
+         tests: fix some more tests
+
+2012-02-03 16:12:59 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: fix srcpad caps handling
+
+2012-02-03 16:12:24 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/annodex/gstcmmlenc.c:
+         cmmlenc: fix caps handling
+
+2012-02-03 14:53:31 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: fix event leak when there is no peer on the src pad
+
+2012-02-02 16:21:29 +0000  Christian Fredrik Kalager Schaller <christian.schaller@collabora.co.uk>
+
+       * gst-plugins-good.spec.in:
+         Update spec file
+
+2012-02-02 12:27:09 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: specify we only accept raw AAC in template caps
+         No header seems to be added, and the codec ID is the same as used
+         for raw by flvdemux, so raw seems the only supported case.
+         https://bugzilla.gnome.org/show_bug.cgi?id=665394
+
+2012-02-02 12:25:21 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: specify we only output raw AAC in template caps
+         https://bugzilla.gnome.org/show_bug.cgi?id=665394
+
+2012-02-01 18:01:27 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * ext/taglib/gstapev2mux.cc:
+       * ext/taglib/gstid3v2mux.cc:
+       * ext/taglib/gsttaglibmux.c:
+       * ext/taglib/gsttaglibmux.h:
+         taglib: port to 0.11
+
+2012-02-01 16:40:51 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/annodex/Makefile.am:
+       * gst/audiofx/Makefile.am:
+       * gst/rtpmanager/Makefile.am:
+       * tests/examples/audiofx/Makefile.am:
+       * tests/examples/rtp/Makefile.am:
+         build: ignore GValueArray deprecation warnings for the time being
+         until this gets sorted out with the GLib folks and we have a
+         viable alternative.
+         https://bugzilla.gnome.org/show_bug.cgi?id=667228
+
+2012-02-01 16:36:53 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/pulse/pulseprobe.c:
+       * ext/pulse/pulseprobe.h:
+         pulse: disable some unused property probe code
+         which was using GValueArray
+
+2012-02-01 16:20:46 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         twolame: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-02-01 16:20:26 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lame: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-02-01 16:11:14 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+         speex: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-02-01 16:05:51 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+         flac: Use new audio encoder/decoder base class API for srcpad caps
+
+2012-01-31 15:39:09 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/equalizer.c:
+       * tests/check/elements/id3demux.c:
+       * tests/check/elements/interleave.c:
+       * tests/check/elements/level.c:
+       * tests/check/elements/rganalysis.c:
+       * tests/check/elements/rglimiter.c:
+       * tests/check/elements/rgvolume.c:
+       * tests/check/elements/rtpbin.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+       * tests/check/elements/shapewipe.c:
+       * tests/check/elements/spectrum.c:
+       * tests/check/elements/udpsrc.c:
+       * tests/check/elements/y4menc.c:
+       * tests/check/pipelines/flacdec.c:
+       * tests/check/pipelines/wavenc.c:
+         tests: fix more tests
+
+2012-01-30 14:52:37 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp2tpay.c:
+         rtpmp2tpay: do not try to flush a packet when no data is available
+         https://bugzilla.gnome.org/show_bug.cgi?id=668874
+
+2012-01-31 13:41:45 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/alphacolor.c:
+       * tests/check/elements/audiochebband.c:
+       * tests/check/elements/audiocheblimit.c:
+       * tests/check/elements/audiofirfilter.c:
+       * tests/check/elements/audioiirfilter.c:
+       * tests/check/elements/audioinvert.c:
+       * tests/check/elements/audiowsincband.c:
+       * tests/check/elements/audiowsinclimit.c:
+       * tests/check/elements/avimux.c:
+       * tests/check/elements/deinterlace.c:
+       * tests/check/elements/deinterleave.c:
+         tests: update some tests for new memory api
+
+2012-01-31 12:22:19 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/v4l2/camctrl.c:
+         controller: adapt to control-source type changes
+
+2012-01-30 21:39:34 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/v4l2/camctrl.c:
+         controller: rename control-bindings
+         gst_control_binding_xxx -> gst_xxx_control_binding for consistency.
+
+2012-01-30 17:16:51 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/annodex/gstcmmlenc.c:
+       * ext/flac/gstflacenc.c:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/speex/gstspeexenc.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/flv/gstflvmux.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/matroska/ebml-write.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * tests/check/elements/cmmldec.c:
+       * tests/check/elements/cmmlenc.c:
+         update for HEADER flag
+
+2010-06-11 08:36:33 +0200  Pascal Buhler <pascal.buhler@tandberg.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: Exclude NALu size from payload length on truncated packets.
+         https://bugzilla.gnome.org/show_bug.cgi?id=667846
+
+2012-01-28 23:35:50 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: remove obsolete variable, set but not used
+         Reported by andredieb on #gstreamer.
+
+2012-01-28 13:05:09 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/videobox/gstvideobox.c:
+         videobox: avoid wrapping opaque to transparent
+
+2012-01-28 12:35:13 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: do not free memory twice
+         A recent change to fix leaking codec ID string accidentally caused
+         one of the very few places that weren't leaking to now free twice.
+
+2012-01-27 16:27:49 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/law/alaw-decode.c:
+         alawdec: Each output sample is 2 bytes
+
+2012-01-27 12:14:49 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: Don't leak caps event when not pushing
+
+2012-01-27 12:04:53 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: Forward sticky events
+
+2012-01-27 12:04:05 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: Protect all uses pad list with OBJECT LOCK
+         Actually protect the entire pad list and use it in a thread safe
+         way.
+
+2012-01-27 12:02:25 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Forward sticky events to new pads
+
+2012-01-27 12:01:40 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Add ssrc to forwarded CAPS events
+         Also iterate the list of GstRtpSsrcDemuxPad safely
+
+2012-01-27 11:59:08 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrccdemux: Factor out getting dpad by pad
+
+2012-01-26 18:35:48 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Keep the buffer mapped while it is being modified
+
+2012-01-26 18:35:27 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtpsession: Initialise the address pointer to NULL
+
+2012-01-27 12:07:43 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         dtmf: Use new-style caps
+
+2012-01-27 16:37:19 +0100  Andoni Morales Alastruey <amorales@flumotion.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/directsound/gstdirectsoundsink.h:
+         direcsoundsink: Port element to 0.11
+
+2012-01-26 19:48:14 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: remove pad event function
+         We use the one from collectpads
+
+2012-01-26 18:26:02 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         Revert "qtdemux: fix GstDateTime/GDateTime mixup"
+         This reverts commit 53261261120b4c008de61691c70e94354b28004a.
+         The GstDateTime->GDateTime change in core was apparently accidental,
+         and is now reverted.
+
+2012-01-26 18:25:21 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         Revert "avidemux: fix GstDateTime/GDateTime mixup"
+         This reverts commit acc9f150968b25c5ae5a6940b34ad2d51b174fd2.
+         The GstDateTime->GDateTime change in core was apparently accidental,
+         and is now reverted.
+
+2012-01-26 17:50:30 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix GstDateTime/GDateTime mixup
+         This is a blind fix to match the one I just made to qtdemux,
+         as I do not have an AVI file where the code gets executed.
+
+2012-01-26 17:47:29 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix GstDateTime/GDateTime mixup
+
+2012-01-26 18:51:30 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: more fixes
+
+2012-01-26 18:43:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer: make videomixer work somewhat
+
+2012-01-26 18:15:51 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * gst/videomixer/blend.c:
+       * gst/videomixer/blend.h:
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+         videomixer: port to 0.11
+         It builds and gst-inspect-0.11 works.. otherwise untested
+
+2012-01-26 15:48:01 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/udp/gstdynudpsink.c:
+         dynudpsink: fix get-stats signal registration some more
+
+2012-01-26 15:46:13 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         Revert "udp: mark action signals as RUN_FIRST"
+         This reverts commit 5c8308599129d9e1606eedb2d3543617658dc306.
+
+2012-01-26 15:39:33 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         udp: mark action signals as RUN_FIRST
+
+2012-01-26 15:37:23 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/udp/gstdynudpsink.c:
+         udp: mark "get-stats" as action signal
+
+2012-01-26 15:30:41 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstdynudpsink.h:
+       * gst/udp/gstmultiudpsink.c:
+         udp: fix get-stats action signal registration
+         It returns a GstStructure now, not a GValueArray
+
+2012-01-26 16:05:34 +0100  Andoni Morales Alastruey <amorales@flumotion.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: fix print format
+
+2012-01-26 11:50:19 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/ebml-write.c:
+         matroskamux: Fix size of output buffers
+
+2012-01-26 11:33:07 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: include right collectpads version
+
+2012-01-26 11:29:11 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Properly use the alignment parameter of gst_buffer_new_allocate()
+         It's a bitmask for the alignment, not the alignment itself.
+
+2012-01-26 11:18:40 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/ebml-write.c:
+         matroskamux: Properly unmap WRITE maps of the output buffers
+
+2012-01-26 10:44:28 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: Update for the new collectpads2 event handling API
+
+2012-01-26 10:40:06 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Update for the new collectpads2 event handling API
+
+2012-01-26 10:37:52 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Update for the new collectpads2 event handling API
+
+2012-01-26 10:28:51 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Update for new collectpads2 event handling API
+
+2012-01-26 10:27:40 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+         avimux: Update for new collectpads2 event handling API
+
+2012-01-25 18:41:38 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: Only forward the event when we didn't handle it ourselves
+
+2012-01-25 18:40:03 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+       * gst/videomixer/videomixer2pad.h:
+         videomixer: some more porting
+
+2012-01-25 18:00:52 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videomixer/blend.c:
+       * gst/videomixer/blend.h:
+         videomixer: port blend function
+
+2012-01-25 16:58:12 +0100  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flv: Fix unitialized variables
+         (or rather circumvent issues with naive compilers ...)
+
+2012-01-25 15:21:44 +0000  Jayakrishnan M <jay.krishnanm@gmail.com>
+
+       * ext/cairo/Makefile.am:
+         cairo: fix build, make sure libgstvideo can be found
+         https://bugzilla.gnome.org/show_bug.cgi?id=668648
+
+2012-01-25 14:50:50 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         port to new memory API
+
+2012-01-25 13:19:12 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/rtpsession.c:
+         rtpmanager: don't pretend our random hostnames are fully-qualified domain names
+
+2012-01-25 13:47:30 +0100  Thomas Vander Stichele <thomas (at) apestaart (dot) org>
+
+       * common:
+         Automatic update of common submodule
+         From c463bc0 to 7fda524
+
+2012-01-25 12:49:34 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge branch '0.11' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-good into 0.11
+
+2012-01-25 12:49:11 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/flac/gstflacdec.c
+         ext/jpeg/gstjpegenc.c
+         ext/pulse/pulsesink.c
+         sys/v4l2/gstv4l2src.c
+
+2012-01-25 12:41:42 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngenc.c:
+         png: port to new memory API
+
+2012-01-25 12:41:30 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroska: port to new memory API
+
+2012-01-24 14:38:58 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/annodex/gstcmmldec.c:
+       * ext/annodex/gstcmmlenc.c:
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflactag.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstjpegenc.h:
+       * ext/pulse/pulsesink.c:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/spectrum/gstspectrum.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavparse/gstwavparse.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/ximage/gstximagesrc.c:
+       * tests/check/elements/parser.c:
+         more memory API porting
+
+2012-01-23 17:25:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/apetag/gstapedemux.c:
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/cutter/gstcutter.c:
+       * gst/debugutils/breakmydata.c:
+       * gst/debugutils/tests.c:
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/id3demux/gstid3demux.c:
+       * gst/isomp4/atomsrecovery.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/level/gstlevel.c:
+       * gst/matroska/ebml-read.c:
+       * gst/matroska/ebml-read.h:
+       * gst/matroska/ebml-write.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/replaygain/gstrglimiter.c:
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+         update for new memory API
+
+2012-01-25 07:24:59 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         port to new memory API
+
+2012-01-25 07:24:59 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         port to new memory API
+
+2012-01-25 11:21:50 +0100  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         dtmf: port to 0.11
+
+2012-01-25 11:38:11 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 2a59016 to c463bc0
+
+2012-01-24 18:24:13 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/libpng/gstpngenc.c:
+         pngenc: disably snapshot behaviour by default
+         ... since such behaviour is not consistent, if allowable at all.
+
+2012-01-24 18:23:22 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngdec.h:
+         pngdec: port to 0.11
+
+2012-01-24 18:21:08 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/libpng/gstpngenc.c:
+       * ext/libpng/gstpngenc.h:
+         pngenc: port to 0.11
+
+2012-01-24 14:53:38 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: fix string leak
+
+2012-01-24 14:52:09 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: fix use of freed memory
+
+2011-12-01 15:49:40 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/matroska-demux.c:
+         Don't crash on empty laces
+         https://bugzilla.gnome.org/show_bug.cgi?id=665224
+
+2012-01-23 13:15:46 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/rtpsession.c:
+         rtpmanager: don't reveal the user's username, hostname or real name by default
+         Send a randomly made-up user@hostname as CNAME and don't
+         send a NAME at all by default.
+         https://bugzilla.gnome.org/show_bug.cgi?id=668320
+
+2012-01-21 20:07:56 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/v4l2/camctrl.c:
+         controller: move from control-binding to control-binding-direct
+
+2012-01-22 23:31:19 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst-libs/gst/glib-compat-private.h:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiochebband.h:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiocheblimit.h:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audiofirfilter.h:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/audiofx/audioiirfilter.h:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsincband.h:
+       * gst/audiofx/audiowsinclimit.c:
+       * gst/audiofx/audiowsinclimit.h:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstaspectratiocrop.h:
+         Don't use deprecated GLib API
+
+2012-01-22 23:15:19 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/gstsouphttpclientsink.c:
+       * gst-libs/gst/glib-compat-private.h:
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalpha.h:
+       * gst/interleave/interleave.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * sys/oss4/oss4-mixer.c:
+       * tests/check/elements/multifile.c:
+       * tests/check/elements/souphttpsrc.c:
+       * tests/icles/equalizer-test.c:
+       * tests/icles/gdkpixbufsink-test.c:
+       * tests/icles/test-oss4.c:
+       * tests/icles/v4l2src-test.c:
+       * tests/icles/videocrop-test.c:
+         Use new GLib API unconditionally
+
+2012-01-20 17:06:42 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: simplify internal src event debug logging
+         ... which avoids almost superfluous obtaining of rtsp element.
+
+2012-01-20 17:03:50 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: avoid NULL string comparison
+
+2012-01-20 17:03:21 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: arrange for initialized variables
+
+2012-01-20 17:02:15 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp4adepay.c:
+         rtpmp4adepay: prevent out-of-bound array access
+
+2012-01-20 17:01:37 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/atomsrecovery.c:
+         isomp4: recovery: add sanity check
+         ... on possibly bogus/corrupt input data.
+
+2012-01-20 17:00:51 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtptheoradepay.c:
+         rtptheoradepay: remove dead code
+
+2012-01-20 16:58:28 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: remove redundant variable
+
+2012-01-20 16:57:52 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: fix arithmetic for unsigned comparison
+
+2012-01-20 16:55:06 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/imagefreeze/gstimagefreeze.c:
+         imagefreeze: add various missing break
+
+2012-01-20 16:54:06 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: tweak DEFAULT format duration query response
+
+2012-01-20 16:49:14 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/alpha/gstalphacolor.c:
+         alphacolor: remove redundant statement
+
+2012-01-20 16:48:49 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: improve upstream peer duration querying
+         ... to avoid accepting unhandled duration query result.
+
+2012-01-20 16:47:36 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: additional error condition checking
+
+2012-01-20 16:46:21 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: additional error condition checking
+
+2012-01-20 16:44:21 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: check _alloc_buffer result and perform fallback alloc if needed
+         ... rather than carrying on with NULL buffer.
+
+2012-01-20 14:45:01 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/v4l2/camctrl.c:
+         controller: adapt to control binding changes
+
+2012-01-20 11:37:38 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/v4l2/camctrl.c:
+         controller: adapt to controller api changes
+         Don't use the convenience api for control sources.
+
+2012-01-19 14:24:04 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+       * configure.ac:
+         Add --disable-fatal-warnings configure option
+
+2012-01-19 12:44:39 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+       * gst/udp/gstmultiudpsink.c:
+         update for memory API
+
+2012-01-19 11:33:53 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/flac/gstflacdec.c:
+       * ext/jack/gstjackaudioclient.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpclientsink.h:
+       * ext/wavpack/gstwavpackparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/equalizer/gstiirequalizer.h:
+       * gst/flv/gstflvdemux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/isomp4/gstqtmoovrecover.c:
+       * gst/isomp4/gstqtmoovrecover.h:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtpmanager/gstrtpssrcdemux.h:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/shapewipe/gstshapewipe.h:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+       * gst/videomixer/videomixer2.c:
+       * gst/wavparse/gstwavparse.c:
+       * sys/v4l2/gstv4l2videooverlay.c:
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/gstximagesrc.h:
+       * tests/check/elements/deinterleave.c:
+         port to new gthread API
+
+2012-01-18 16:58:12 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure.ac: Remove GIO check, this is in gst-glib2.m4 now
+
+2012-01-18 16:46:17 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 0807187 to 2a59016
+
+2012-01-18 16:15:59 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure.ac: Require GLib 2.31.10 and improve GIO check
+
+2012-01-17 16:58:07 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: Remove unneeded socket.h include
+
+2012-01-17 16:53:31 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstasteriskh263.c:
+         configure: Remove socket/winsock specific checks
+         Not necessary anymore.
+
+2012-01-17 16:49:10 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtsp/Makefile.am:
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Update for the new GIO versions of the udp elements
+
+2012-01-17 13:08:42 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtpmanager/rtpsource.h:
+       * gst/rtpmanager/rtpstats.c:
+       * gst/rtpmanager/rtpstats.h:
+         rtpmanager: Port to GIO
+
+2012-01-17 11:19:33 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * gst/udp/Makefile.am:
+         configure: Require GIO 2.31.10
+
+2012-01-17 11:18:33 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstudp.c:
+       * gst/udp/gstudpnetutils.c:
+       * gst/udp/gstudpnetutils.h:
+         udp: Remove now unecessary code
+
+2012-01-17 11:18:15 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstmultiudpsink.h:
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsink.h:
+         udpsink/multiudpsink: Port to GIO
+
+2012-01-17 09:38:33 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstdynudpsink.h:
+       * gst/udp/gstudpsrc.c:
+         dynudpsink: Port to GIO
+
+2012-01-17 09:32:27 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstdynudpsink.h:
+         dynudpsink: Port to GIO
+
+2012-01-17 09:03:38 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/udp/Makefile.am:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstudpnetutils.c:
+       * gst/udp/gstudpnetutils.h:
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsrc.c:
+       * gst/udp/gstudpsrc.h:
+         udpsrc: Port to GIO
+
+2012-01-16 17:51:18 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/cutter/gstcutter.c:
+         cutter: fix leak of unused GValue
+
+2012-01-16 16:10:08 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * tests/check/elements/autodetect.c:
+         tests: fix autodetect test not testing correctly for state change success
+         State change to PAUSED can be done async, so if this happens, we need
+         to wait for the change to be done (or failed).
+
+2012-01-16 15:42:46 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtp/gstrtph263ppay.c:
+         rtph263ppay: fix caps leak
+
+2012-01-16 12:13:50 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: make interlacedness test deterministic
+         If the interlaced flag is not present in the caps, we assume the
+         data is not interlaced, instead of leaving the boolean uninitialized.
+
+2012-01-13 18:12:05 -0500  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/matroska/ebml-write.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/multifile/gstmultifilesink.c:
+         matroska: fix printf format compiler warnings
+         https://bugzilla.gnome.org/show_bug.cgi?id=662615
+
+2012-01-13 18:11:36 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: fix wrong error check
+         pa_stream_* functions return negative on error, despite the defines
+         for error codes being positive.
+         I only got to repro the error twice, so I'm not sure 100% sure this
+         fixes the issue (the negative var being uninitialized after returning
+         from pa_stream_get_latency).
+
+2012-01-13 17:43:49 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/oss4/oss4-sink.c:
+       * sys/oss4/oss4-source.c:
+         oss4: fix caps leaks
+
+2012-01-13 17:25:59 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: fix caps leak
+
+2012-01-13 15:57:20 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * tests/check/elements/videocrop.c:
+         tests: fix caps leak in videotestsrc test
+
+2012-01-13 12:50:06 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: clean up obsolete closing segment handling
+
+2012-01-13 10:32:59 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+         rtpptdemux: plug pad leak in error code path
+         Based on patch by: Stig Sandnes <stig.sandnes@cisco.com>
+         Don't leak srcpad if there are no caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=667820
+
+2011-10-04 10:00:02 +0200  Stig Sandnes <stigsand@cisco.com>
+
+       * sys/osxvideo/cocoawindow.m:
+         osxvideo: Fix leak of NSOpenGLPixelFormat object
+         https://bugzilla.gnome.org/show_bug.cgi?id=667818
+
+2011-09-05 10:43:19 +0200  Havard Graff <havard.graff@tandberg.com>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: Don't assert when the interface is not implemented.
+         Simply return FALSE instead.
+         https://bugzilla.gnome.org/show_bug.cgi?id=667817
+
+2012-01-12 00:18:39 +0200  Raimo Järvi <raimo.jarvi@gmail.com>
+
+       * sys/waveform/gstwaveformsink.c:
+       * sys/waveform/gstwaveformsink.h:
+         waveformsink: Fix mingw warnings
+         https://bugzilla.gnome.org/show_bug.cgi?id=667719
+
+2012-01-12 23:55:31 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/apetag/gstapedemux.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/matroska/matroska-read-common.c:
+         GST_TYPE_DATE -> G_TYPE_DATE
+
+2012-01-12 23:48:50 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         eqMerge remote-tracking branch 'origin/master' into 0.11
+         Conflicts:
+         ext/jack/gstjackaudiosink.c
+         ext/jack/gstjackaudiosrc.c
+         gst/matroska/matroska-mux.c
+         gst/matroska/matroska-read-common.c
+         gst/rtpmanager/gstrtpssrcdemux.c
+
+2012-01-12 18:23:42 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         gstrtpssrcdemux: fix element leak
+
+2012-01-12 14:19:22 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: do not leak attachment buffers
+
+2012-01-12 13:17:55 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: remove obsolete FIXME comments
+
+2012-01-12 10:30:11 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: do not drop the first data buffer on the floor (and leak it either)
+
+2012-01-12 11:08:38 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstindex.c:
+       * gst/flv/gstmemindex.c:
+         flvdemux: add prefix to local GstIndex related copies
+         ... to avoid duplicate type names with other such local copies in the wild.
+
+2012-01-12 11:07:33 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: activate pad before setting caps
+         ... rather than the usual 0.10 other way around.
+         Fixes #667558.
+
+2012-01-11 18:45:33 -0300  Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
+
+       * Android.mk:
+         Temporarily disabling multifile for the Android build
+         There is a hard dependency on inotify comming from gio. We
+         are not currently bundling inotify with the Android dist so
+         I'm disabling multifile for now until someone gets around
+         to sort this out.
+         This change fixes building on Android
+
+2010-10-20 02:17:43 -0700  Leo Singer <leo.singer@ligo.org>
+
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * tests/check/elements/audioiirfilter.c:
+         audiofx: Use most common convention for definitions of IIR filter coefficients.
+         Most signal processing texts, including MATLAB, use the following convention for IIR filter coefficients:
+         a_0 y[n] + a_1 y[n-1] + ... + a_M y[n-M] = b_0 x[n] + b_1 x[n-1] + ... + b[N] x[n-N]
+         Usually, a_0 is set to 1 because the coefficients can always be rescaled, giving
+         y[n] = b_0 x[n] + b_1 x[n-1] + ... + b[N] x[n-N] - a_1 y[n-1] - ... - a_M y[n-M]
+         The convention that was previously used by audiofxbaseiirfilter and derived class had the a and b coefficients swapped, and did not have the minus signs.
+         This change makes the audiofx plugin use the more common convention described above.
+
+2012-01-11 14:47:36 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/jack/gstjack.c:
+       * ext/jack/gstjack.h:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosink.h:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jack/gstjackaudiosrc.h:
+         jack: add a transport mode enum
+         Clients can configure the desired behaviour via "transport" property. The
+         default behaviour is ignoring the transport state. Other modes are master and
+         slave.
+
+2012-01-11 14:10:46 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Fix buffer handling
+         souphttpsrc is now usable again and doesn't crash anymore
+         whenever something is read from a HTTP connection.
+
+2012-01-11 01:45:34 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/pipelines/wavenc.c:
+         tests: fix wavenc test on big endian
+         wavenc only accepts little-endian PCM, but most of our
+         elements such as audiotestsrc only produce or process
+         audio in native endianness, so we need to plug a
+         converter before wavenc on big endian systems.
+
+2012-01-10 23:02:45 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+         jack: deactivate the request_state code
+         When qjackctl is started, transport is stopped by default. This would be a
+         regression for gstreamer apps that before just started to play right away.
+
+2012-01-10 22:27:11 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/jack/gstjackaudioclient.c:
+       * ext/jack/gstjackaudioclient.h:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+         jack: add transport control handling
+         This feature allows to start and stop playback from other jack applications (e.g. qjackctl).
+
+2012-01-10 18:50:27 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: fix codec_priv leaks
+         https://bugzilla.gnome.org/show_bug.cgi?id=667419
+
+2012-01-10 15:17:11 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/a52dec/gsta52dec.c
+         ext/a52dec/gsta52dec.h
+         ext/lame/gstlame.c
+         ext/lame/gstlame.h
+         ext/lame/gstlamemp3enc.c
+         ext/mad/gstmad.c
+         ext/mad/gstmad.h
+         gst/mpegaudioparse/gstmpegaudioparse.c
+         gst/mpegstream/gstdvddemux.c
+         gst/realmedia/rdtdepay.c
+         po/es.po
+         po/lv.po
+         po/sr.po
+
+2012-01-10 15:06:39 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/jack/gstjackaudioclient.c:
+         jack: use jack type for the callback
+         Jack headers have a typedef for the shutdown callback as well.
+
+2012-01-10 14:32:32 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/cairo/gsttextoverlay.c
+         ext/pulse/pulseaudiosink.c
+         gst/audioparsers/gstaacparse.c
+         gst/avi/gstavimux.c
+         gst/flv/gstflvmux.c
+         gst/interleave/interleave.c
+         gst/isomp4/gstqtmux.c
+         gst/matroska/matroska-demux.c
+         gst/matroska/matroska-mux.c
+         gst/matroska/matroska-mux.h
+         gst/matroska/matroska-read-common.c
+         gst/multifile/gstmultifilesink.c
+         gst/multipart/multipartmux.c
+         gst/shapewipe/gstshapewipe.c
+         gst/smpte/gstsmpte.c
+         gst/udp/gstmultiudpsink.c
+         gst/videobox/gstvideobox.c
+         gst/videocrop/gstaspectratiocrop.c
+         gst/videomixer/videomixer.c
+         gst/videomixer/videomixer2.c
+         gst/wavparse/gstwavparse.c
+         po/ja.po
+         po/lv.po
+         po/sr.po
+         tests/check/Makefile.am
+         tests/check/elements/qtmux.c
+         tests/check/elements/rgvolume.c
+
+2012-01-09 22:58:32 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * docs/plugins/Makefile.am:
+         docs: Remove old videomixer headers
+         These got removed in the transition to videomixer2.
+
+2012-01-09 17:28:17 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: fix codec string leaks
+
+2012-01-09 14:51:44 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/videomixer/Makefile.am:
+       * gst/videomixer/videomixer.c:
+       * gst/videomixer/videomixer.h:
+       * gst/videomixer/videomixer2.c:
+       * gst/videomixer/videomixer2.h:
+       * gst/videomixer/videomixerpad.h:
+         videomixer: Remove videomixer and register videomixer2 as videomixer
+
+2012-01-09 11:36:58 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: initialize variable to avoid undefined use
+
+2012-01-06 09:40:22 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacdec.h:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflacenc.h:
+         flac: Port to the new raw audio caps
+
+2012-01-05 19:25:33 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         isomp4: fix caps leak
+
+2012-01-05 19:08:03 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         isomp4: remove dead assignment
+
+2012-01-05 14:18:03 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/auparse/gstauparse.c:
+       * gst/wavenc/gstwavenc.c:
+         fix pad templates
+
+2012-01-04 15:44:37 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         twolamemp2enc: Update for the new raw audio caps
+
+2012-01-04 15:45:43 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: Update for the new raw audio caps
+
+2012-01-04 15:05:41 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+         speex: Update for the new raw audio caps
+
+2012-01-04 14:54:10 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+         jack: Add the new layout field to the raw audio caps
+
+2012-01-04 14:52:46 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jack/gstjackutil.c:
+       * ext/jack/gstjackutil.h:
+         jackaudiosrc: Port to the new multichannel audio caps
+
+2012-01-04 14:13:54 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: Add FLAC and interleave to the non-ported plugins list
+         Both need to be updated to the audio/x-raw caps and were only
+         half-ported before.
+
+2012-01-04 13:48:36 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16depay.h:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpL16pay.h:
+       * gst/rtp/gstrtpchannels.c:
+       * gst/rtp/gstrtpchannels.h:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+         rtp: Update for the new audio caps
+
+2012-01-04 12:06:12 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Update for libgstriff API changes
+         Still needs to handle raw audio channel reordering
+
+2012-01-04 12:05:16 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: Update for the new raw audio caps
+
+2012-01-04 12:03:50 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/spectrum/gstspectrum.c:
+         spectrum: Update for the new raw audio caps layout field
+
+2012-01-04 11:57:20 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/replaygain/gstrganalysis.c:
+       * gst/replaygain/gstrglimiter.c:
+       * gst/replaygain/gstrgvolume.c:
+         replaygain: Update for the new audio caps
+
+2012-01-04 11:52:29 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+         matroska: Update for the new raw audio interleaved caps field
+         Still needs to be fixed to handle the multichannel channel-mask
+         and reordering.
+
+2012-01-04 11:31:07 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/level/gstlevel.c:
+         level: Update for the new raw audio layout field
+
+2012-01-04 11:29:26 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/qtdemux.c:
+         isomp4: Port to the new audio caps
+         Still needs to handle the channel positions/masks and
+         channel reordering.
+
+2012-01-04 11:11:06 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/cutter/gstcutter.c:
+         cutter: Update for the new raw audio layout field
+
+2012-01-04 11:09:32 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/goom/gstgoom.c:
+         goom: Port to the new multichannel caps and update for the new raw audio layout field
+
+2012-01-04 11:08:18 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/equalizer/gstiirequalizer.c:
+         equalizer: Update for the new raw audio layout field
+
+2012-01-04 11:07:29 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: Update for the libgstriff API changes
+         Still needs to do reordering of channels for raw audio.
+
+2012-01-04 11:06:28 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/auparse/gstauparse.c:
+         auparse: Port to the new multichannel caps and the new raw audio layout field
+
+2012-01-04 11:02:43 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiopanorama.c:
+         audiofx: Port to the new multichannel caps and the new raw audio layout field
+
+2012-01-04 10:54:46 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/oss/gstosssink.c:
+       * sys/oss/gstosssrc.c:
+         oss: Port to the new multichannel caps and the raw audio caps interleaved field
+
+2012-01-04 10:27:09 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulseutil.c:
+         pulse: Port to the new multichannel caps
+
+2012-01-04 19:51:46 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 762b692 to 0807187
+
+2012-01-04 17:05:32 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/Makefile.am:
+         lame: fix LIBADD order in Makefile.am
+
+2012-01-04 17:59:55 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/qtmux.c:
+         tests: fix some leaks and remove files when done in qtmux test
+
+2011-12-14 10:14:20 +0100  Peter Seiderer <ps.report@gmx.net>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: post better error message when we run out of disk space
+         Map write errno ENOSPC to GST_RESOURCE_ERROR_NO_SPACE_LEFT.
+
+2012-01-04 13:26:45 +0100  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/alpha/gstalphacolor.c:
+       * tests/check/elements/alphacolor.c:
+         alphacolor: More fixes/cleanup
+
+2012-01-04 13:25:40 +0100  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+         alpha: Refactor param/process functions
+         When ::set_info() is called, the input/output VideoInfo aren't set
+         yet on the videofilter.
+
+2012-01-04 10:01:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/cairo/gsttextoverlay.c:
+       * ext/dv/gstdvdemux.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+       * ext/wavpack/gstwavpackparse.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/interleave/interleave.c:
+       * gst/videomixer/videomixer2.c:
+         GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
+
+2011-12-31 23:33:33 -0500  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/audioparsers/gstdcaparse.c:
+         dcaparse: use right variable
+         Fixes use of unitialized variable.
+         https://bugzilla.gnome.org/show_bug.cgi?id=667085
+
+2012-01-03 15:26:21 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/ebml-read.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/wavparse/gstwavparse.c:
+         GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
+
+2012-01-03 14:42:28 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/pipelines/tagschecking.c:
+         tests: rewrite test a little
+         Rewrite the tag check so that we don't need to deal with tag lists.
+
+2012-01-03 14:16:28 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/jpegenc.c:
+       * tests/check/elements/multifile.c:
+       * tests/check/elements/qtmux.c:
+       * tests/check/elements/rtp-payloading.c:
+       * tests/check/elements/rtpbin.c:
+       * tests/check/elements/rtpbin_buffer_list.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+       * tests/check/elements/shapewipe.c:
+       * tests/check/elements/souphttpsrc.c:
+       * tests/check/elements/udpsink.c:
+       * tests/check/elements/videocrop.c:
+       * tests/check/elements/videofilter.c:
+       * tests/check/elements/y4menc.c:
+       * tests/check/pipelines/flacdec.c:
+       * tests/check/pipelines/tagschecking.c:
+         tests: make more tests compile
+
+2012-01-03 11:56:25 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/equalizer.c:
+       * tests/check/elements/flacparse.c:
+       * tests/check/elements/flvdemux.c:
+       * tests/check/elements/flvmux.c:
+       * tests/check/elements/icydemux.c:
+       * tests/check/elements/imagefreeze.c:
+       * tests/check/elements/interleave.c:
+       * tests/check/elements/level.c:
+       * tests/check/elements/multifile.c:
+       * tests/check/elements/qtmux.c:
+       * tests/check/elements/rganalysis.c:
+       * tests/check/elements/rglimiter.c:
+       * tests/check/elements/rgvolume.c:
+         test: make more unit tests compile
+
+2012-01-03 10:26:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/audiofirfilter.c:
+       * tests/check/elements/audioiirfilter.c:
+       * tests/check/elements/audioinvert.c:
+       * tests/check/elements/audiowsincband.c:
+       * tests/check/elements/audiowsinclimit.c:
+       * tests/check/elements/autodetect.c:
+       * tests/check/elements/avimux.c:
+       * tests/check/elements/avisubtitle.c:
+       * tests/check/elements/capssetter.c:
+       * tests/check/elements/deinterlace.c:
+       * tests/check/elements/deinterleave.c:
+       * tests/check/generic/index.c:
+       * tests/check/generic/states.c:
+         tests: fix some unit tests
+         Remove unit test for GstIndex.
+         Make some other unit tests compile
+
+2012-01-02 14:32:40 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/rtsp/gstrtspext.c:
+         autodetect, rtsp: gst_registry_get_default() -> gst_registry_get()
+
+2011-12-31 10:00:41 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/v4l2/camctrl.c:
+         controller: port to API changes
+
+2011-12-30 17:41:46 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: update for GstIndex removal
+
+2011-12-30 17:23:43 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: update for GstIndex removal
+
+2011-12-30 17:20:57 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/flv/Makefile.am:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+       * gst/flv/gstindex.c:
+       * gst/flv/gstindex.h:
+       * gst/flv/gstmemindex.c:
+         flvdemux: update for GstIndex removal
+         Add private GstMemIndex for now.
+
+2011-12-30 17:12:03 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+         avidemux: update for GstIndex removal
+
+2011-12-27 22:59:03 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * sys/waveform/gstwaveformsink.c:
+         waveformsink: fix compiler warnings with MingW
+         https://bugzilla.gnome.org/show_bug.cgi?id=666485
+
+2011-12-27 22:54:34 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         lame: fix printf format in debug statements
+         https://bugzilla.gnome.org/show_bug.cgi?id=666926
+
+2011-12-27 12:06:16 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/.gitignore:
+         tests: make git ignore new unit test binary
+
+2011-12-27 11:50:03 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: fix valgrind warning
+         https://bugzilla.gnome.org/show_bug.cgi?id=666644
+
+2011-12-27 11:49:10 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/udpsrc.c:
+         udpsrc: add unit test that sends 0-size packet
+         https://bugzilla.gnome.org/show_bug.cgi?id=666644
+
+2011-12-21 13:22:03 +0100  John Ogness <john.ogness@linutronix.de>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: drop dataless UDP packets
+         It is allowed to send/receive UDP packets with no data. When such
+         a packet is available, select() will return with success but
+         ioctl(FIONREAD) will return 0. But a read() must still occur in
+         order to clear off the UDP packet from the queue.
+         This patch will read the dataless packet from the socket. If
+         select() was woken for other reasons (and FIONREAD returns 0),
+         this may result in a UDP packet getting accidentally dropped.
+         But since UDP is not reliable, this is acceptable.
+         NOTE: This patch fixes a nasty bug where sending a dataless
+         UDP packet to a udpsrc instance will cause an infinite
+         loop.
+         https://bugzilla.gnome.org/show_bug.cgi?id=666644
+         Signed-off-by: John Ogness <john.ogness@linutronix.de>
+
+2011-12-26 22:22:59 +0000  Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+       * configure.ac:
+       * sys/Makefile.am:
+       * sys/waveform/Makefile.am:
+         waveform: add autotools bits for waveform plugin
+         https://bugzilla.gnome.org/show_bug.cgi?id=666485
+
+2011-12-21 20:50:21 +0100  Nicola Murino <nicola.murino@gmail.com>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: fix peer_caps leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=666688
+
+2011-12-26 18:24:32 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         lame: ensure parsed output
+         ... by doing some basic parsing of encoded lame data.
+
+2011-12-26 16:34:01 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/lame/gstlame.h:
+         lame: cleanup unused instance struct fields
+
+2011-12-26 18:23:52 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/lame/Makefile.am:
+       * ext/lame/gstlamemp3enc.c:
+       * ext/lame/gstlamemp3enc.h:
+         lamemp3enc: ensure parsed output
+         ... by doing some basic parsing of encoded lame data.
+         Fixes #652150.
+
+2011-12-26 18:15:41 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: do not leak merged tags
+
+2011-12-25 23:52:46 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+         configure: remove unnecessary check for gdp library
+
+2011-12-25 22:17:53 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * ext/pulse/Makefile.am:
+       * ext/pulse/plugin.c:
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+         pulse: remove pulseaudiosink helper bin
+         This is causing us lots of headaches in 0.10 and needs to be done
+         differently and properly in 0.11. playbin or decodebin should
+         reconfigure themselves based on reconfigure events, for example.
+
+2011-12-25 21:45:45 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulseutil.c:
+         pulse: update for ring buffer audio format type enum rename
+
+2011-12-25 20:34:52 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/v4l2/camctrl.c:
+         controller: port to new control source api
+
+2011-12-25 14:23:29 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: don't try to push already-freed buffers
+         Fixes unit test.
+
+2011-12-24 10:57:42 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: Use scale_ceil() functions from core instead of custom ones
+
+2011-12-21 23:51:03 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalpha.h:
+       * gst/alpha/gstalphacolor.c:
+       * gst/alpha/gstalphacolor.h:
+       * gst/debugutils/gstnavigationtest.c:
+       * gst/debugutils/gstnavigationtest.h:
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstaging.h:
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstdice.h:
+       * gst/effectv/gstedge.c:
+       * gst/effectv/gstedge.h:
+       * gst/effectv/gstop.c:
+       * gst/effectv/gstop.h:
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstquark.h:
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstradioac.h:
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstrev.h:
+       * gst/effectv/gstripple.c:
+       * gst/effectv/gstripple.h:
+       * gst/effectv/gstshagadelic.c:
+       * gst/effectv/gstshagadelic.h:
+       * gst/effectv/gststreak.c:
+       * gst/effectv/gststreak.h:
+       * gst/effectv/gstvertigo.c:
+       * gst/effectv/gstvertigo.h:
+       * gst/effectv/gstwarp.c:
+       * gst/effectv/gstwarp.h:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstgamma.h:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideobalance.h:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videofilter/gstvideoflip.h:
+         update for videofilter changes.
+
+2011-12-21 17:43:10 +0100  Branko Subasic <branko@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: do not consider duration of non-finalized file
+         ... to avoid it clamping requested seek position.
+         Non-finalized file case, determined by whether
+         _parse_blockgroup_or_simpleblock ever updates the segment duration.
+         Fixes #652195.
+
+2011-12-21 15:06:57 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: improve decision to fall back to scanning when seeking
+         ... which is basically iff not streaming and no entry found in index
+
+2011-12-21 09:09:27 +0100  Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+       * gst/audioparsers/gstaacparse.c:
+         ac3parse: remove unused variable
+         remove unused variable to fix compile error:
+         make -C audioparsers
+         make[3]: Betrete Verzeichnis '/home/lex/tmp/gst-plugins-good/gst/audioparsers'
+         CC     libgstaudioparsers_la-gstaacparse.lo
+         gstaacparse.c: In function 'gst_aac_parse_read_loas_audio_specific_config':
+         gstaacparse.c:446:12: error: variable 'sbr' set but not used [-Werror=unused-but-set-variable]
+         cc1: all warnings being treated as errors
+         Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
+
+2011-12-21 11:59:46 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsemixer.c:
+       * ext/pulse/pulseprobe.h:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * tests/examples/pulse/pulse.c:
+       * tests/examples/v4l2/Makefile.am:
+       * tests/examples/v4l2/probe.c:
+         update for removed property probe
+
+2011-09-09 11:42:09 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: let bsid 9 and 10 through
+         Files with 9 and 10 happen, and seem to comply with the <= 8
+         format, so let them through.
+         The spec says nothing about 9 and 10.
+         https://bugzilla.gnome.org/show_bug.cgi?id=658546
+
+2011-12-19 23:50:19 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/v4l2/camctrl.c:
+         controller: port to new interpolation-mode api
+
+2011-12-19 22:53:57 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/v4l2/camctrl.c:
+         controller: port to new controller api
+
+2011-12-19 19:03:52 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: update for new interlaced caps
+
+2011-12-16 19:15:38 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: properly determine final duration
+         ... which can be authoratively obtained from our own written timestamps.
+
+2011-12-19 13:56:30 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: only write full metadata at start
+         ... rather than having (potentially) unnecessary duplicates written all over,
+         or even contradictory varying filesize info, or duration info that will not
+         be rewritten upon header rewrite.
+
+2011-12-16 19:15:03 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: use GstCollectPads2 buffer callback and running time clipper
+         ... since the default collection heuristics suffice.
+
+2011-12-16 18:03:01 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: use GstCollectPads2 buffer callback and running time clipper
+         ... since default collection heuristics suffice.
+
+2011-12-16 17:20:51 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: bring a few debug statements up to specs
+         ... and minor spelling fix.
+
+2011-12-16 16:56:37 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: additional subtitle support
+
+2011-12-15 21:50:42 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: additional buffer handling cleanup
+
+2011-12-15 21:45:17 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: use GstCollectPads2 buffer callback and running time clipper
+
+2011-12-07 13:24:55 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstaacparse.h:
+         aacparse: parse LOAS variant
+         The LOAS variant seems to have three different subvariants itself,
+         only one of them is implemented as my two samples happen to be
+         using that one.
+         The sample rate is not always reported correctly, as the "main"
+         sample rate is apparently sometimes half what it should be (both
+         of my samples report 24000 Hz there), and there are two other
+         parts of the subvariant with different sampling rates. One of them
+         is parsed, but not the other, as it's located after some other
+         large amount of variable data that needs parsing first, and there
+         seems to be a LOT of it, which is useless for our needs here.
+         This ends up being rather inconsequential, as ffdec_aac_latm,
+         which is the only decoder that can decode such streams, does not
+         need the sample rate on the caps anyway.
+         https://bugzilla.gnome.org/show_bug.cgi?id=665394
+
+2011-12-19 10:48:54 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: don't remove srcpad
+         Don't remove the always srcpad in ready and make the element reusable.
+
+2011-12-15 16:40:21 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flvmux: use GstCollectPads2 event callback
+         ... in stead of local HACK.
+
+2011-12-15 16:30:17 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: use GstCollectPads2 event callback
+         ... in stead of local HACK.
+
+2011-12-15 16:16:52 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavimux.h:
+         avimux: use GstCollectPads2 event callback
+         ... in stead of local HACK.
+
+2011-12-15 16:15:22 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: use GstCollectPads2 event callback
+         ... in stead of local HACK.
+
+2011-12-14 19:13:21 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmpte.h:
+         smpte: port to GstCollectPads2
+
+2011-12-14 19:10:53 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/multipart/multipartmux.c:
+       * gst/multipart/multipartmux.h:
+         multipartmux: port to GstCollectPads2
+
+2011-12-14 19:07:23 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: port to GstCollectPads2
+
+2011-12-14 19:02:23 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: port to GstCollectPads2
+
+2011-12-14 18:55:36 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/interleave/interleave.c:
+       * gst/interleave/interleave.h:
+         interleave: port to GstCollectPads2
+
+2011-12-14 18:52:37 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+       * gst/flv/gstflvmux.h:
+         flxmux: port to GstCollectPads2
+
+2011-12-14 18:38:09 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavimux.h:
+         avimux: port to GstCollectPads2
+
+2011-12-14 18:34:25 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/cairo/gsttextoverlay.c:
+       * ext/cairo/gsttextoverlay.h:
+         cairotextoverlay: port to GstCollectPads2
+
+2011-12-13 18:18:45 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: filter bogus index entries with missing block number
+         ... to avoid contradictory information resulting in seeks sending more
+         downstream than needed for the corresponding segment.
+
+2011-12-13 18:15:18 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: cater for safer arithmetic with global start time
+
+2011-12-13 17:02:01 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: tweak final closing segment sending
+         ... to avoid it interfering with (sparse) stream syncing.
+
+2011-12-12 11:51:06 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: make debug message more useful
+         Add information about the taglist and which pad received the
+         tag event on the debug logging.
+
+2011-12-13 11:46:43 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: avoid using floating point unnecessarily
+         https://bugzilla.gnome.org/show_bug.cgi?id=665911
+
+2011-12-13 11:42:40 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: fix format specifier signedness
+         Use unsigned specifiers for all unsigned values.
+         A lot of the values used here are unsigned, and some can take
+         high enough values that their signed counterpart will be negative.
+         https://bugzilla.gnome.org/show_bug.cgi?id=665911
+
+2011-12-12 16:49:19 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+       * gst/wavparse/gstwavparse.h:
+         wavparse: add a ignore-length property
+         This allows playing broken streams which write an incorrect
+         length in their data chunks (such as, at least, one streaming
+         camera).
+         https://bugzilla.gnome.org/show_bug.cgi?id=665911
+
+2011-12-12 11:54:56 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst-libs/gst/glib-compat-private.h:
+         glib-compat: Add license boilerplate for LGPL
+
+2011-12-12 15:15:46 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: mind (un)signed in some timestamp arithmetic
+         ... to avoid ending up with invalid (negative) duration.
+
+2011-02-09 15:31:22 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: increase parse tolerance for fuzzy file cases
+
+2011-12-12 10:38:20 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * Makefile.am:
+         build: dist glib-compat-private.h properly
+         Add missing slash.
+
+2011-12-12 10:18:14 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: use atexit, g_atexit has been deprecated in glib master
+
+2011-12-12 02:52:13 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+       * ext/flac/gstflacdec.c:
+       * ext/wavpack/gstwavpackparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/isomp4/gstqtmoovrecover.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/videomixer/videomixer2.c:
+       * gst/wavparse/gstwavparse.c:
+         Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly
+         GStaticRecMutex is part of our API/ABI, not much we can do here
+         in 0.10 for most of these.
+
+2011-12-12 02:41:37 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/souphttpsrc.c:
+       * tests/icles/equalizer-test.c:
+       * tests/icles/gdkpixbufsink-test.c:
+       * tests/icles/test-oss4.c:
+       * tests/icles/videocrop-test.c:
+         tests: g_thread_init() is deprecated in glib master
+         It's not needed any longer.
+
+2011-12-12 02:38:37 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/gstsouphttpclientsink.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * sys/oss4/oss4-mixer.c:
+       * tests/icles/v4l2src-test.c:
+         Use g_thread_try_new() instead of g_thread_crate() with newer glib versions
+
+2011-12-12 02:31:36 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalpha.h:
+         alpha: use new glib API for static mutex if available
+
+2011-12-12 02:30:45 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * Makefile.am:
+       * ext/jack/gstjackaudioclient.c:
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesink.c:
+       * ext/soup/gstsouphttpclientsink.c:
+       * gst-libs/gst/glib-compat-private.h:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsinclimit.c:
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/videobox/gstvideobox.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videomixer/videomixer.c:
+       * gst/videomixer/videomixer2.c:
+       * sys/oss4/oss4-mixer.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2xoverlay.c:
+       * sys/ximage/gstximagesrc.c:
+         Work around deprecated thread API in glib master
+         Add private replacements for deprecated functions such as
+         g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly
+         to avoid the deprecation warnings. We'll change these
+         over to the new API once we depend on glib >= 2.32.
+
+2011-12-12 10:24:45 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: Require GLib >= 2.24
+         All other modules require this already and nobody is testing with
+         older versions anyway.
+
+2011-12-11 18:40:31 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+         gdkpixbufsink: fix inverted pixel-aspect-ratio
+         Spotted by Mike Morrison.
+         https://bugzilla.gnome.org/show_bug.cgi?id=665882
+
+2011-12-11 17:55:14 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: don't leak pad template
+
+2011-12-10 14:48:57 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/gstsouphttpclientsink.c:
+         soup: fix start/stop race in souphttpclientsink
+         Fix crash or hang in generic/states unit test when doing stop()
+         right after start(). Create main loop in the start function already
+         and not just in the thread function, so that stop() always has a
+         valid main loop to quit on. Also, calling g_main_loop_quit() before
+         g_main_loop_run() won't work and result in the stop function waiting
+         for the thread to join forever. Therefore, wait for the thread to
+         be ready and get the main loop running in the start() function, to
+         be sure stop() always works.
+
+2011-12-10 13:35:08 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/files/Makefile.am:
+         tests: dist test file used in matroskaparse unit test
+
+2011-12-10 12:32:32 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/rgvolume.c:
+         tests: fix up rgvolume test for basetransform event caching
+         Some tests assumed that tag events would always pushed through
+         immediately, which isn't the case any longer, so push a newsegment
+         event and an empty buffer first.
+
+2011-12-10 11:12:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         ssrcdemux: fix iterator and caps
+
+2011-12-10 11:11:00 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: forward the caps event
+
+2011-12-10 11:09:43 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         jitterbuffer: simply forward the caps event
+         forward the caps event we get as input instead of making a new event etc..
+
+2011-12-09 20:10:19 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtpsession: forward caps
+
+2011-12-09 19:46:02 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         rtp: pass parent to setcaps methods
+
+2011-12-10 02:21:02 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * po/LINGUAS:
+       * po/eo.po:
+       * po/ja.po:
+       * po/lv.po:
+       * po/sr.po:
+         po: update translations
+
+2011-12-09 16:04:56 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+         pulse: rename "client" properties to "client-name"
+         Better name, but also matches the property on the jack
+         elements (where "client" is used for something else).
+
+2011-12-09 15:50:28 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+         jack: don't leak client name when freeing the element
+         And add gtk-doc chunks for the new property.
+         https://bugzilla.gnome.org/show_bug.cgi?id=665872
+
+2011-12-09 15:45:03 +0000  Nicolas Baron <hoggins@radiom.fr>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosink.h:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jack/gstjackaudiosrc.h:
+         jack: add "client-name" property to jackaudiosink and jackaudiosrc
+         https://bugzilla.gnome.org/show_bug.cgi?id=665872
+
+2011-12-09 12:19:13 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/law/Makefile.am:
+         law: fix CFLAGS and LIBS order in Makefile.am
+
+2011-12-09 12:15:30 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+
+2011-12-09 10:51:14 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin-marshal.list:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+         rtp: fix marshallers
+         Remove custom marshallers for minobject.
+         Init RTCP buffer correctly.
+         Handle results from setcaps
+         Remove asserts.
+
+2011-12-09 10:50:18 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/law/Makefile.am:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/alaw.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+         law: fix negotiation
+
+2011-12-08 11:00:45 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: stream-format=raw goes with aac caps, not mp3 caps
+
+2011-12-08 01:28:26 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+         Conflicts:
+         sys/v4l2/gstv4l2object.c
+
+2011-12-02 12:07:24 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: do not ignore the highest frame interval
+         https://bugzilla.gnome.org/show_bug.cgi?id=665387
+
+2011-12-02 11:59:03 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: do not ignore the largest resolution
+         The 'max' value isn't an STL style "one after the end" bound,
+         but the largest allowed value.
+         https://bugzilla.gnome.org/show_bug.cgi?id=665387
+
+2011-12-06 16:47:25 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/multifile/gstmultifilesink.h:
+         docs: add add the two enum values that were just added too
+
+2011-12-06 16:14:54 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * gst/multifile/gstmultifilesink.h:
+         multifilesink: expose the enum property docs for splitting mode.
+         Fixes #665666.
+
+2011-12-06 14:23:30 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph263pay.c:
+         h263pay: fix invalid return value
+
+2011-12-06 13:59:52 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: remove unused flush param
+
+2011-12-05 18:40:26 +0100  Edward Hervey <edward@collabora.com>
+
+       * gst/isomp4/gstrtpxqtdepay.c:
+         rtpxqtdepay: Initialize GstRTPBuffer before usage
+
+2011-12-05 18:40:12 +0100  Edward Hervey <edward@collabora.com>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+         rtpmanager: Initialize GstRTPBuffer before usage
+
+2011-12-05 18:39:59 +0100  Edward Hervey <edward@collabora.com>
+
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+         rtp: Initialize GstRTPBuffer before usage
+
+2011-12-05 12:15:21 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: replace deprecated GST_CLASS_LOCK
+
+2011-11-24 13:58:01 +0100  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay: Ceil jpeg dimensions, instead of floor
+         A JPEG image inside an RTP stream has a preceeding RFC2435 header that
+         conveys width/height. The dimensions in this header are limited to be
+         multiples of 8. Since JPEG uses an MCU of 8x8 pixels any image must
+         already indirectly have image data dimensions that are rounded up in
+         order to contain enough data to render the image. Therefore this fix
+         safely rounds the image dimensions in the RFC2435 header up to the
+         closest multiple of 8.
+
+2011-12-04 12:50:57 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+         flacparse: ensure we only check for sample/block mixup at start
+         Otherwise we might trigger at some point within the file, but the
+         check is only making sense for the second block.
+
+2011-12-03 18:14:59 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: warn if accumulating headers after they were pushed
+         https://bugzilla.gnome.org/show_bug.cgi?id=665412
+
+2011-10-25 12:54:43 -0700  David Schleef <ds@schleef.org>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: fix parsing
+         Mark more parts as belonging to streamheaders.
+
+2011-12-03 17:30:10 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: fix discontinuity threshold check when timestamps go backwards
+         Since unsigned types are used, a negative value would show as very, very
+         positive.
+         Fixes A/V sync on some... less than well made files where timestamps go
+         backwards.
+
+2011-12-02 22:25:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/soup/gstsouphttpclientsink.c:
+       * gst/debugutils/testplugin.c:
+       * gst/multifile/gstmultifilesink.c:
+         update for basesink event handler changes
+
+2011-12-02 12:01:22 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2src: add a comment about a "hidden" assumption on rank values
+         https://bugzilla.gnome.org/show_bug.cgi?id=665387
+
+2011-12-02 01:58:30 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+         Conflicts:
+         docs/plugins/inspect/plugin-esdsink.xml
+         docs/plugins/inspect/plugin-gconfelements.xml
+         ext/pulse/pulseaudiosink.c
+         gst/matroska/matroska-demux.c
+         gst/matroska/matroska-mux.c
+         gst/multifile/gstmultifilesink.c
+
+2011-12-01 18:55:45 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-read-common.c:
+       * tests/check/elements/id3demux.c:
+         update for tag API changes
+
+2011-12-01 15:29:15 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: placate gcc since -Werror is used
+         Initialize values that GCC cannot prove are not used without
+         being initialized, and assert that I did not mess up my proof.
+
+2011-12-01 14:13:05 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+         tests: fix up LIBS order som more`
+
+2011-12-01 13:22:42 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroska-mux: fix name of new property and the unit test
+         https://bugzilla.gnome.org/show_bug.cgi?id=654379
+
+2011-09-25 14:57:56 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: add basic buffer list handling
+         We assume for now that all buffers in a buffer list
+         should end up in the same file (so we can group GOPs
+         in buffer lists, for example). Could optimise this
+         a bit to avoid the memcpy.
+
+2011-09-23 18:43:35 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: write stream-headers when switching to the next file in max-size mode
+
+2011-09-23 18:31:01 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesink.h:
+         multifilesink: add new 'max-size' mode for switching to the next file
+
+2011-09-23 17:49:05 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesink.h:
+         multifilesink: add "max-file-size" property for new next-file mode
+
+2011-12-01 13:38:06 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Don't forget SSA subtitles in last commit
+
+2011-12-01 13:34:52 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+         matroskademux: Only check for markup and escape if necessary for plaintext subtitles
+         Otherwise we break USF and ASS/SSA subtitles.
+
+2011-12-01 13:23:33 +0100  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/multifile/Makefile.am:
+         multifile: fix build in uninstalled setup
+         Add -base libs includes to CFLAGS, fix order of LIBS <cit>.
+
+2011-12-01 13:08:01 +0100  Alessandro Decina <alessandro.d@gmail.com>
+
+       * tests/check/elements/multifile.c:
+         tests: fix g_mkdtemp presence check in multifile tests
+         g_mkdtemp was added in glib 2.30 even though the doc claims it was added in
+         2.26.
+
+2011-07-17 23:56:04 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/multifile/Makefile.am:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesink.h:
+       * tests/check/Makefile.am:
+       * tests/check/elements/multifile.c:
+         multifilesink: add flag to cut after a force key unit event
+
+2011-12-01 12:47:26 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: Copy all buffer flags when creating a subtitle buffer copy after postprocessing
+         This also copies the caps. Otherwise we could end up pusing
+         the first buffer without any caps, which causes downstream
+         to not get notified about the caps.
+         Fixes bug #664892.
+
+2011-10-11 02:07:13 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: make default framerate optional per stream
+         there is at least two use cases where default frame rate
+         should or may be disabled:
+         - vp8 stream with altref frame enabled. If default frame rate
+         is enabled, some players will missinterprete it (critical!)
+         - for webm container, to reduce micro overhead
+         - for stream with variable frame rate.
+         Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
+
+2011-11-30 22:13:11 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/effectv/gstripple.c:
+         rippletv: fix CLAMP end-values
+
+2011-11-30 19:25:37 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.signals:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-annodex.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-efence.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-esdsink.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gconfelements.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gstrtpmanager.xml:
+       * docs/plugins/inspect/plugin-halelements.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-monoscope.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+         docs: update docs
+
+2011-11-30 19:00:42 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/Makefile.am:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multifile/patternspec.c:
+       * gst/multifile/patternspec.h:
+         splitfilesrc: specify filenames via normal wildcards instead of regular expressions
+         Less cracktastic in the end.
+
+2011-10-10 18:28:11 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/gstsplitfilesrc.c:
+         splitfilesrc: check bytes actually read, just in case
+         Handle corner case where we try to read beyond the end of the
+         last file part, in which case we want to return a short read.
+         If we get fewer bytes than expected for any other file part,
+         we should just error out, since something fishy's going on
+         then.
+
+2011-10-06 08:33:19 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multifile/gstsplitfilesrc.c:
+         splitfilesrc: set offsets on buffers
+         Looks like some parsers (in some versions at least) expect the
+         offsets to be set, and behave weird if that's not the case
+         (e.g. off-by-one in h264parse).
+
+2011-07-28 20:19:56 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * gst/multifile/Makefile.am:
+       * gst/multifile/gstmultifile.c:
+       * gst/multifile/gstsplitfilesrc.c:
+       * gst/multifile/gstsplitfilesrc.h:
+         multifile: add splitfilesrc element
+         Add new splitfilesrc element that presents multiple files
+         (selectable via a location regex) as one single contiguous
+         file.
+
+2011-11-30 07:57:40 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsemixerctrl.h:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+         update for moved audio interfaces
+
+2011-11-29 17:34:10 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/pulse/pulseaudiosink.c:
+         Revert "pulseaudiosink: fix caps leak"
+         This reverts commit d6a9de9e2aedc8b66ab3219902b5a37e8d65ada2.
+         setcaps functions aren't supposed to take ownership of the caps passed
+
+2011-11-29 19:10:58 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videofilter/Makefile.am:
+       * gst/videofilter/gstvideobalance.c:
+       * sys/v4l2/gstv4l2colorbalance.h:
+       * sys/v4l2/gstv4l2videooverlay.h:
+       * sys/v4l2/gstv4l2vidorient.h:
+       * tests/icles/Makefile.am:
+       * tests/icles/v4l2src-test.c:
+         fix for moved interfaces
+
+2011-11-28 23:20:32 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge commit '7521b597f4dc49d8d168f368f0e7ebaf98a72156' into 0.11
+
+2011-11-28 21:31:25 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+
+2011-11-28 21:31:25 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+
+2011-11-28 21:27:53 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+
+2011-11-28 21:27:40 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge commit 'a2337b8af45cb5e8c091ff0e1c3ef4b6cc7b20a3' into 0.11
+
+2011-11-28 18:25:52 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+         Update for indexable change
+
+2011-11-28 17:52:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtsp/gstrtpdec.c:
+         update for clock provider API change
+
+2011-11-28 16:57:24 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/rtsp/gstrtspsrc.c:
+         fix for element flag updates
+
+2011-11-28 12:58:44 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/annodex/gstcmmldec.c:
+       * ext/annodex/gstcmmlenc.c:
+       * ext/cairo/gstcairooverlay.c:
+       * ext/cairo/gstcairorender.c:
+       * ext/cairo/gsttextoverlay.c:
+       * ext/cairo/gsttimeoverlay.c:
+       * ext/dv/gstdvdec.c:
+       * ext/dv/gstdvdemux.c:
+       * ext/esd/esdmon.c:
+       * ext/esd/esdsink.c:
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflactag.c:
+       * ext/gconf/gstswitchsink.c:
+       * ext/gconf/gstswitchsrc.c:
+       * ext/gdk_pixbuf/gstgdkpixbuf.c:
+       * ext/gdk_pixbuf/gstgdkpixbufsink.c:
+       * ext/gdk_pixbuf/pixbufscale.c:
+       * ext/hal/gsthalaudiosink.c:
+       * ext/hal/gsthalaudiosrc.c:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstsmokedec.c:
+       * ext/jpeg/gstsmokeenc.c:
+       * ext/libcaca/gstcacasink.c:
+       * ext/libmng/gstmngdec.c:
+       * ext/libmng/gstmngenc.c:
+       * ext/libpng/gstpngdec.c:
+       * ext/libpng/gstpngenc.c:
+       * ext/mikmod/gstmikmod.c:
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/raw1394/gstdv1394src.c:
+       * ext/raw1394/gsthdv1394src.c:
+       * ext/shout2/gstshout2.c:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * ext/taglib/gstapev2mux.cc:
+       * ext/taglib/gstid3v2mux.cc:
+       * ext/taglib/gsttaglibmux.c:
+       * ext/wavpack/gstwavpackdec.c:
+       * ext/wavpack/gstwavpackenc.c:
+       * ext/wavpack/gstwavpackparse.c:
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/apetag/gstapedemux.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/auparse/gstauparse.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/cutter/gstcutter.c:
+       * gst/debugutils/breakmydata.c:
+       * gst/debugutils/cpureport.c:
+       * gst/debugutils/efence.c:
+       * gst/debugutils/gstcapsdebug.c:
+       * gst/debugutils/gstcapssetter.c:
+       * gst/debugutils/gstnavigationtest.c:
+       * gst/debugutils/gstnavseek.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/debugutils/progressreport.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/debugutils/testplugin.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstedge.c:
+       * gst/effectv/gstop.c:
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstripple.c:
+       * gst/effectv/gstshagadelic.c:
+       * gst/effectv/gststreak.c:
+       * gst/effectv/gstvertigo.c:
+       * gst/effectv/gstwarp.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/flx/gstflxdec.c:
+       * gst/goom/gstgoom.c:
+       * gst/goom2k1/gstgoom.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/id3demux/gstid3demux.c:
+       * gst/imagefreeze/gstimagefreeze.c:
+       * gst/interleave/deinterleave.c:
+       * gst/interleave/interleave.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/level/gstlevel.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/webm-mux.c:
+       * gst/median/gstmedian.c:
+       * gst/monoscope/gstmonoscope.c:
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/replaygain/gstrglimiter.c:
+       * gst/replaygain/gstrgvolume.c:
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdepay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpilbcpay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtppcmupay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpsirenpay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/smpte/gstsmpte.c:
+       * gst/smpte/gstsmptealpha.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudpsrc.c:
+       * gst/videobox/gstvideobox.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videomixer/videomixer.c:
+       * gst/videomixer/videomixer2.c:
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavparse/gstwavparse.c:
+       * gst/y4m/gsty4mencode.c:
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/oss/gstosssink.c:
+       * sys/oss/gstosssrc.c:
+       * sys/oss4/oss4-sink.c:
+       * sys/oss4/oss4-source.c:
+       * sys/osxaudio/gstosxaudiosink.c:
+       * sys/osxaudio/gstosxaudiosrc.c:
+       * sys/osxvideo/osxvideosink.m:
+       * sys/sunaudio/gstsunaudiosink.c:
+       * sys/sunaudio/gstsunaudiosrc.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/waveform/gstwaveformsink.c:
+       * sys/ximage/gstximagesrc.c:
+       * tests/check/elements/qtmux.c:
+         various: fix pad template leaks
+         https://bugzilla.gnome.org/show_bug.cgi?id=662664
+
+2011-11-28 13:10:01 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         various: fix pad template ref leaks
+         https://bugzilla.gnome.org/show_bug.cgi?id=662664
+
+2011-11-28 13:10:01 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/twolame/gsttwolame.c:
+         various: fix pad template ref leaks
+         https://bugzilla.gnome.org/show_bug.cgi?id=662664
+
+2011-11-28 13:08:27 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         various: fix pad template ref leaks
+         https://bugzilla.gnome.org/show_bug.cgi?id=662664
+
+2011-11-28 11:47:11 +0100  Chad <channa@caltech.edu>
+
+       * gst/debugutils/gsttaginject.c:
+         taginject: set gap-aware
+         The element does not modify the data anyway.
+
+2011-11-27 23:32:18 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * 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/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         po: update po files
+
+2011-11-27 23:31:43 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+         Conflicts:
+         gst/equalizer/gstiirequalizer.c
+
+2011-11-26 21:39:33 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/equalizer/gstiirequalizer.c:
+         equalizer: also sync the parameters for the filter bands
+
+2011-11-26 16:06:59 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-ids.c:
+         matroskademux: initialise seen_markup_tag field on subtitle stream context
+
+2011-11-26 10:01:07 +0100  René Stadler <rene.stadler@collabora.co.uk>
+
+       * configure.ac:
+       * gst/matroska/ebml-read.c:
+       * gst/matroska/ebml-read.h:
+       * gst/matroska/ebml-write.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+       * gst/matroska/webm-mux.c:
+       * tests/check/elements/matroskamux.c:
+         matroska: port to 0.11
+         Support for TAG_IMAGE and TAG_ATTACHMENT is commented out; this requires caps
+         on buffers which is gone from 0.11.
+         Segment handling in the demuxer is a bit complex; I added some FIXME comments
+         in places where I'm not yet sure if I ported correctly.
+
+2011-11-26 13:54:22 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * ext/pulse/plugin.c:
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulseaudio: require pulseaudio >= 1.0
+
+2011-11-26 13:34:10 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+         Conflicts:
+         ext/pulse/pulseaudiosink.c
+         ext/pulse/pulsesrc.c
+         gst/audioparsers/gstaacparse.c
+         gst/audioparsers/gstamrparse.c
+         gst/audioparsers/gstdcaparse.c
+         gst/audioparsers/gstflacparse.c
+         gst/effectv/gstradioac.c
+         gst/effectv/gstradioac.h
+         gst/effectv/gstripple.c
+         Some possible FIXMEs remaining in the audio parser getcaps functions.
+
+2011-11-25 19:28:55 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/gstqtmuxmap.c:
+         ismlmux: Use iso-fragmented as variant type
+         Using 'iso' conflicts with mp4mux variant type, ismlmux now
+         uses iso-fragmented
+         Fixes #656823
+
+2011-11-24 12:05:33 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+         pulsesrc: Implement GstStreamVolume interface
+         PulseAudio 1.0 supports per-source-output volumes, and this exposes the
+         functionality via the GstStreamVolume interface.
+         When compiled against pre-1.0 PulseAudio, the interface is not
+         implemented, and the "volume" or "mute" properties are not available.
+         This bit of ugliness will go away when we can depend on PulseAudio 1.0
+         or greater.
+         https://bugzilla.gnome.org/show_bug.cgi?id=595055
+
+2011-09-10 21:21:38 -0700  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Trivial comment copy-paste-o fix
+
+2011-11-14 12:43:27 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: Remove redundant code
+
+2011-11-14 12:41:41 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: Clean up refcounting in event probe
+         Makes sure we don't leak a refcount if the object is disposed before a
+         NEWSEGMENT turns up.
+
+2011-11-24 16:31:38 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: fix seeking
+         Which I accidentally broke when fixing flv videos breaking on
+         spurious timestamp discontinuities in broken files.
+         https://bugzilla.gnome.org/show_bug.cgi?id=631430
+
+2011-11-25 13:13:47 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstradioac.h:
+         effectv: repair color modes in radioactv by taking rgb,bgr into account
+
+2011-11-25 11:44:49 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/effectv/gstradioac.c:
+         radioactv: add one more set of caps
+         It also work in this format. Avoids the need for conversion.
+
+2011-11-25 11:44:18 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstshagadelic.c:
+         effecttv: fix reverse negotiation
+         The plugins were using _fixed_caps_ and thus not adjusting to new upstream
+         sizes. Spotted by Tim Müller.
+
+2011-11-25 11:43:16 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/effectv/gstwarp.c:
+         warptv: remove not needed ifdef
+
+2011-11-25 10:15:35 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/effectv/gstripple.c:
+         rippletv: clean up the rendering code a bit
+         This is corrrupts the memoy when resizing. Add a FIXME to make it resizeable
+         once that is solved.
+
+2011-11-24 21:41:03 +0100  René Stadler <rene.stadler@collabora.co.uk>
+
+       * tests/check/elements/alphacolor.c:
+       * tests/check/elements/audioamplify.c:
+       * tests/check/elements/audiochebband.c:
+       * tests/check/elements/audiocheblimit.c:
+       * tests/check/elements/audiodynamic.c:
+       * tests/check/elements/audioecho.c:
+       * tests/check/elements/audioinvert.c:
+       * tests/check/elements/audiopanorama.c:
+       * tests/check/elements/audiowsincband.c:
+       * tests/check/elements/audiowsinclimit.c:
+       * tests/check/elements/avimux.c:
+       * tests/check/elements/avisubtitle.c:
+       * tests/check/elements/capssetter.c:
+       * tests/check/elements/cmmldec.c:
+       * tests/check/elements/cmmlenc.c:
+       * tests/check/elements/equalizer.c:
+       * tests/check/elements/icydemux.c:
+       * tests/check/elements/jpegenc.c:
+       * tests/check/elements/level.c:
+       * tests/check/elements/parser.c:
+       * tests/check/elements/qtmux.c:
+       * tests/check/elements/rganalysis.c:
+       * tests/check/elements/rglimiter.c:
+       * tests/check/elements/rgvolume.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+       * tests/check/elements/spectrum.c:
+       * tests/check/elements/videofilter.c:
+       * tests/check/elements/y4menc.c:
+         tests: update for gstcheck API change
+
+2011-11-24 20:42:49 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gststreak.c:
+       * gst/effectv/gstvertigo.c:
+       * gst/effectv/gstwarp.c:
+         effecttv: fix reverse negotiation
+         The plugins were using _fixed_caps_ and thus not adjusting to new upstream
+         sizes. Spotted by Tim Müller.
+
+2011-11-24 14:14:53 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: Fix leak of filename strings
+         Do not forget to free the filename strings when deleting
+         the list of files.
+
+2011-11-24 14:11:33 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * tests/check/elements/multifile.c:
+         multifile: fix build of tests
+         Tests fail to build because g_mkdtemp is available from glib since
+         2.26.
+         This patch adds a condition around the redefinition of
+         g_mkdtemp on the tests to only build it if glib is older than
+         2.26.
+
+2011-09-27 16:49:45 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: skip id32 tags
+         This allows decoding at least one sample where something has
+         stuffed some ID3 tag before the (supposedly initial) FMT\ .
+         https://bugzilla.gnome.org/show_bug.cgi?id=660249
+
+2011-10-31 17:06:18 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/effectv/gstedge.c:
+         edgetv: trivial comment fix for clarity
+         https://bugzilla.gnome.org/show_bug.cgi?id=661841
+
+2011-10-31 17:04:23 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/effectv/gstedge.c:
+         edgetv: don't leave bits of the output buffer uninitialized
+         Let's initialize them to zero. It looks alright, but then it
+         also looks alright with v3, or with the corresponding pixels
+         from the source. I don't know what the original intent would
+         be, and the original effectv source also has this bug/feature.
+         https://bugzilla.gnome.org/show_bug.cgi?id=661841
+
+2011-11-24 10:25:02 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+         audioparse: Use the sinkpad template caps as fallback, not the srcpad ones
+
+2011-11-24 09:59:40 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstmpegaudioparse.c:
+         mpegaudioparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
+
+2011-11-24 09:57:57 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
+
+2011-11-24 09:55:47 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstdcaparse.c:
+         dcaparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
+
+2011-11-24 09:53:18 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstamrparse.c:
+         amrparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
+
+2011-11-24 09:49:27 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstamrparse.c:
+         amrparse: Mark some more functions as static
+
+2011-11-24 09:48:33 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
+
+2011-11-24 09:44:58 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Mark some functions as static and remove unused function declarations
+
+2011-11-24 09:43:14 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
+
+2011-11-24 01:48:25 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/souphttpsrc.c:
+         tests: update soup test for removed iradio-mode property
+
+2011-11-24 01:45:43 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: get rid of iradio-* properties, post tags instead
+
+2011-11-24 01:40:06 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/soup/gstsouphttpsrc.h:
+         souphttpsrc: always send icecast request header, drop iradio-mode property
+         Server should ignore unknown/unhandled headers..
+
+2011-11-24 01:19:32 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: make connection-speed property a guint64
+
+2011-11-24 00:52:40 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/inspect/plugin-rtpmanager.xml:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpmanager.c:
+       * tests/check/elements/rtpbin.c:
+       * tests/examples/rtp/client-PCMA.c:
+       * tests/examples/rtp/client-PCMA.py:
+       * tests/examples/rtp/server-alsasrc-PCMA.c:
+       * tests/examples/rtp/server-alsasrc-PCMA.py:
+         rtpmanager: rename gstrtp* -> rtp*
+         This was done in 0.10 to avoid conflict with the rtp elements in
+         farsight, but the gst-prefixing is no longer needed in 0.11
+
+2011-11-23 23:29:03 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/twolame/gsttwolamemp2enc.c:
+         ext: fix more printf format warnings in debug messages
+
+2011-11-23 23:29:03 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         ext: fix more printf format warnings in debug messages
+
+2011-11-23 10:23:28 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-11-23 09:26:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: avoid endless caps loop
+         Check if the caps are the same before adding a new probe. Because of reconfigure
+         events, upstreams sends multiple caps events.
+
+2011-11-23 00:57:39 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/.gitignore:
+       * tests/check/elements/matroskaparse.c:
+       * tests/files/pinknoise-vorbis.mkv:
+         tests: add basic unit test for matroskaparse
+
+2011-11-23 00:56:26 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: don't leak stream headers
+         https://bugzilla.gnome.org/show_bug.cgi?id=664548
+
+2011-11-22 01:40:39 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/annodex/gstcmmldec.c:
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflactag.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/ximage/gstximagesrc.c:
+         More printf format warning fixes
+
+2011-11-21 20:31:31 +0100  Matej Knopp <matej.knopp@gmail.com>
+
+       * configure.ac:
+       * gst/alpha/gstalpha.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/auparse/gstauparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/debugutils/breakmydata.c:
+       * gst/debugutils/gstnavigationtest.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/goom/gstgoom.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/spectrum/gstspectrum.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavparse/gstwavparse.c:
+       * sys/ximage/gstximagesrc.c:
+         Fix printf format compiler warnings on OS X / 64bit
+         https://bugzilla.gnome.org/show_bug.cgi?id=662615
+
+2011-11-21 13:37:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/wavparse/gstwavparse.c:
+         update for activation changes
+
+2011-11-18 17:59:16 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/wavparse/gstwavparse.c:
+         update for new scheduling query
+
+2011-11-18 13:57:20 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/wavparse/gstwavparse.c:
+         add parent to activate functions
+
+2011-11-17 17:36:05 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: activate pad before setting caps
+         Seting caps on an inactive flushing pad does nothing.
+
+2011-11-17 17:17:11 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/speex/gstspeexenc.c
+         gst/rtpmanager/rtpsession.c
+
+2011-11-17 15:02:55 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/annodex/gstcmmldec.c:
+       * ext/annodex/gstcmmlenc.c:
+       * ext/flac/gstflactag.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/pulse/pulseaudiosink.c:
+       * gst/auparse/gstauparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/cutter/gstcutter.c:
+       * gst/debugutils/gstnavigationtest.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/goom/gstgoom.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/replaygain/gstrgvolume.c:
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/wavenc/gstwavenc.c:
+       * gst/wavparse/gstwavparse.c:
+       * gst/y4m/gsty4mencode.c:
+         add parent to pad functions
+
+2011-11-17 08:24:58 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/cairo/gsttextoverlay.c:
+       * gst/avi/gstavimux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/interleave/interleave.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/smpte/gstsmpte.c:
+       * gst/videomixer/videomixer.c:
+         collectpads: port API changes
+
+2011-11-16 19:08:05 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/speex/gstspeexenc.c:
+         speexenc: ensure to free allocated padded data
+
+2011-11-16 18:57:38 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/speex/gstspeexenc.c:
+         speexenc: reset tag setter interface when appropriate
+
+2011-11-16 18:57:21 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: reset tag setter interface when appropriate
+
+2011-11-16 17:54:49 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         add parent to internal links
+
+2011-11-16 17:27:13 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/annodex/gstcmmldec.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/pulse/pulseaudiosink.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/auparse/gstauparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/goom/gstgoom.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/wavparse/gstwavparse.c:
+         add parent to query function
+
+2011-11-16 12:40:08 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/goom/gstgoom.c:
+         goom: update for renamed flags
+         Use the _check_reconfigure method instead of checking flags.
+         Don't need to ref the parent anymore, core does that.
+
+2011-11-15 18:01:16 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/auparse/gstauparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/progressreport.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/wavparse/gstwavparse.c:
+         _query_peer_*() -> _peer_query_*()
+
+2011-11-15 17:45:31 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         _accept_caps() -> _query_accept_caps()
+
+2011-11-15 17:29:45 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesrc.c:
+       * gst/goom/gstgoom.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * sys/v4l2/gstv4l2src.c:
+         _peer_get_caps() -> _peer_query_caps()
+
+2011-11-15 16:55:27 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+       * sys/v4l2/gstv4l2src.c:
+       * tests/icles/gdkpixbufsink-test.c:
+         update for _get_caps() -> _query_caps()
+
+2011-11-15 16:31:45 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/videocrop/gstaspectratiocrop.c:
+         change getcaps to query
+         Chain up event function in payloaders.
+
+2011-11-15 13:23:56 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: fix spurious timestamp discontinuity
+         We need to tell the base class that we're dropping buffers,
+         so it drops the input timestamps corresponding to these.
+         Otherwise, the first actual audio buffers we output will be
+         stamped with those - GST_CLOCK_TIMESTAMP_NONE. That mismatch
+         between input buffer count and output buffer count will stay
+         while playing. With enough headers and long enough buffer
+         durations, the sink will have played enough before receiving
+         the first valid timestamp (usually 0), and will trigger an
+         audible discontinuity.
+
+2011-11-14 15:34:57 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstflacparse.h:
+         flacparse: detect when a file lies about fixed block size
+         If the sample/block number happens to be the same as the block
+         size, we assume variable block size, and thus counters in samples
+         in the headers. This can only get us a false positive for a block
+         size of 1, which is invalid. We can get false negatives more
+         often though (eg, if not starting at the start of the stream),
+         but then that's already GIGO.
+
+2011-09-02 19:20:07 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+         gstrtpsession: Add special mode to use FIR as repair as Google does
+         https://bugzilla.gnome.org/show_bug.cgi?id=658419
+
+2011-09-01 17:47:38 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.h:
+         rtpsession: Send FIR requests in response to key unit requests with all-headers=TRUE
+         https://bugzilla.gnome.org/show_bug.cgi?id=658419
+
+2011-09-01 16:25:21 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.h:
+         rtpsession: Put the PLI requests in each RTPSource
+         Also refactor a bit and put all the keyframe request code in one
+         place inside rtpsession.c
+         https://bugzilla.gnome.org/show_bug.cgi?id=658419
+
+2011-08-31 14:35:33 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Hack to FIR because Google doesn't set the sender ssrc correctly
+         https://bugzilla.gnome.org/show_bug.cgi?id=658419
+
+2011-08-30 19:06:13 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Process received Full Intra Requests
+         Process FIR requests according to RFC 5104
+         https://bugzilla.gnome.org/show_bug.cgi?id=658419
+
+2011-11-07 18:43:26 +0000  Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: Set pixel-aspect-ratio to 1/1
+         We don't currently support setting the pixel-aspect-ratio from V4L2. So
+         simply set it to be 1/1 in the caps to prevent negotiation failures when
+         fixating to weird values (e.g. when the downstream caps has
+         pixel-aspect-ratio = [ MIN, MAX ] )
+         https://bugzilla.gnome.org/show_bug.cgi?id=663580
+
+2011-11-14 09:39:15 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/id3demux.c:
+         tests: make id3demux test compile
+         Still fails though.
+
+2011-11-12 15:42:27 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/v4l2/camctrl.c:
+         controller: no need to explicitely add controlled properties anymore
+
+2011-11-13 23:42:44 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsrc.c:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2src.c:
+         Update for GstURIHandler get_protocols() changes
+
+2011-11-13 18:50:51 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsrc.c:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2src.c:
+         soup, pushfile, rtsp, udp, v4l2: update for GstURIHandler API changes
+
+2011-11-11 19:24:27 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/pulse/pulseaudiosink.c
+
+2011-11-11 19:21:50 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpg729pay.c:
+         rtp: fix for rtp header changes
+
+2011-11-11 10:06:25 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: fix caps leak
+
+2011-11-11 14:55:48 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: do not leak clientname when setting up property
+
+2011-11-11 18:05:35 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulse: Chain up dispose() in pulseaudiosink
+
+2011-11-11 12:32:41 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/gstrtpxqtdepay.h:
+       * gst/rtp/fnv1hash.h:
+       * gst/rtp/gstrtpL16depay.h:
+       * gst/rtp/gstrtpL16pay.h:
+       * gst/rtp/gstrtpac3depay.h:
+       * gst/rtp/gstrtpac3pay.h:
+       * gst/rtp/gstrtpamrdepay.h:
+       * gst/rtp/gstrtpamrpay.h:
+       * gst/rtp/gstrtpbvdepay.h:
+       * gst/rtp/gstrtpbvpay.h:
+       * gst/rtp/gstrtpceltdepay.h:
+       * gst/rtp/gstrtpceltpay.h:
+       * gst/rtp/gstrtpdvdepay.h:
+       * gst/rtp/gstrtpdvpay.h:
+       * gst/rtp/gstrtpg722depay.h:
+       * gst/rtp/gstrtpg722pay.h:
+       * gst/rtp/gstrtpg723depay.h:
+       * gst/rtp/gstrtpg723pay.h:
+       * gst/rtp/gstrtpg726depay.h:
+       * gst/rtp/gstrtpg726pay.h:
+       * gst/rtp/gstrtpg729depay.h:
+       * gst/rtp/gstrtpg729pay.h:
+       * gst/rtp/gstrtpgsmdepay.h:
+       * gst/rtp/gstrtpgsmpay.h:
+       * gst/rtp/gstrtpgstdepay.h:
+       * gst/rtp/gstrtpgstpay.h:
+       * gst/rtp/gstrtph263depay.h:
+       * gst/rtp/gstrtph263pay.h:
+       * gst/rtp/gstrtph263pdepay.h:
+       * gst/rtp/gstrtph263ppay.h:
+       * gst/rtp/gstrtph264depay.h:
+       * gst/rtp/gstrtph264pay.h:
+       * gst/rtp/gstrtpilbcdepay.h:
+       * gst/rtp/gstrtpilbcpay.h:
+       * gst/rtp/gstrtpj2kdepay.h:
+       * gst/rtp/gstrtpj2kpay.h:
+       * gst/rtp/gstrtpjpegdepay.h:
+       * gst/rtp/gstrtpjpegpay.h:
+       * gst/rtp/gstrtpmp1sdepay.h:
+       * gst/rtp/gstrtpmp2tdepay.h:
+       * gst/rtp/gstrtpmp2tpay.h:
+       * gst/rtp/gstrtpmp4adepay.h:
+       * gst/rtp/gstrtpmp4apay.h:
+       * gst/rtp/gstrtpmp4gdepay.h:
+       * gst/rtp/gstrtpmp4gpay.h:
+       * gst/rtp/gstrtpmp4vdepay.h:
+       * gst/rtp/gstrtpmp4vpay.h:
+       * gst/rtp/gstrtpmpadepay.h:
+       * gst/rtp/gstrtpmpapay.h:
+       * gst/rtp/gstrtpmparobustdepay.h:
+       * gst/rtp/gstrtpmpvdepay.h:
+       * gst/rtp/gstrtpmpvpay.h:
+       * gst/rtp/gstrtppcmadepay.h:
+       * gst/rtp/gstrtppcmapay.h:
+       * gst/rtp/gstrtppcmudepay.h:
+       * gst/rtp/gstrtppcmupay.h:
+       * gst/rtp/gstrtpqcelpdepay.h:
+       * gst/rtp/gstrtpqdmdepay.h:
+       * gst/rtp/gstrtpsirendepay.h:
+       * gst/rtp/gstrtpsirenpay.h:
+       * gst/rtp/gstrtpspeexdepay.h:
+       * gst/rtp/gstrtpspeexpay.h:
+       * gst/rtp/gstrtpsv3vdepay.h:
+       * gst/rtp/gstrtptheoradepay.h:
+       * gst/rtp/gstrtptheorapay.h:
+       * gst/rtp/gstrtpvorbisdepay.h:
+       * gst/rtp/gstrtpvorbispay.h:
+       * gst/rtp/gstrtpvrawdepay.h:
+       * gst/rtp/gstrtpvrawpay.h:
+         update for base class rename
+
+2011-11-11 12:25:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/isomp4/gstrtpxqtdepay.h:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16depay.h:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpL16pay.h:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3depay.h:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpac3pay.h:
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrdepay.h:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpamrpay.h:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpbvdepay.h:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpbvpay.h:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltdepay.h:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpceltpay.h:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpdvdepay.h:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpdvpay.h:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg722depay.h:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpg722pay.h:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg723depay.h:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg723pay.h:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726depay.h:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg726pay.h:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpg729depay.h:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpg729pay.h:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgsmdepay.h:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpgsmpay.h:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstdepay.h:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpgstpay.h:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263depay.h:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pay.h:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph263pdepay.h:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph263ppay.h:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph264pay.h:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpilbcdepay.h:
+       * gst/rtp/gstrtpilbcpay.c:
+       * gst/rtp/gstrtpilbcpay.h:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kdepay.h:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpj2kpay.h:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegdepay.h:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpjpegpay.h:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp1sdepay.h:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.h:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp2tpay.h:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4adepay.h:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4apay.h:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gdepay.h:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4gpay.h:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vdepay.h:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmp4vpay.h:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpadepay.h:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmpapay.h:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpmparobustdepay.h:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtpmpvdepay.h:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtpmpvpay.h:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmadepay.h:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmapay.h:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtppcmudepay.h:
+       * gst/rtp/gstrtppcmupay.c:
+       * gst/rtp/gstrtppcmupay.h:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqcelpdepay.h:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpqdmdepay.h:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpsirendepay.h:
+       * gst/rtp/gstrtpsirenpay.c:
+       * gst/rtp/gstrtpsirenpay.h:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexdepay.h:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpspeexpay.h:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtpsv3vdepay.h:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheoradepay.h:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtptheorapay.h:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbisdepay.h:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvorbispay.h:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawdepay.h:
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtp/gstrtpvrawpay.h:
+         update for base class rename
+
+2011-11-11 12:01:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosink.h:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/pulse/pulsesink.c:
+         update for audiobase* rename
+
+2011-11-11 11:53:45 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosink.h:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jack/gstjackaudiosrc.h:
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulsesrc.c:
+         audio: update for base class rename
+
+2011-11-11 11:33:44 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseutil.h:
+       * gst/equalizer/gstiirequalizer.h:
+         fix for ringbuffer rename
+
+2011-11-11 11:24:00 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/jack/gstjackringbuffer.h:
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         update for ringbuffer change
+
+2011-11-11 01:27:47 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: cosmetic error message change
+         LET'S TRY TO KEEP CAPITALS TO A MINIMUM.
+
+2011-11-11 00:58:24 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/twolame/Makefile.am:
+       * ext/twolame/gsttwolamemp2enc.c:
+       * ext/twolame/gsttwolamemp2enc.h:
+         twolame: rename to twolamemp2enc
+
+2011-11-11 00:51:34 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/twolame/gsttwolame.c:
+         twolame: port to 0.11
+
+2011-11-10 23:15:30 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/v4l2/camctrl.c:
+         controller: port api changes
+
+2011-11-10 23:09:23 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/annodex/gstannodex.c:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/equalizer/gstiirequalizer.c:
+         various: add missing includes
+
+2011-11-10 21:35:24 +0100  René Stadler <rene.stadler@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: fix compilation with pulseaudio 0.9
+
+2011-11-10 18:32:58 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/flac/gstflactag.c:
+       * gst/auparse/gstauparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/goom/gstgoom.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/wavparse/gstwavparse.c:
+         update for adapter api changes
+
+2011-11-10 17:23:47 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpilbcpay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmupay.c:
+       * gst/rtp/gstrtpsirenpay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawpay.c:
+         update for changed base classes
+
+2011-11-10 13:50:34 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         fix for audio clock change
+
+2011-11-10 11:03:18 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/pulse/pulsesrc.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/ximage/gstximagesrc.c:
+         update for removed fixate function
+
+2011-11-09 17:40:10 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-11-09 17:38:03 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesink.c:
+         updates for new acceptcaps query
+
+2011-11-08 15:35:26 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix wrong stride when inverting uncompressed video
+         Such frames have a stride multiple of 4, see
+         http://lscube.org/pipermail/ffmpeg-issues/2010-April/010247.html.
+         This showed up on a sample using a odd width of 24 bit video.
+         https://bugzilla.gnome.org/show_bug.cgi?id=652288
+
+2011-11-09 12:25:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph263ppay.c:
+         h263ppay: report to 0.11
+
+2011-11-09 12:18:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/flac/gstflacdec.c
+         gst/audioparsers/gstflacparse.c
+         gst/isomp4/qtdemux.c
+
+2011-11-09 11:56:07 +0100  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         dtmf: fix compiler warning for uninitialized values
+
+2011-11-09 11:53:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/annodex/gstcmmldec.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/avi/gstavidemux.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/wavparse/gstwavparse.c:
+         remove query types
+
+2011-11-09 10:32:06 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: minimal sanity check on creation datetime
+
+2011-11-04 17:54:04 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         dtmfsrc: Reject start/stop requests that come out of order
+
+2011-10-29 18:24:26 +0200  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         dtmf: Post messages when starting to send/receive DTMF
+         This way, the UI can display the DTMF events as they as being sent.
+
+2011-11-02 12:58:12 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph263ppay.c:
+         rtph263ppay: Return the sink pad template as sink caps, not the src's
+         https://bugzilla.gnome.org/show_bug.cgi?id=577784
+
+2009-03-15 19:26:48 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtp/gstrtph263ppay.c:
+         rtph263ppay: Also implement size/framerate restrictions in getcaps
+         https://bugzilla.gnome.org/show_bug.cgi?id=577784
+
+2009-03-04 20:50:19 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtp/gstrtph263ppay.c:
+         rtph263ppay: Implement getcaps following RFC 4629, picks the right annexes
+         https://bugzilla.gnome.org/show_bug.cgi?id=577784
+
+2011-11-08 14:31:34 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: also set segment stop at startup rather than only post seek
+         ... so as to ensure consistent playback with or without seek, especially
+         in presence of some bogus edit list entries.
+
+2011-11-08 11:18:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+       * gst/rtsp/gstrtspsrc.c:
+         update for probe api changes
+
+2011-11-08 08:50:19 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/goom/gstgoom.c:
+         goom: code cleanups
+         Move variables to the scope where they are needed. Use our macros and functions
+         more.
+
+2011-11-08 08:49:05 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/goom/gstgoom.c:
+         goom: add a sink_query to eat allocation queries
+         We should not forward allocation queries for audio to the video sink.
+
+2011-11-02 17:02:54 +0000  Raul Gutierrez Segales <rgs@collabora.co.uk>
+
+       * gst/flv/Makefile.am:
+         gst/flv/: add amfdefs.h to noinst_HEADERS
+         https://bugzilla.gnome.org/show_bug.cgi?id=663334
+
+2011-11-07 17:14:17 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+       * gst/rtsp/gstrtspsrc.c:
+         fix for probe updates
+
+2011-10-03 17:50:43 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+         flvdemux: detect large pts gaps and resync
+         Should work on multiple gaps, but tested on only one.
+         https://bugzilla.gnome.org/show_bug.cgi?id=631430
+
+2011-08-22 10:40:45 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: fix off by one between granpos and last_stop
+
+2011-10-07 19:41:35 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: fix last frame timestamp in fixed block size mode
+         The last block may have a different block size, so we should not
+         use it to scale or we'll end up with a wrong timestamp.
+         See comment and quote from the FLAC format documentation in the code.
+         Fixes looped playback of FLAC files (via about-to-finish).
+         https://bugzilla.gnome.org/show_bug.cgi?id=661215
+
+2011-10-27 15:52:47 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/cairo/gsttextoverlay.c:
+       * ext/cairo/gsttextoverlay.h:
+         cairotextoverlay: add a 'silent' property to skip rendering
+         https://bugzilla.gnome.org/show_bug.cgi?id=662856
+
+2011-11-07 12:00:12 +0100  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/matroska/ebml-write.c:
+         matroskamux: fix regression causing malformed files
+         This was caused by me in 1b213d. It seems I was too focused on 0.11 when I did
+         this and tested the wrong branch.
+         The problem was reported by Alexey Fisher.
+
+2011-11-04 18:41:36 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/annodex/gstcmmldec.h:
+       * gst/alpha/Makefile.am:
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalpha.h:
+       * gst/audiofx/Makefile.am:
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audiofx.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsinclimit.c:
+       * gst/effectv/Makefile.am:
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstop.c:
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstripple.c:
+       * gst/effectv/gstvertigo.c:
+       * gst/equalizer/Makefile.am:
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/equalizer/gstiirequalizer.h:
+       * gst/shapewipe/Makefile.am:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/smpte/Makefile.am:
+       * gst/smpte/gstsmptealpha.c:
+       * gst/videobox/Makefile.am:
+       * gst/videobox/gstvideobox.c:
+       * gst/videofilter/Makefile.am:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videofilter/plugin.c:
+       * gst/videomixer/Makefile.am:
+       * gst/videomixer/videomixer.c:
+       * gst/videomixer/videomixer2.c:
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2src.c:
+       * tests/examples/shapewipe/shapewipe-example.c:
+       * tests/examples/v4l2/camctrl.c:
+         controller: port to new controller location and api
+
+2011-11-04 18:52:35 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/audiofx/gststereo.c:
+         controller: port to new controller location and api
+
+2011-11-04 17:39:15 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         more template fixes
+
+2011-11-04 16:21:13 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: more 0.11 fixing
+         Make sure the caps event gets to the sink.
+
+2011-11-04 15:35:42 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: port some more
+         Rename decodebin2 -> decodebin some more
+         Cleanup up sinkpad event handling
+
+2011-11-04 13:56:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: port some more to 0.11
+         We must not forward the caps event. instead we will decide what to do when the
+         pad block is taken.
+         Use decodebin instead of decodebin2
+
+2011-11-04 13:12:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/interleave/deinterleave.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/matroska/matroska-demux.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartdemux.h:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         more template fixes
+
+2011-11-04 11:58:22 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+       * gst/interleave/interleave.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/webm-mux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/videomixer/videomixer.c:
+       * tests/check/elements/avimux.c:
+       * tests/check/elements/interleave.c:
+       * tests/check/elements/matroskamux.c:
+       * tests/check/elements/qtmux.c:
+       * tests/check/elements/rtpbin.c:
+         make %u in all request pad templates
+
+2011-11-04 11:01:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         gst/rtp/gstrtpvrawdepay.c
+
+2011-11-04 10:32:46 +0100  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * configure.ac:
+       * gst/apetag/gstapedemux.c:
+         Port apedemux
+
+2011-11-03 23:28:31 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         rtp: use GLib's G_BIG_ENDIAN define instead of BIG_ENDIAN
+         Fixes compiler warning on mingw32
+
+2011-11-03 16:43:00 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * common:
+       * configure.ac:
+       * gst/rtpmanager/Makefile.am:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+       * gst/rtpmanager/rtpsource.h:
+       * gst/rtpmanager/rtpstats.h:
+       * gst/udp/Makefile.am:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstudp.c:
+       * gst/udp/gstudpsrc.c:
+         update for new net library
+
+2011-11-02 12:09:20 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/annodex/gstcmmldec.c:
+       * ext/flac/gstflactag.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/speex/gstspeexdec.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/wavparse/gstwavparse.c:
+         tags: update for tag API removal
+
+2011-11-02 10:40:12 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-10-31 02:40:08 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstudpsrc.c:
+         update for netbuffer api change
+
+2011-10-31 02:35:51 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstudp.c:
+       * gst/udp/gstudpsrc.c:
+         update for netaddress change
+
+2011-10-31 02:24:04 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstwarp.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawdepay.h:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+         update for meta api change
+
+2011-10-29 09:29:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/gstqtmoovrecover.c:
+       * gst/rtsp/gstrtspsrc.c:
+         update for new task api
+
+2011-10-29 09:09:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * sys/v4l2/gstv4l2object.c:
+         structure: fix for api update
+
+2011-10-29 08:25:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+         bufferlist: update for new API
+
+2011-11-01 00:40:40 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+       * gst/rtsp/gstrtspsrc.c:
+         Update for pad API changes
+         GstProbeType, GstProbeReturn and GstActivateMode -> GstPad*
+
+2011-10-31 18:38:55 +0100  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: fix obvious crash
+
+2011-10-31 16:18:32 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: avoid shortcut evaluation when adding paired mp4 tag
+         Fixes (part of) #638711.
+
+2011-10-31 15:43:25 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: do not use unoffical V_MJPEG codec id
+         ... but as not spec'ed especially, consider it a VfW compatibility case.
+         Fixes #659837.
+
+2011-10-30 19:30:14 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacenc.h:
+         flacenc: remove dead code from header
+         We require a new-enough libflac that this condition will never apply.
+
+2011-10-30 19:09:03 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: parse stream headers from caps in set_format function
+         Not that this seems to be actually needed, libflac happily decodes
+         stuff even if we just drop all headers and never feed it to the
+         library.
+
+2011-10-30 18:49:21 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacdec.h:
+         flacdec: don't extract metadata, leave that to the parser or container
+
+2011-10-30 18:45:45 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacdec.h:
+         flacdec: we expect framed input now, remove some more code
+
+2011-10-09 16:18:09 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacdec.h:
+         flacdec: naive port to GstAudioDecoder
+         This would probably have been too invasive to do in the 0.10
+         branch, with all the pull-mode and parser handling code in
+         there.
+
+2011-10-30 12:29:14 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/Makefile.am:
+       * ext/lame/README:
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+       * ext/lame/plugin.c:
+       * ext/lame/test-lame.c:
+       * tests/check/pipelines/lame.c:
+         lame: remove lame element, it's been superseded by lamemp3enc
+
+2011-10-30 11:51:58 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         ext, gst: update for taglist API changes
+
+2011-10-30 11:44:53 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/annodex/gstcmmldec.c:
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/multipart/multipartdemux.c:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/wavparse/gstwavparse.c:
+         ext, gst: update for taglist API changes
+
+2011-10-30 11:41:32 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+         tests: fix compilation of audio tests in uninstalled setup
+
+2011-10-28 21:26:33 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/audiofx/audiopanorama.c:
+         audiopanorama: simplify get_unit_size
+
+2011-10-28 21:19:42 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * tests/check/elements/audioecho.c:
+         tests: audioecho: port to 0.11
+
+2011-10-28 21:18:33 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/audiofx/audioecho.c:
+         audioecho: fix internal buffer size calculation
+
+2011-10-28 14:05:48 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * tests/check/elements/audiochebband.c:
+         tests: audiochebband: port to 0.11
+
+2011-10-28 16:52:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-10-28 15:08:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: fix porting errors
+         The probes were ported wrongly and caused deadlocks.
+
+2011-10-28 09:57:36 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: add sof-marker to template caps, so we don't get plugged for lossless jpeg
+         jpegdec (using libjpeg 6.2/8) can't decode some lossless types of JPEG.
+         https://bugzilla.gnome.org/show_bug.cgi?id=556648
+
+2011-10-28 13:06:20 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * tests/check/elements/audiocheblimit.c:
+         tests: audiocheblimit: port to 0.11
+
+2011-10-28 13:02:56 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/audiofx/audiofxbaseiirfilter.c:
+         audiofx: fix crash in process()
+
+2011-10-28 11:48:31 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * tests/check/elements/audioamplify.c:
+         tests: audioamplify: port to 0.11
+
+2011-10-28 12:51:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulse: fix check for empty caps
+
+2011-10-28 12:30:33 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: elaborate some debug statements
+
+2011-10-11 20:56:51 +0400  Stas Sergeev <stsp@users.sourceforge.net>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: be careful with negative cts
+         Fixes #661477.
+
+2011-10-06 13:04:54 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: tune non-update seek handling cases
+         Fixes #661049.
+
+2011-10-28 11:46:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         gst/videomixer/gstcollectpads2.c
+
+2011-10-28 11:16:38 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/audiofx/audiodynamic.c:
+         audiodynamic: don't set process function too early
+         GstAudioInfo and GstAudioFilter have been changed so that this code doesn't
+         crash anymore when a property is set in NULL state.
+
+2011-10-28 10:42:04 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * tests/check/elements/audiodynamic.c:
+         tests: audiodynamic: port to 0.11
+
+2011-10-28 00:24:14 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * tests/check/elements/spectrum.c:
+         tests: spectrum: port to 0.11
+
+2011-10-27 23:57:17 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * tests/check/elements/audiopanorama.c:
+         tests: audiopanorama: port to 0.11
+
+2011-10-27 23:56:12 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/audiofx/audiopanorama.c:
+         audiopanorama: fix get_unit_size
+
+2011-10-28 10:40:36 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: Use the clip function instead of the prepare_buffer function
+
+2011-10-28 09:05:27 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * sys/v4l2/gstv4l2object.c:
+         rtpmanager, v4l2: fix compiler warnings after gst_caps_new_simple() change
+
+2011-10-28 09:01:57 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fix compiler warnings after gst_caps_new_simple() change
+
+2011-10-28 09:36:17 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/videomixer/Makefile.am:
+       * gst/videomixer/gstcollectpads2.c:
+       * gst/videomixer/gstcollectpads2.h:
+       * gst/videomixer/videomixer2.h:
+       * gst/videomixer/videomixer2pad.h:
+         videomixer2: Use collectpads2 from core
+
+2011-10-27 19:39:20 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/wavenc/Makefile.am:
+       * gst/wavenc/gstwavenc.c:
+         wavenc: port to 0.11 raw audio caps
+
+2011-10-27 19:06:06 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         gst/flv/gstflvmux.c
+
+2011-10-27 19:00:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/icydemux/gsticydemux.c:
+       * gst/rtp/README:
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+         make some more things compile again
+
+2011-10-27 16:08:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/pulse/pulseaudiosink.c
+         ext/pulse/pulsesink.c
+
+2011-10-27 16:03:17 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+       * sys/v4l2/gstv4l2object.c:
+         fix compilation
+
+2011-10-28 00:41:45 +1100  Jan Schmidt <thaytan@noraisin.net>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Don't pointlessly hold object lock over caps operations
+         Avoids a deadlock when getcaps is recursive due to the getcaps being
+         reflected upstream/downstream. The lock isn't actually protecting
+         anything here.
+
+2011-10-27 00:37:03 +1100  Jan Schmidt <thaytan@noraisin.net>
+
+       * gst/flv/amfdefs.h:
+       * gst/flv/gstflvmux.c:
+         flvmux: add some comments and defines to clarify code.
+
+2011-10-10 15:36:14 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/matroska/ebml-write.c:
+         matroska: refactor ebml-write to be more 0.11 friendly
+         Switching to a more 0.11-friendly pattern, where getting the buffer's data
+         pointer and setting the size many times is less natural. This is of course in
+         preparation to the upcoming port of the plugin.
+
+2011-10-11 21:45:46 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/matroska/ebml-write.c:
+         matroska: remove stale floatcast include
+         GDOUBLE_TO_BE was moved to core a long time ago.
+
+2011-10-11 22:10:27 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: fix possible crash with malformed dirac codec_data
+         Since size is unsigned, we need to safeguard against wrapping below zero.
+
+2011-10-21 22:33:34 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/equalizer/gstiirequalizer.c:
+         equalizer: remove avoidable call to gst_object_set_name
+
+2011-10-21 22:32:38 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: remove avoidable call to gst_object_set_name
+
+2011-10-21 14:51:23 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * ext/pulse/pulsemixerctrl.h:
+       * gst/videofilter/gstvideobalance.c:
+       * sys/directsound/gstdirectsoundsink.c:
+       * sys/oss/gstossmixer.h:
+       * sys/oss4/oss4-mixer.c:
+       * sys/oss4/oss4-source.c:
+       * sys/osxaudio/gstosxaudioelement.c:
+       * sys/sunaudio/gstsunaudiomixerctrl.h:
+       * sys/v4l2/gstv4l2colorbalance.h:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2tuner.h:
+       * sys/v4l2/gstv4l2videooverlay.c:
+       * sys/v4l2/gstv4l2videooverlay.h:
+       * sys/v4l2/gstv4l2vidorient.c:
+       * sys/v4l2/gstv4l2vidorient.h:
+         interfaces: clean up the use of iface and class/klass
+
+2011-10-21 11:37:05 +0100  Christian Fredrik Kalager Schaller <christian.schaller@collabora.co.uk>
+
+       * gst-plugins-good.spec.in:
+         Update spec file so its paralel-installable and only tries to package ported plugins
+
+2011-10-16 20:30:25 +0200  René Stadler <mail@renestadler.de>
+
+       * ext/libpng/gstpngenc.c:
+         pngenc: increase arbitrary resolution limits
+         Apparently libpng can technically do up to 2^31-1 rows and columns. However it
+         imposes an (arbitrary) default limit of 1 million (that could theoretically be
+         lifted by using some additional API).
+         Moved array allocation to the heap now.
+
+2011-10-16 20:25:41 +0200  René Stadler <mail@renestadler.de>
+
+       * ext/libpng/gstpngenc.c:
+         pngenc: don't unconditionally allocate 4096 pointers on the stack
+         Instead allocate as many as needed (on the stack still).
+
+2011-10-16 20:05:28 +0200  René Stadler <mail@renestadler.de>
+
+       * ext/libpng/gstpngenc.c:
+         pngenc: ensure setcaps was called before chain function
+         This is needed to properly error out for e.g. "fakesrc ! pngenc ! fakesink".
+
+2011-10-16 19:44:27 +0200  René Stadler <mail@renestadler.de>
+
+       * ext/libpng/gstpngenc.c:
+         pngenc: validate input buffer size
+         Just for safety; of course such mismatch represents a bug in another element.
+
+2011-10-16 19:41:28 +0200  René Stadler <mail@renestadler.de>
+
+       * ext/libpng/Makefile.am:
+       * ext/libpng/gstpngenc.c:
+       * ext/libpng/gstpngenc.h:
+         pngenc: make setcaps more robust, use gstvideo functions
+         A setcaps function needs to actually verify the caps carefully. In this case,
+         it was possible to e.g. link a video decoder with YUV+RGB template caps to
+         pngenc.  That would cause a crash when the decoder pushes a YUV buffer. Same
+         thing when pushing a valid buffer that exceeds the resolution limits.
+         Also, missing framerate caps field would cause a glib critical warning due to
+         invalid GValue. This fails hard now.
+
+2011-10-21 10:01:43 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/matroska/matroska-read-common.c:
+         ebml: small correction to previous commit
+         Signal a short read with UNEXPECTED, exactly like the peek_bytes function.
+
+2011-10-19 13:09:51 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/matroska/matroska-read-common.c:
+         ebml: Fix push-based behaviour
+         The 'peek' method was completely wrong (!?)
+
+2011-10-18 18:31:17 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulse: Get caps correctly on pad block
+         Instead of always going upstream, we should first see if already got
+         caps from a setcaps() call.
+         https://bugzilla.gnome.org/show_bug.cgi?id=661262
+
+2011-10-18 12:25:14 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/wavpack/gstwavpackenc.c:
+         wavpackenc: don't unref buffer with gst_object_unref()
+
+2011-10-18 12:05:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: only use is_pcm for 1.0 of pulseaudio
+
+2011-10-18 11:58:57 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: only disable trickmodes for !pcm
+         Only disable trickmodes when we are not dealing with raw PCM samples.
+
+2011-10-16 15:32:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videocrop/gstvideocrop.c:
+         videocrop: fix compilation
+
+2011-10-16 15:26:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         gst/rtp/gstrtpvrawdepay.c
+
+2011-10-14 10:56:16 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: Fix a leak
+         Buffers weren't being unref'ed in one case inside, causing memory usage
+         to blow up.
+
+2011-10-14 09:10:01 +0200  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/rtp/gstrtpvrawdepay.c:
+         set colour masks for video/x-raw-rgb in rtpvrawdepay
+
+2011-10-13 01:05:13 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * configure.ac:
+         configure: re-enable videocrop plugin
+         Already ported to 0.11
+
+2011-10-13 01:05:04 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/videocrop/gstaspectratiocrop.c:
+       * gst/videocrop/gstaspectratiocrop.h:
+         aspectratiocrop: Port to 0.11
+
+2011-10-13 00:39:28 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/videocrop/Makefile.am:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videocrop/gstvideocrop.h:
+         videocrop: Port to 0.11
+
+2011-10-12 17:43:47 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * tests/check/elements/aspectratiocrop.c:
+         tests: aspectratiocrop: Port to 0.11
+
+2011-10-12 08:24:28 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * tests/check/elements/alphacolor.c:
+         tests: alphacolor: Port to 0.11
+
+2011-10-13 17:12:23 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/flac/gstflacenc.c:
+         flacenc: Properly register type
+         It's a subclass of GstAudioEncoder and not of GstElement
+
+2011-10-13 16:59:50 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * gst/videomixer/videomixer2.c:
+         videomixer2: Fix incorrect gst_buffer_replace() call
+         This got exposed when gst_buffer_replace() was changed from a macro to a
+         function.
+
+2011-10-13 09:34:04 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Fix wrong usage of gst_iterator_filter
+         It takes a GValue* as the user_data.
+         And don't forget to unref the demuxer before returning.
+
+2011-10-13 09:02:47 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         fix compile
+
+2011-10-13 08:58:06 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/jpeg/gstjpegdec.c
+         gst/rtp/gstrtpvrawpay.c
+
+2011-10-12 08:09:20 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * tests/check/elements/cmmlenc.c:
+         tests: cmmlenc: Port to 0.11
+
+2011-10-12 08:02:08 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * tests/check/elements/cmmldec.c:
+         tests: cmmldec: Port to 0.11
+
+2011-10-12 07:29:30 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: Use new GstIterator API correctly
+         GstIterator now uses GValue, use it correctly.
+
+2011-10-12 11:26:50 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/rtp/gstrtpvrawpay.c:
+         rtpvrawpay: Only use 24 LSB for depth=24 RGB caps
+         ... and indent the masks for clarity
+
+2011-10-11 14:58:43 +0200  René Stadler <rene.stadler@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: fix segment handling, so we actually use running time
+         gst_matroska_mux_best_pad adjusts the buffer timestamp to running time using
+         the segment stored in the pad's collect data. However, the event handler didn't
+         pass the newsegment event on to collectpads' handler, so this segment was never
+         updated at all.
+         Re-fixes bug #432612.
+
+2011-10-10 19:01:23 +0100  Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+
+       * gst/rtp/gstrtpg722pay.c:
+         gstrtpg722pay: Compensate for clockrate vs. samplerate difference
+         The RTP clock-rate used for G722 is 8000, even though the samplerate is
+         16000. Compensate for this by pretending G722 has 8 bits per sample
+         instead of the 4 bits as if it were a codec that ran at half the speed,
+         but with twice the number of bits. Fixes #661376
+
+2011-09-27 19:25:53 +0100  Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: Implement upstream negotiation
+         Add upstream negotiation for jpegdec. Fixes #660275
+
+2011-10-10 19:02:58 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroska-demux: don't leak audio codec_data buffer
+
+2011-10-10 17:41:10 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+         alpha: Don't use start() vmethod
+         The only thing we're doing is initializing parameters ...
+         * which won't work because we don't have upstream/downstream caps
+         * which will be initialized when ::set_caps() is called
+
+2011-10-10 14:08:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-10-10 13:22:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * gst/id3demux/gstid3demux.c:
+         id3demux: port to 0.11
+
+2011-10-10 13:20:04 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/examples/cairo/Makefile.am:
+         tests: add missing PLUGIN_ASE_LIBS to LDADD
+
+2011-10-10 12:54:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * gst/icydemux/gsticydemux.c:
+         icydemux: port to 0.11
+
+2011-10-10 12:27:06 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * ext/annodex/gstcmmldec.c:
+       * ext/annodex/gstcmmlenc.c:
+         annodex: port to 0.11
+
+2011-10-10 11:48:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/speex/gstspeexenc.c
+
+2011-10-10 00:18:56 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulse: port pulseutil to 0.11
+
+2011-10-09 21:17:24 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/pulse/pulseaudiosink.c:
+         pulseaudiosink: port to 0.11
+
+2011-10-09 18:58:29 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Fixing getcaps function
+         Update getcaps function to 0.11 API
+
+2011-10-09 21:31:27 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/speex/gstspeexenc.c:
+       * ext/speex/gstspeexenc.h:
+         speexenc: only push header buffers following initial events
+
+2011-10-09 16:29:05 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/master' into 0.11
+
+2011-10-09 16:24:36 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/isomp4/qtdemux_dump.c:
+         qtdemux: update for __gst_debug_min name change
+
+2011-10-09 11:18:18 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/isomp4/atomsrecovery.c:
+         qtmux: Fix memory leak on atoms recovery function
+         Remember to free the ftyp data after writing it to a file.
+         Fixes #660969
+
+2011-10-06 12:26:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: report new bits
+
+2011-10-06 12:23:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/speex/gstspeexdec.c
+         ext/speex/gstspeexenc.c
+         gst/isomp4/atoms.c
+         gst/isomp4/gstqtmux.c
+
+2011-09-21 18:45:42 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: improve segment handling with non-zero starting timestamp
+         ... as well as related items, such as seeking and position reporting.
+         https://bugzilla.gnome.org/show_bug.cgi?id=659808
+
+2011-09-29 18:41:53 +0400  Stas Sergeev <stsp@users.sourceforge.net>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/ximage/gstximagesrc.c:
+         v4l2, ximagesrc: fix some printf format compiler warnings
+         https://bugzilla.gnome.org/show_bug.cgi?id=660150
+
+2011-09-30 12:42:22 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * tests/check/elements/qtmux.c:
+         tests: qtmux: Refactor bitrate check test
+         Refactor bitrate check test to accomodate multiple tests
+         for bitrate
+
+2011-09-30 13:02:31 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/isomp4/atoms.c:
+         qtmux: update esds atom under wave atom for aac bitrates
+         AAC in mov format puts an ESDS atom inside of a WAVE atom in
+         STSD atom, we need to update the bitrate on this ESDS. This patch
+         fixes it.
+
+2011-09-30 12:41:52 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/fourcc.h:
+         qtmux: Also update btrt atom
+         When rewriting bitrates, also update the btrt atom under stsd
+
+2011-09-30 10:55:53 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * tests/check/elements/qtmux.c:
+         tests: qtmux: add tests for bitrate average calculation
+         Adds tests to make sure qtmux/mp4mux sets average bitrate
+         correctly
+
+2011-09-28 11:41:49 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+         qtmux: Calculate average bitrate for streams
+         Calculate and use average bitrate for streams when no
+         bitrate tag was received
+
+2011-09-28 10:41:14 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Avoid a buffer metadata copy if possible
+         If first_ts is 0 there is no need to subtract, so we might
+         skip some copying to make the buffer metadata writable.
+
+2011-09-29 23:21:46 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/speex/gstspeexenc.c:
+         speexenc: initialise variable before adding to it
+
+2011-09-29 17:21:22 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexdec.h:
+         speexdec: port to audiodecoder
+
+2011-09-29 16:33:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/speex/gstspeexenc.h:
+         speexenc: clean up some unused remnants
+
+2011-09-29 17:32:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/speex/Makefile.am:
+       * ext/speex/gstspeexenc.c:
+       * ext/speex/gstspeexenc.h:
+         speexenc: port to audioencoder
+
+2011-09-28 19:10:27 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: get rid of granulepos handling
+         Leave that to the parser or demuxer. There's still some
+         code for operating in DEFAULT (samples) format, but that
+         will be removed later.
+
+2011-09-28 18:32:00 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacdec.h:
+         flacdec: get rid of pull-mode support and focus on being a decoder
+         Leave all the other stuff to flacparse.
+
+2011-09-28 17:29:08 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflactag.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegenc.c:
+         flac, jpeg: fix compiler warning
+
+2011-09-28 17:40:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflactag.c:
+         flac: port to 0.11
+
+2011-09-28 17:39:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/flac/gstflacenc.c
+
+2011-09-28 16:18:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-09-28 16:09:58 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/flac/Makefile.am:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflacenc.h:
+         flacenc: port to audioencoder
+
+2011-09-27 15:59:24 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-parse.c:
+         matroskademux: ensure minimal alignment for audio/x-raw-* buffers
+         Since matroskademux will attempt to push unaligned buffers,
+         downstream might have trouble with those, especially if downstream
+         uses ORC, such as audioconvert.
+         Ensure we push buffers aligned to the basic type at least for
+         those raw buffers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=659798
+
+2011-09-28 12:44:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         common
+         ext/pulse/pulsesink.c
+         ext/soup/gstsouphttpclientsink.c
+         gst/audioparsers/gstaacparse.c
+         gst/audioparsers/gstac3parse.c
+         gst/rtp/gstrtph264depay.c
+         gst/rtpmanager/gstrtpjitterbuffer.c
+         gst/rtpmanager/rtpjitterbuffer.c
+         gst/rtsp/gstrtspsrc.c
+         sys/ximage/gstximagesrc.c
+
+2011-09-28 00:10:09 +0300  Raimo Järvi <raimo.jarvi@gmail.com>
+
+       * gst/goom2k1/goom_core.c:
+         goom2k1: Fix compiler warnings on 64 bit mingw-w64
+         Fixes bug #660294.
+
+2011-09-27 18:19:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         lame: fix raw audio caps too
+
+2011-09-27 18:15:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         lame: port to 0.11
+
+2011-09-26 16:29:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/twolame/gsttwolame.c:
+         twolame: Simple fix for GstAudioEncoder API change
+
+2011-09-26 16:28:08 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/twolame/gsttwolame.c:
+         twolame: Fix variable 'gstelement_class' set but not used compiler warning
+
+2011-09-26 16:08:20 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         lame: Don't get the parent class again, GST_BOILERPLATE does this already
+
+2011-09-26 16:07:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         lame: Fix variable 'gstelement_class' set but not used compiler warning
+
+2011-09-26 12:07:15 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/twolame/gsttwolame.c:
+         twolame: improve output framing and timestamping
+         ... which simply comes down to requesting one frame of input data at a time,
+         since the encoder nicely turns this into 1 encoded frame.
+
+2011-09-26 11:56:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/twolame/Makefile.am:
+       * ext/twolame/gsttwolame.c:
+       * ext/twolame/gsttwolame.h:
+         twolame: port to audioencoder
+
+2011-09-23 15:32:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+         lame: use some more boilerplate
+
+2011-09-23 15:26:48 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         lame: port to audioencoder
+
+2011-09-23 14:33:55 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: use some more boilerplate
+
+2011-09-26 14:44:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: really report bitrate rather kbitrate
+
+2011-09-26 14:44:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/lame/Makefile.am:
+       * ext/lame/gstlamemp3enc.c:
+       * ext/lame/gstlamemp3enc.h:
+         lamemp3enc: port to audioencoder
+
+2011-09-25 15:13:39 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/Makefile.am:
+       * ext/soup/gstsoup.c:
+       * ext/soup/gstsouphttpclientsink.c:
+       * ext/soup/gstsouphttpclientsink.h:
+         soup: rename souphttpsink to souphttpclientsink
+         To avoid confusion, and because we might want a server
+         sink at some point too.
+         https://bugzilla.gnome.org/show_bug.cgi?id=659947
+
+2011-09-23 16:39:46 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsink.c:
+       * ext/soup/gstsouphttpsink.h:
+         souphttpsink: don't create unused second sink pad object
+         The base class will create the sink pad.
+
+2011-09-23 15:36:36 +0200  Julien Isorce <julien.isorce@gmail.com>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: correctly check for ac3/e-ac3 switch
+         https://bugzilla.gnome.org/show_bug.cgi?id=659943
+
+2011-09-21 14:01:20 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * common:
+         Update common to 0.11 branch
+
+2011-09-20 13:38:53 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: improve downstream flow return feedback to upstream
+         ... although basertpdepay does not really make it easy/possible to do so
+         all the way.
+
+2011-09-20 12:11:47 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/gstximagesrc.h:
+         ximagesrc: add xid and xname properties to allow capturing a particular window
+         A particular window may be selected using the new xid (X-Window
+         XID, eg a pointer) and xname (window title) properties. If both
+         are specified, the XID is used in preference, falling back to
+         xname if not found.
+         Default (if none of xid and xname are specified, or if no such
+         window is found) is to capture the root window.
+         https://bugzilla.gnome.org/show_bug.cgi?id=546932
+
+2011-08-02 17:39:44 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/elements/qtmux.c:
+         tests: add unit test to make sure encodebin picks mp4mux for variant=iso
+         https://bugzilla.gnome.org/show_bug.cgi?id=651496
+
+2011-09-19 12:15:11 +0200  Ha Nguyen <hanguytv@gmail.com>
+
+       * gst/rtpmanager/gstrtpbin.c:
+         rtpbin: Fix a leaked clock for each buffering message
+         Fixes bug #659237.
+
+2011-09-19 12:11:32 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux_fourcc.h:
+         qtdemux: parse embedded ID32 tags
+
+2011-09-02 13:41:41 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+         rtpsession: avoid source premature timing out
+         Use slightly adjusted sender interval to determine sender timeout rather than
+         our own sender side interval (which may have been forced small).
+
+2011-08-25 12:40:52 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: avoid timing out source too quickly
+         ... following a PAUSE/PLAY cycle, particularly applicable when operating
+         with a short RTCP interval (possibly forced so server-side).
+
+2011-08-24 14:37:52 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer/rtpbin: relax dropping rtcp packets
+         ... to at least having it trigger a/v synchronization, possibly without
+         using provided values which are still not considered sane
+         (as previously dropped).
+
+2011-08-24 14:34:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: some more reset when clearing pt map
+         ... which in particular caters for some more reset following a possible
+         rtsp PLAY.
+
+2011-08-21 21:58:38 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: do not set elements to PLAYING when doing seek in PAUSED
+
+2011-09-01 14:47:48 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: only reset skew on gap if input ts available
+
+2011-08-18 14:12:21 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: check some more for possible rtp timestamp discontinuity
+         ... when operating in non slave mode, and reset if detected.
+         This should avoid some (large) bogus outgoing timestamp due to jumps
+         in rtp time, as result of PAUSE/PLAY or seek or ...
+
+2011-08-08 12:48:50 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: switch to rtp time based syncing when guessed appropriate
+
+2011-08-08 12:15:20 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: alternative inter-stream syncing methods
+         ... at least if not syncing to NPT time:
+         * either sync using RTCP SR data (as currently)
+         * only perform the above once using initial RTCP SR packets
+         * discard RTCP and sync by equating provided stream's clock-base rtptime,
+         as provided by jitterbuffer (typically obtained from RTP-Info in RTSP).
+
+2011-08-08 12:11:24 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         rtpjitterbuffer: also provide clock-base to sync signal
+
+2011-08-08 12:09:41 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpbin.h:
+         rtpbin: allow configurable rtcp stream syncing interval
+         ... rather than necessarily syncing at each RTCP SR.
+
+2011-08-01 08:35:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: trigger reconsideration if rtcp interval set
+
+2011-08-01 08:32:24 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: configure rtcp interval if provided
+         ... in PLAY response.
+
+2011-09-16 16:53:22 +0300  Lasse Laukkanen <lasse.laukkanen@digia.com>
+
+       * gst/isomp4/gstqtmux.c:
+         isomp4: Fix allowing zero duration tracks
+         https://bugzilla.gnome.org/show_bug.cgi?id=637486
+
+2011-09-05 10:11:18 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/udp/gstudpnetutils.c:
+         udpsrc: error out when no protocol is specified in the uri
+         It is certainly better than to crash.
+         https://bugzilla.gnome.org/show_bug.cgi?id=658178
+
+2011-09-19 09:37:58 +0200  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/speex/gstspeexenc.c:
+         speexenc: do not use invalid buffer timestamps
+
+2011-03-29 12:09:18 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/Makefile.am:
+       * ext/pulse/plugin.c:
+       * ext/pulse/pulseaudiosink.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulseutil.h:
+         pulse: New pulseaudiosink element to handle format changes
+         This introduces a new bin which wraps around pulsesink and depending on
+         the formats supported by the sink, plugs in/out a decodebin2 as
+         required. This allows users to switch sinks on the stream and adapts
+         accordingly (for example, you could watch a movie in passthrough mode on
+         your receiver which supports AC3 decode, then plug out and switch to a
+         non-digital profile to continue uninterrupted on analog output).
+         The bin is required because doing the same with playbin2/playsink will
+         require API changes that cannot be made in 0.10. With 0.11/1.0, we
+         should be able to ask for upstream caps renegotiation to deal with all
+         this.
+         https://bugzilla.gnome.org/show_bug.cgi?id=657179
+
+2011-09-16 15:03:23 +0200  Branko Subasic <branko@axis.com>
+
+       * gst/matroska/ebml-read.c:
+       * gst/matroska/ebml-read.h:
+       * gst/matroska/matroska-read-common.c:
+         matroskademux: Avoid sending EOS when in paused state
+         Changed the ebml reader's gst_ebml_peek_id_length() function so
+         that it returns the actual reason for why the peek failed, instead
+         of (almost) always returning GST_FLOW_UNEXPECTED. This prevents
+         the pulling task from sending EOS when doing a flushing seek.
+
+2011-09-15 15:53:47 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix stuttering A/V
+         Someone got had by implicit promotion to unsigned in ops with
+         a signed and an unsigned value.
+         https://bugzilla.gnome.org/show_bug.cgi?id=659153
+
+2011-09-14 16:37:12 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/debugutils/gstnavseek.c:
+         navseek: toggle pause/play on space bar
+         A useful thing to have.
+         https://bugzilla.gnome.org/show_bug.cgi?id=659065
+
+2011-09-14 14:46:00 +0200  David Svensson Fors <davidsf@axis.com>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+         matroskademux: configurable timestamp gap handling
+         matroskademux performs segment tricks to skip gaps in streams,
+         notably at start for non 0 based files.  There may however be
+         cases when full presentation (including intermediate gaps) is
+         desired, so a property allows to configure as of which gap
+         to act (or not at all).
+         API: GstMatroskaDemux::max-gap-time
+         Fixes #659009.
+
+2011-09-12 09:21:47 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * tests/check/elements/flvmux.c:
+         tests: flvmux: Fix flvmux's tests after fix for request pads handling
+         Now that flvmux doesn't release its request pads on PAUSED->READY the
+         test doesn't need to re-request them for every reuse test start.
+
+2011-09-09 09:12:56 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Fix ctts generation for streams that don't start at 0 timestamps
+         Subtract the first timestamp of a stream from all input buffers to
+         get 0-based timestamps for creating a sane ctts table. Without this
+         patch the ctts could have larger values than needed, causing the
+         playback to have a delay at startup.
+         As the first timestamp is only found after a few buffers are queued
+         (due to possible reordered buffers), once we find the first timestamp
+         we subtract it from all buffers on the queue, from that point on,
+         all buffers have their timestamps subtract when they are collected.
+         https://bugzilla.gnome.org/show_bug.cgi?id=658659
+
+2011-09-12 07:55:19 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: don't release request pads going PAUSED->READY
+         Don't release request pads but just reset them. This makes pipelines using
+         flvmux reusable.
+
+2011-09-09 12:35:50 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: use bsid 9 and 10 to control sample rate
+         See http://matroska.org/technical/specs/codecid/index.html
+         The spec is silent about this though...
+         https://bugzilla.gnome.org/show_bug.cgi?id=658546
+
+2011-09-07 14:13:03 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: ensure some initial state variable setup
+         ... which might otherwise be skipped if the PLAY command is issued before
+         the OPEN command had a chance to actually be acted upon.
+         Fixes #657376.
+
+2011-09-08 15:02:05 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: tweak gap handling
+         ... so as to avoid buffers before and after gap to have identical running time.
+
+2011-09-08 13:28:24 +0200  Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: use GST_RESOURCE_ERROR_BUSY if v4l2_ioctl fails with EBUSY
+         https://bugzilla.gnome.org/show_bug.cgi?id=658543
+
+2011-09-07 08:54:17 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: remove one G_UNLIKELY for user property
+         Using G_UNLIKELY on user properties isn't nice, specially when
+         that is the default option.
+
+2011-03-15 11:03:53 +0100  Andoni Morales Alastruey <amorales@flumotion.com>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: handle GstForceKeyUnit event
+         ... by starting a new cluster after forwarding event.
+         Fixes #644154.
+
+2011-09-07 14:27:36 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/cmmldec.c:
+       * tests/check/elements/cmmlenc.c:
+         cmml: Use complete cmml caps in the unit test
+
+2011-09-07 14:26:01 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/qtmux.c:
+         qtmux: Use complete MPEG caps in the unit test
+
+2011-09-07 14:18:58 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * docs/plugins/Makefile.am:
+         docs: cleanup makefiles
+         Remove commented out parts that we don't need. Remove "the wingo addition" - no
+         so useful after all. Narrow down file-globs for plugin docs.
+
+2011-08-29 14:12:22 +0200  Konstantin Miller <konstantin.miller@gmail.com>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Don't handle HTTP response 407 as error if proxy authentication data is available
+         Fixes bug #657422.
+
+2011-09-07 12:11:39 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+         ac3parse: Add Converter to the classification because it can convert between different alignments
+         This allows decodebin2 to let it negotiate properly.
+
+2011-09-07 12:10:48 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+         audioparsers: Improve src template caps
+         Remove the parsed/framed fields and add all fields to the template
+         caps that always exist.
+
+2011-09-06 15:59:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstaacparse.h:
+         aacparse: parse codec_data to determine number of samples per frame
+         Fixes #656734.
+
+2011-09-06 21:24:46 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From a39eb83 to 11f0cd5
+
+2011-09-06 16:57:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+         configure: try to disable deinterlace..
+
+2011-09-06 15:40:32 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 605cd9a to a39eb83
+
+2011-09-06 16:37:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         common
+
+2011-09-06 16:06:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         gst/audioparsers/gstamrparse.c
+         gst/isomp4/qtdemux.c
+
+2011-09-06 15:40:32 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 605cd9a to a39eb83
+
+2011-09-06 15:05:37 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-mux.c:
+       * gst/matroska/matroska-mux.h:
+         matroskamux: make default duration check less sensitive
+         Frame duration might vary for 1 usecond, in this case matroskamux
+         decides to create BLOCKGROUP instead of SIMPLEBLOCK.
+         Convert duration to timecodescale which is (typically) less precise, and
+         then also allow the difference of 1/-1 to arrange for less sensitive check.
+         Based on patch by Alexey Fisher <bug-track@fisher-privat.net>
+         Fixes #653080.
+
+2011-09-06 13:18:40 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp4gdepay.c:
+         rtpmp4gdepay: improve bogus interleaved index compensating
+         Patch by <gudake@gmail.com>
+         Fixes #654585.
+
+2011-09-06 13:16:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jack/gstjack.h:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulseutil.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audiofx/audiopanorama.h:
+       * gst/auparse/gstauparse.c:
+       * gst/avi/gstavimux.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/law/alaw.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw.c:
+       * gst/spectrum/gstspectrum.c:
+       * gst/wavparse/gstwavparse.c:
+         -good: port to new audio caps
+
+2011-09-06 10:33:21 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+         souphttpsrc: Allow positive, non-1.0 segment rates
+         Only negative rates are not supported. Fixes bug #658305.
+
+2011-09-05 15:50:56 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/parser.c:
+         tests: parsers: provide more real data when testing draining of garbage
+
+2011-09-05 15:50:04 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstamrparse.c:
+         amrparse: fix and streamline valid frame checking
+         ... to handle various combinations of sync or not, and sufficient data
+         or not as might be expected.
+         Fixes #650714.
+
+2011-09-05 14:49:32 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fragmented support; avoid adjustment for keyframe seek
+         ... since all index data may not yet be available at that time.
+
+2011-09-05 14:48:02 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fragmented support; mark all audio track samples as keyframe
+
+2011-09-05 14:46:29 +0200  Brian Li <brian7003@gmail.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: fragmented support; properly init return variable value
+         Fixes #655918.
+
+2011-09-05 13:31:20 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: add gtk-doc for new short-header property
+
+2011-09-05 13:18:39 +0200  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: allow sending short RTSP requests to a server
+         Some encoders (Arecont) do not like the long OPTIONS sent at startup as sent by
+         GStreamer, but do accept the short header as sent by Live555.
+         This patch makes the extending the request optional by adding a property
+         (short-header).
+         Fixes #655805.
+         API: GstRTSPSrc:short-header
+
+2009-03-04 14:51:09 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtp/gstrtph263ppay.c:
+         rtph263ppay: Set H263-2000 if thats what the other side wants
+         The static caps states this element supports H263-2000, but setcaps never
+         sets it, so it was lie.
+         See https://bugzilla.gnome.org/show_bug.cgi?id=577784
+
+2011-08-30 19:02:51 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Initialise the last_keyframe_request variable
+
+2011-08-31 16:04:24 +0200  Peter Korsgaard <jacmet@sunsite.dk>
+
+       * gst/udp/gstmultiudpsink.c:
+         multiudpsink: make add/remove/clear/get-stats action signals
+         http://bugzilla.gnome.org/show_bug.cgi?id=657830
+         Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+
+2011-08-31 18:45:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+         mp2t: fix encoding name according to RFC3551
+
+2011-08-30 13:33:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: push mode; perform some extra checks prior to upstream seeking
+
+2011-08-30 13:28:21 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: push mode; fix buffered streaming
+         That is, in case where no seek is peformed to moov, but preceding
+         limited mdat is buffered.
+
+2011-08-30 14:06:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * gst/shapewipe/gstshapewipe.c:
+       * gst/shapewipe/gstshapewipe.h:
+         shapewipe: port to 0.11
+
+2011-08-30 12:49:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+         law is ported now
+
+2011-08-30 12:25:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/law/alaw.c:
+       * gst/law/mulaw-decode.c:
+       * gst/law/mulaw-encode.c:
+       * gst/law/mulaw.c:
+         law: port to 0.11
+
+2011-08-29 19:11:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/law/alaw-decode.c:
+       * gst/law/alaw-encode.c:
+         alaw: port to 0.11
+
+2011-08-29 19:10:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/goom/gstgoom.c:
+         goom: fix comment
+
+2011-08-29 18:02:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * ext/soup/gstsouphttpsink.c:
+       * ext/soup/gstsouphttpsrc.c:
+         soup: port soup elements to 0.11
+
+2011-08-29 15:13:56 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: avoid overflow wraparound in timestamp when adding durations
+         Do some type juggling to avoid overflow, while still allowing for 'negative'
+         durations (which would need a wraparound effect).
+
+2011-08-29 13:43:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         sys/v4l2/v4l2src_calls.c
+
+2011-08-26 14:20:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstwarp.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+         allocation: fix for vmethod changes
+
+2011-08-25 23:37:47 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2src: make this work more than once in a row
+         We used to skip frame rate setup if the camera was already setup
+         with the requested frame rate. This breaks some cameras though,
+         causing them to not output data (several models of Thinkpad cameras
+         have this problem at least).
+         So, don't skip.
+         https://bugzilla.gnome.org/show_bug.cgi?id=638300
+
+2011-08-25 16:41:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/y4m/gsty4mencode.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+         port to new video flags
+
+2011-08-24 18:40:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulseutil.c:
+         pulse: add some more channels
+
+2011-07-12 21:48:37 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         dtmf: Add more debug
+
+2011-07-12 19:09:02 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstdtmfcommon.h:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         dtmf: Max event type is 15
+
+2011-04-14 15:46:08 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+         dtmfsrc: Align DTMF sound buffers with last-stop from event
+         Also make sure the timestamps never go backwards
+
+2011-07-11 21:31:07 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: Correctly recognize the end of a buffer
+
+2011-07-11 20:47:23 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: Make sure rtpdtmfsrc timestamps don't overlap
+
+2011-07-11 20:46:20 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: Put the inter digit interval at the end, not at the start
+         The reason is to let rtpdtmfmux drop buffers during the inter digit interval,
+         this way, there will be more silence around the DTMF tones so IVFs will have
+         a better chance recognizing them.
+
+2011-04-14 17:08:57 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         rtpdtmfsrc: Start at the last_stop from the start event if there was one
+         The goal is to try to not have a GAP between the audio and the DTMF
+
+2011-04-14 16:49:39 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         rtpdtmfsrc: Respect ptime from the caps
+         Respect the ptime from the caps for the DTMF packets
+
+2011-07-11 21:30:28 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: Just error out if there is no clock
+
+2011-08-24 14:16:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-08-23 12:12:15 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: only require two frames in a row when we do not have sync
+         This avoids a single bit error dropping two frames unnecessarily.
+         The two consecutive frames check is still required when we don't
+         have sync.
+         https://bugzilla.gnome.org/show_bug.cgi?id=657080
+
+2011-08-23 21:41:15 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Trivial indentation fix
+
+2011-08-23 19:09:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/rtp/gstrtpvrawpay.c:
+         video: port to new colorimetry info
+
+2011-07-21 17:23:28 -0400  Monty Montgomery <cmontgom@redhat.com>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: Correct sample number rounding resulting in timestamp jitter
+         flacdec converts the src timestamp to a sample number, uses that internally, then reconverts the sample number to a timestamp for the output buffer.  Unfortunately, sample numbers can't be represented in an integer number of nanoseconds, and the conversion process was truncating rather than rounding, resulting in sample numbers and output timestamps that were often off by a full sample.
+         This corrects the time->sample convesion
+
+2011-08-22 13:10:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-08-22 12:24:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atoms.h:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+         fourcc: remove fourcc from caps
+
+2011-08-20 14:48:20 -0700  David Schleef <ds@schleef.org>
+
+       * gst/debugutils/breakmydata.c:
+         breakmydata: element is not passthrough
+
+2011-07-13 11:20:34 -0700  David Schleef <ds@schleef.org>
+
+       * gst/multifile/gstmultifilesrc.c:
+         multifilesrc: quiet debugging
+
+2011-07-10 21:40:20 -0700  David Schleef <ds@schleef.org>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+       * gst/deinterlace/gstdeinterlacemethod.c:
+       * gst/deinterlace/gstdeinterlacemethod.h:
+       * gst/deinterlace/tvtime/greedy.c:
+       * gst/deinterlace/tvtime/greedyh.c:
+       * gst/deinterlace/tvtime/linearblend.c:
+       * gst/deinterlace/tvtime/scalerbob.c:
+       * gst/deinterlace/tvtime/tomsmocomp/TomsMoCompAll.inc:
+       * gst/deinterlace/tvtime/vfir.c:
+       * gst/deinterlace/tvtime/weave.c:
+       * gst/deinterlace/tvtime/weavebff.c:
+       * gst/deinterlace/tvtime/weavetff.c:
+         deinterlace: change field handling through methods
+         This likely breaks stuff.  The good: all of the methods now create
+         field images aligned with input frames, without timestamp mangling.
+         The bad: this touches a lot of code, much of which is hairy and in
+         need of cleanup.  However, at this point we can reasonably create a
+         PSNR-based test.
+
+2011-08-21 14:41:14 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: reset ->streamheaders to NULL on _stop
+         Fixes invalid memory access reusing multifilesink
+
+2011-08-20 10:46:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/cutter/gstcutter.c:
+       * gst/cutter/gstcutter.h:
+         cutter: bring cutter somewhat into this millennium
+
+2011-08-19 16:27:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/replaygain/gstrganalysis.c:
+         rg: fix caps
+
+2011-08-19 16:13:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: port after merge
+
+2011-08-19 16:12:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-08-19 16:09:48 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsinclimit.c:
+       * gst/auparse/Makefile.am:
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/goom/gstgoom.c:
+       * gst/level/Makefile.am:
+       * gst/replaygain/Makefile.am:
+       * gst/replaygain/gstrganalysis.c:
+       * gst/replaygain/gstrglimiter.c:
+       * gst/replaygain/gstrgvolume.c:
+       * gst/spectrum/gstspectrum.c:
+         port to more audio api changes
+
+2011-08-19 14:01:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsrc.c:
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+       * gst/auparse/gstauparse.c:
+       * gst/auparse/gstauparse.h:
+       * gst/cutter/gstcutter.c:
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/level/gstlevel.c:
+       * gst/level/gstlevel.h:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/spectrum/gstspectrum.c:
+       * sys/oss/gstosshelper.c:
+       * sys/oss/gstosssink.c:
+       * sys/oss/gstosssrc.c:
+       * tests/check/elements/audioinvert.c:
+       * tests/check/elements/level.c:
+       * tests/check/elements/rtp-payloading.c:
+       * tests/check/elements/rtpjitterbuffer.c:
+       * tests/examples/level/level-example.c:
+       * tests/examples/spectrum/spectrum-example.c:
+         port more elements to new audio caps and API
+
+2011-08-19 11:49:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audioamplify.h:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audiofirfilter.h:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/audiofx/audioiirfilter.h:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiokaraoke.h:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsincband.h:
+       * gst/audiofx/audiowsinclimit.c:
+         port to new audio API and caps
+
+2011-08-18 13:37:39 +0200  David Henningsson <david.henningsson@canonical.com>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: Allow writes in bigger chunks
+         There's no use in splitting the incoming data down to the segsize
+         limit - by writing as much as possible in one chunk, we increase
+         performance and avoid PulseAudio unnecessary rewinds.
+         Signed-off-by: David Henningsson <david.henningsson@canonical.com>
+
+2011-08-18 19:37:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-08-18 19:21:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jack/gstjack.h:
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulseutil.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+         port to new audio caps.
+
+2011-08-08 22:14:28 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: ensure no-more-pads is always emitted
+         In particular, do so even if failing to read while prerolling,
+         such as when reading from a partial file (eg, while it is being
+         downloaded).
+         This fixes a wedge in playbin2.
+         https://bugzilla.gnome.org/show_bug.cgi?id=651965
+
+2011-08-17 17:57:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: improve fixate function
+         Use new core function to fixate a field.
+         Chain up to parent fixate function.
+
+2011-08-17 15:52:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/flac/gstflacdec.c
+
+2011-08-17 15:39:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * ext/jpeg/Makefile.am:
+       * ext/jpeg/gstjpeg.c:
+       * ext/jpeg/gstjpegdec.c:
+       * ext/jpeg/gstjpegdec.h:
+       * ext/jpeg/gstjpegenc.c:
+       * ext/jpeg/gstjpegenc.h:
+         jpeg: port to 0.11
+         Also disable smoke for now.
+
+2011-08-16 17:27:13 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: avoid timestamp/offset tracking going out of sync
+         The libFLAC API is callback based, and we must only call it to
+         output data when we know we have enough input data. For this
+         reason, a single processing step is done when receiving a buffer.
+         However, if there were metadata buffers still pending, a step
+         intended for the first audio frame might end up writing that
+         leftover metadata. Since a single step is done per buffer, this
+         will cause every buffer to be written one step late.
+         This would add some latency (a bufferfull's worth), possibly
+         lose a buffer when seeking or the like, and also cause timestamp
+         and offset to be applied to the wrong buffer, as updates to
+         the "current" segment last_stop (from incoming buffer timestamp)
+         will be applied to an output buffer originating from the previous
+         incoming buffer.
+         This fixes the issue by ensuring that, upon receiving the first
+         audio frame, processing is done till all metadata is processed,
+         so the next "single step" done will be for the audio frame. After
+         this, we should keep to 1 input buffer -> 1 output buffer and so
+         avoid getting out of sync.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650960
+
+2011-08-17 11:17:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-08-16 15:32:07 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: bail on reserved value
+         Now that we look at the right bits, we can test against the reserved
+         value as we do for other fields.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650960
+
+2011-08-16 15:27:43 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: fix bit twiddling
+         Right shifting a 8 bit value by 8 bits is twice too much
+         to get the high 4 bits.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650960
+
+2011-08-16 15:22:46 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: warn if we see a variable block size where unsupported
+         https://bugzilla.gnome.org/show_bug.cgi?id=650960
+
+2011-08-16 18:25:29 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/spectrum/gstspectrum.c:
+         spectrum: avoid crashing by resetting the correct number of channels
+         https://bugzilla.gnome.org/show_bug.cgi?id=656606
+
+2011-08-16 18:35:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         sys/v4l2/v4l2src_calls.c
+
+2011-08-16 13:16:22 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: fix off by one in frame size check
+         Yes, I was tracking another bug and the small test file I generated
+         to test with improbably just happened to trigger this, with a second
+         and last frame of 1615 bytes.
+         https://bugzilla.gnome.org/show_bug.cgi?id=656649
+
+2011-08-15 12:19:14 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/parser.c:
+         tests: update for _negotiated_caps() change
+
+2011-08-14 20:46:01 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/id3demux/id3v2.3.0.html:
+       * gst/id3demux/id3v2.4.0-frames.txt:
+       * gst/id3demux/id3v2.4.0-structure.txt:
+         id3demux: remove specs from git as well now that parsing code is in -base
+
+2011-07-14 15:42:36 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * configure.ac:
+       * gst/id3demux/Makefile.am:
+       * gst/id3demux/gstid3demux.c:
+       * gst/id3demux/id3tags.c:
+       * gst/id3demux/id3tags.h:
+       * gst/id3demux/id3v2frames.c:
+         id3demux: use -base provided id3 tag parsing
+         https://bugzilla.gnome.org/show_bug.cgi?id=654388
+
+2011-08-13 16:51:22 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/jack/gstjackaudiosrc.c:
+         jackaudiosrc: fix error message code
+         And also post 'not found' error if jackd is not even installed.
+
+2011-08-12 16:32:58 +0200  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: initialize bitrate variable and reset for each loop
+         Don't check eventually unset variable and don't accidentially use values from last
+         cycle.
+
+2011-08-10 11:28:26 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+         aasink: Remove unused variables
+
+2011-08-09 11:28:17 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: Properly error out if SDP contains no streams
+         Also fixes unitialized variable error on macosx.
+
+2011-08-09 09:05:31 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/ximage/gstximagesrc.c:
+         ximagesrc: clear flags on buffer reuse
+         This will ensure a logically new buffer does not keep flags from
+         a previous use of that buffer (eg, DISCONT would be set on the first
+         buffer, and mistakenly kept when reused).
+         https://bugzilla.gnome.org/show_bug.cgi?id=653709
+
+2011-08-08 10:54:26 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: take care not to change the current format where appropriate
+         Some drivers are buggy are will change the current format when
+         processing VIDIOC_TRY_FMT. Save and restore the current format
+         to ensure the format is kept unchanged.
+         https://bugzilla.gnome.org/show_bug.cgi?id=649067
+
+2011-08-08 15:27:11 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * 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/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         po: update translations
+
+2011-08-08 15:26:00 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/aalib/Makefile.am:
+         aalib: make sure -DGST_USE_UNSTABLE_API is defined
+         So we don't get warnings.
+
+2011-08-08 15:25:31 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2videooverlay.c:
+       * sys/v4l2/gstv4l2videooverlay.h:
+         v4l2: update for GstXOverlay => GstVideoOverlay rename
+
+2011-08-07 12:23:26 +0200  Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2src: Use fraction compare util function.
+         Use the fraction compare utility to compare function, not the
+         handcrafted one. The handcrafted one is buggy as it doesn't take into
+         account rounding error. For example comparing a framerate of 20/1 on a
+         camera configured as 30/1 fps would yield true: 1 == (1 * 20)/30 and not
+         re-configure the camera. Fixes #656104
+
+2011-08-07 11:14:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+         pulsesrc: avoid race in starting
+         Sine the base class now does the negotiation from the streaming thread we have
+         to be careful and check if the stream is ready before changing its corked state.
+
+2011-08-05 12:27:18 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+         check: Use GST_CFLAGS when building tests
+         Ensures we have the proper define for using unstable API
+
+2011-08-05 08:59:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/qtdemux.c:
+         isomp4: fixup after small api changes
+         Port to recently changed api so that it compiles again.
+
+2011-08-05 11:32:45 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/y4m/Makefile.am:
+         y4menc: Now depends on libgstvideo
+
+2011-08-04 18:41:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulse: more cleanups
+
+2011-08-04 18:15:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: small cleanups
+
+2011-08-04 16:35:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: call set_caps method of baseclass
+         Call the baseclass set_caps function to make it send the caps event and
+         properly trigger the negotiation functions.
+
+2011-08-04 16:25:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: small cleanups
+
+2011-08-04 15:25:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+       * gst/goom/gstgoom.c:
+         goom: port to new caps
+
+2011-08-04 13:52:18 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: Size variable should be a guint and not a gsize
+
+2011-08-04 12:50:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2sink.h:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: activate the pool in fallback
+         When nobody is using our pool, activate it ourselves.
+         Avoid leaking the buffer array.
+         Set default pool configuration with caps.
+         Don't keep current_caps, core does that for us now.
+
+2011-08-03 22:57:48 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/plugins/Makefile.am:
+       * tests/icles/videocrop-test.c:
+         fix compilation
+         hal elements were removed, remove them from docs too
+         change example for pad-block API (actually remove the pad block, an application
+         should not be bothered with working around bugs in elements)
+
+2011-08-03 18:37:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/rtp/gstrtph264depay.c:
+         port to new API
+
+2011-08-03 18:25:30 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/pulse/pulsesink.c
+         ext/pulse/pulsesrc.c
+         gst/audioparsers/gstac3parse.c
+         gst/rtp/gstrtph264depay.c
+         gst/rtp/gstrtph264pay.c
+         gst/rtpmanager/gstrtpssrcdemux.c
+
+2011-08-03 22:50:05 +1000  Jan Schmidt <thaytan@noraisin.net>
+
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+       * gst/matroska/matroska.c:
+         matroska: Register new debug category
+         Register the matroskareadcommon debug category when the
+         plugin is loaded to avoid assertion output when debug is turned on.
+
+2011-08-03 13:38:01 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * tests/icles/gdkpixbufsink-test.c:
+         test/ickles: Port gdkpixbufsink test
+
+2011-08-03 13:33:59 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/autodetect.c:
+         Revert "tests/check/Makefile.am: Disable autodetect test temporarily, so that the build bots update -bad and the ranks of unr..."
+         This reverts commit 475aed8af6d2a57c1d21490c824e754a6b2367a9.
+         It won't consider elements from anywhere else anymore
+
+2011-08-03 13:10:46 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+       * tests/check/elements/parser.c:
+         check: Update parser mini-lib to 0.11 API
+
+2011-08-03 13:09:07 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * po/POTFILES.in:
+         po: update for modified source file location
+
+2011-08-03 13:08:43 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * configure.ac:
+         configure.ac: cairo_gobject isn't ported either
+
+2011-08-03 10:59:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * ext/Makefile.am:
+       * ext/hal/Makefile.am:
+       * ext/hal/gsthalaudiosink.c:
+       * ext/hal/gsthalaudiosink.h:
+       * ext/hal/gsthalaudiosrc.c:
+       * ext/hal/gsthalaudiosrc.h:
+       * ext/hal/gsthalelements.c:
+       * ext/hal/gsthalelements.h:
+       * ext/hal/hal.c:
+       * ext/hal/hal.h:
+         hal: Remove hal plugin
+         hal is not developed anymore and nobody is using the plugin nowadays.
+
+2011-07-29 13:03:55 +0200  Philippe Normand <pnormand@igalia.com>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: soften assertion check on stream size
+         https://bugzilla.gnome.org/show_bug.cgi?id=655570
+
+2011-08-03 10:09:42 +0200  Robert Krakora <rob.krakora@messagenetsystems.com>
+
+       * gst/rtp/gstrtpjpegpay.c:
+         rtpjpegpay: Add support for H.264 payload in MJPEG container
+         See http://www.quickcamteam.net/uvc-h264/USB_Video_Payload_H.264_0.87.pdf
+         Fixes bug #655530.
+
+2011-08-02 22:05:08 -0400  Tristan Matthews <tristan@sat.qc.ca>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosink.h:
+         jackaudiosink: Don't call g_alloca() in process_cb
+         g_alloca() is not RT-safe, so instead we should allocate the
+         memory needed in advance. Fixes #655866
+
+2011-08-03 08:58:00 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: Add hal to the list of non-ported plugins
+
+2011-08-03 08:53:24 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: Add monoscope to the list of non-ported plugins
+
+2011-08-03 08:51:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstwarp.c:
+         effectv: Fix unused but set variable compiler warnings
+
+2011-08-02 23:42:58 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/multipart/multipartdemux.c:
+       * sys/v4l2/gstv4l2object.c:
+         docs: fix two more Since: tags
+
+2011-07-31 04:19:00 +0300  Mart Raudsepp <leio@gentoo.org>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: Fix Since tags for fieldanalysis related new properties
+         commit c1b100cf9c is after 0.10.29 and 0.10.30 was a branched release.
+         So fix Since tags from 0.10.29 to 0.10.31 for the new properties.
+
+2011-08-02 11:51:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpvorbispay.c:
+         rtpvorbispay: fix porting error
+
+2011-08-02 11:29:40 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * configure.ac:
+         configure.ac: Define list of non-ported plugins
+
+2011-08-02 11:29:25 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * common:
+         Update common submodule
+
+2011-08-02 11:17:38 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * configure.ac:
+         configure.ac: Sort AG_GST_CHECK_PLUGIN alphabetically
+
+2011-07-29 17:27:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstwarp.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawdepay.h:
+         -good: fix for bufferpool API change
+
+2011-07-29 17:21:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l: change for new API
+
+2011-07-29 13:05:42 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: fix variable-set-but-not-used compiler warning with older pulse versions
+
+2011-07-29 12:07:24 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: properly init rtcp_min_interval
+
+2011-03-09 11:04:36 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+       * ext/pulse/pulseutil.c:
+         pulsesink: Add support for compressed formats
+         This adds support for various compressed formats (AC3, E-AC3, DTS and
+         MP3) payloaded in IEC 61937 format (used for transmission over S/PDIF,
+         HDMI and Bluetooth).
+         The acceptcaps() function allows bins to probe for what formats the sink
+         being connected to support. This only works after the element is set to
+         at least READY.
+         If the underlying sink changes and the format we are streaming is not
+         available, we emit a message that will allow upstream elements/bins to
+         block and renegotiate a new format.
+
+2011-03-01 15:34:46 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * configure.ac:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulsesink: Use the extended stream API if available
+         This uses the new extended API for creating streams. This will allow us
+         to support compressed formats natively in pulsesink as well.
+
+2011-07-29 00:07:52 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulsesrc.h:
+         pulsesrc: Add a source-output-index property
+         This exposes the source output index of the record stream that we open
+         so that clients can use this with the introspection if they want (to
+         move the stream, for example).
+
+2011-07-28 14:44:57 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: keep a ref on the src pad while using it
+         Prevent a possible race if clear_ssrc() is called between getting the pad and
+         doing the push.
+         Based on patch by <olivier.crete@collabora.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=650916
+
+2011-05-24 11:29:57 +0300  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtpmanager/gstrtpssrcdemux.h:
+         rtpssrcdemux: Make the pads lock recursive and hold it across the signal emit
+         We need to keep the lock held because we don't want a push before the "new-ssrc-pad"
+         handler has completed. But we may want to push an event from inside that handler, hence
+         the recursive mutex.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650916
+
+2011-05-24 11:17:25 +0300  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Use PADs lock
+         https://bugzilla.gnome.org/show_bug.cgi?id=650916
+
+2011-07-28 11:09:08 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+         speex: update for position/query/convert API changes
+
+2011-07-28 10:54:38 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+       * gst/auparse/gstauparse.c:
+       * gst/avi/gstavidemux.c:
+       * gst/debugutils/gstnavseek.c:
+       * gst/debugutils/progressreport.c:
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvmux.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/wavparse/gstwavparse.c:
+         gst: udpate for position/duration/convert query API changes
+
+2011-07-28 00:37:13 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix compiler warning
+         gstavidemux.c: In function 'gst_avi_demux_parse_stream':
+         gstavidemux.c:1261:24: error: 'data' may be used uninitialized in this function [-Werror=uninitialized]
+         gstavidemux.c:1204:11: note: 'data' was declared here
+
+2011-07-27 18:15:20 +0100  Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264depay.h:
+         rtph264depay: Cope with FU-A E bit not being set
+         Some h264 payloaders are unfortunately buggy and don't correctly set the
+         E bit in FU-A NAL when they have ended. Work around this by assuming
+         such a fragmentation unit has ended when there was no packet loss and a
+         new NAL is started
+
+2011-04-12 17:01:47 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstac3parse.h:
+         ac3parse: Support switching alignment on-the-fly
+         This allows switching of alignment for E-AC3 streams at run-time. This
+         is requested by downstream elements via a custom event.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650313
+
+2011-07-27 16:46:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: remove unused variables
+         Use the more specialized type for the bufferpool.
+         Use the size from the driver as the size of the image to read.
+         Don't configure the pool when created. This will be done in the setup_allocation
+         method later or by upstream for sinks.
+         Remove unused properties and variables. Bufferpool sizes are now configured in
+         the bufferpool by the elements in the pipeline. We might want to influence the
+         pool size later somehow.
+
+2011-07-27 13:46:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2bufferpool: remove unused variable
+
+2011-07-27 13:43:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: add metadata
+
+2011-07-27 13:41:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         bufferpool: check for metadata
+         Only add video metadata when it was configured in the pool. Fail if there was no
+         video metadata configured and the strides are not the default ones.
+
+2011-07-27 12:42:21 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstwarp.c:
+       * gst/effectv/gstwarp.h:
+         warp: add stride support
+
+2011-07-27 12:41:33 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: add colorspace to debug
+
+2011-07-26 17:45:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+         rtp: fix compilation
+
+2011-07-26 16:15:05 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: rename a variable
+         Rename the size variable to sizeimage and fill it with the size that has been
+         given to use by the v4l2 driver instead of making something up..
+
+2011-07-26 13:18:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: use new setup_allocation vmethod
+
+2011-07-26 10:56:07 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: implement more bits of RW I/O mode
+         Implement the relaese of RW buffers in the pool.
+         Warn for unsupported write() mode for sinks.
+
+2011-07-26 10:54:23 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: improve IO mode error handling
+         Error out when an unsupported IO mode was selected
+
+2011-04-09 12:26:56 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstac3parse.h:
+       * tests/check/elements/ac3parse.c:
+         ac3parse: Add support for IEC 61937 alignment
+         When pushing out buffers over S/PDIF or HDMI, IEC 61937 payloading
+         requires each buffer to contain 6 blocks from each substream. This adds
+         code to collect all the frames needed to meet this requirement before
+         pushing out a buffer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650313
+
+2011-06-08 15:57:37 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsession.h:
+         rtpsession: Always send application requested feedback in immediate mode
+         Send as many application requested feedback messages in immediate mode, even if they
+         have already been sent.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654583
+
+2011-06-08 14:48:01 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Don't let the computed RTP bandwidth fall too low
+         If it falls too low, the computed RTCP bandwidth will be near zero and
+         the RTCP thread will be stopped.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654583
+
+2011-04-25 16:13:38 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: Wait longer to timeout SSRC collision
+         Using the current RTCP interval to timeout SSRC collision can lead to
+         collisions being timed out immediately if a BYE packet is sent because
+         it is sent immediately, so the interval is 0. This is not what we
+         want. So just set a static 10 times the default RTCP interval, it
+         should be enough
+         https://bugzilla.gnome.org/show_bug.cgi?id=648642
+
+2011-07-25 15:51:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2: remove unused method
+
+2011-07-25 15:38:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix flushing start and stop
+         Move the flushing calls to the right place in the bufferpool.
+         Fix the min and max buffer sizes.
+
+2011-07-25 14:47:05 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2: dequeue buffers when all are queued
+         Prefer to always use the default bufferpool queue for the _acquire function
+         because it properly supports unblocking when setting inactive etc. As a result,
+         we need to dequeue buffers and put them back in the bufferpool queue when we
+         have queued all buffers in the sink.
+         Rename some variables to more meaningfull names to avoid a problem with
+         freeing the wrong amount of buffers.
+
+2011-07-19 13:38:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: set SOURCE flag at init time
+         Fixes #654816.
+
+2011-07-25 10:10:58 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstvertigo.c:
+         vertigotv: add stride support
+
+2011-07-19 18:25:29 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: only to STREAMOFF when streaming
+         Only call STREAMOFF when we previously called STREAMON
+
+2011-07-22 21:26:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/replaygain/gstrganalysis.c:
+         replay: fix for event handler
+
+2011-07-22 21:19:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/debugutils/gstnavseek.c:
+       * gst/debugutils/progressreport.c:
+         fixes for event handler changes
+
+2011-07-18 16:46:27 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: Complete merged AU on marker bit
+         The marker bit on a RTP packet means the AU has been completed, so push it out
+         immediately to reduce the latency.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654850
+
+2011-07-18 20:27:38 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtph264pay.h:
+         rtph264pay: Only set the marker bit on the last NALU of a multi-NALU access unit
+         An access unit could contain multiple NAL units, in that case, only the last
+         RTP packet of the last NALU should have its marker bit set.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654850
+
+2011-07-20 08:52:58 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/multipart/multipartmux.c:
+         multipart: fix compiler warning
+
+2011-07-19 18:20:43 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: handle unsupported formats
+
+2011-07-19 16:59:55 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: Fix sink bufferpool handling
+         Remove old method, use neww _process method for the sink.
+         Inform the parent bufferpool class about the settings too. This is needed to let
+         it know about the max-buffers.
+         Allocate the negotiated max-buffers and initially mmap min-buffers. The idea is
+         that the bufferpool will allocate more when needed.
+         Improve debugging.
+         Only poll in capture mode, it does not seem to work in playback mode on this
+         beagleboard.
+
+2011-07-19 12:05:51 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/auparse/gstauparse.c:
+         auparse: avoid hanging on invalid short input
+         ... as in such case there is no srcpad yet on which to forward EOS.
+
+2011-07-18 15:13:33 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+         pulsesrc: Fix default value leaking
+         Remember to free the default value of client name, avoiding a
+         leak
+
+2011-07-18 18:54:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+         v4l2: More work on bufferpools
+         Add different transport methods to the bufferpool (MMAP and READ/WRITE)
+         Do more parsing of the bufferpool config.
+         Start and stop streaming based on the bufferpool state.
+         Make separate methods for getting a buffer from the pool and filling it with
+         data. This allows us to fill buffers from other pools too. Either use copy or
+         read to fill up the target buffers.
+         Add property to force a transfer mode in v4l2src.
+         Increase default number of buffers to 4.
+         Negotiate bufferpool and its properties in v4l2src.
+
+2011-07-18 14:24:48 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtph264depay.c:
+         rtph264depay: reset upon FLUSH_STOP
+         ... which is particularly needed when merging NAL units, where not resetting
+         would lead to output of an older (pre-flush) AU (with unintended timestamp).
+
+2011-07-18 14:30:51 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: do not use g_slist_free_full
+         ... as that is only in GLib 2.28, which is not yet required at this time.
+
+2011-07-18 10:52:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: add IO method enum
+
+2011-07-18 10:51:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         bufferpool: improve _new function
+
+2011-07-18 09:38:26 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesink.h:
+       * tests/check/elements/multifile.c:
+         multifilesink: add max-files property
+         Add max-files property to limit the number of files saved on disk.
+         API: multifilesink::max-files
+
+2011-07-17 23:36:55 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/multifile/gstmultifilesink.c:
+         multifilesink: refactor file opening and closing code
+
+2011-07-16 19:38:51 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: fix pixel-aspect-ratio if header has only one display variable
+         Current matroska demux calculates the pixel aspect ratio only if both
+         DisplayHeight and DisplayWidth are set, but it is legal to use only
+         one variable if the other is equal to PixelWidth or PixelHeight, at
+         least the mkclean utility is doing that. So this makse mkcleaned
+         files play correctly.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654744
+
+2011-07-16 23:47:50 +0100  Antoine Jacoutot <ajacoutot@openbsd.org>
+
+       * gst/goom/plugin_info.c:
+         goom: fix build on PPC on openbsd
+         A missing sys/param.h include results in:
+         /usr/include/sys/proc.h:64: error: 'MAXLOGNAME' undeclared here (not in a
+         function)
+         /usr/include/sys/proc.h:285: error: 'MAXCOMLEN' undeclared here (not in a
+         function)
+         when compiling goom on openbsd/ppc. We can just remove the two sys/ includes
+         here, they are not needed for anything.
+         https://bugzilla.gnome.org/show_bug.cgi?id=654749
+
+2011-07-15 17:06:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-07-15 16:55:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+         v4l2: implement setup_allocation
+         Implement the setup_allocation vmethod, we'll hopefully do something clever in
+         there later.
+
+2011-07-15 16:26:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: improve bufferpool config setting
+         Pass the caps and the default video size to the bufferpool config.
+         Don't activate the bufferpool, this will be done by the object that decides to
+         use the bufferpool.
+         Improve debugging and error reporting.
+
+2011-07-15 13:52:38 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: handle dequeueing correcly
+         First clean up the buffers in the queue, then the remaining ones in the
+         device.
+
+2011-07-15 13:29:42 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: unref copied buffer
+         After we copy the incomming buffer to one of our bufferpool buffers, unref the
+         target buffer after rendering so that it is put back in the pool.
+
+2011-07-15 13:07:11 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+         v4l2: dequeue buffers for the sink
+         When we have all buffers queued for playback and we need a new empty buffer,
+         dequeue one and return it.
+         Set the right size for sink buffers.
+         Improve counting of queued buffers.
+
+2011-07-15 12:35:14 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: use the parent queue for the sink
+         We want to maintain a queue of free buffers for the sink, use the parent methods
+         to do that.
+
+2011-07-15 12:00:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix error messages
+
+2011-07-15 11:30:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: add ALLOCATION query to the sink
+
+2011-07-15 11:27:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: convert to GstBufferPool
+         Extend from GstBufferPool.
+         Handle the lifetime of the pool buffers correctly with the start/stop vmethods.
+         Map acquire and release directly to QBUF and DQBUF. We still expose an explicit
+         qbuf for the v4l2sink for now.
+
+2011-07-15 11:18:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: remove experimental markers
+
+2011-07-14 20:10:02 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtppcmupay.c:
+         rtppcmApay/depay: Static clock rates on static payloads, dynamic on dynamic
+         Partially reverts 397dc60b
+
+2011-07-14 16:21:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: merge code
+
+2011-07-14 16:12:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2sink.h:
+         v4l2: Move output details to device object
+         Move the details of how a buffer is rendered to the device object.
+
+2011-03-04 15:41:22 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtph264pay.c:
+         rtph264pay: Implement getcaps
+         Convert profile-level-id from RTP caps into video/x-h264 style caps (with profile and level)
+
+2011-07-13 18:32:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+       * sys/v4l2/gstv4l2tuner.c:
+       * sys/v4l2/gstv4l2vidorient.c:
+       * sys/v4l2/v4l2src_calls.c:
+       * sys/v4l2/v4l2src_calls.h:
+         v4l2: move capture code to device object
+         Move the details of how to capture to the device object. Remove the
+         v4l2src_calls.[ch] files because they are empty now.
+         Provide two simple methods to get and return a buffer to the device.
+         Also do a slow copy when the buffer is not from our pool.
+
+2011-07-13 16:58:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: add some more debug
+
+2011-07-13 16:56:21 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: stop streaming in READY and NULL
+
+2011-07-13 16:40:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: start streaming for the output as well
+
+2011-07-13 16:33:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2sink.h:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+       * sys/v4l2/v4l2src_calls.c:
+       * sys/v4l2/v4l2src_calls.h:
+         v4l2: Let the device object manage the pool
+         Rename start and stop methods to open and close because that is what they do.
+         After setting the format on the device object, setup the bufferpools. Move this
+         code from the v4l2src_calls.c file, it is shared between source and sink.
+         Make new device start and stop method that merges various bits of common code
+         spread over several files.
+
+2011-07-13 13:52:30 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: don't store stride in the videoinfo
+         We want to keep the default strides in the videoinfo. Keep the stride of the
+         video frames separate so that we can use both to copy a video frame and do
+         correct stride conversion.
+
+2011-07-13 13:38:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: Use video frame copy for raw video
+         Use the video frame copy API for raw video frames so that we copy with the right
+         strides.
+
+2011-07-13 13:37:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: add video metadata to raw video buffers
+
+2011-07-13 13:15:05 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: small cleanups
+
+2011-07-13 13:00:42 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+         v4l2: improve caps parsing
+         Use GstVideoInfo to store the parsed caps.
+         Remove outsize from the caps parsing code, it's wrong because it does not use
+         the stride given by the driver.
+
+2011-07-13 11:40:11 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: use errno
+
+2011-07-13 11:36:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: handle EINVAL without posting a warning
+         EINVAL means that a call is not supported, we only want to post a WARNING when
+         something is really wrong.
+
+2011-07-13 11:29:26 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: only set framerate for capture for now
+
+2011-07-13 11:19:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/gstv4l2src.h:
+       * sys/v4l2/v4l2_calls.h:
+       * sys/v4l2/v4l2src_calls.c:
+       * sys/v4l2/v4l2src_calls.h:
+         v4l2: Move configuration of framerate to _set_format
+         Move the configuration of the framerate to where we set the other format
+         parameters.
+         Remove hack to check if the device is active.
+         Store streamparm in the device info.
+         Use some macros to access the current device configuration.
+         Remove some duplicate fields in src and sink and use the device configuration
+         instead.
+
+2011-07-12 19:13:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: fix return value...
+
+2011-07-12 19:03:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/v4l2src_calls.c:
+       * sys/v4l2/v4l2src_calls.h:
+         v4l2: simplify setting the capture format
+         Pass the caps to the set_format function and make _set_format parse the caps.
+         Also keep the parsed values in the v4l2object so that we can refer to them when
+         we want.
+
+2011-07-12 18:41:47 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/v4l2src_calls.c:
+       * sys/v4l2/v4l2src_calls.h:
+         v4l2: remove more unused parameters
+
+2011-07-12 18:29:35 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l: handle object out of the normal flow
+
+2011-07-12 18:13:42 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2: Let the bufferpool own the V4l2Object
+         Keep track of the currently configured format and setting in the
+         v4l2object.
+         Pass the v4l2object to the bufferpool constructor so that the bufferpool can
+         know everything about the currently configured settings. This also allows us
+         to remove some awkward code.
+
+2011-07-12 17:06:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/v4l2src_calls.c:
+         v4l: remove caps argument, it's not needed
+         Remove the caps parameter, we don't need it anymore because we don't set
+         caps on buffers anymore.
+
+2011-07-12 16:46:21 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/v4l2src_calls.c:
+         v4l: pass the bytesperline around
+         When setting a format, return the bytesperline to the caller so that it can be
+         used to allocate buffers.
+
+2011-07-12 16:43:04 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         pool: make buffer writable
+         We need writable buffers when we need to do a slow memcpy.
+
+2011-07-12 15:04:38 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: fix seeking regression
+         ... introduced when shuffling around code for the async implementation
+         by setting state of source (and udp sources) in _play before downstream
+         flushing is undone.
+
+2011-07-11 15:23:41 +0300  René Stadler <rene.stadler@nokia.com>
+
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstac3parse.h:
+         ac3parse: fix buffer duration on blocks-per-frame change
+         The gst_base_parse_set_frame_rate call was predicated on a change to
+         sample rate, duration or profile. However, the block count per frame can
+         also change between packets, which would result in incorrect buffer
+         durations.
+
+2011-07-11 13:51:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2sink: handle pools
+         Create a new pool in setcaps and stop/destroy the old one.
+         Remove buffer_alloc functions.
+         Check that we have v4l2 metadata in show_frame and fall back to memcpy into a
+         buffer from our pool if we don't receive one of our own buffers.
+
+2011-07-11 12:04:57 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2: various cleanups
+         Various cleanups, avoids useless casts, move error handling outside of the main
+         code flow.
+         Negotiate to a resonable resolution instead of the max resolution.
+
+2011-07-10 21:50:19 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstasteriskh263.c:
+       * gst/rtp/gstrtpL16depay.c:
+       * gst/rtp/gstrtpL16pay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmp2tpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpmp4apay.c:
+       * gst/rtp/gstrtpmp4gdepay.c:
+       * gst/rtp/gstrtpmp4gpay.c:
+       * gst/rtp/gstrtpmp4vdepay.c:
+       * gst/rtp/gstrtpmp4vpay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+       * gst/rtp/gstrtpqdmdepay.c:
+       * gst/rtp/gstrtpsirendepay.c:
+       * gst/rtp/gstrtpsirenpay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+       * gst/rtp/gstrtpspeexpay.c:
+       * gst/rtp/gstrtpsv3vdepay.c:
+       * gst/rtp/gstrtptheoradepay.c:
+       * gst/rtp/gstrtptheorapay.c:
+       * gst/rtp/gstrtpvorbisdepay.c:
+       * gst/rtp/gstrtpvorbispay.c:
+       * gst/rtp/gstrtpvrawdepay.c:
+       * gst/rtp/gstrtpvrawdepay.h:
+       * gst/rtp/gstrtpvrawpay.c:
+       * gst/rtp/gstrtpvrawpay.h:
+         rtp: port remaining to 0.11
+
+2011-07-10 14:56:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/ximageutil.c:
+         ximage: port to 0.11
+
+2011-07-10 13:44:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/y4m/gsty4mencode.c:
+       * gst/y4m/gsty4mencode.h:
+         y4m: port some more
+         Use video helpers.
+
+2011-07-10 13:28:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/y4m/gsty4mencode.c:
+         y4m: port to 0.11
+
+2011-07-10 12:46:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartmux.c:
+       * gst/multipart/multipartmux.h:
+         multipart: port to 0.11
+
+2011-07-10 11:42:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-07-10 11:40:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/debugutils/Makefile.am:
+       * gst/debugutils/breakmydata.c:
+       * gst/debugutils/efence.c:
+       * gst/debugutils/gstcapssetter.c:
+       * gst/debugutils/gstdebug.c:
+       * gst/debugutils/gstnavigationtest.c:
+       * gst/debugutils/gstnavigationtest.h:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/debugutils/progressreport.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/debugutils/tests.c:
+         debug: port to 0.11, disable others
+         Diasable the efence and capsdebug elements, port them later.
+
+2011-07-09 19:23:41 -0700  David Schleef <ds@schleef.org>
+
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multifile/gstmultifilesrc.h:
+         multifilesrc: Improve looping
+         Add start-index and stop-index properties.
+
+2011-06-16 13:57:03 +0100  Jonny Lamb <jonnylamb@jonnylamb.com>
+
+       * gst/multifile/gstmultifilesrc.c:
+       * gst/multifile/gstmultifilesrc.h:
+         multifile: add loop property to multifilesrc
+         Fixes: #652727
+         Signed-off-by: Jonny Lamb <jonnylamb@jonnylamb.com>
+         Signed-off-by: David Schleef <ds@schleef.org>
+
+2009-11-20 10:07:43 +0100  Philip Jägenstedt <philipj@opera.com>
+
+       * sys/directsound/gstdirectsoundsink.c:
+         directsoundsink: 16-bit audio is signed, 8-bit is unsigned.
+         Pretending to handle 8-bit signed causes distorted audio when
+         actually given such audio, which you will get if passing 8-bit
+         unsigned through audioconvert ! audioresample, as audioresample
+         only handles 8-bit signed.  Fixes #605834.
+         Signed-off-by: David Schleef <ds@schleef.org>
+
+2011-07-08 16:37:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: fix gray format, use filter in getcaps
+
+2011-07-08 16:10:47 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/Makefile.am:
+       * sys/v4l2/gstv4l2.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2sink.c:
+         v4l2: port and enable v4l2sink
+
+2011-07-08 14:34:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2src.c:
+         v4l2src: port to new video formats
+
+2011-07-08 12:51:14 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-07-08 12:49:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/gstv4l2colorbalance.c:
+       * sys/v4l2/gstv4l2radio.c:
+       * sys/v4l2/gstv4l2src.c:
+       * sys/v4l2/v4l2src_calls.c:
+         v4l2: port to 0.11
+
+2011-07-07 18:27:36 +0200  Alexey Fisher <bug-track@fisher-privat.net>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: handle blocks with duration=0
+         Some video frames, for example alt-ref frame in VP8, will be
+         never displayed. This is why it has duration=0.
+         This patch allow to use this duration.
+         Bug: 654175
+         Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
+
+2011-07-06 17:18:05 -0700  David Schleef <ds@schleef.org>
+
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmuxmap.c:
+         qtmux: Add direct dirac mapping
+
+2011-07-07 17:59:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstripple.c:
+       * gst/effectv/gstripple.h:
+         effectv: port last effectv element to 0.11
+
+2011-07-07 17:49:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gststreak.c:
+       * gst/effectv/gststreak.h:
+         effectv: port streaktv to 0.11
+
+2011-07-07 17:40:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstradioac.h:
+         effectv: port radioactv to 0.11
+
+2011-07-07 17:29:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstedge.c:
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstradioac.c:
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstripple.c:
+       * gst/effectv/gstshagadelic.c:
+       * gst/effectv/gststreak.c:
+       * gst/effectv/gstvertigo.c:
+       * gst/effectv/gstwarp.c:
+         effectv: fix docs
+
+2011-07-07 17:29:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstop.c:
+       * gst/effectv/gstop.h:
+         effectv: port op to 0.11
+
+2011-07-07 17:18:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstquark.c:
+       * gst/effectv/gstquark.h:
+       * gst/effectv/gstrev.c:
+         effectv: port quark tv
+
+2011-07-07 16:57:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstrev.c:
+       * gst/effectv/gstrev.h:
+         effectv: port revtv to 0.11
+
+2011-07-07 16:46:51 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstvertigo.c:
+       * gst/effectv/gstvertigo.h:
+         effectv: port vertigotv to 0.11
+
+2011-07-07 16:38:10 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstshagadelic.c:
+       * gst/effectv/gstshagadelic.h:
+         effectv: port shagadelictv to 0.11
+
+2011-07-07 11:22:26 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/auparse/gstauparse.c:
+         auparse: use ALWAYS src pad rather than SOMETIMES
+
+2011-07-07 11:14:16 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/auparse/gstauparse.c:
+         auparse: port to 0.11
+
+2011-07-06 19:03:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/shapewipe/gstshapewipe.c:
+         shapewipe: beginnings of porting
+
+2011-07-06 18:50:26 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstwarp.c:
+       * gst/effectv/gstwarp.h:
+         warptv: port to 0.11
+
+2011-07-06 18:50:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstdice.c:
+         dice: keep track of info
+
+2011-07-06 18:32:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstdice.c:
+       * gst/effectv/gstdice.h:
+         effectv: port dice
+
+2011-07-06 18:09:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstaging.c:
+       * gst/effectv/gstaging.h:
+         effectv: port agingtv
+
+2011-07-06 17:50:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/Makefile.am:
+       * ext/aalib/gstaasink.c:
+       * ext/aalib/gstaasink.h:
+         aasink: port to new video API
+
+2011-07-06 17:40:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/libcaca/Makefile.am:
+       * ext/libcaca/gstcacasink.c:
+       * ext/libcaca/gstcacasink.h:
+         cacasink: port to 0.11
+
+2011-07-06 16:50:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpeg: beginnings of porting to 0.11
+
+2011-07-06 16:31:18 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+         wavparse: use ALWAYS source pad rather than SOMETIMES
+
+2011-07-06 16:10:34 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/wavparse/gstwavparse.c:
+       * gst/wavparse/gstwavparse.h:
+         wavparse: port to 0.11
+
+2011-07-06 16:10:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: port to 0.11
+
+2011-07-06 12:22:43 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: adjust to unsigned segment fields
+
+2011-07-06 15:57:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/speex/gstspeexdec.c:
+       * ext/speex/gstspeexenc.c:
+         speex: port speex elements
+
+2011-07-06 12:05:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-07-06 10:11:52 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpptdemux.c:
+       * gst/rtpmanager/gstrtpsession.c:
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+       * gst/rtpmanager/rtpjitterbuffer.c:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/rtpmanager/rtpsource.c:
+         rtpmanager: port to 0.11
+         * use G_DEFINE_TYPE
+         * adjust to new GstBuffer and corresponding rtp and rtcp buffer interfaces
+         * misc caps and segment handling changes
+         FIXME: also relies on being able to pass caps along with a buffer,
+         which has no evident equivalent yet, so that either needs one,
+         or still needs quite some code path modification to drag along caps.
+
+2011-06-29 20:59:26 +0300  René Stadler <rene.stadler@nokia.com>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+         pulsesink: prevent race condition causing ref leak
+         Since commit 8bfd80, gst_pulseringbuffer_stop doesn't wait for the
+         deferred call to be run before returning. This causes a race when
+         READY->NULL is executed shortly after, which stops the mainloop. This
+         leaks the element reference which is passed as userdata for the callback
+         (introduced in commit 7cf996, bug #614765).
+         The correct fix is to wait in READY->NULL for all outstanding calls to
+         be fired (since libpulse doesn't provide a DestroyNotify for the
+         userdata). We get rid of the reference passing from 7cf996 altogether,
+         since finalization from the callback would anyways lead to a deadlock.
+         Re-fixes bug #614765.
+
+2011-07-04 08:58:14 +0300  René Stadler <rene.stadler@nokia.com>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: small cleanup of copy-paste code
+
+2011-06-29 19:50:42 +0300  René Stadler <rene.stadler@nokia.com>
+
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesink.h:
+         pulsesink: remove unused member variable and misleading log message
+         Wim changed it in commit 8bfd80 so that pa_defer_ran is not read
+         anywhere.
+         The log message used to annotate a mainloop_wait call which is gone.
+
+2011-07-05 15:37:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videofilter/gstvideoflip.c:
+         videoflip: fix caps
+
+2011-07-05 11:40:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/effectv/gstedge.c:
+       * gst/effectv/gstedge.h:
+         effectv: port edgetv
+
+2011-07-05 10:12:25 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+         Add -DGST_USE_UNSTABLE_API to the compiler flags to avoid warnings
+
+2011-07-04 12:58:38 -0700  David Schleef <ds@schleef.org>
+
+       * gst/goom/gstgoom.c:
+         goom: Don't answer lantency queries before negotiation
+
+2011-07-04 18:15:42 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsrc.c:
+         udp: port to new API
+
+2011-07-04 18:12:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsemixer.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+         pulse: remove implementsinterface
+
+2011-07-04 18:10:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+         alpha: fix caps
+
+2011-07-04 18:06:48 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/alpha/gstalphacolor.h:
+         alpha: port to new video API
+
+2011-07-04 17:00:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+         alpha: more porting
+
+2011-07-04 16:09:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalpha.h:
+         port to new video api
+
+2011-06-28 14:03:43 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstgamma.h:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideobalance.h:
+       * gst/videofilter/gstvideoflip.c:
+       * gst/videofilter/gstvideoflip.h:
+         video: port to new video apis
+
+2011-07-04 14:30:09 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: avoid crashing on invalid input without components
+
+2011-07-04 11:09:19 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+       * gst/flv/gstflvdemux.h:
+       * gst/flv/gstflvmux.c:
+         flv: port to 0.11
+         * use G_DEFINE_TYPE
+         * adjust to new GstBuffer
+         * misc segment and caps changes
+
+2011-07-04 11:48:13 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         ext/pulse/pulsesink.c
+
+2011-07-04 11:25:28 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: pass along segment info to collectpads
+         ... so it can track this and be subsequently used to determine running time etc.
+
+2011-07-04 11:24:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/flv/gstflvdemux.c:
+         flvdemux: indicate raw format in aac caps
+
+2011-07-04 11:07:13 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: mind requested name for request pad
+
+2011-07-04 11:06:54 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: free scheduling query
+
+2011-07-03 19:51:32 -0700  David Schleef <ds@schleef.org>
+
+       * ext/pulse/plugin.c:
+         pulse: Increase ranks to PRIMARY + 10
+         So that pulsesrc/pulsesink get chosen over other possible PRIMARY
+         src/sinks by autoaudiosink.  Presumably, if pulse is available, it
+         is always preferred over another src/sink.
+         Fixes: #647540.
+
+2011-06-30 18:47:48 -0700  David Schleef <ds@schleef.org>
+
+       * gst/multipart/multipartmux.c:
+         multipartmux: Add \r\n to tail of pushed buffers
+         Clients such as Firefox require the \r\n after the payload.
+
+2011-06-16 14:52:51 +0200  Branko Subasic <branko@axis.com>
+
+       * gst/matroska/ebml-read.c:
+       * gst/matroska/matroska-demux.c:
+         matroskademux: avoid looping when searching for clusters
+         Fixes some bugs that results in the demuxer looping when seaching
+         for clusters in non-finalized files.
+         https://bugzilla.gnome.org/show_bug.cgi?id=652195
+
+2011-06-30 12:30:22 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/multifile/gstmultifilesink.c:
+       * gst/multifile/gstmultifilesrc.c:
+         multifile: port to 0.10
+         * use G_DEFINE_TYPE
+         * adjust to new GstBuffer
+         * misc caps handling
+
+2011-06-30 11:35:21 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/cutter/gstcutter.c:
+         cutter: port to 0.11
+         * use G_DEFINE_TYPE
+         * adjust to new GstBuffer
+         * minor misc
+
+2011-06-30 11:17:19 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/replaygain/gstrganalysis.c:
+       * gst/replaygain/gstrglimiter.c:
+       * gst/replaygain/gstrgvolume.c:
+         replaygain: port to 0.11
+         * use G_DEFINE_TYPE
+         * adjust to new GstBuffer
+
+2011-06-30 10:53:09 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/spectrum/gstspectrum.c:
+         spectrum: remove deprecated property
+
+2011-06-30 10:51:55 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/spectrum/gstspectrum.c:
+         spectrum: port to 0.11
+         * use G_DEFINE_TYPE
+         * adjust to new GstBuffer
+
+2011-06-30 10:38:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/level/gstlevel.c:
+         level: port to 0.11
+         * use G_DEFINE_TYPE
+         * adjust to new GstBuffer
+
+2011-06-30 10:30:16 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/equalizer/gstiirequalizer10bands.c:
+       * gst/equalizer/gstiirequalizer3bands.c:
+       * gst/equalizer/gstiirequalizernbands.c:
+         equalizer: port to 0.11
+
+2011-06-10 18:54:48 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: fix reference counting of parse->streamheader
+         https://bugzilla.gnome.org/show_bug.cgi?id=652286
+         Signed-off-by: David Schleef <ds@schleef.org>
+
+2011-06-29 14:39:52 -0700  David Schleef <ds@schleef.org>
+
+       * ext/jpeg/gstjpegenc.c:
+         jpegenc: Don't round up size of encoded buffers
+         For some reason, in code dating to 2001, encoded jpeg buffers were
+         rounded up to multiples of 4 bytes.  With the added bonus that the
+         extra bytes are unwritten, causing valgrind issues.  Oops.  I can't
+         think of any reason why JPEG buffers need to be multiples of 4 bytes,
+         so I removed the padding.  There might be some code somewhere that
+         depends on this behavior, so if this needs to be reverted, please fix
+         the valgrind issues.
+
+2011-06-29 12:46:20 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/Makefile.am:
+       * gst/isomp4/atoms.c:
+       * gst/isomp4/atomsrecovery.c:
+       * gst/isomp4/gstqtmoovrecover.c:
+       * gst/isomp4/gstqtmux.c:
+       * gst/isomp4/gstqtmux.h:
+       * gst/isomp4/gstqtmuxmap.c:
+       * gst/isomp4/gstrtpxqtdepay.c:
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         isomp4: port to 0.11
+
+2011-06-28 12:55:45 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: tweak some ported segment handling
+         ... to avoid losing duration during push mode seeking, and to properly
+         accumulate running time when segment seeking.
+
+2011-06-29 12:05:04 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: free date tag
+
+2011-06-28 12:26:37 +0200  Jonas Larsson <jonas.larsson@hiq.se>
+
+       * gst/audioparsers/gstaacparse.c:
+         aacparse: not so greedy minimum frame size
+         Fixes #653559.
+
+2011-06-25 11:39:23 -0700  David Schleef <ds@schleef.org>
+
+       * configure.ac:
+         configure: remove non-pkg-config check for shout
+         Fixes: 653327
+
+2011-06-20 18:49:57 +0200  Andoni Morales Alastruey <amorales@flumotion.com>
+
+       * ext/raw1394/gst1394clock.c:
+         dv1394src: make the internal clock thread safe
+         Fixes: #653091.
+
+2011-06-24 11:54:29 +0200  Miguel Angel Cabrera Moya <madmac2501@gmail.com>
+
+       * gst/rtpmanager/rtpjitterbuffer.c:
+         rtpjitterbuffer: return correct type when assertion fails
+
+2011-06-23 11:28:27 -0700  David Schleef <ds@schleef.org>
+
+       * common:
+         Automatic update of common submodule
+         From 69b981f to 605cd9a
+
+2011-06-22 16:41:13 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtsp: fix for uri changes
+
+2011-02-02 16:18:54 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * configure.ac:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * ext/pulse/pulseutil.c:
+       * ext/pulse/pulseutil.h:
+         pulse: Drop support for PA versions before 0.9.16
+         This drops support fof PulseAudio versions prior to 0.9.16, which was
+         released about 1.5 years ago. Testing with very old versions is not
+         feasible and we don't want to maintain 2 independent code-paths.
+
+2011-06-21 18:24:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         configure.ac
+         docs/plugins/inspect/plugin-esdsink.xml
+         docs/plugins/inspect/plugin-gconfelements.xml
+
+2011-06-21 18:19:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: fix for header cleanups
+
+2011-06-21 15:15:06 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtpmp4adepay.c:
+         rtpmp4adepay: fix output buffer timestamps in case of multiple frames
+
+2011-06-20 16:47:36 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: The signal has 5 arguments, not 4
+
+2011-06-20 12:13:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+         avimux: use string for video format now
+
+2011-06-20 12:04:48 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/Makefile.am:
+         avi: link against gstvideo now
+
+2011-06-20 12:03:24 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+         avi: port to new caps
+
+2011-06-18 13:43:02 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Bump git version after unplanned 0.10.30 release
+         Merge branch '0.10.30'
+         Conflicts:
+         configure.ac
+         docs/plugins/inspect/plugin-1394.xml
+         docs/plugins/inspect/plugin-aasink.xml
+         docs/plugins/inspect/plugin-alaw.xml
+         docs/plugins/inspect/plugin-alpha.xml
+         docs/plugins/inspect/plugin-alphacolor.xml
+         docs/plugins/inspect/plugin-annodex.xml
+         docs/plugins/inspect/plugin-apetag.xml
+         docs/plugins/inspect/plugin-audiofx.xml
+         docs/plugins/inspect/plugin-audioparsers.xml
+         docs/plugins/inspect/plugin-auparse.xml
+         docs/plugins/inspect/plugin-autodetect.xml
+         docs/plugins/inspect/plugin-avi.xml
+         docs/plugins/inspect/plugin-cacasink.xml
+         docs/plugins/inspect/plugin-cairo.xml
+         docs/plugins/inspect/plugin-cutter.xml
+         docs/plugins/inspect/plugin-debug.xml
+         docs/plugins/inspect/plugin-deinterlace.xml
+         docs/plugins/inspect/plugin-dv.xml
+         docs/plugins/inspect/plugin-efence.xml
+         docs/plugins/inspect/plugin-effectv.xml
+         docs/plugins/inspect/plugin-equalizer.xml
+         docs/plugins/inspect/plugin-esdsink.xml
+         docs/plugins/inspect/plugin-flac.xml
+         docs/plugins/inspect/plugin-flv.xml
+         docs/plugins/inspect/plugin-flxdec.xml
+         docs/plugins/inspect/plugin-gconfelements.xml
+         docs/plugins/inspect/plugin-gdkpixbuf.xml
+         docs/plugins/inspect/plugin-goom.xml
+         docs/plugins/inspect/plugin-goom2k1.xml
+         docs/plugins/inspect/plugin-gstrtpmanager.xml
+         docs/plugins/inspect/plugin-halelements.xml
+         docs/plugins/inspect/plugin-icydemux.xml
+         docs/plugins/inspect/plugin-id3demux.xml
+         docs/plugins/inspect/plugin-imagefreeze.xml
+         docs/plugins/inspect/plugin-interleave.xml
+         docs/plugins/inspect/plugin-isomp4.xml
+         docs/plugins/inspect/plugin-jack.xml
+         docs/plugins/inspect/plugin-jpeg.xml
+         docs/plugins/inspect/plugin-level.xml
+         docs/plugins/inspect/plugin-matroska.xml
+         docs/plugins/inspect/plugin-mulaw.xml
+         docs/plugins/inspect/plugin-multifile.xml
+         docs/plugins/inspect/plugin-multipart.xml
+         docs/plugins/inspect/plugin-navigationtest.xml
+         docs/plugins/inspect/plugin-oss4.xml
+         docs/plugins/inspect/plugin-ossaudio.xml
+         docs/plugins/inspect/plugin-png.xml
+         docs/plugins/inspect/plugin-pulseaudio.xml
+         docs/plugins/inspect/plugin-replaygain.xml
+         docs/plugins/inspect/plugin-rtp.xml
+         docs/plugins/inspect/plugin-rtsp.xml
+         docs/plugins/inspect/plugin-shapewipe.xml
+         docs/plugins/inspect/plugin-shout2send.xml
+         docs/plugins/inspect/plugin-smpte.xml
+         docs/plugins/inspect/plugin-soup.xml
+         docs/plugins/inspect/plugin-spectrum.xml
+         docs/plugins/inspect/plugin-speex.xml
+         docs/plugins/inspect/plugin-taglib.xml
+         docs/plugins/inspect/plugin-udp.xml
+         docs/plugins/inspect/plugin-video4linux2.xml
+         docs/plugins/inspect/plugin-videobox.xml
+         docs/plugins/inspect/plugin-videocrop.xml
+         docs/plugins/inspect/plugin-videofilter.xml
+         docs/plugins/inspect/plugin-videomixer.xml
+         docs/plugins/inspect/plugin-wavenc.xml
+         docs/plugins/inspect/plugin-wavpack.xml
+         docs/plugins/inspect/plugin-wavparse.xml
+         docs/plugins/inspect/plugin-ximagesrc.xml
+         docs/plugins/inspect/plugin-y4menc.xml
+         win32/common/config.h
+
+2011-06-17 10:37:33 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * sys/sunaudio/gstsunaudiosink.c:
+       * sys/sunaudio/gstsunaudiosink.h:
+         sunaudio: fix typo in comment
+
+2011-06-17 18:12:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-06-17 18:11:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+         autodetect: fix caps
+
+2011-06-16 15:38:10 +0200  Luis de Bethencourt <luis.debethencourt@collabora.com>
+
+       * gst/goom/gstgoom.c:
+         goom: fix unused-but-set-compiler warnings
+         Remove unnecessary res variables, core checks existance
+         and type of these fields for us already via the template
+         caps, and we know that these fields exist because we've
+         fixated them before in _negotiate().
+
+2011-06-17 03:07:09 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/audiofx/audioecho.c:
+         audioecho: fix param flags
+         If the parameter cannot be changed in paused&playing, it is not controlable. Set
+         the appropriate mutability flag instead.
+
+=== release 0.10.30 ===
+
+2011-06-15 23:57:34 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-annodex.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-efence.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-esdsink.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gconfelements.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gstrtpmanager.xml:
+       * docs/plugins/inspect/plugin-halelements.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * win32/common/config.h:
+         Release 0.10.30
+         This is an ad-hoc release that is almost identical to 0.10.29:
+         * work around GLib atomic ops API change
+         * better handling of malformed buffers in RTP depayloders
+         * some minor compilation fixes
+
+2011-06-08 18:33:10 +0300  Raimo Järvi <raimo.jarvi@gmail.com>
+
+       * gst/udp/gstudpnetutils.h:
+         udp: Fix compiler warning on mingw-w64
+         Fixes: #652144.
+         gstudpnetutils.h:32:0: error: "WINVER" redefined
+         /usr/i686-w64-mingw32/sys-root/mingw/include/_mingw.h:231:0: note: this is the
+         location of the previous definition
+
+2011-06-04 13:49:52 -0700  David Schleef <ds@schleef.org>
+
+       * gst/interleave/interleave.c:
+         interleave: Work around changes in g_atomic API
+         See #651514 for details.
+
+2011-05-18 12:36:40 +0200  Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
+
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+         rtp: Fix segmentation fault processing payload buffers
+         This commit checks if the value returned by
+         gst_rtp_buffer_get_payload_buffer and
+         gst_rtp_buffer_get_payload_subbuffer is NULL before using it.
+
+2011-05-16 09:04:31 +0200  Pino Toscano <toscano.pino@tiscali.it>
+
+       * ext/pulse/pulseutil.c:
+         pulse: Define PATH_MAX if it isn't defined
+         GNU Hurd for example doesn't define it.
+
+2011-04-29 08:55:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: Allow setcaps to be called after a format was negotiated if it's compatible
+         Otherwise wavenc will fail if upstream decides to set equivalent caps or caps
+         with additional information later.
+         Thanks to Alexander Schremmer for finding this bug.
+
+2011-06-15 15:06:23 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * REQUIREMENTS:
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/inspect/plugin-esdsink.xml:
+       * ext/Makefile.am:
+       * ext/esd/Makefile.am:
+       * ext/esd/esdmon.c:
+       * ext/esd/esdmon.h:
+       * ext/esd/esdsink.c:
+       * ext/esd/esdsink.h:
+       * ext/esd/gstesd.c:
+       * gst-plugins-good.spec.in:
+       * m4/Makefile.am:
+       * m4/as-arts.m4:
+       * m4/esd.m4:
+       * po/POTFILES.in:
+       * 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/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+         Remove esound/esdsink plugin
+
+2011-06-15 14:37:29 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * Makefile.am:
+       * REQUIREMENTS:
+       * configure.ac:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-good-plugins-sections.txt:
+       * docs/plugins/inspect/plugin-gconfelements.xml:
+       * ext/Makefile.am:
+       * ext/gconf/Makefile.am:
+       * ext/gconf/gstgconf.c:
+       * ext/gconf/gstgconf.h:
+       * ext/gconf/gstgconfaudiosink.c:
+       * ext/gconf/gstgconfaudiosink.h:
+       * ext/gconf/gstgconfaudiosrc.c:
+       * ext/gconf/gstgconfaudiosrc.h:
+       * ext/gconf/gstgconfelements.c:
+       * ext/gconf/gstgconfelements.h:
+       * ext/gconf/gstgconfvideosink.c:
+       * ext/gconf/gstgconfvideosink.h:
+       * ext/gconf/gstgconfvideosrc.c:
+       * ext/gconf/gstgconfvideosrc.h:
+       * ext/gconf/gstswitchsink.c:
+       * ext/gconf/gstswitchsink.h:
+       * ext/gconf/gstswitchsrc.c:
+       * ext/gconf/gstswitchsrc.h:
+       * gconf/.gitignore:
+       * gconf/Makefile.am:
+       * gconf/gstreamer.schemas.in:
+       * gst-plugins-good.spec.in:
+       * m4/Makefile.am:
+       * m4/gconf-2.m4:
+       * po/POTFILES.in:
+       * tests/check/Makefile.am:
+         Remove gconf elements and plugin
+         GConf was deprecated in favour of GSettings etc.
+
+2011-06-15 15:17:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: fix unitialized access
+
+2011-06-09 21:06:28 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/matroska/matroska-read-common.c:
+         matroska: add missing stdio include for sscanf
+
+2011-06-13 19:08:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-06-13 17:51:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audiofx/audiopanorama.c:
+       * gst/rtpmanager/gstrtpbin.c:
+       * gst/rtpmanager/gstrtpjitterbuffer.c:
+         -good: port some more plugins
+
+2011-06-13 17:14:51 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtsp: fix for flush_stop API change
+
+2011-06-13 17:14:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph264pay.c:
+       * gst/rtp/gstrtpj2kdepay.c:
+       * gst/rtp/gstrtpj2kpay.c:
+       * gst/rtp/gstrtpjpegdepay.c:
+         rtp: port some more (de)payloader
+
+2011-06-13 17:05:19 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+         audioparsers: not so greedy minimum frame size
+         ... which will be determined by parsing anyway, and avoids introducing
+         redundant additional latency.
+
+2011-06-13 16:33:57 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/udp/gstudpsrc.c:
+         -good: update for buffer API change
+
+2011-06-13 16:33:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+       * gst/rtp/gstrtph263ppay.c:
+       * gst/rtp/gstrtph264depay.c:
+       * gst/rtp/gstrtph264pay.c:
+         rtp: port to 0.11
+
+2011-06-13 13:25:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/Makefile.am:
+       * gst/rtp/gstrtp.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdepay.c:
+       * gst/rtp/gstrtpdepay.h:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpilbcpay.c:
+       * gst/rtp/gstrtpmpapay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+         rtp: fix for API changes in the base classes
+
+2011-06-13 13:07:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+         avimux: use caps event for negotiation
+
+2011-06-13 13:07:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: fix for flush stop event changes
+
+2011-06-08 18:33:10 +0300  Raimo Järvi <raimo.jarvi@gmail.com>
+
+       * gst/udp/gstudpnetutils.h:
+         udp: Fix compiler warning on mingw-w64
+         Fixes: #652144.
+         gstudpnetutils.h:32:0: error: "WINVER" redefined
+         /usr/i686-w64-mingw32/sys-root/mingw/include/_mingw.h:231:0: note: this is the
+         location of the previous definition
+
+2011-06-11 18:58:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/goom/gstgoom.c:
+         goom: fix for bufferpool update
+
+2011-06-10 18:05:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/goom/gstgoom.c:
+         goom: update for alignment change
+
+2011-06-09 17:56:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+         jack: port some more
+
+2011-06-09 17:52:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtsp: port to 0.11
+
+2011-06-09 17:50:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstudpsrc.c:
+         udp: port to 0.11
+
+2011-06-09 11:37:47 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+         aasink: register template and klass correctly
+
+2011-06-09 10:50:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/goom/gstgoom.c:
+       * gst/goom/gstgoom.h:
+         goom: port goom
+
+2011-06-08 18:06:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-06-08 18:05:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/aalib/gstaasink.c:
+         assink: port aasink to 0.11
+
+2011-06-07 12:06:08 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/debugutils/breakmydata.c:
+       * gst/debugutils/cpureport.c:
+       * gst/debugutils/gstcapsdebug.c:
+       * gst/debugutils/gstcapssetter.c:
+       * gst/debugutils/gstnavseek.c:
+       * gst/debugutils/gstpushfilesrc.c:
+       * gst/debugutils/gsttaginject.c:
+       * gst/debugutils/progressreport.c:
+       * gst/debugutils/rndbuffersize.c:
+       * gst/debugutils/testplugin.c:
+         debugutils: Switch from GST_BOILERPLATE to G_DEFINE_TYPE
+
+2011-06-07 11:25:18 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/videofilter/gstvideoflip.c:
+         videofilter: Use new GstBaseTransform::transform_caps API
+
+2011-06-07 11:23:55 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/auparse/gstauparse.c:
+         auparse: Don't use GST_BOILERPLATE
+
+2011-06-07 11:22:35 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/audiofx/audiofxbasefirfilter.c:
+         audiofxbasefirfilter: Buffers no longer have caps
+
+2011-06-07 11:20:00 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+         alpha: Use new transform_caps vmethod (with filter)
+
+2011-06-06 20:43:31 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstdcaparse.c:
+       * gst/audioparsers/gstflacparse.c:
+       * gst/audioparsers/gstmpegaudioparse.c:
+         audioparsers: fix some more parsers
+
+2011-06-06 18:21:04 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_parse_chapters
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-06-06 14:47:27 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-parse.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_parse_attachments
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-06-06 12:43:14 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_parse_attached_file
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-06-05 22:45:55 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-parse.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_parse_info
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-06-05 10:15:23 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-parse.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_parse_metadata
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-06-05 09:54:42 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_parse_metadata_id_tag
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-06-05 02:24:41 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_parse_metadata_id_simple_tag
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-06-06 12:42:53 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: reset state tracking variable when appropriate
+         ... so we don't end up interrupting an operation that should not be interrupted
+         based on the indication of a previous interruptable operation.
+
+2011-06-04 13:49:52 -0700  David Schleef <ds@schleef.org>
+
+       * gst/interleave/interleave.c:
+         interleave: Work around changes in g_atomic API
+         See #651514 for details.
+
+2011-06-04 13:43:00 -0700  David Schleef <ds@schleef.org>
+
+       * ext/soup/gstsouphttpsink.c:
+       * ext/soup/gstsouphttpsink.h:
+         souphttpsink: code cleanup
+
+2011-06-05 02:00:08 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: Use ARTIST tag instead of AUTHOR for GST_TAG_ARTIST
+         AUTHOR only existed in an old version of the spec and ARTIST is
+         the new replacement for this. We are still reading both to still
+         be compatible with old files.
+         Fixes bug #644875.
+
+2011-06-02 18:51:29 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         sys/ximage/ximageutil.c
+
+2011-06-02 18:47:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavidemux.h:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+         avi: port AVI elements to new API
+
+2011-06-02 13:38:30 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/dv/gstdvdemux.c:
+         dvdemux: First query the peer duration in the requested format before converting to BYTES
+         Fixes usage of dvdemux after another demuxer, e.g. mxfdemux.
+         Fixes bug #650503.
+
+2011-06-02 10:41:52 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/soup/gstsouphttpsink.c:
+         souphttpsink: Fix refcounting of the "session" property
+         Properties should never take ownership of the values
+         passed to them.
+
+2011-06-01 17:04:27 -0700  David Schleef <ds@schleef.org>
+
+       * gst/matroska/matroska-mux.c:
+         matroskamux: For streaming files, push tags first
+
+2011-05-24 14:52:01 -0700  David Schleef <ds@schleef.org>
+
+       * ext/soup/Makefile.am:
+       * ext/soup/gstsoup.c:
+       * ext/soup/gstsouphttpsink.c:
+       * ext/soup/gstsouphttpsink.h:
+       * ext/soup/gstsouphttpsrc.c:
+         soup: Add souphttpsink
+
+2011-06-01 10:19:31 +0200  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * gst/udp/gstudpsrc.c:
+         udpsrc: allow skip-first-bytes of full buffer size
+
+2011-05-30 18:31:50 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following functions to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_parse_header
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-30 12:09:31 +0200  Antonio Frediani <antonio.frediani@inwind.it>
+
+       * gst/isomp4/gstqtmux.c:
+         qtmux: Use GST_TAG_IMAGE for coverart too
+         Fixes bug #638107.
+
+2011-05-30 10:40:08 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following functions to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_get_seek_track
+         - gst_matroska_{demux,parse}_reset_streams
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-28 22:04:34 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-parse.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska{demux,parse}_found_global_tag
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-28 10:59:09 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following functions to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_index_seek_find
+         - gst_matroska{demux,parse}_do_index_seek
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-27 23:15:23 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_tracknumber_unique
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-27 20:28:19 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_decode_data
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-27 19:30:48 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_get_length
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-27 09:17:46 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/avi/gstavimux.c:
+         avimux: Revert 1a90a6c4 and drop Dirac support again
+         It does not work at all (A/V sync issues), is not very useful,
+         other containers work much better with Dirac and Dirac in AVI
+         is not supported by other software.
+         Fixes bug #541215.
+
+2011-05-26 23:35:52 +0530  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following functions to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_encoding_cmp
+         - gst_matroska_{demux,parse}_read_track_encodings
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-23 18:06:44 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following functions to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_peek_id_length_pull
+         - gst_matroska_{demux,parse}_peek_id_length_push
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-23 18:06:44 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-parse.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_peek_adapter
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-26 12:48:36 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * sys/ximage/ximageutil.c:
+         xvimagesink: Fallback to non-XShm mode if allocating the XShm image failed
+         Fixes bug #630456.
+
+2011-05-26 12:22:52 +0200  Marc Leeman <marc.leeman@gmail.com>
+
+       * gst/rtp/gstrtpmp4vpay.c:
+         rtpmp4vpay: Deprecated send-config property and replace by config-interval
+         Fixes bug #622412.
+
+2010-06-23 11:12:00 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-ids.h:
+         matroskademux: UTF-8 subtitles may have markup
+         Fixes #616936.
+
+2011-01-23 15:56:49 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/cairo/gsttextoverlay.c:
+       * ext/cairo/gsttextoverlay.h:
+         cairotextoverlay: forward new segment events from the sink to the source
+         Not doing so will cause buffers to be received by downstream without
+         a time base set.
+         We use the same method avimux uses to get access to the event when
+         collectpads got the sink event function.
+         https://bugzilla.gnome.org/show_bug.cgi?id=640323
+
+2011-01-24 11:11:48 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * ext/cairo/gsttextoverlay.c:
+         textoverlay: forward source events to sinks
+         Events are passed to the video sink, and to the text sink if it is
+         linked.
+         This will allow seeking, for instance.
+         https://bugzilla.gnome.org/show_bug.cgi?id=586450
+
+2011-05-25 21:12:12 +0200  David Hoyt <dhoyt@llnl.gov>
+
+       * gst/multipart/multipartdemux.c:
+       * gst/multipart/multipartdemux.h:
+         multipartdemux: Add property to assume a single stream and emit no-more-pads
+         Fixes bug #616686.
+
+2011-05-25 14:50:26 +0200  Miguel Angel Cabrera Moya <madmac2501@gmail.com>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: uniform unknown message handling
+         Do the same processing in all the cases when an unknown message is received.
+         That is, give a warning.
+         https://bugzilla.gnome.org/show_bug.cgi?id=651059
+
+2011-05-23 18:06:44 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_peek_pull
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-23 18:06:44 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-parse.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following function to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_peek_bytes
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-23 18:06:44 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following functions to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_{demux,parse}_encoding_order_unique
+         - gst_matroska_{demux,parse}_read_track_encoding
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-24 18:27:10 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+         autodetect: port to new API
+
+2011-05-24 17:34:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         gst/avi/gstavidemux.c
+         gst/rtp/gstrtpac3depay.c
+         gst/rtp/gstrtpg726depay.c
+         gst/rtp/gstrtpmpvdepay.c
+         gst/videofilter/gstgamma.c
+
+2011-05-24 13:12:19 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtppcmudepay.c:
+         pcmudepay: allow variable sample rate
+
+2011-05-24 13:11:54 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtp/gstrtppcmadepay.c:
+         pcmadepay: allow variable sample rate
+
+2010-04-04 06:43:41 -0500  Rob Clark <rob@ti.com>
+
+       * sys/v4l2/gstv4l2object.c:
+       * sys/v4l2/gstv4l2object.h:
+       * sys/v4l2/gstv4l2sink.c:
+       * sys/v4l2/gstv4l2tuner.c:
+       * sys/v4l2/gstv4l2tuner.h:
+       * sys/v4l2/v4l2_calls.c:
+         v4l2: add norm property
+         Based on a patch by Guennadi Liakhovetski.
+         v2: updates because I forgot to add GstTuner interface to v4l2sink
+         v3: update to add all possible values to norm enum
+
+2011-05-23 20:46:04 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: fixed copyright headers
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-23 18:06:44 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Move the following functions to matroska-read-common.[ch] from
+         matroska-demux.c and matroska-parse.c:
+         - gst_matroska_decode_content_encodings
+         - gst_matroska_decompress_data
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-23 18:48:57 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-parse.h:
+       * gst/matroska/matroska-read-common.h:
+         matroska: move GstMatroska{Demux,Parse}::state to GstMatroskaReadCommon
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-24 09:48:56 +0200  Jonas Larsson <jonas.larsson@hiq.se>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Fix buffer leak with corrupted files
+         Fixes bug #650912.
+
+2011-05-23 02:46:38 -0700  Miguel Angel Cabrera Moya <madmac2501@gmail.com>
+
+       * gst/deinterlace/gstdeinterlace.c:
+         deinterlace: fix parameter type in trace
+         https://bugzilla.gnome.org/show_bug.cgi?id=650937
+
+2011-05-23 18:06:44 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/Makefile.am:
+       * gst/matroska/matroska-demux.c:
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-parse.c:
+       * gst/matroska/matroska-parse.h:
+       * gst/matroska/matroska-read-common.c:
+       * gst/matroska/matroska-read-common.h:
+         matroska: refactor code common to matroskademux and matroskaparse
+         Replace the following functions with their gst_matroska_read_common_*
+         counterparts:
+         - gst_matroska_{demux,parse}_parse_index
+         - gst_matroska_{demux,parse}_parse_skip
+         - gst_matroska_{demux,parse}_stream_from_num
+         Introduce GstMatroskaReadCommon to contain those members of
+         GstMatroskaDemux and GstMatroskaParse that were used by the above
+         functions.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650877
+
+2011-05-23 13:50:46 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: tell baseparse the duration in samples for better accuracy
+         Tell GstBaseParse the duration in samples instead of time, so that
+         a duration query in DEFAULT format will return the correct number
+         of samples without rounding errors. Baseparse will convert this
+         into time itself when needed.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650785
+
+2011-05-23 13:25:44 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+         flacdec: also try upstream first for duration query in DEFAULT format
+         https://bugzilla.gnome.org/show_bug.cgi?id=650785
+
+2011-05-23 13:23:21 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: make conversion from TIME to DEFAULT format (samples) work
+         Fix copy'n'paste error in the previous commit.
+
+2011-05-23 11:36:36 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: Implement conversions between TIME and DEFAULT format
+         Fixes bug #650785.
+
+2011-05-22 18:50:51 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/audioparsers/gstflacparse.c:
+         flacparse: don't error out on invalid minimum_blocksize value in streaminfo header
+         We don't use it, so may just as well accept an invalid value
+         of 0 here, which is likely inconsequential anyway.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650691
+
+2011-05-20 10:34:47 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+         rtp: fix static array overruns in a nicer way
+         Use G_N_ELEMENTS instead of hard-coding the array size.
+
+2011-05-20 00:53:44 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/rtp/gstrtpjpegpay.c:
+       * gst/rtp/gstrtpmp4adepay.c:
+       * gst/rtp/gstrtpqcelpdepay.c:
+         rtp: fix static array overruns
+         Yes array[10] has elements from 0...9.
+
+2011-05-19 23:31:19 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * docs/plugins/gst-plugins-good-plugins.args:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.prerequisites:
+         docs: update plugin introspection data
+         Now more files are merged and produced in a canonical fashion, which hopefully
+         creates less or no delta in the future.
+
+2011-05-19 22:57:15 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 9e5bbd5 to 69b981f
+
+2011-05-19 18:21:33 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: add missing break
+
+2010-11-08 14:06:15 +0100  Robert Swain <robert.swain@collabora.co.uk>
+
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/deinterlace/gstdeinterlace.h:
+         deinterlace: Add support for deinterlacing using buffer caps/flags
+         When not using the fieldanalysis element immediately upstream of deinterlace,
+         behaviour should remain unchanged. fieldanalysis will set the caps and flags on
+         the buffers such that they can be interpreted and acted upon to produce
+         progressive output.
+         There are two main modes of operation:
+         - Passive pattern locking
+         Passive pattern locking is a non-blocking, low-latency mode of operation that
+         is suitable for close-to-live usage. Initially a telecine stream will be
+         output as variable framerate with naïve timestamp adjustment. With each
+         incoming buffer, an attempt is made to lock onto a pattern. When a lock is
+         obtained, the src pad and output buffer caps will reflect the pattern and
+         timestamps will be accurately interpolated between pattern repeats. This
+         means that initially and at pattern transitions there will be short periods
+         of inaccurate timestamping.
+         - Active pattern locking
+         Active pattern locking is a blocking, high-latency mode of operation that is
+         targeted at use-cases where timestamp accuracy is paramount. Buffers will be
+         queued until enough are present to make a lock. When locked, timestamps will
+         be accurately interpolated between pattern repeats. Orphan fields can be
+         dropped or deinterlaced. If no lock can be obtained, a single field might be
+         pushed through to be deinterlaced.
+         Locking can also be disabled or 'auto' chooses between passive and active
+         locking modes depending on whether upstream is live.
+
+2011-05-10 16:25:40 -0700  David Schleef <ds@schleef.org>
+
+       * configure.ac:
+         configure: Remove config script check for caca
+
+2011-05-18 12:36:40 +0200  Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
+
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpmp1sdepay.c:
+       * gst/rtp/gstrtpmp2tdepay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtpspeexdepay.c:
+         rtp: Fix segmentation fault processing payload buffers
+         This commit checks if the value returned by
+         gst_rtp_buffer_get_payload_buffer and
+         gst_rtp_buffer_get_payload_subbuffer is NULL before using it.
+
+2011-05-18 14:49:17 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/Makefile.am:
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: Post CODEC and BITRATE tags
+         Also filter any CODEC/AUDIO_CODEC tags from incoming
+         tag events.
+         Fixes bug #391543.
+
+2011-05-18 16:10:07 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From fd35073 to 9e5bbd5
+
+2011-05-18 12:52:31 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+         avidemux: ensure 0-padding when correcting dubious list size
+
+2011-05-18 12:24:25 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 46dfcea to fd35073
+
+2011-05-18 10:22:27 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: use EINVAL for missing url parameter
+         Fixes gcc warning about using uninitialized variable 'res'.
+
+2011-04-28 15:37:40 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/debugutils/rndbuffersize.c:
+       * gst/videofilter/gstgamma.c:
+         various: fix author tag in element details
+
+2011-04-20 15:25:58 -0400  Chris E Jones <chris@chrisejones.com>
+
+       * gst/auparse/gstauparse.c:
+         auparse: implement seeking
+         Implement seeking and seeking query. Fixes #644512
+
+2011-05-17 16:13:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-04-06 16:05:55 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: also allow PAUSE to be interrupted
+         ... as it is on the way out to NULL.
+         See #632504.
+
+2011-04-06 15:51:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: ensure proper closing and cleanup
+         ... since the TEARDOWN sequence might not have had a chance to even start,
+         but at least connections should be closed (synchronously) and state cleaned up.
+         See #632504.
+
+2011-04-06 15:49:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: fix and improve async handling
+         Simplify the command handling; passing a command to thread means we really
+         want it to get the message, which means to always flush provided the command
+         can handle being interrupted.  Command thread indicates whether command
+         allows interruption and ensure non-flushing connection as it subsequently
+         needs it.
+         In particular, this also makes the TEARDOWN sequence interruptable
+         and also prevents races where _loop_ could miss a command and would
+         continue receiving (or at least trying to).
+         See #632504.
+
+2011-04-06 14:53:27 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: tweak post-seek loop handling
+
+2011-01-10 12:46:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: open on play and pause when not done yet
+         With the async state changes, it is possible that we need to open the stream
+         before play and pause.
+         Also make sure we remember a previous open failure so that we don't keep trying
+         again.
+
+2011-01-10 11:45:03 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: improve async handling
+         Simplify the command handling, only continue looping when we have not received
+         another command or when the previous loop was successfull.
+         Avoid looping on a disconnected socket.
+
+2011-01-07 18:02:49 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: rework reconnect code
+         Use the same async code path to implement reconnects.
+         Make sure we only post progress messages when doing async things.
+
+2011-01-07 17:19:59 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: small cleanups
+         Make sure we cancel the previous task when queuing a new one.
+         Move the messages to a central place so we can more easily post them.
+
+2011-01-07 15:15:49 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: don't post errors when interrupting
+
+2011-01-07 13:43:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: implement more async handling
+         Remove some old locks.
+         Make sure we never go into the loop function when flushing.
+
+2011-01-07 11:40:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: first attempt at async implementation
+
+2011-01-07 11:40:11 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.h:
+         rtspsrc: small header cleanups
+
+2011-05-17 10:47:32 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         ssrcdemux: Fix uninitialized variable compiler warning for (pre-) releases too
+
+2011-04-28 15:57:04 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2objects: Only allow mpeg-ts on source objects
+         Ugly fix for #648312
+
+2011-05-17 09:24:08 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Fix uninitialized variable compiler warning
+
+2011-05-06 19:09:17 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         ssrcdemux: Implement iterate internal links for sink pads
+         https://bugzilla.gnome.org/show_bug.cgi?id=649617
+
+2011-05-06 18:41:01 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: iterate pad function is only valid for src pads
+         The iterate function is only used for src pads, so mark it as such and remove
+         dead code.
+         https://bugzilla.gnome.org/show_bug.cgi?id=649617
+
+2011-05-06 18:12:53 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/rtpmanager/gstrtpssrcdemux.c:
+         rtpssrcdemux: Release lock before emitting signal
+         If the lock is not released before emitting a signal, it may cause a deadlock
+         if any other function in the element is called.
+         Also removed an unused timestamp parameter
+         https://bugzilla.gnome.org/show_bug.cgi?id=649617
+
+2011-05-15 23:25:15 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-parse.c:
+         matroskaparse: calculate segment duration after parsing all the IDs
+         Since the segment duration is given in terms of the
+         GST_MATROSKA_ID_TIMECODESCALE we should only convert it into
+         nanoseconds when we are sure that any scale specified in the file has
+         been read.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650258
+
+2011-05-16 17:52:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         configure.ac
+
+2011-05-16 17:50:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesrc.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+         -good: fix for new API
+
+2011-05-04 11:55:21 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: additional lock safety
+         Fixes #619590.
+
+2011-04-26 16:06:56 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: also check for bitrate info in caps
+
+2010-05-25 01:04:43 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+       * gst/isomp4/qtdemux.h:
+         qtdemux: guess bitrate if only one stream's bitrate is unknown
+         If the bitrates for all but one audio/video streams are known, and the
+         total stream size and duration can be determined, this calculates the
+         unkown bitrate as (stream size / duration) - (sum of known bitrates).
+         While this is not guaranteed to be very accurate, it should be good
+         enough for most purposes.
+         For example, this is useful for H.263 + AAC streams where no 'btrt' atom
+         is available for the video portion.
+         https://bugzilla.gnome.org/show_bug.cgi?id=619548
+
+2010-05-31 23:59:59 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * gst/isomp4/qtdemux.c:
+         qtdemux: Export max bitrate for AMR-NB/-WB streams
+         This parses the 'damr' atom if present, and exports the maximum bitrate
+         of the stream using the mode set field to determine the highest bitrate
+         frame type that might be present.
+         https://bugzilla.gnome.org/show_bug.cgi?id=620186
+
+2011-05-16 09:04:31 +0200  Pino Toscano <toscano.pino@tiscali.it>
+
+       * ext/pulse/pulseutil.c:
+         pulse: Define PATH_MAX if it isn't defined
+         GNU Hurd for example doesn't define it.
+
+2011-05-15 23:25:15 +0300  Debarshi Ray <rishi@gnu.org>
+
+       * gst/matroska/matroska-demux.c:
+         matroskademux: calculate segment duration after parsing all the IDs
+         Since the segment duration is given in terms of the
+         GST_MATROSKA_ID_TIMECODESCALE we should only convert it into
+         nanoseconds when we are sure that any scale specified in the file has
+         been read.
+         https://bugzilla.gnome.org/show_bug.cgi?id=650258
+
+2011-05-09 19:00:45 +0200  Andoni Morales Alastruey <amorales@flumotion.com>
+
+       * gst/flv/gstflvmux.c:
+         flvmux: Add support for mpegversion 2, which is also AAC
+
+2011-05-11 10:25:15 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacdec.h:
+         flacdec: Send EOS when seeking after the end of file instead of failing
+         Fixes bug #649780.
+
+2011-04-29 08:59:20 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: Set fixedcaps getcaps function on the sinkpad
+         wavenc does not allow to change the caps during playback
+         and always returning the template caps is just wrong.
+
+2011-04-29 08:55:19 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/wavenc/gstwavenc.c:
+         wavenc: Allow setcaps to be called after a format was negotiated if it's compatible
+         Otherwise wavenc will fail if upstream decides to set equivalent caps or caps
+         with additional information later.
+         Thanks to Alexander Schremmer for finding this bug.
+
+2011-05-14 10:02:22 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-annodex.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-efence.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-esdsink.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gconfelements.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gstrtpmanager.xml:
+       * docs/plugins/inspect/plugin-halelements.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * win32/common/config.h:
+         Back to development
+
 === release 0.10.29 ===
 
-2011-05-10  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+2011-05-10 10:04:28 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 0.10.29, "Soft Cheese Enthusiast"
+       * docs/plugins/gst-plugins-good-plugins.hierarchy:
+       * docs/plugins/gst-plugins-good-plugins.interfaces:
+       * docs/plugins/gst-plugins-good-plugins.prerequisites:
+       * docs/plugins/inspect/plugin-1394.xml:
+       * docs/plugins/inspect/plugin-aasink.xml:
+       * docs/plugins/inspect/plugin-alaw.xml:
+       * docs/plugins/inspect/plugin-alpha.xml:
+       * docs/plugins/inspect/plugin-alphacolor.xml:
+       * docs/plugins/inspect/plugin-annodex.xml:
+       * docs/plugins/inspect/plugin-apetag.xml:
+       * docs/plugins/inspect/plugin-audiofx.xml:
+       * docs/plugins/inspect/plugin-audioparsers.xml:
+       * docs/plugins/inspect/plugin-auparse.xml:
+       * docs/plugins/inspect/plugin-autodetect.xml:
+       * docs/plugins/inspect/plugin-avi.xml:
+       * docs/plugins/inspect/plugin-cacasink.xml:
+       * docs/plugins/inspect/plugin-cairo.xml:
+       * docs/plugins/inspect/plugin-cutter.xml:
+       * docs/plugins/inspect/plugin-debug.xml:
+       * docs/plugins/inspect/plugin-deinterlace.xml:
+       * docs/plugins/inspect/plugin-dv.xml:
+       * docs/plugins/inspect/plugin-efence.xml:
+       * docs/plugins/inspect/plugin-effectv.xml:
+       * docs/plugins/inspect/plugin-equalizer.xml:
+       * docs/plugins/inspect/plugin-esdsink.xml:
+       * docs/plugins/inspect/plugin-flac.xml:
+       * docs/plugins/inspect/plugin-flv.xml:
+       * docs/plugins/inspect/plugin-flxdec.xml:
+       * docs/plugins/inspect/plugin-gconfelements.xml:
+       * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+       * docs/plugins/inspect/plugin-goom.xml:
+       * docs/plugins/inspect/plugin-goom2k1.xml:
+       * docs/plugins/inspect/plugin-gstrtpmanager.xml:
+       * docs/plugins/inspect/plugin-halelements.xml:
+       * docs/plugins/inspect/plugin-icydemux.xml:
+       * docs/plugins/inspect/plugin-id3demux.xml:
+       * docs/plugins/inspect/plugin-imagefreeze.xml:
+       * docs/plugins/inspect/plugin-interleave.xml:
+       * docs/plugins/inspect/plugin-isomp4.xml:
+       * docs/plugins/inspect/plugin-jack.xml:
+       * docs/plugins/inspect/plugin-jpeg.xml:
+       * docs/plugins/inspect/plugin-level.xml:
+       * docs/plugins/inspect/plugin-matroska.xml:
+       * docs/plugins/inspect/plugin-mulaw.xml:
+       * docs/plugins/inspect/plugin-multifile.xml:
+       * docs/plugins/inspect/plugin-multipart.xml:
+       * docs/plugins/inspect/plugin-navigationtest.xml:
+       * docs/plugins/inspect/plugin-oss4.xml:
+       * docs/plugins/inspect/plugin-ossaudio.xml:
+       * docs/plugins/inspect/plugin-png.xml:
+       * docs/plugins/inspect/plugin-pulseaudio.xml:
+       * docs/plugins/inspect/plugin-replaygain.xml:
+       * docs/plugins/inspect/plugin-rtp.xml:
+       * docs/plugins/inspect/plugin-rtsp.xml:
+       * docs/plugins/inspect/plugin-shapewipe.xml:
+       * docs/plugins/inspect/plugin-shout2send.xml:
+       * docs/plugins/inspect/plugin-smpte.xml:
+       * docs/plugins/inspect/plugin-soup.xml:
+       * docs/plugins/inspect/plugin-spectrum.xml:
+       * docs/plugins/inspect/plugin-speex.xml:
+       * docs/plugins/inspect/plugin-taglib.xml:
+       * docs/plugins/inspect/plugin-udp.xml:
+       * docs/plugins/inspect/plugin-video4linux2.xml:
+       * docs/plugins/inspect/plugin-videobox.xml:
+       * docs/plugins/inspect/plugin-videocrop.xml:
+       * docs/plugins/inspect/plugin-videofilter.xml:
+       * docs/plugins/inspect/plugin-videomixer.xml:
+       * docs/plugins/inspect/plugin-wavenc.xml:
+       * docs/plugins/inspect/plugin-wavpack.xml:
+       * docs/plugins/inspect/plugin-wavparse.xml:
+       * docs/plugins/inspect/plugin-ximagesrc.xml:
+       * docs/plugins/inspect/plugin-y4menc.xml:
+       * gst-plugins-good.doap:
+       * 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/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.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/zh_HK.po:
+       * po/zh_TW.po:
+       * win32/common/config.h:
+         Release 0.10.29
+         Highlights:
+         - amrparse, aacparse, ac3parse, flacparse, mpegaudioparse, dcaparse audio parsers (moved from -bad)
+         - muxers now mux based on running time
+         - ISO MP4 muxers: mp4mux/3gppmux/qtmux/mj2mux (moved from -bad)
+         - new matroskaparse element
+         - new v4l2radio element
+         - rtpsession: support RTCP Early Feedback (the AVPF profile)
+         - orc 0.4.14 or newer recommended
+         - many other fixes and improvements
 
 2011-05-05 13:24:23 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
 
        * docs/plugins/Makefile.am:
        * docs/plugins/gst-plugins-good-plugins-docs.sgml:
        * docs/plugins/inspect/plugin-isomp4.xml:
-       * docs/plugins/inspect/plugin-quicktime.xml:
        * gst-plugins-good.spec.in:
        * gst/isomp4/LEGAL:
        * gst/isomp4/Makefile.am:
        * gst/isomp4/qtdemux_types.c:
        * gst/isomp4/qtdemux_types.h:
        * gst/isomp4/qtpalette.h:
-       * gst/quicktime/LEGAL:
-       * gst/quicktime/Makefile.am:
-       * gst/quicktime/atoms.c:
-       * gst/quicktime/atoms.h:
-       * gst/quicktime/atomsrecovery.c:
-       * gst/quicktime/atomsrecovery.h:
-       * gst/quicktime/descriptors.c:
-       * gst/quicktime/descriptors.h:
-       * gst/quicktime/fourcc.h:
-       * gst/quicktime/ftypcc.h:
-       * gst/quicktime/gstqtmoovrecover.c:
-       * gst/quicktime/gstqtmoovrecover.h:
-       * gst/quicktime/gstqtmux-doc.c:
-       * gst/quicktime/gstqtmux-doc.h:
-       * gst/quicktime/gstqtmux.c:
-       * gst/quicktime/gstqtmux.h:
-       * gst/quicktime/gstqtmuxmap.c:
-       * gst/quicktime/gstqtmuxmap.h:
-       * gst/quicktime/gstrtpxqtdepay.c:
-       * gst/quicktime/gstrtpxqtdepay.h:
-       * gst/quicktime/properties.c:
-       * gst/quicktime/properties.h:
-       * gst/quicktime/qtatomparser.h:
-       * gst/quicktime/qtdemux.c:
-       * gst/quicktime/qtdemux.h:
-       * gst/quicktime/qtdemux.vcproj:
-       * gst/quicktime/qtdemux_dump.c:
-       * gst/quicktime/qtdemux_dump.h:
-       * gst/quicktime/qtdemux_fourcc.h:
-       * gst/quicktime/qtdemux_lang.c:
-       * gst/quicktime/qtdemux_lang.h:
-       * gst/quicktime/qtdemux_types.c:
-       * gst/quicktime/qtdemux_types.h:
-       * gst/quicktime/qtpalette.h:
-       * gst/quicktime/quicktime.c:
        * po/POTFILES.in:
          quicktime: rename plugin to isomp4
          https://bugzilla.gnome.org/show_bug.cgi?id=648004
 
+2011-04-29 17:55:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audioparsers/gstaacparse.c:
+       * gst/audioparsers/gstac3parse.c:
+       * gst/audioparsers/gstamrparse.c:
+         audioparsers: fix some parsers
+
+2011-04-29 17:54:42 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+         fix error caused by merging
+
+2011-04-29 15:49:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         configure.ac
+         gst/rtp/gstrtpgstpay.c
+
+2011-04-29 15:46:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audiofx/audiofxbasefirfilter.c:
+         audiofx: fix pad_alloc
+
 2011-04-27 12:45:51 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * configure.ac:
        * gst/rtp/gstrtpgstpay.c:
          rtpgstpay: fix buffer leak
 
+2011-04-26 15:58:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpgstpay.c:
+         rtpgstpay: fix buffer leak
+
+2011-04-26 15:42:47 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jack/gstjackaudiosink.c:
+       * ext/jack/gstjackaudiosrc.c:
+         jack: port jack elements
+
 2011-04-25 10:04:52 +0200  Philip Jägenstedt <philipj@opera.com>
 
        * ext/jpeg/gstjpegdec.c:
          jpegdec: documentation typo "jpegddec"
          https://bugzilla.gnome.org/show_bug.cgi?id=648589
 
+2011-04-25 18:14:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpamrdepay.c:
+       * gst/rtp/gstrtpamrpay.c:
+       * gst/rtp/gstrtph263depay.c:
+       * gst/rtp/gstrtph263pdepay.c:
+         rtp: port some more elements
+
+2011-04-25 17:27:40 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpg722depay.c:
+       * gst/rtp/gstrtpg722pay.c:
+       * gst/rtp/gstrtpg723depay.c:
+       * gst/rtp/gstrtpg723pay.c:
+       * gst/rtp/gstrtpg726depay.c:
+       * gst/rtp/gstrtpg726pay.c:
+       * gst/rtp/gstrtpg729depay.c:
+       * gst/rtp/gstrtpg729pay.c:
+       * gst/rtp/gstrtpgsmdepay.c:
+       * gst/rtp/gstrtpgsmpay.c:
+       * gst/rtp/gstrtph263pay.c:
+       * gst/rtp/gstrtph263pay.h:
+       * gst/rtp/gstrtpmparobustdepay.c:
+       * gst/rtp/gstrtpmpvdepay.c:
+       * gst/rtp/gstrtpmpvpay.c:
+       * gst/rtp/gstrtppcmadepay.c:
+       * gst/rtp/gstrtppcmapay.c:
+       * gst/rtp/gstrtppcmudepay.c:
+       * gst/rtp/gstrtppcmupay.c:
+         rtp: port more to 0.11
+
+2011-04-25 13:16:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpbvpay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdepay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpdvpay.c:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpilbcpay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpapay.c:
+         rtp: port some more (de)payloaders
+
+2011-04-25 12:49:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/apetag/gstapedemux.c:
+       * gst/audiofx/audioamplify.c:
+       * gst/audiofx/audiochebband.c:
+       * gst/audiofx/audiocheblimit.c:
+       * gst/audiofx/audiodynamic.c:
+       * gst/audiofx/audioecho.c:
+       * gst/audiofx/audiofirfilter.c:
+       * gst/audiofx/audiofxbasefirfilter.c:
+       * gst/audiofx/audiofxbaseiirfilter.c:
+       * gst/audiofx/audioiirfilter.c:
+       * gst/audiofx/audioinvert.c:
+       * gst/audiofx/audiokaraoke.c:
+       * gst/audiofx/audiopanorama.c:
+       * gst/audiofx/audiowsincband.c:
+       * gst/audiofx/audiowsinclimit.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideoflip.c:
+         port some more elements to 0.11
+
+2011-04-25 11:38:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
 2011-04-24 16:45:07 -0700  David Schleef <ds@schleef.org>
 
        * gst/avi/gstavimux.c:
          Remove bits that were meant to suppport RTCP FIR
          https://bugzilla.gnome.org/show_bug.cgi?id=648160
 
+2011-04-19 18:55:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/flac/gstflacdec.c:
+       * ext/flac/gstflacenc.c:
+       * ext/flac/gstflactag.c:
+         flac: port to 0.11
+
+2011-04-19 17:35:47 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudpsink.c:
+       * gst/udp/gstudpsrc.c:
+         use G_DEFINE_TYPE some more
+
+2011-04-19 17:20:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+       * gst/avi/gstavisubtitle.c:
+         avi: use G_DEFINE_TYPE
+
+2011-04-19 17:07:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsemixer.c:
+       * ext/pulse/pulsesink.c:
+       * ext/pulse/pulsesrc.c:
+       * gst/autodetect/gstautoaudiosink.c:
+       * gst/autodetect/gstautoaudiosrc.c:
+       * gst/autodetect/gstautovideosink.c:
+       * gst/autodetect/gstautovideosrc.c:
+         use G_DEFINE_TYPE
+
+2011-04-19 16:25:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
 2011-04-19 14:33:25 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * tests/check/Makefile.am:
        * tests/check/elements/imagefreeze.c:
          imagefreeze: Remove bus GSource to prevent a valgrind warning
 
+2011-04-18 10:54:43 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/audiofx/audiopanorama.c:
+       * gst/rtp/gstrtpgstdepay.c:
+       * gst/rtp/gstrtpgstpay.c:
+       * gst/rtp/gstrtpilbcdepay.c:
+       * gst/rtp/gstrtpmpadepay.c:
+       * gst/rtp/gstrtpmpapay.c:
+         port more plugins to 0.11
+
+2011-04-18 10:23:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         android/apetag.mk
+         android/avi.mk
+         android/flv.mk
+         android/icydemux.mk
+         android/id3demux.mk
+         android/qtdemux.mk
+         android/rtp.mk
+         android/rtpmanager.mk
+         android/rtsp.mk
+         android/soup.mk
+         android/udp.mk
+         android/wavenc.mk
+         android/wavparse.mk
+         configure.ac
+
 2011-04-17 01:29:01 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * gst/avi/gstavidemux.c:
          tvtime/greedyh.c:801:14: warning: 'scanline' may be used uninitialized in this function
          matroska-mux.c:501:19: warning: 'context' may be used uninitialized in this function
 
+2011-04-16 14:45:25 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/apetag/gstapedemux.c:
+         apedemux: Port to 0.11
+
 2011-04-16 13:33:45 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * ext/jack/gstjackaudiosink.c:
        * gst-plugins-good.spec.in:
          Add parser plugin
 
+2011-04-13 21:58:36 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/Makefile.am:
+       * gst/dtmf/gstdtmfcommon.h:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         dtmf: Move duplicate #defines into a common include
+         Centralize duplicated constants so they have the same value.
+         Also standardise minimum tone duration to 250ms and minimum inter-tone
+         interval to 100ms.
+
 2011-03-24 14:34:24 -0700  David Schleef <ds@entropywave.com>
 
        * sys/directsound/gstdirectsoundsink.c:
          quicktime: move qtmux plugin from -bad to -good
          https://bugzilla.gnome.org/show_bug.cgi?id=636699
 
+2011-04-12 16:42:17 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         dtmf: Remove leftover MAEMO_BROKEN defines
+         Remove defines to work around bugs in old Maemo releases
+
 2011-04-04 12:21:23 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
        * gst/quicktime/gstqtmux.c:
        * configure.ac:
        * docs/plugins/Makefile.am:
        * docs/plugins/inspect/plugin-quicktime.xml:
-       * gst/qtdemux/LEGAL:
-       * gst/qtdemux/Makefile.am:
-       * gst/qtdemux/gstrtpxqtdepay.c:
-       * gst/qtdemux/gstrtpxqtdepay.h:
-       * gst/qtdemux/qtatomparser.h:
-       * gst/qtdemux/qtdemux.c:
-       * gst/qtdemux/qtdemux.h:
-       * gst/qtdemux/qtdemux.vcproj:
-       * gst/qtdemux/qtdemux_dump.c:
-       * gst/qtdemux/qtdemux_dump.h:
-       * gst/qtdemux/qtdemux_fourcc.h:
-       * gst/qtdemux/qtdemux_lang.c:
-       * gst/qtdemux/qtdemux_lang.h:
-       * gst/qtdemux/qtdemux_types.c:
-       * gst/qtdemux/qtdemux_types.h:
-       * gst/qtdemux/qtpalette.h:
-       * gst/qtdemux/quicktime.c:
        * gst/quicktime/LEGAL:
        * gst/quicktime/Makefile.am:
        * gst/quicktime/gstrtpxqtdepay.c:
          Jack 1.9.7 was released 20.Mar.2011, need to handle the deprecated api for this
          version too.
 
+2011-04-11 00:36:35 -0400  Thibault Saunier <thibault.saunier@collabora.co.uk>
+
+       * gst/dtmf/Makefile.am:
+         android: make it ready for androgenizer
+         Remove the android/ top dir
+         Fixe the Makefile.am to be androgenized
+         To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files.
+         Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
+
 2011-04-10 18:56:52 -0400  Thibault Saunier <thibault.saunier@collabora.co.uk>
 
        * Android.mk:
 2009-11-28 18:13:31 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
        * gst/aacparse/Makefile.am:
-       * gst/aacparse/gstaacparse.c:
-       * gst/aacparse/gstaacparse.h:
-       * gst/aacparse/gstbaseparse.c:
-       * gst/aacparse/gstbaseparse.h:
-       * gst/aacparse/plugin.c:
        * gst/audioparsers/Makefile.am:
        * gst/audioparsers/gstaacparse.c:
        * gst/audioparsers/gstaacparse.h:
          This work only if vbr=1 and dtx=1 optionas are enabled.
          So if we get 0, we add GAP flag to the sample.
 
+2011-04-07 19:04:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpac3depay.c:
+       * gst/rtp/gstrtpac3pay.c:
+       * gst/rtp/gstrtpbvdepay.c:
+       * gst/rtp/gstrtpceltdepay.c:
+       * gst/rtp/gstrtpceltpay.c:
+       * gst/rtp/gstrtpdvdepay.c:
+       * gst/rtp/gstrtpdvpay.c:
+         rtp: port some pay/depayloaders
+
+2011-04-05 19:15:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstmultiudpsink.c:
+         udpsink: handle scather gather from buffers
+         Iterate the memory blocks on the buffer and send them using sendmsg.
+
+2011-04-05 17:26:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtpdec.c:
+         rtpdec: reset structure before use
+
+2011-04-05 17:20:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         gst/rtsp/gstrtspsrc.c
+
 2011-04-05 17:12:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * gst/rtsp/gstrtspsrc.c:
          spec says.
          Fixes #646800
 
+2011-04-05 17:06:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtpdec.c:
+       * gst/rtsp/gstrtspsrc.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstmultiudpsink.c:
+       * gst/udp/gstudpsrc.c:
+         rtsp/udp: port to 0.11
+
 2011-04-05 14:28:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
        * gst/matroska/matroska-mux.c:
          for 0.120.2 and later, but the deprecation was introduced in
          0.120.1
 
+2011-04-05 11:13:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavisubtitle.c:
+         avi: more porting to 0.11
+
 2011-04-05 12:05:19 +0300  Stefan Kost <ensonic@users.sf.net>
 
        * sys/v4l2/gstv4l2radio.h:
        * sys/v4l2/gstv4l2xoverlay.c:
          docs: fix docuemntation warnings (and reindent)
 
+2011-04-04 19:17:43 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/avi/gstavidemux.c:
+       * gst/avi/gstavimux.c:
+         avi: port to 0.11 API
+
 2011-04-04 17:34:17 +0200  Alessandro Decina <alessandro.d@gmail.com>
 
        * gst/videomixer/blendorc-dist.c:
          http://gstreamer-devel.966125.n4.nabble.com/Flac-files-that-will-playback-but-not-stream-td3338198.html#a3395276
          https://bugzilla.gnome.org/show_bug.cgi?id=566769
 
+2011-03-28 21:05:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/alpha/gstalpha.c:
+       * gst/alpha/gstalphacolor.c:
+       * gst/apetag/gstapedemux.c:
+       * gst/videofilter/gstgamma.c:
+       * gst/videofilter/gstvideobalance.c:
+       * gst/videofilter/gstvideoflip.c:
+         plugins: port to new memory API
+
+2011-03-28 20:50:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11-fdo
+
 2011-03-27 21:39:50 +0200  Jan Urbański <wulczer@wulczer.org>
 
        * gst/flv/gstflvdemux.c:
        * gst/spectrum/gstspectrum.c:
          spectrum: don't value we already took from the gvalue
 
+2011-03-08 17:26:17 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         configure.ac
+
+2011-03-08 17:02:30 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/debugutils/efence.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/ximage/ximageutil.c:
+         meta: update for new API
+
 2011-03-08 16:28:27 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
          Merge ad-hoc release branch '0.10.28'
          v4l interface has been removed.
          https://bugzilla.gnome.org/show_bug.cgi?id=643716
 
+2011-03-08 10:14:20 +0000  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         tests/examples/cairo/Makefile.am
+
 2011-03-07 16:56:43 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
        * gst/rtpmanager/gstrtpjitterbuffer.c:
          ... to avoid ending up with tons of short time buffers for e.g. high sample
          rate audio.
 
+2011-03-04 17:04:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/examples/cairo/Makefile.am:
+         examples: don't use hardcodec 0.10
+
+2011-03-04 16:30:36 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
 2011-03-04 15:50:01 +0200  Stefan Kost <ensonic@users.sf.net>
 
        * ext/pulse/pulsesink.c:
          Automatic update of common submodule
          From 1de7f6a to 6aec6b9
 
+2011-02-28 13:29:47 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2011-02-28 13:28:29 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtpmanager/rtpsession.c:
+         rtpsession: use NetAddress metadata
+
+2011-02-28 13:14:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstudp.c:
+       * gst/udp/gstudpsrc.c:
+         udp: implement NetAddress with metadata
+
+2011-02-28 10:16:52 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+         v4l2: register metadata
+
+2011-02-27 19:43:13 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/debugutils/efence.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/v4l2src_calls.c:
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/ximageutil.c:
+       * sys/ximage/ximageutil.h:
+         meta: fix for new API
+
+2011-02-25 16:29:38 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/debugutils/efence.c:
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/v4l2src_calls.c:
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/ximageutil.c:
+       * sys/ximage/ximageutil.h:
+         metadata: use metadata for private buffer data
+         Use buffer metadata to store element private data.
+
+2011-02-24 13:51:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2bufferpool.c:
+       * sys/v4l2/gstv4l2bufferpool.h:
+       * sys/v4l2/v4l2src_calls.c:
+       * sys/ximage/gstximagesrc.c:
+       * sys/ximage/gstximagesrc.h:
+       * sys/ximage/ximageutil.c:
+       * sys/ximage/ximageutil.h:
+         miniobject: port to 0.11
+         Use buffer private data instead of subclassing.
+
+2011-02-24 13:50:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/examples/pulse/Makefile.am:
+       * tests/examples/v4l2/Makefile.am:
+       * tests/icles/Makefile.am:
+         build: don't hardcode version number
+
+2011-02-24 13:03:44 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/taglib/gstid3v2mux.cc:
+         id3: use boxed type instead of miniobject
+
+2011-02-24 13:00:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/debugutils/efence.c:
+       * gst/replaygain/Makefile.am:
+       * gst/rtpmanager/rtpsession.c:
+       * gst/udp/gstdynudpsink.c:
+       * gst/udp/gstudp.c:
+       * gst/udp/gstudpsrc.c:
+         miniobject: use buffer private field for extra data
+         Use the owner private field to store extra buffer data instead of using
+         subclassing.
+
+2011-02-24 12:23:44 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/jpeg/gstjpegdec.c:
+         jpegdec: add duration when extimating QoS time
+         When we need to decide on the next QoS time, take into account the duration of
+         the buffers.
+
+2011-02-28 11:58:05 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+         Conflicts:
+         configure.ac
+
 2011-02-23 17:41:22 +0100  Philip Jägenstedt <philipj@opera.com>
 
        * ext/pulse/pulsesink.c:
          _INTERLACED field formats to interlaced=true caps (so the latter should
          not be mapped to field value that is not known to be supported).
 
+2011-02-03 18:25:00 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/pipelines/lame.c:
+         tests: add unit test for lamemp3enc negotiation issue
+         https://bugzilla.gnome.org/show_bug.cgi?id=641151
+
+2011-02-03 18:18:35 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
+         The element downstream of mp3enc might only accept certain sample rates or channels,
+         make sure we relay any restrictions that do exist to upstream when it does a
+         get_caps() on the sink pad. That way upstream elements like audioresample or
+         audioconvert can pick a sample rate / channel configuration that will be accepted,
+         instead of just negotiating to the highest, which might then be rejected.
+         https://bugzilla.gnome.org/show_bug.cgi?id=641151
+
 2011-02-02 18:27:52 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * gst/rtpmanager/rtpsource.c:
          multiple subframes.
          fixes #625825
 
+2010-12-31 00:12:53 -0800  David Schleef <ds@schleef.org>
+
+       * gst/dtmf/tone_detect.c:
+         dtmf: Fix build failure caused by previous commit
+
+2010-12-30 18:20:47 -0800  David Schleef <ds@schleef.org>
+
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/tone_detect.c:
+       * gst/dtmf/tone_detect.h:
+         dtmf: build fixes for MSVC
+         Use gint16 and G_PI.
+
+2010-12-30 18:19:47 -0800  David Schleef <ds@schleef.org>
+
+       * gst/dtmf/tone_detect.c:
+         dtmf: reindent
+
 2010-12-31 02:16:54 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * ext/cairo/gsttimeoverlay.c:
          if that raises problems later on with respect to offset tracking.
          Fixes #620283.
 
+2010-12-07 15:39:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/pipelines/lame.c:
+         check: don't use deprecated method
+
 2010-12-07 13:11:48 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
        * gst/flv/Makefile.am:
          samples to pulseaudio. This avoid underruns on pulseaudio and less crackling
          noises when starting.
 
+2010-12-07 11:47:41 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' into 0.11
+
+2010-12-07 11:43:13 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ext/pulse/pulsesink.c:
+         pulsesink: don't uncork in _start
+         Don't uncork in the _start method just yet but wait until we have written some
+         samples to pulseaudio. This avoid underruns on pulseaudio and less crackling
+         noises when starting.
+
+2010-12-07 11:42:15 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/rtsp/gstrtspsrc.c:
+         rtspsrc: use _object_ref_sink() when we can
+
+2010-12-07 11:40:58 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * sys/v4l2/gstv4l2object.c:
+         v4l2: don't abuse the class lock
+         Use a new static lock to protect the probed device list instead of the object
+         class lock.
+
 2010-12-06 19:59:49 +0100  Alessandro Decina <alessandro.d@gmail.com>
 
        * gst/qtdemux/qtdemux.c:
          jpegdec: avoid infinite loop when resyncing
          Fixes #635734 (partly).
 
+2010-12-06 17:28:32 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-good into 0.11
+
+2010-12-06 17:27:51 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * android/apetag.mk:
+       * android/avi.mk:
+       * android/flv.mk:
+       * android/icydemux.mk:
+       * android/id3demux.mk:
+       * android/qtdemux.mk:
+       * android/rtp.mk:
+       * android/rtpmanager.mk:
+       * android/rtsp.mk:
+       * android/soup.mk:
+       * android/udp.mk:
+       * android/wavenc.mk:
+       * android/wavparse.mk:
+       * configure.ac:
+         more 0.10 -> 0.11 changes
+
 2010-12-06 15:21:53 +0100  David Hoyt <dhoyt@llnl.gov>
 
        * gst/imagefreeze/gstimagefreeze.c:
          matroskamux: try to write timestamps in all the outgoing buffers
          Fixes #632654.
 
+2010-12-06 12:21:00 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+         configure: start 0.11 branch
+
 2010-12-06 12:17:21 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
        * gst/debugutils/progressreport.c:
          rtph264depay: fix segfault on empty payload
          https://bugzilla.gnome.org/show_bug.cgi?id=635843
 
+2010-11-25 19:24:56 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/audiofx/gststereo.c:
+         stereo: Remove dead assignments
+
+2010-11-25 19:06:27 +0100  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         dtmf: Remove dead assignments
+
 2010-11-18 00:45:29 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * configure.ac:
          gconf: Don't install schemas when GConf is disabled
          https://bugzilla.gnome.org/show_bug.cgi?id=632553
 
+2010-10-19 13:43:14 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/audiofx/gststereo.c:
+         various (gst): add missing G_PARAM_STATIC_STRINGS flags
+         Canonicalize property names as needed.
+
+2010-10-19 13:43:14 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         various (gst): add missing G_PARAM_STATIC_STRINGS flags
+         Canonicalize property names as needed.
+
+2010-10-19 13:44:25 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         dtmfsrc: remove DEBUG_FUNCPTR from gobject vmethods
+
+2010-10-19 12:20:40 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * ext/lame/gstlame.c:
+         various: canonicalize property names
+
+2010-10-19 10:06:33 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         various (ext): add a missing G_PARAM_STATIC_STRINGS flags
+
 2010-10-16 15:43:53 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * configure.ac:
          content and try resuming from next cluster onwards.
          Fixes #620790.
 
+2010-08-26 02:54:55 -0400  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         dtmfsrc: Make the dtmfsrc accept events sent with gst_element_send_event
+         The doc says to use gst_element_send_event on the pipeline, but if
+         we are to call it on the element itself, it's a noop. This should make it
+         handle the event properly before delegating it to basesrc.
+
 2010-09-06 12:22:11 +0200  American Dynamics <GStreamer-Bugs at tycosp.com>
 
        * gst/rtsp/gstrtspsrc.c:
          Also don't build the index in push mode for non-TIME seeks,
          things will go wrong here otherwise.
 
+2010-06-07 11:15:26 -0400  Olivier Crête <tester@tester.ca>
+
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfdetect.h:
+         dtmfdetect: Only works with rate=8000, fix in caps
+
 2010-06-02 19:16:20 +0100  Sjoerd Simons <sjoerd.simons@collabora.co.uk>
 
        * gst/rtp/gstrtph264pay.c:
          pulsesink: Add comments to remove the provide-clock message posting once we depend on base 0.10.30
          baseaudiosink does all this for us now.
 
+2010-05-07 18:42:06 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         dtmf: Remove rtpdtmfmux stream-lock code
+
 2010-06-02 16:36:11 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
        * gst/flv/gstflvdemux.c:
          and pixel-aspect-ratio that downstream can support.
          https://bugzilla.gnome.org/show_bug.cgi?id=620148
 
+2010-05-20 11:28:47 -0400  Tristan Matthews <tristan@sat.qc.ca>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: implement latency query
+         The encoder's latency is deduced from the framesize. Fixes #618896.
+
 2010-05-31 07:49:21 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
        * gst/matroska/matroska-demux.c:
        * gst/matroska/matroska-demux.c:
          matroskademux: prefer index of video track to perform seeking
 
+2010-03-25 22:58:47 +0200  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/dtmf/gstdtmfdetect.c:
+         dtmfdetect: if we tell that we handle gap flags, then do so
+
+2010-03-25 22:55:32 +0200  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/dtmf/gstdtmfdetect.c:
+         dtmfdetect: use glib types
+
+2010-03-25 22:54:49 +0200  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/dtmf/gstdtmfdetect.c:
+         dtmfdetect: fix classification
+
+2010-03-25 22:53:20 +0200  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/dtmf/gstdtmfdetect.c:
+         dtmfdetect: reformat message docs
+         Use a list like in other element docs as an untweaked docbook table look ugly.
+
 2010-03-24 16:19:53 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
        * gst/avi/gstavidemux.c:
          Automatic update of common submodule
          From 55cd514 to c1d07dd
 
+2010-03-24 11:27:40 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlame.h:
+       * ext/lame/gstlamemp3enc.h:
+       * ext/lame/plugin.c:
+         build: Add all kinds of compiler warning flags and fix the resulting warnings
+
 2010-03-23 19:46:43 +0100  Edward Hervey <bilboed@bilboed.com>
 
        * gst/icydemux/gsticydemux.c:
          Don't inlcude locale.h which we include in gettext.h if needed. Guard the
          inlcude like we do in the simillar headers in core.
 
+2010-03-22 13:16:33 +0100  Benjamin Otte <otte@redhat.com>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         Add -Wwrite-strings
+         and fix its warnings
+
+2010-03-22 12:02:16 +0100  Benjamin Otte <otte@redhat.com>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         Add -Wredundant-decls flag
+         and fix warnings from it
+
+2010-03-21 21:39:18 +0100  Benjamin Otte <otte@redhat.com>
+
+       * gst/dtmf/gstrtpdtmfdepay.h:
+         Add -Wmissing-declarations -Wmissing-prototypes to configure flags
+         And fix all warnings
+
 2010-03-21 17:46:06 +0100  Benjamin Otte <otte@redhat.com>
 
        * configure.ac:
          apetag: minor Makefile.am surgery
          -I$(top_srcdir)/gst-libs/ is already in $(GST_CFLAGS)
 
+2010-03-18 17:30:26 +0100  Benjamin Otte <otte@redhat.com>
+
+       * gst/audiofx/gststereo.c:
+         gst_element_class_set_details => gst_element_class_set_details_simple
+
+2010-03-18 17:30:26 +0100  Benjamin Otte <otte@redhat.com>
+
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         gst_element_class_set_details => gst_element_class_set_details_simple
+
 2010-03-04 22:12:35 +0100  Andoni Morales Alastruey <ylatuya@gmail.com>
 
        * ext/raw1394/gst1394clock.c:
          alpha: Refactor chroma keying into a single function
          This reduces code duplication once we add support for more color formats.
 
+2010-03-18 15:53:14 +0100  Benjamin Otte <otte@redhat.com>
+
+       * ext/lame/gstlame.c:
+         gst_element_class_set_details => gst_element_class_set_details_simple
+
 2010-03-18 14:31:35 +0100  Benjamin Otte <otte@redhat.com>
 
        * ext/aalib/gstaasink.c:
          Use GST_MSECOND to convert delay in msecs to nanosecs
          Fixes #603547
 
+2009-12-02 11:21:22 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         lame: Avoid crash when seeking before negotiating
+         lame's 'lgv' variable is only initialized when the caps
+         is negotiated, whenever a seek happens before that, it would
+         attempt to call a function on an empty pointer, causing the crash.
+         Fixes #603515
+
 2009-12-01 19:24:02 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * ext/jpeg/gstjpegdec.c:
        * gst/qtdemux/qtdemux.c:
          qtdemux: fix typo and grammar
 
+2009-11-22 19:30:58 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/dtmf/Makefile.am:
+         Clean up LDFLAGS, LIBS, CFLAGS
+         Fix order, fix variables that don't exist, like GST_LIBS_LIBS,
+         use $(LIBM) instead of -lm, and move _LIBS from LDFLAGS to LIBADD.
+         Spotted by Havard Graff.
+
+2009-11-20 10:31:47 -0500  Olivier Crête <tester@tester.ca>
+
+       * gst/dtmf/tone_detect.h:
+         dtmf: Use _stdint.h from configure
+         https://bugzilla.gnome.org/show_bug.cgi?id=602465
+
 2009-11-20 10:30:00 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * gst/deinterlace/gstdeinterlace.c:
        * tests/check/elements/wavpackparse.c:
          wavpackparse: Fix unit test for recent position reporting changes
 
+2009-11-19 20:33:07 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/tone_detect.c:
+       * gst/dtmf/tone_detect.h:
+         dtmf: Update dtmfdetect to make it MSVC friendly
+         https://bugzilla.gnome.org/show_bug.cgi?id=602465
+
 2009-11-19 16:09:38 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
        * ext/wavpack/gstwavpackparse.c:
        * gst/equalizer/gstiirequalizer.c:
          equalizer: printf format fix
 
+2009-11-04 22:19:58 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/Makefile.am:
+       * gst/dtmf/gstdtmf.c:
+       * gst/dtmf/gstdtmfdetect.c:
+       * gst/dtmf/gstdtmfdetect.h:
+       * gst/dtmf/tone_detect.c:
+       * gst/dtmf/tone_detect.h:
+         dtmfdetect: Add DTMF tone detector
+         It looks at raw audio data and emits messages when DTMF is detected.
+         The dtmf detector is the same Goertzel implementation used in FreeSwitch
+         and Asterisk. It is in the public domain.
+
 2009-11-05 12:13:44 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
 
        * gst/avi/gstavimux.c:
        * gst/equalizer/gstiirequalizernbands.c:
          equalizer: Some cleanup
 
+2009-11-04 22:21:35 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         dtmfsrc: Reject empty caps
+
+2009-11-04 22:21:22 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         dtmfsrc: Use log level for repeated debug messages
+
+2009-11-04 20:05:17 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         dtmfsrc: Allow for any samplerate
+
 2009-10-07 09:31:19 -0400  Gabriel Millaire <gabriel.millaire@collabora.co.uk>
 
        * gst/rtp/gstrtpceltdepay.c:
          initialized, even though they can't possibly actually be used
          uninitialized.
 
+2009-10-11 11:35:23 +0200  Josep Torra <n770galaxy@gmail.com>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         dtmf: fix warnings in macosx snow leopard
+
 2009-10-10 00:37:08 +0200  Josep Torra <n770galaxy@gmail.com>
 
        * ext/jpeg/gstjpegdec.c:
          is set we'll probe the formats again instead of using previously
          detected ones. Fixes bug #591747.
 
+2009-08-11 16:42:51 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         dtmfsrc: Empty event queue on finalize
+
+2009-08-11 16:39:42 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         dtmf: Use GSlice for internal event structures
+
+2009-08-11 16:23:20 -0400  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: Cleanup events on finalize
+         Problem found by Laurent Glayal
+         Fixes bug #591440
+
+2009-08-11 16:23:20 -0400  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         rtpdtmfsrc: Cleanup events on finalize
+         Problem found by Laurent Glayal
+         Fixes bug #591440
+
 2009-08-11 17:30:41 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * configure.ac:
 2009-05-15 17:11:27 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * tests/check/Makefile.am:
-       * tests/check/audiotestsrc.flac:
        * tests/check/elements/id3demux.c:
        * tests/check/elements/souphttpsrc.c:
        * tests/check/pipelines/flacdec.c:
-       * tests/check/test-cert.pem:
-       * tests/check/test-key.pem:
        * tests/files/Makefile.am:
        * tests/files/audiotestsrc.flac:
        * tests/files/test-cert.pem:
          Fix compiler warnings
          Fixes bug #582715.
 
+2009-05-14 12:32:16 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: Improve debugging a bit
+
 2009-05-13 22:46:44 +0200  Josep Torra <n770galaxy@gmail.com>
 
        * configure.ac:
        * gst/deinterlace/tvtime/weavebff.c:
        * gst/deinterlace/tvtime/weavetff.c:
        * gst/deinterlace/tvtime/x86-64_macros.inc:
-       * gst/deinterlace2/Makefile.am:
-       * gst/deinterlace2/gstdeinterlace2.c:
-       * gst/deinterlace2/gstdeinterlace2.h:
-       * gst/deinterlace2/tvtime/greedy.c:
-       * gst/deinterlace2/tvtime/greedyh.asm:
-       * gst/deinterlace2/tvtime/greedyh.c:
-       * gst/deinterlace2/tvtime/greedyhmacros.h:
-       * gst/deinterlace2/tvtime/linear.c:
-       * gst/deinterlace2/tvtime/linearblend.c:
-       * gst/deinterlace2/tvtime/mmx.h:
-       * gst/deinterlace2/tvtime/plugins.h:
-       * gst/deinterlace2/tvtime/scalerbob.c:
-       * gst/deinterlace2/tvtime/sse.h:
-       * gst/deinterlace2/tvtime/tomsmocomp.c:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
-       * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
-       * gst/deinterlace2/tvtime/vfir.c:
-       * gst/deinterlace2/tvtime/weave.c:
-       * gst/deinterlace2/tvtime/weavebff.c:
-       * gst/deinterlace2/tvtime/weavetff.c:
-       * gst/deinterlace2/tvtime/x86-64_macros.inc:
          Moved 'deinterlace2' from -bad to -good
          And rename it to deinterlace.
 
          avidemux: Fix pointer arithmetic
          This fixes a seeking regression, bug #134522.
 
+2009-05-12 19:22:07 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: add Since tag to gtk-doc chunk
+
 2009-05-12 21:36:31 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
        * docs/plugins/Makefile.am:
        * configure.ac:
          Always define the conditional HAVE_GTK to fix configure in some cases
 
+2009-05-10 16:53:07 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: Don't write a Xing header
+
 2009-05-10 11:17:23 +0200  Marc-Andre Lureau <marcandre.lureau@gmail.com>
 
        * autogen.sh:
          the bufferalloc (required for reverse negotiation apparently) instead
          of the pending buffer.
 
+2009-05-08 14:24:47 +0100  Christian Schaller <christian.schaller@collabora.co.uk>
+
+       * ext/twolame/gsttwolame.c:
+         Switch twolame to primary rank
+
 2009-05-08 12:00:57 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
        * ext/soup/gstsouphttpsrc.c:
        * gst/matroska/matroska-mux.c:
          Add RANKS for various encoders and muxers
 
+2009-05-07 17:59:52 +0100  Christian Schaller <christian.schaller@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         Add ranks to mp3 encoders
+
+2009-05-07 17:59:52 +0100  Christian Schaller <christian.schaller@collabora.co.uk>
+
+       * ext/twolame/gsttwolame.c:
+         Add ranks to mp3 encoders
+
 2009-05-07 17:09:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * gst/matroska/matroska-demux.c:
          rganalysis: Add ability to post level messages
          Fixes bug #581568.
 
+2009-05-07 10:10:02 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: Fixup the bitrate only for CBR
+         Additionally clarify some property descriptions.
+
 2009-05-06 23:56:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * gst/rtp/gstrtpjpegpay.c:
          rtpjpegpay: refuse some unsupported jpeg formats
 
+2009-05-06 21:47:17 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * ext/lame/gstlamemp3enc.c:
+         lame: fix format string in debug statement
+
 2009-05-06 18:06:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * gst/rtp/gstrtptheorapay.c:
          qtdemux: fix byte order swapping in 3GPP classification entity tag
          Fixes #580746.
 
+2009-05-05 16:38:19 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lame: fix compilation with LAME versions < 3.98
+         lame_set_VBR_quality(), which takes a floating point value for the
+         quality, has been added only in v3.98. Use lame_set_VBR_q(), which
+         takes quality as an integer, for older LAME versions.
+         Fixes #581341.
+
 2009-05-05 17:07:13 +0200  Arnout Vandecappelle <arnout@mind.be>
 
        * gst/multipart/multipartdemux.c:
        * ext/speex/gstspeexdec.c:
          speexdec: make speex_dec_convert work with same-format values when no data has been decoded.
 
+2009-05-04 12:51:29 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lamemp3enc: Add a note to the encoding-engine-quality property
+         that says, that this does not affect the bitrate at all.
+
+2009-05-04 12:48:43 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         lame: Implement preset interface
+
+2009-05-04 12:47:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/twolame/gsttwolame.c:
+         twolame: Implement preset interface
+
 2009-05-04 12:43:42 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
        * ext/flac/gstflacenc.c:
          amount of pixels to fill the complete image.
          Fixes #569611
 
+2009-04-30 10:21:40 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+       * ext/lame/gstlamemp3enc.h:
+         lamemp3enc: Remove fast-vbr property and rename vbr-quality to quality
+
+2009-04-30 10:16:45 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+         lame/lamemp3enc: Fix memory leak on FLUSH_STOP
+
+2009-04-30 10:14:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlame.c:
+         lame: Deprecate the lame element
+
+2009-04-30 10:10:08 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/gstlamemp3enc.c:
+         lame: Update example pipelines with the new properties
+
+2009-04-29 19:01:44 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/lame/Makefile.am:
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlamemp3enc.c:
+       * ext/lame/gstlamemp3enc.h:
+       * ext/lame/plugin.c:
+         lame: Add lamemp3enc element with much simplified interface
+         This deprecates the lame element and fixes bug #494528.
+
 2009-05-01 19:35:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * gst/qtdemux/qtdemux.c:
        * gst/qtdemux/qtdemux.c:
          Fix push mode buffering sanity check to actually fit the description.
 
+2009-04-19 14:03:38 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * ext/twolame/gsttwolame.c:
+         twolame: Remove unneeded variable, value assigned was never read.
+
+2009-04-19 14:02:03 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * ext/lame/gstlame.c:
+         lame: Remove unneeded variable, it's assigned a value never read.
+
 2009-04-18 19:11:06 +0200  Edward Hervey <bilboed@bilboed.com>
 
        * gst/rtp/gstrtph263pay.c:
 
        * configure.ac:
        * docs/plugins/Makefile.am:
-       * gst/debug/Makefile.am:
-       * gst/debug/breakmydata.c:
-       * gst/debug/debug.vcproj:
-       * gst/debug/efence.c:
-       * gst/debug/efence.h:
-       * gst/debug/efence.vcproj:
-       * gst/debug/gstdebug.c:
-       * gst/debug/gstnavigationtest.c:
-       * gst/debug/gstnavigationtest.h:
-       * gst/debug/gstnavseek.c:
-       * gst/debug/gstnavseek.h:
-       * gst/debug/gstpushfilesrc.c:
-       * gst/debug/gstpushfilesrc.h:
-       * gst/debug/gsttaginject.c:
-       * gst/debug/gsttaginject.h:
-       * gst/debug/navigationtest.vcproj:
-       * gst/debug/negotiation.c:
-       * gst/debug/progressreport.c:
-       * gst/debug/progressreport.h:
-       * gst/debug/rndbuffersize.c:
-       * gst/debug/testplugin.c:
-       * gst/debug/tests.c:
-       * gst/debug/tests.h:
        * gst/debugutils/Makefile.am:
        * gst/debugutils/breakmydata.c:
        * gst/debugutils/debug.vcproj:
          Make the state change function a bit more readable and only pause after the
          parent had a change to pause first.
 
+2009-03-09 23:43:55 +0200  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/dtmf/Makefile.am:
+         Makefile.am: no static libs for plugins
+
 2009-03-20 17:22:32 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
        * gst/qtdemux/qtdemux.c:
        * .gitignore:
          .gitignore: Ignore m4 directory
 
+2008-11-04 12:42:30 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         [MOVED FROM BAD] Don't install static libs for plugins. Fixes #550851 for -bad.
+         Original commit message from CVS:
+         * ext/alsaspdif/Makefile.am:
+         * ext/amrwb/Makefile.am:
+         * ext/apexsink/Makefile.am:
+         * ext/arts/Makefile.am:
+         * ext/artsd/Makefile.am:
+         * ext/audiofile/Makefile.am:
+         * ext/audioresample/Makefile.am:
+         * ext/bz2/Makefile.am:
+         * ext/cdaudio/Makefile.am:
+         * ext/celt/Makefile.am:
+         * ext/dc1394/Makefile.am:
+         * ext/dirac/Makefile.am:
+         * ext/directfb/Makefile.am:
+         * ext/divx/Makefile.am:
+         * ext/dts/Makefile.am:
+         * ext/faac/Makefile.am:
+         * ext/faad/Makefile.am:
+         * ext/gsm/Makefile.am:
+         * ext/hermes/Makefile.am:
+         * ext/ivorbis/Makefile.am:
+         * ext/jack/Makefile.am:
+         * ext/jp2k/Makefile.am:
+         * ext/ladspa/Makefile.am:
+         * ext/lcs/Makefile.am:
+         * ext/libfame/Makefile.am:
+         * ext/libmms/Makefile.am:
+         * ext/metadata/Makefile.am:
+         * ext/mpeg2enc/Makefile.am:
+         * ext/mplex/Makefile.am:
+         * ext/musepack/Makefile.am:
+         * ext/musicbrainz/Makefile.am:
+         * ext/mythtv/Makefile.am:
+         * ext/nas/Makefile.am:
+         * ext/neon/Makefile.am:
+         * ext/ofa/Makefile.am:
+         * ext/polyp/Makefile.am:
+         * ext/resindvd/Makefile.am:
+         * ext/sdl/Makefile.am:
+         * ext/shout/Makefile.am:
+         * ext/snapshot/Makefile.am:
+         * ext/sndfile/Makefile.am:
+         * ext/soundtouch/Makefile.am:
+         * ext/spc/Makefile.am:
+         * ext/swfdec/Makefile.am:
+         * ext/tarkin/Makefile.am:
+         * ext/theora/Makefile.am:
+         * ext/timidity/Makefile.am:
+         * ext/twolame/Makefile.am:
+         * ext/x264/Makefile.am:
+         * ext/xine/Makefile.am:
+         * ext/xvid/Makefile.am:
+         * gst-libs/gst/app/Makefile.am:
+         * gst-libs/gst/dshow/Makefile.am:
+         * gst/aiffparse/Makefile.am:
+         * gst/app/Makefile.am:
+         * gst/audiobuffer/Makefile.am:
+         * gst/bayer/Makefile.am:
+         * gst/cdxaparse/Makefile.am:
+         * gst/chart/Makefile.am:
+         * gst/colorspace/Makefile.am:
+         * gst/dccp/Makefile.am:
+         * gst/deinterlace/Makefile.am:
+         * gst/deinterlace2/Makefile.am:
+         * gst/dvdspu/Makefile.am:
+         * gst/festival/Makefile.am:
+         * gst/filter/Makefile.am:
+         * gst/flacparse/Makefile.am:
+         * gst/flv/Makefile.am:
+         * gst/games/Makefile.am:
+         * gst/h264parse/Makefile.am:
+         * gst/librfb/Makefile.am:
+         * gst/mixmatrix/Makefile.am:
+         * gst/modplug/Makefile.am:
+         * gst/mpeg1sys/Makefile.am:
+         * gst/mpeg4videoparse/Makefile.am:
+         * gst/mpegdemux/Makefile.am:
+         * gst/mpegtsmux/Makefile.am:
+         * gst/mpegvideoparse/Makefile.am:
+         * gst/mve/Makefile.am:
+         * gst/nsf/Makefile.am:
+         * gst/nuvdemux/Makefile.am:
+         * gst/overlay/Makefile.am:
+         * gst/passthrough/Makefile.am:
+         * gst/pcapparse/Makefile.am:
+         * gst/playondemand/Makefile.am:
+         * gst/rawparse/Makefile.am:
+         * gst/real/Makefile.am:
+         * gst/rtjpeg/Makefile.am:
+         * gst/rtpmanager/Makefile.am:
+         * gst/scaletempo/Makefile.am:
+         * gst/sdp/Makefile.am:
+         * gst/selector/Makefile.am:
+         * gst/smooth/Makefile.am:
+         * gst/smoothwave/Makefile.am:
+         * gst/speed/Makefile.am:
+         * gst/speexresample/Makefile.am:
+         * gst/stereo/Makefile.am:
+         * gst/subenc/Makefile.am:
+         * gst/tta/Makefile.am:
+         * gst/vbidec/Makefile.am:
+         * gst/videodrop/Makefile.am:
+         * gst/videosignal/Makefile.am:
+         * gst/virtualdub/Makefile.am:
+         * gst/vmnc/Makefile.am:
+         * gst/y4m/Makefile.am:
+         * sys/acmenc/Makefile.am:
+         * sys/cdrom/Makefile.am:
+         * sys/dshowdecwrapper/Makefile.am:
+         * sys/dshowsrcwrapper/Makefile.am:
+         * sys/dvb/Makefile.am:
+         * sys/dxr3/Makefile.am:
+         * sys/fbdev/Makefile.am:
+         * sys/oss4/Makefile.am:
+         * sys/qcam/Makefile.am:
+         * sys/qtwrapper/Makefile.am:
+         * sys/vcd/Makefile.am:
+         * sys/wininet/Makefile.am:
+         * win32/common/config.h:
+         Don't install static libs for plugins. Fixes #550851 for -bad.
+
+2008-09-02 09:56:44 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         [MOVED FROM BAD] Enable/fix up translations for these plugins.
+         Original commit message from CVS:
+         * ext/resindvd/plugin.c: (plugin_init):
+         * ext/resindvd/resindvdsrc.c:
+         * ext/twolame/gsttwolame.c: (plugin_init):
+         * gst/aiffparse/aiffparse.c: (plugin_init):
+         Enable/fix up translations for these plugins.
+         * po/LINGUAS:
+         Add 'ca' to LINGUAS.
+         * po/POTFILES.in:
+         * po/POTFILES.skip:
+         Add more files for translation and more files which tools
+         should skip.
+
+2008-08-07 14:34:03 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         [MOVED FROM BAD] ext/twolame/gsttwolame.*: Allow raw float samples as input for encoding.
+         Original commit message from CVS:
+         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
+         (gst_two_lame_chain):
+         * ext/twolame/gsttwolame.h:
+         Allow raw float samples as input for encoding.
+
+2008-08-02 17:39:13 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         [MOVED FROM BAD] Add TwoLAME MP2 encoding element, based on the LAME element.
+         Original commit message from CVS:
+         * configure.ac:
+         * ext/Makefile.am:
+         * ext/twolame/Makefile.am:
+         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
+         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
+         (gst_two_lame_release_memory), (gst_two_lame_finalize),
+         (gst_two_lame_base_init), (gst_two_lame_class_init),
+         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
+         (gst_two_lame_init), (gst_two_lame_set_property),
+         (gst_two_lame_get_property), (gst_two_lame_sink_event),
+         (gst_two_lame_chain), (gst_two_lame_setup),
+         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
+         (plugin_init):
+         * ext/twolame/gsttwolame.h:
+         Add TwoLAME MP2 encoding element, based on the LAME element.
+
 2009-03-09 23:12:33 +0000  Jan Schmidt <thaytan@noraisin.net>
 
        * common:
          Avoid a crash in avi with subtitles by only dereferencing the video description
          when we actually are dealing with video in the _invert function.
 
+2009-02-25 11:45:05 +0200  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         docs: various doc fixes
+         No short-desc as we have them in the element details.
+         Also keep things (Makefile.am and sections.txt) sorted.
+         Reword ambigous returns. No text after since please.
+
 2009-02-24 17:58:32 +0000  Jan Schmidt <thaytan@noraisin.net>
 
        * gst/udp/gstudpsrc.c:
 2009-02-24 14:55:28 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
        * ext/gconf/Makefile.am:
-       * ext/gconf/gconf.c:
-       * ext/gconf/gconf.h:
        * ext/gconf/gstgconf.c:
        * ext/gconf/gstgconf.h:
        * ext/gconf/gstgconfelements.h:
        * configure.ac:
          Back to development -> 0.10.14.1
 
+2009-02-20 18:16:02 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         Document rtpdtmfdepay a bit
+
+2009-02-20 17:41:37 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmf.c:
+         Moved dtmf elements from gst-plugins-farsight to -bad
+
+2009-02-20 17:40:57 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         Fix up documentation blobs SGML
+
+2009-02-20 17:37:43 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmf.c:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+       * gst/dtmf/gstrtpdtmfcommon.h:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         Re-indent to Gst style
+
+2009-02-18 13:30:44 -0500  Laurent Glayal <spglegle@yahoo.fr>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Missing format directive
+
+2008-12-04 21:21:44 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+         [MOVED FROM GST-P-FARSIGHT] Allow setting a maximum duration to a RTP DTMF event
+
+2008-12-04 21:11:17 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         [MOVED FROM GST-P-FARSIGHT] Improve the minimum quanta to make it impossible for the duration to fall down to 0
+
+2008-12-01 18:31:48 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+         [MOVED FROM GST-P-FARSIGHT] Allow setting a minimum size of a sound quanta in the dtmf depayloader
+
+2008-12-11 17:54:18 -0500  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/.git-darcs-dir:
+         [MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir files
+
+2008-12-01 17:37:10 -0500  Håvard Graff <havard.graff@tandberg.com>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         [MOVED FROM GST-P-FARSIGHT] Do wierd casting of the volume to make MSVC happy
+
+2008-10-15 16:21:50 -0400  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Clarify the documentation of the "event-type" field when specifying dtmf events
+
+2008-07-22 21:39:38 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Remove g_debugs
+         20080722213938-3e2dc-44a82d017fe66f3112301c410aa0b543de6156ad.gz
+
+2008-06-13 23:57:23 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Take rate from the peers caps if possible
+         20080613235723-3e2dc-15690ee42708c539e1be12e20e076a5613faea96.gz
+
+2008-06-13 23:41:44 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Put the sample rate in dtmfsrc into a variable
+         20080613234144-3e2dc-e60070943bec829b703b8821c7aa4351a02deebe.gz
+
+2008-06-13 23:30:06 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Take the clock-rate from the caps in rtpdtmfsrc
+         20080613233006-3e2dc-a7d4e918643f4f8c1bb2cc2678558c654025920e.gz
+
+2008-04-28 22:22:37 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/Makefile.am:
+         [MOVED FROM GST-P-FARSIGHT] Link modules with libm where required
+         20080428222237-3e2dc-b1e9120c1e9ca1a510bfd7c27e2d45f0d4a12504.gz
+
+2008-04-12 23:44:18 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         [MOVED FROM GST-P-FARSIGHT] Fix byte ordering issues with dtmfsrc and rtpdtmfdepay.. use of G_STRINGIFY to avoid error on MSVC
+         20080412234418-4f0f6-4828d1613dfcd564afd236dfc8fb57a299092f83.gz
+
+2008-03-20 19:14:38 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+         [MOVED FROM GST-P-FARSIGHT] Fix copyrights again, per smcv's advice..
+         20080320191438-4f0f6-671c9db5d996a4601df017ceab4af6d16469c966.gz
+
+2008-03-19 21:17:31 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Make it clear that dtmfsrc also takes named events as input
+         20080319211731-3e2dc-26c729f6dc8db27e71cf6b22646a81530dbf862f.gz
+
+2008-03-20 18:48:41 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         [MOVED FROM GST-P-FARSIGHT] debug message made into errors because that's what they are...
+         20080320184841-4f0f6-8a2d283297b02713dade0ae4acaa5f6e0f67eace.gz
+
+2008-03-20 18:39:37 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+         [MOVED FROM GST-P-FARSIGHT] Clean unused stuff...
+         20080320183937-4f0f6-bcb841cdc07f9e9677512f4b50b4b659a58c6783.gz
+
+2008-03-20 18:39:12 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+         [MOVED FROM GST-P-FARSIGHT] Fix copyrights
+         20080320183912-4f0f6-689365d5a406632e3d088fac74e4fb6f8a4eb0ea.gz
+
+2008-03-20 01:13:01 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/Makefile.am:
+       * gst/dtmf/gstdtmf.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Adding support for rtpdtmfdepay
+         20080320011301-4f0f6-d36a5d24be20336e36c4796d75476c9b5ee1a7e1.gz
+
+2008-03-19 19:32:51 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] encoding name has to be upper-case
+         20080319193251-3e2dc-1581b33be9b486e35ec4948009677ccd5ffdc098.gz
+
+2008-03-20 00:51:47 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfcommon.h:
+       * gst/dtmf/gstrtpdtmfdepay.c:
+       * gst/dtmf/gstrtpdtmfdepay.h:
+         [MOVED FROM GST-P-FARSIGHT] Adding necessary files for rtpdtmfdepay
+         20080320005147-4f0f6-550fe22f70152f3aab3dcd7a6b02cbf81e89232d.gz
+
+2008-03-20 00:50:41 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Fix typos
+         20080320005041-4f0f6-9d22fa5d155e35b605ea85b1fd9e7197a882a1f0.gz
+
+2008-02-16 13:41:40 +0000  Sjoerd Simons <sjoerd@luon.net>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] dtmfsrc: Correctly set the endianess in the caps to the machines endianess
+         20080216134140-93b9a-40a3a9d7ac1679c5e0dfd24a6b91e4aba6cc6496.gz
+
+2007-09-17 17:52:33 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Search&Replace oops
+         20070917175233-3e2dc-57f579c4b890993f49fa8e9e6470a3eb79d2b922.gz
+
+2007-09-17 17:51:33 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] events dont yet belong in the caps
+         20070917175133-3e2dc-fd1d83b7826b898110fc571ae7c3440f1887434d.gz
+
+2007-09-17 16:08:20 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Add patch to make it work with maemo dsp sources that payload incorrectly
+         20070917160820-3e2dc-06b1b1d1b0918b30dabea5a0714cb732b3b8d8dd.gz
+
+2007-09-17 04:26:49 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Oops, set to no preroll when playing->paused too
+         20070917042649-3e2dc-94adb6aa0617e815a6e233232dabb4bbc48dc82c.gz
+
+2007-09-17 00:36:54 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Complete port to basesrc
+         20070917003654-3e2dc-db0f84dabd9dd1ac929a0461865b8aaa8ef91a77.gz
+
+2007-09-17 00:24:12 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Add caps negotiation function
+         20070917002412-3e2dc-ca266816e9629746e9083c5bb8b7f73b94a9b2b0.gz
+
+2007-09-17 00:16:59 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Properly free non-start events
+         20070917001659-3e2dc-a571777e3ecfb90989f87412f554aa10a31cc2ca.gz
+
+2007-09-17 00:15:52 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Make interval and packet_redundancy into uint
+         20070917001552-3e2dc-60032e547b3669b87317c981d985c156aab91b40.gz
+
+2007-09-16 19:44:08 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Make the rtp dtmf src use basesrc
+         20070916194408-3e2dc-734000130dce2434a014acf843d641ff0e60aa5a.gz
+
+2007-09-16 19:41:01 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Make dtmf src code nicer
+         20070916194101-3e2dc-a8be8c509c65400d1d3962da02e67d15d2054316.gz
+
+2007-09-14 04:20:42 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Implement stopping in a nice thread safe way
+         20070914042042-3e2dc-1fe257ff4b72aca4b0eb5f285a14650b8df268c3.gz
+
+2007-09-14 04:18:34 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Remove get_times (Wim says its only good for really fake sources)
+         20070914041834-3e2dc-fff4d5da2a145f19e7b610a1027d2c4d4bc5eae0.gz
+
+2007-09-13 21:21:45 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] using the unlock method of basesrc
+         20070913212145-4f0f6-0e438a681bf1651c0cc0d8fa3269aed3f1668b6b.gz
+
+2007-09-13 21:12:26 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] more debug
+         20070913211226-4f0f6-bc32b5828fc8e0323c8a6eee779a38145aacd593.gz
+
+2007-09-13 20:46:14 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] added debugs
+         20070913204614-4f0f6-68c2a69ae7a1efca6e13c116dbad7f9b686f0242.gz
+
+2007-09-13 19:20:53 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Make sure to unlock the thread when going to ready and to flush the queue when moving to paused or playing
+         20070913192053-4f0f6-76c3925380d1a30988286170535a65dea64a5583.gz
+
+2007-09-13 17:55:20 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Changed dtmfsrc into a subclass of GstBaseSrc
+         20070913175520-4f0f6-16ca4bf93690072f3e836d1c8a5b52cf7a421916.gz
+
+2007-09-04 22:57:53 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race condition
+         20070904225753-4f0f6-5ba8c4260c002bb27eb98e9faba3c15799357b57.gz
+
+2007-09-04 21:52:24 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Add comment to explain push back
+         20070904215224-3e2dc-d92ac1f403dcf571546a7c53f18809f840eea51d.gz
+
+2007-09-04 20:55:09 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions with clock unscheduling
+         20070904205509-3e2dc-da19900b51af6aedb6547f4f392bef4d1061dec2.gz
+
+2007-09-01 00:03:24 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] oups, I did it again...
+         20070901000324-4f0f6-3d8b46691ee520537b06c511a5e732f5b812b844.gz
+
+2007-08-31 23:54:28 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file...
+         20070831235428-4f0f6-00b606bfb4892e4f217c440b611cc794ab0de55a.gz
+
+2007-08-31 23:44:13 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and rtpdtmfsrc. Had to push something on the async queue to release the blocking async_queue_pop(). Thanks to Olivier for the solution.
+         20070831234413-4f0f6-793cf35fc43636e7275258cc7063fc068f5efa0a.gz
+
+2007-08-28 22:15:34 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now unscheduled when stopping the task. Various fixes to avoid bugs (thanks to -Wall -Werror). Fixes to allow the merge of the branch.
+         20070828221534-4f0f6-b0d6a4fe48c4e2a16b9ff69cb310087c970ce48e.gz
+
+2007-08-28 17:15:46 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Cleaned up the code a bit, no use of GST_* and return value verification from gst_*
+         20070828171546-4f0f6-bdeb4b1b7f99f9464aabe5c43bd4a4d2025262b6.gz
+
+2007-08-27 19:56:10 +0000  Olivier Crete <olivier.crete@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabs
+         20070827195610-3e2dc-396a3fa01e16f184e4109c71fe2deb6e516bdf0d.gz
+
+2007-08-27 19:26:18 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] untabbified dtmfsrc
+         20070827192618-4f0f6-77d68070464f1b5f9a46cb6eec2d922340143c04.gz
+
+2007-08-27 17:24:24 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Fix RTP timestamps by sending a new_segment event to the payloader
+         20070827172424-4f0f6-d20907e3d436d50bfe74eb4fc3d2d6d7b6b6dbc5.gz
+
+2007-08-27 17:23:39 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Better handling of packets, we send the same duration for all packets to avoid huge packets when min duration defines are modified.
+         20070827172339-4f0f6-cc93304437ea376fff6458c74c46c19f6920d329.gz
+
+2007-08-27 17:23:22 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] Changing minimum values to work better on some gateways
+         20070827172322-4f0f6-5bf2bffa59a8244538dced795fa7d7649452ca91.gz
+
+2007-08-22 20:16:53 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] The DTMF tone generator now respects the volume argument passed in the event
+         20070822201653-4f0f6-8b7ff874006e11f5a74d0fd91e5a9a43cd082ada.gz
+
+2007-08-22 18:01:33 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] don't know why I did that...
+         20070822180133-4f0f6-6a7382f6c7d3630f91da384e1904763c7ea6fa1a.gz
+
+2007-08-22 17:55:33 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Ported the event queue work from dtmfsrc to rtpdtmfsrc
+         Added a queue based system for the rtpdtmfsrc. Now it waits for start/stop messages on the queue, and makes sure that the minimum duty cycle (120ms) is respected between each
+         tone, including inter-digit silence.
+         20070822175533-4f0f6-f27414c406f1f7b00c9a9084a988cf3a7930fe5c.gz
+
+2007-08-22 17:54:44 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+         [MOVED FROM GST-P-FARSIGHT] ouch, printing with arguments but without %s.. that made it segfault a few times...
+         20070822175444-4f0f6-445ea6ce7a9668d04cf999af772a504ec74fb67a.gz
+
+2007-08-22 17:51:26 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Moved the timestamp from the event to dtmfsrc structure since we have only one event at a time, so let's keep it stored in the dtmfsrc struct
+         20070822175126-4f0f6-53bcda2bd8ae8c56d29e62e69ac19a30e08ad350.gz
+
+2007-08-20 20:38:26 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Added a queue based system for the dtmfsrc. Now it waits for start/stop messages on the queue, and makes sure that the minimum duty cycle (120ms) is respected between each tone, including inter-digit silence.
+         20070820203826-4f0f6-750a22b612a5e495e767666934465c34fe32074b.gz
+
+2007-08-20 18:48:52 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/Makefile.am:
+       * gst/dtmf/gstdtmf.c:
+       * gst/dtmf/gstdtmfsrc.c:
+       * gst/dtmf/gstdtmfsrc.h:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made it part of the 'dtmf' plugin.
+         20070820184852-4f0f6-a0d85e67708290aebafa89ab79d3cedd5815b620.gz
+
+2007-08-20 18:48:00 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * gst/dtmf/.git-darcs-dir:
+       * gst/dtmf/Makefile.am:
+       * gst/dtmf/gstrtpdtmfsrc.c:
+       * gst/dtmf/gstrtpdtmfsrc.h:
+         [MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directory
+         20070820184800-4f0f6-fa33ea974510161de8c9951c39087af3613b65a4.gz
+
 2009-02-21 12:47:00 +0100  Thomas Vander Stichele <thomas (at) apestaart (dot) org>
 
        * ext/flac/gstflacdec.c:
        * gst/audiofx/audioecho.c:
        * gst/audiofx/audioecho.h:
        * gst/audiofx/audiofx.c:
-       * gst/audiofx/audioreverb.c:
-       * gst/audiofx/audioreverb.h:
        * tests/check/Makefile.am:
        * tests/check/elements/audioecho.c:
-       * tests/check/elements/audioreverb.c:
          Rename audioreverb to audioecho. Fixes bug #568395.
          The element can add an echo and a simple reverb effect to
          an audio stream but for a real reverb filter it would need
          Remove problematic and useless refcount check.
          Fixes #556381
 
+2008-10-13 18:10:25 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         Don't install static libs for plugins. Fixes #550851 for ugly.
+         Original commit message from CVS:
+         * ext/a52dec/Makefile.am:
+         * ext/amrnb/Makefile.am:
+         * ext/cdio/Makefile.am:
+         * ext/dvdnav/Makefile.am:
+         * ext/dvdread/Makefile.am:
+         * ext/lame/Makefile.am:
+         * ext/mad/Makefile.am:
+         * ext/mpeg2dec/Makefile.am:
+         * ext/sidplay/Makefile.am:
+         * gst/ac3parse/Makefile.am:
+         * gst/asfdemux/Makefile.am:
+         * gst/dvdlpcmdec/Makefile.am:
+         * gst/dvdsub/Makefile.am:
+         * gst/iec958/Makefile.am:
+         * gst/mpegaudioparse/Makefile.am:
+         * gst/mpegstream/Makefile.am:
+         * gst/realmedia/Makefile.am:
+         * gst/synaesthesia/Makefile.am:
+         Don't install static libs for plugins. Fixes #550851 for ugly.
+
 2008-10-10 12:28:34 +0000  Jan Schmidt <thaytan@mad.scientist.com>
 
          ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on 64-bit systems.
          Original commit message from CVS:
          add pulseaudio to plugins list in spec file
 
+2008-08-07 16:14:42 +0000  Frederic Crozat <fcrozat@mandriva.org>
+
+         Make sure gettext returns translations in UTF-8 encoding rather than in the current locale encoding (#546822).
+         Original commit message from CVS:
+         Patch by: Frederic Crozat <fcrozat@mandriva.org>
+         * ext/dvdread/dvdreadsrc.c: (plugin_init):
+         * ext/lame/gstlame.c: (plugin_init):
+         * gst/asfdemux/gstasf.c: (plugin_init):
+         Make sure gettext returns translations in UTF-8 encoding rather
+         than in the current locale encoding (#546822).
+
 2008-08-07 16:13:41 +0000  Sebastian Dröge <slomo@circular-chaos.org>
 
          ext/flac/gstflacenc.c: If seeking failed return the appropiate return value to FLAC.
          shutting down or seeking, and it's not an error.
          Fixes: #540300 again.
 
+2008-07-31 14:24:27 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         ext/lame/gstlame.c: Use the default for the strict-iso property too.
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_class_init),
+         (gst_lame_get_default_settings):
+         Use the default for the strict-iso property too.
+         Allow a bitrate setting of 0, which lets lame choose the default value
+         and which makes it possible to set the compression-ratio property.
+
+2008-07-29 16:57:16 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         ext/lame/gstlame.*: Get the defaults settings of LAME in the plugin initialization function and return FALSE here if ...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
+         (gst_lame_chain), (gst_lame_get_default_settings), (plugin_init):
+         * ext/lame/gstlame.h:
+         Get the defaults settings of LAME in the plugin initialization
+         function and return FALSE here if something goes wrong. This removes
+         the hacky failing instance init function.
+         Use LAMEs default value for all settings instead of overwriting some
+         of them. Overwriting some of them gives unexpected results if one only
+         sets a preset. Fixes bug #498004.
+
 2008-07-28 20:17:46 +0000  Jan Schmidt <thaytan@mad.scientist.com>
 
          configure.ac: 0.10.8.4 pre-release
          * configure.ac:
          0.10.8.4 pre-release
 
+2008-07-27 15:56:27 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         ext/lame/gstlame.c: Use LAME's default for the min/max/mean VBR bitrate. Setting our own defaults will restrict the b...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_init):
+         Use LAME's default for the min/max/mean VBR bitrate. Setting our own
+         defaults will restrict the bitrate when using the presets in a bad way.
+         Fixes bug #498004.
+
+2008-07-27 11:01:12 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         Put the MPEG audio version into the caps as "mpegaudioversion".
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_setcaps):
+         * gst/mpegaudioparse/gstmpegaudioparse.c:
+         (mp3_type_frame_length_from_header), (mp3_caps_create),
+         (gst_mp3parse_chain):
+         Put the MPEG audio version into the caps as "mpegaudioversion".
+         This is different from "mpegversion".
+
 2008-07-25 14:50:03 +0000  Edward Hervey <bilboed@bilboed.com>
 
          gst/qtdemux/qtdemux.c: Fix segment-stop regression.
          g_snprintf rather than snprintf.
          Fixes #544433.
 
+2008-07-22 18:25:08 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         ext/lame/gstlame.*: Fix build with lame >= 3.97. The padding type and cwlimit settings are deprecated now and the fun...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
+         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
+         * ext/lame/gstlame.h:
+         Fix build with lame >= 3.97. The padding type and cwlimit settings
+         are deprecated now and the function declarations are hidden in the
+         headers so deprecate the GObject properties for them and remove them
+         in 0.11. Fixes bug #544039.
+
 2008-07-22 06:32:03 +0000  Stefan Kost <ensonic@users.sourceforge.net>
 
          gst/debug/gsttaginject.*: Sent tags in _transform_ip() instead of _start(). Fixes #543404 partially.
          * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
          Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
 
+2008-07-10 18:51:11 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         Document one more.
+         Original commit message from CVS:
+         * docs/plugins/Makefile.am:
+         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
+         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+         * docs/plugins/gst-plugins-bad-plugins.args:
+         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
+         * docs/plugins/gst-plugins-bad-plugins.interfaces:
+         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
+         * docs/plugins/gst-plugins-bad-plugins.signals:
+         * docs/plugins/inspect/plugin-stereo.xml:
+         * gst/stereo/gststereo.c:
+         Document one more.
+
 2008-07-08 21:05:18 +0000  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
          gst/qtdemux/qtdemux.c: Set pixel-aspect-ratio in caps using display width and height provided in track.
          Update a comment to note that the delivery-method is optional,
          Fixes #537675.
 
+2008-06-13 06:57:21 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         Add missing elements to docs. Restore alphabetical order in section file. Document mad (it was included in docs alrea...
+         Original commit message from CVS:
+         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
+         * ext/a52dec/gsta52dec.c:
+         * ext/amrnb/amrnbdec.c:
+         * ext/amrnb/amrnbenc.c:
+         * ext/amrnb/amrnbparse.c:
+         * ext/lame/gstlame.c:
+         * ext/mad/gstmad.c:
+         * ext/sidplay/gstsiddec.cc:
+         * gst/asfdemux/gstrtspwms.c:
+         * gst/mpegaudioparse/gstxingmux.c:
+         * gst/realmedia/rademux.c:
+         * gst/realmedia/rdtmanager.c:
+         * gst/realmedia/rtspreal.c:
+         * gst/synaesthesia/gstsynaesthesia.c:
+         Add missing elements to docs. Restore alphabetical order in section
+         file. Document mad (it was included in docs already).
+         Fix doc-markup: use convinience syntax for examples
+         (produces valid docbook), add several refsec2 when we have several
+         titles. Fix some types.
+
+2008-06-13 05:52:17 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         Do not use short_description in section docs for elements. We extract them from element details and there will be war...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c:
+         * ext/sidplay/gstsiddec.cc:
+         * gst/mpegaudioparse/gstxingmux.c:
+         Do not use short_description in section docs for elements. We extract
+         them from element details and there will be warnings if they differ.
+
 2008-06-12 17:30:06 +0000  Wim Taymans <wim.taymans@gmail.com>
 
          gst/rtsp/gstrtspsrc.c: Set udpsrc for receiving data from multicast groups to PAUSED instead of leaving them in READY...
          * gst/goom2k1/*: ... here, in case somebody is sick enough
          Fixes #515073
 
+2008-02-22 14:55:57 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.c: Fix broken GST_ELEMENT_ERROR macro, fixes compile with the Sun
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_setcaps):
+         Fix broken GST_ELEMENT_ERROR macro, fixes compile with the Sun
+         Workshop 12 compiler, but probably also crashes (#517985).
+
 2008-02-22 09:56:03 +0000  Wim Taymans <wim.taymans@gmail.com>
 
          gst/rtsp/gstrtspsrc.c: Post the server response code in an error message instead of a generic 'error' message. Fixes ...
          Use and unset the GError when pipeline creation fails instead of
          simply leaking it. Fixes bug #515704.
 
+2008-02-11 09:13:33 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         ext/lame/gstlame.c: Don't leak the allowed caps.
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_setup):
+         Don't leak the allowed caps.
+         * tests/check/pipelines/lame.c: (GST_START_TEST):
+         Stop leaking all buffers. Fixes bug #515575.
+
 2008-02-10 10:46:13 +0000  Sebastian Dröge <slomo@circular-chaos.org>
 
          gst/audiofx/: Fix long description of audiofx elements. Fixes bug #515457.
          the picture metadata defines and structs don't exist yet.
          Fixes #509301.
 
+2008-01-17 17:26:48 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.*: Fix the case where you initially have stereo input, and so lame's mode is not set to mono, and th...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c:
+         * ext/lame/gstlame.h:
+         Fix the case where you initially have stereo input, and so lame's
+         mode is not set to mono, and then you get input with mono audio and
+         soon after you get stereo input again. What happened before this
+         commit is that it would keep the encoding mode as mono. It should
+         change it back to the one requested by the app (or the default one)
+         if not requested.
+
 2008-01-17 11:13:16 +0000  Olivier Crete <tester@tester.ca>
 
          gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast group or not. This can be useful when shari...
          Initialise variables to work around (false) 'foo might be used
          uninitialized in this function' warnings by gcc-3.3.3 (#509298).
 
+2008-01-14 11:24:57 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         ext/lame/gstlame.c: Use gst_util_uint64_scale instead of gst_util_uint64_scale_int as 8 * GST_SECOND is too large for...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_event):
+         Use gst_util_uint64_scale instead of gst_util_uint64_scale_int
+         as 8 * GST_SECOND is too large for int.
+
+2008-01-14 09:17:47 +0000  Mark Nauwelaerts <manauw@syknet.be>
+
+         ext/lame/gstlame.c: Correctly set number of channels when using mono-encoding mode and fix the duration calculation o...
+         Original commit message from CVS:
+         Patch by: Mark Nauwelaerts <manauw at syknet dot be>
+         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
+         (gst_lame_sink_event):
+         Correctly set number of channels when using mono-encoding mode
+         and fix the duration calculation of the EOS buffer.
+
 2008-01-12 02:32:35 +0000  David Schleef <ds@schleef.org>
 
          Ignore more files for the buildbot.
          * gst/qtdemux/gstrtpxqtdepay.h:
          Fail if we don't know the quicktime format.
 
+2007-09-26 13:40:35 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.c: Fix up case where there is no peer, in which case _get_allowed_caps() will return NULL.
+         Original commit message from CVS:
+         * ext/lame/gstlame.c:
+         Fix up case where there is no peer, in which case
+         _get_allowed_caps() will return NULL.
+
 2007-09-26 13:19:17 +0000  Tim-Philipp Müller <tim@centricular.net>
 
          ext/flac/gstflacenc.*: Save the flow return from the last gst_pad_push() and make sure we pass the right flow return ...
          the binary size a bit. Leaving old code around for now,
          selectable by a define in the code. Fixes #435435.
 
+2007-09-25 13:20:27 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.c: Use GST_PTR_FORMAT to print caps in debug statement.
+         Original commit message from CVS:
+         * ext/lame/gstlame.c:
+         Use GST_PTR_FORMAT to print caps in debug statement.
+
 2007-09-25 08:51:36 +0000  Sebastian Dröge <slomo@circular-chaos.org>
 
          configure.ac: Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
          * sys/vcd/vcdsrc.c:
          Massive leak fixing, plus code cleanups.
 
+2007-09-24 10:26:21 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+         ext/lame/gstlame.c: Allow fixing the sample rate lame converts to by negotiating fixed sample rate on the src pad caps.
+         Original commit message from CVS:
+         * ext/lame/gstlame.c:
+         Allow fixing the sample rate lame converts to by negotiating fixed
+         sample rate on the src pad caps.
+         Add docs for it.
+         * tests/check/Makefile.am:
+         * tests/check/pipelines/lame.c:
+         Add a check for it.
+
 2007-09-23 18:57:14 +0000  Stefan Kost <ensonic@users.sourceforge.net>
 
          sys/oss/gstosshelper.c: Use GST_WARNING instead of a g_critical. This situation is not caused by the application.
          as the convolution is done out of place anyway. Should
          be done in place later.
 
+2007-08-09 17:39:47 +0000  Sebastian Dröge <slomo@circular-chaos.org>
+
+         Port the stereo element to GStreamer 0.10.
+         Original commit message from CVS:
+         * configure.ac:
+         * gst/stereo/Makefile.am:
+         * gst/stereo/gststereo.c: (gst_stereo_base_init),
+         (gst_stereo_class_init), (gst_stereo_init),
+         (gst_stereo_transform_ip), (gst_stereo_set_property),
+         (gst_stereo_get_property):
+         * gst/stereo/gststereo.h:
+         Port the stereo element to GStreamer 0.10.
+
 2007-08-09 10:54:05 +0000  Thomas Vander Stichele <thomas@apestaart.org>
 
          po/: Updated translations.
          unit-size. Also plug a possible memleak that happens when decoding
          fails for some reason.
 
+2007-03-21 12:53:57 +0000  Jan Schmidt <thaytan@mad.scientist.com>
+
+         ext/lame/gstlame.c: Disable the bitrate checking when the user has requested
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_setup):
+         Disable the bitrate checking when the user has requested
+         Free Format mode, as all bitrates less than the maximum
+         are valid then.
+
 2007-03-21 11:49:32 +0000  Tim-Philipp Müller <tim@centricular.net>
 
          gst/apetag/gsttagdemux.c: Rename registered type in preparation of GstTagDemux moving to
          * configure.ac:
          Convert to new AG_GST style.
 
+2007-02-28 18:41:38 +0000  Jan Schmidt <thaytan@mad.scientist.com>
+
+         ext/lame/gstlame.c: Display sensible defaults and limits for the vbr-min/max/mean properties. Fix the 'hard-limit' VB...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
+         (gst_lame_setup):
+         Display sensible defaults and limits for the
+         vbr-min/max/mean properties. Fix the 'hard-limit' VBR min
+         property - it's supposed to be a boolean 0/1 value.
+
+2007-02-28 16:01:08 +0000  Jan Schmidt <thaytan@mad.scientist.com>
+
+         ext/lame/gstlame.c: Initialise the variables so gcc doesn't complain about possibly uninitialised uses, even though t...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c:
+         Initialise the variables so gcc doesn't complain about possibly
+         uninitialised uses, even though they can't actually happen.
+
 2007-02-28 12:59:43 +0000  Thomas Vander Stichele <thomas@apestaart.org>
 
          tests/check/: add test for states
          * tests/check/elements/level.c: (GST_START_TEST):
          Fix level for multi-channel case.
 
+2007-02-21 16:02:33 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+         ext/lame/gstlame.c: Fix up bitrate checking macro.  Make it give us a
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
+         (gst_lame_set_property), (gst_lame_setup):
+         Fix up bitrate checking macro.  Make it give us a
+         GST_ELEMENT_WARNING message so the application has a chance of
+         reporting this to the user.  Move the checking to _setup, so we
+         are sure it runs in the READY state, when we hope to have a pipeline
+         and a bus that is not flushing.
+         This fixes e.g. using 96 kbit/sec as a bitrate.
+
 2007-02-21 10:18:12 +0000  Stefan Kost <ensonic@users.sourceforge.net>
 
          gst/level/gstlevel.*: Use function pointer for process function and add process functions for float audio.
          * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
          Help gst-indent.
 
+2007-02-09 16:24:45 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.*: On receiving EOS, we try to push a last buffer with the remaining samples. Don't do that if we go...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_event), (gst_lame_chain),
+         (gst_lame_change_state):
+         * ext/lame/gstlame.h:
+         On receiving EOS, we try to push a last buffer with the remaining
+         samples. Don't do that if we got an unclean flow return on the last
+         gst_pad_push(), downstream might not handle this very gracefully
+         (see #403168).
+         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
+         Pass flow returns upstream (helps #403168).
+
 2007-02-09 09:24:58 +0000  Tim-Philipp Müller <tim@centricular.net>
 
          gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer in order to avoid compiler warnings on s...
          Fix build with gcc-2.x (declare variables at the beginning of a
          block etc.). Fixes #391971.
 
+2006-12-30 20:01:35 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+         ext/lame/gstlame.c: warn when outgoing sample rate is different from incoming
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_setcaps), (gst_lame_chain):
+         warn when outgoing sample rate is different from incoming
+
 2006-12-30 12:44:01 +0000  Tim-Philipp Müller <tim@centricular.net>
 
          tests/check/elements/videocrop.c: When we can't create an element needed for the test, print a message detailing whic...
          (gst_quarktv_planetable_clear):
          Add some NULL pointer checks (possibly related to #385623).
 
+2006-12-14 10:15:24 +0000  Roland Kay <roland.kay@ox.compsoc.net>
+
+         ext/lame/gstlame.*: Fix leak (by calling lame_init_params() before lame_close()); handle
+         Original commit message from CVS:
+         Based on patch by: Roland Kay  <roland.kay at ox compsoc net>
+         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),
+         (gst_lame_setup):
+         * ext/lame/gstlame.h:
+         Fix leak (by calling lame_init_params() before lame_close()); handle
+         NULL return from lame_init() more gracefully. Fixes #385311.
+
 2006-12-13 17:12:22 +0000  Wim Taymans <wim.taymans@gmail.com>
 
          gst/qtdemux/qtdemux.c: Add AMR-WB to the list of supported formats.
          (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
          Don't parse extra sample params for raw pcm. Fixes #374914.
 
+2006-11-14 10:29:37 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+         ext/lame/gstlame.*: Make lame timestamp flushed eos buffer by some additional timestamp accounting. Fixes #374760.
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_event), (gst_lame_chain),
+         (gst_lame_change_state):
+         * ext/lame/gstlame.h:
+         Make lame timestamp flushed eos buffer by some additional timestamp
+         accounting. Fixes #374760.
+
 2006-11-13 18:31:18 +0000  Mark Nauwelaerts <manauw@skynet.be>
 
          gst/videomixer/videomixer.c: Fix memleak by unref'ing collectpads instance (when finalizing)
          Fix a bunch of problems discovered by the Forte compiler, mostly type
          mixups and pointer arithmetics with void pointers. Fixes #362603.
 
+2006-10-13 14:45:11 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.c: Round up not allowed bitrates to the next higher allowed one (Closes: #361140).
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_set_property):
+         Round up not allowed bitrates to the next higher allowed one
+         (Closes: #361140).
+
+2006-10-13 14:19:24 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         Add docs for lame and lame to docs. Specify allowed bitrates in the properties description (#361140). Canonicalise ob...
+         Original commit message from CVS:
+         * docs/plugins/Makefile.am:
+         * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+         * docs/plugins/gst-plugins-ugly-plugins-sections.txt:
+         * ext/lame/gstlame.c: (gst_lame_class_init):
+         * ext/lame/gstlame.h:
+         Add docs for lame and lame to docs. Specify allowed bitrates
+         in the properties description (#361140). Canonicalise object
+         property names (ie. use hyphen instead of underscore).
+         * docs/plugins/inspect/plugin-a52dec.xml:
+         * docs/plugins/inspect/plugin-amrnb.xml:
+         * docs/plugins/inspect/plugin-asf.xml:
+         * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+         * docs/plugins/inspect/plugin-dvdread.xml:
+         * docs/plugins/inspect/plugin-dvdsub.xml:
+         * docs/plugins/inspect/plugin-iec958.xml:
+         * docs/plugins/inspect/plugin-lame.xml:
+         * docs/plugins/inspect/plugin-mad.xml:
+         * docs/plugins/inspect/plugin-mpeg2dec.xml:
+         * docs/plugins/inspect/plugin-mpegaudioparse.xml:
+         * docs/plugins/inspect/plugin-mpegstream.xml:
+         * docs/plugins/inspect/plugin-siddec.xml:
+         Update version to CVS.
+
+2006-10-13 10:00:27 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         Add i18n magic to lame plugin. Throw decent error message when we fail to setup the encoder (#361140, 361151); misc. ...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_setcaps),
+         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_chain),
+         (plugin_init):
+         * po/POTFILES.in:
+         Add i18n magic to lame plugin. Throw decent error message when we
+         fail to setup the encoder (#361140, 361151); misc. minor clean-ups.
+
 2006-10-12 19:02:51 +0000  Tim-Philipp Müller <tim@centricular.net>
 
          ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to enhance code readability; change speexenc...
          * sys/v4l2/v4l2src_calls.h:
          Cleanup error messages and unify header comments
 
+2006-08-31 13:04:31 +0000  Jan Schmidt <thaytan@mad.scientist.com>
+
+         Add missing GST_LIBS to the link flags
+         Original commit message from CVS:
+         * ext/lame/Makefile.am:
+         * ext/mpeg2dec/Makefile.am:
+         * gst/dvdlpcmdec/Makefile.am:
+         * gst/dvdsub/Makefile.am:
+         * gst/mpegaudioparse/Makefile.am:
+         Add missing GST_LIBS to the link flags
+
 2006-08-30 18:01:52 +0000  Edgard Lima <edgard.lima@indt.org.br>
 
        * sys/v4l2/gstv4l2src.c:
          Small cleanups. Fixes #348752.
          API: buffer property
 
+2006-07-26 17:09:04 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.c: Fix lame putting lots of 0's at start of mp3.  Fixes bug #348786.
+         Original commit message from CVS:
+         2006-07-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_setup):
+         Fix lame putting lots of 0's at start of mp3.  Fixes bug #348786.
+
 2006-07-26 16:36:59 +0000  Kai Vehmanen <kv2004@eca.cx>
 
          gst/rtp/: Fix timestamp calculation on outgoing RTP packets.
          * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
          Use gst_pad_query_peer_duration() utility function here.
 
+2006-06-11 17:08:11 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+         update build files
+         Original commit message from CVS:
+         * autogen.sh:
+         * configure.ac:
+         * ext/a52dec/Makefile.am:
+         * ext/dvdnav/Makefile.am:
+         * ext/dvdread/Makefile.am:
+         * ext/lame/Makefile.am:
+         * ext/mad/Makefile.am:
+         * ext/mpeg2dec/Makefile.am:
+         * ext/sidplay/Makefile.am:
+         update build files
+
 2006-06-11 13:57:19 +0000  Thomas Vander Stichele <thomas@apestaart.org>
 
          autogen.sh: require am17
          * sys/vcd/vcdsrc.h:
          Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
 
+2006-06-01 22:00:26 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
+         Original commit message from CVS:
+         * ext/alsaspdif/alsaspdifsink.h:
+         * ext/amrwb/gstamrwbdec.h:
+         * ext/amrwb/gstamrwbenc.h:
+         * ext/amrwb/gstamrwbparse.h:
+         * ext/arts/gst_arts.h:
+         * ext/artsd/gstartsdsink.h:
+         * ext/audiofile/gstafparse.h:
+         * ext/audiofile/gstafsink.h:
+         * ext/audiofile/gstafsrc.h:
+         * ext/audioresample/gstaudioresample.h:
+         * ext/bz2/gstbz2dec.h:
+         * ext/bz2/gstbz2enc.h:
+         * ext/dirac/gstdiracdec.h:
+         * ext/directfb/dfbvideosink.h:
+         * ext/divx/gstdivxdec.h:
+         * ext/divx/gstdivxenc.h:
+         * ext/dts/gstdtsdec.h:
+         * ext/faac/gstfaac.h:
+         * ext/gsm/gstgsmdec.h:
+         * ext/gsm/gstgsmenc.h:
+         * ext/ivorbis/vorbisenc.h:
+         * ext/libfame/gstlibfame.h:
+         * ext/nas/nassink.h:
+         * ext/neon/gstneonhttpsrc.h:
+         * ext/polyp/polypsink.h:
+         * ext/sdl/sdlaudiosink.h:
+         * ext/sdl/sdlvideosink.h:
+         * ext/shout/gstshout.h:
+         * ext/snapshot/gstsnapshot.h:
+         * ext/sndfile/gstsf.h:
+         * ext/swfdec/gstswfdec.h:
+         * ext/tarkin/gsttarkindec.h:
+         * ext/tarkin/gsttarkinenc.h:
+         * ext/theora/theoradec.h:
+         * ext/wavpack/gstwavpackdec.h:
+         * ext/wavpack/gstwavpackparse.h:
+         * ext/xine/gstxine.h:
+         * ext/xvid/gstxviddec.h:
+         * ext/xvid/gstxvidenc.h:
+         * gst/cdxaparse/gstcdxaparse.h:
+         * gst/cdxaparse/gstcdxastrip.h:
+         * gst/colorspace/gstcolorspace.h:
+         * gst/festival/gstfestival.h:
+         * gst/freeze/gstfreeze.h:
+         * gst/gdp/gstgdpdepay.h:
+         * gst/gdp/gstgdppay.h:
+         * gst/modplug/gstmodplug.h:
+         * gst/mpeg1sys/gstmpeg1systemencode.h:
+         * gst/mpeg1videoparse/gstmp1videoparse.h:
+         * gst/mpeg2sub/gstmpeg2subt.h:
+         * gst/mpegaudioparse/gstmpegaudioparse.h:
+         * gst/multifilesink/gstmultifilesink.h:
+         * gst/overlay/gstoverlay.h:
+         * gst/playondemand/gstplayondemand.h:
+         * gst/qtdemux/qtdemux.h:
+         * gst/rtjpeg/gstrtjpegdec.h:
+         * gst/rtjpeg/gstrtjpegenc.h:
+         * gst/smooth/gstsmooth.h:
+         * gst/smoothwave/gstsmoothwave.h:
+         * gst/spectrum/gstspectrum.h:
+         * gst/speed/gstspeed.h:
+         * gst/stereo/gststereo.h:
+         * gst/switch/gstswitch.h:
+         * gst/tta/gstttadec.h:
+         * gst/tta/gstttaparse.h:
+         * gst/videodrop/gstvideodrop.h:
+         * gst/xingheader/gstxingmux.h:
+         * sys/directdraw/gstdirectdrawsink.h:
+         * sys/directsound/gstdirectsoundsink.h:
+         * sys/dxr3/dxr3audiosink.h:
+         * sys/dxr3/dxr3spusink.h:
+         * sys/dxr3/dxr3videosink.h:
+         * sys/qcam/gstqcamsrc.h:
+         * sys/vcd/vcdsrc.h:
+         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
+
 2006-06-01 21:07:26 +0000  Stefan Kost <ensonic@users.sourceforge.net>
 
          Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
          * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
          C89 compliance fixes. Fixes #340980
 
+2006-05-06 11:38:30 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.*: Remove tag writing from lame (which was completely broken anyway, #329184). Leaving GstTagSetter ...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_get_type),
+         (gst_lame_release_memory), (gst_lame_init), (gst_lame_sink_event),
+         (gst_lame_setup), (gst_lame_change_state):
+         * ext/lame/gstlame.h:
+         Remove tag writing from lame (which was completely broken
+         anyway, #329184). Leaving GstTagSetter interface around for
+         now, albeit non-functional. Should be removed completely
+         in 0.11. Use the 'id3v2mux' plugin from -good for writing
+         tags.
+
 2006-05-06 09:01:34 +0000  Tim-Philipp Müller <tim@centricular.net>
 
          ext/flac/gstflacdec.*: Handle segment seeks that include the end of the file as stop point properly: when the decoder...
          Original commit message from CVS:
          Some changes proposed by wingo in bug #338818 (but not everything yet). Patch from Martin Rubli to fix framerate detection.
 
+2006-05-05 08:23:39 +0000  Andres Salomon <dilinger@debian.org>
+
+         ext/lame/gstlame.c: Fix typo (comma vs. semicolon) (#340710).
+         Original commit message from CVS:
+         Patch by: Andres Salomon  <dilinger at debian org>
+         * ext/lame/gstlame.c: (gst_lame_sink_event):
+         Fix typo (comma vs. semicolon) (#340710).
+
 2006-05-04 17:27:27 +0000  Michal Benes <michal.benes@xeris.cz>
 
          gst/matroska/matroska-demux.c: Don't leak caps when freeing the stream context (#340623).
          Define GstElementDetails as const and also static (when defined as
          global)
 
+2006-04-25 21:56:38 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         Define GstElementDetails as const and also static (when defined as global)
+         Original commit message from CVS:
+         * ext/amrwb/gstamrwbdec.c:
+         * ext/amrwb/gstamrwbenc.c:
+         * ext/amrwb/gstamrwbparse.c:
+         * ext/arts/gst_arts.c:
+         * ext/artsd/gstartsdsink.c:
+         * ext/audiofile/gstafparse.c:
+         * ext/audiofile/gstafsink.c:
+         * ext/audiofile/gstafsrc.c:
+         * ext/audioresample/gstaudioresample.c:
+         * ext/bz2/gstbz2dec.c:
+         * ext/bz2/gstbz2enc.c:
+         * ext/cdaudio/gstcdaudio.c:
+         * ext/directfb/dfbvideosink.c:
+         * ext/divx/gstdivxdec.c:
+         * ext/divx/gstdivxenc.c:
+         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
+         * ext/faac/gstfaac.c: (gst_faac_base_init):
+         * ext/faad/gstfaad.c:
+         * ext/gsm/gstgsmdec.c:
+         * ext/gsm/gstgsmenc.c:
+         * ext/hermes/gsthermescolorspace.c:
+         * ext/ivorbis/vorbisfile.c:
+         * ext/lcs/gstcolorspace.c:
+         * ext/libfame/gstlibfame.c:
+         * ext/libmms/gstmms.c: (gst_mms_base_init):
+         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
+         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
+         * ext/nas/nassink.c: (gst_nassink_base_init):
+         * ext/neon/gstneonhttpsrc.c:
+         * ext/sdl/sdlaudiosink.c:
+         * ext/sdl/sdlvideosink.c:
+         * ext/shout/gstshout.c:
+         * ext/snapshot/gstsnapshot.c:
+         * ext/sndfile/gstsf.c:
+         * ext/swfdec/gstswfdec.c:
+         * ext/tarkin/gsttarkindec.c:
+         * ext/tarkin/gsttarkinenc.c:
+         * ext/theora/theoradec.c:
+         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
+         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
+         * ext/xvid/gstxviddec.c:
+         * ext/xvid/gstxvidenc.c:
+         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
+         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
+         * gst/chart/gstchart.c:
+         * gst/colorspace/gstcolorspace.c:
+         * gst/deinterlace/gstdeinterlace.c:
+         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
+         * gst/festival/gstfestival.c:
+         * gst/filter/gstbpwsinc.c:
+         * gst/filter/gstiir.c:
+         * gst/filter/gstlpwsinc.c:
+         * gst/freeze/gstfreeze.c:
+         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
+         * gst/librfb/gstrfbsrc.c:
+         * gst/mixmatrix/mixmatrix.c:
+         * gst/mpeg1sys/gstmpeg1systemencode.c:
+         * gst/mpeg1videoparse/gstmp1videoparse.c:
+         * gst/mpeg2sub/gstmpeg2subt.c:
+         * gst/mpegaudioparse/gstmpegaudioparse.c:
+         * gst/multifilesink/gstmultifilesink.c:
+         * gst/overlay/gstoverlay.c:
+         * gst/passthrough/gstpassthrough.c:
+         * gst/playondemand/gstplayondemand.c:
+         * gst/qtdemux/qtdemux.c:
+         * gst/rtjpeg/gstrtjpegdec.c:
+         * gst/rtjpeg/gstrtjpegenc.c:
+         * gst/smooth/gstsmooth.c:
+         * gst/smoothwave/gstsmoothwave.c:
+         * gst/spectrum/gstspectrum.c:
+         * gst/speed/gstspeed.c:
+         * gst/stereo/gststereo.c:
+         * gst/switch/gstswitch.c:
+         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
+         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
+         * gst/vbidec/gstvbidec.c:
+         * gst/videocrop/gstvideocrop.c:
+         * gst/videodrop/gstvideodrop.c:
+         * gst/virtualdub/gstxsharpen.c:
+         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
+         * gst/y4m/gsty4mencode.c:
+         * sys/cdrom/gstcdplayer.c:
+         * sys/directdraw/gstdirectdrawsink.c:
+         * sys/directsound/gstdirectsoundsink.c:
+         * sys/glsink/glimagesink.c:
+         * sys/qcam/gstqcamsrc.c:
+         * sys/v4l2/gstv4l2src.c:
+         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
+         * sys/ximagesrc/ximagesrc.c:
+         Define GstElementDetails as const and also static (when defined as
+         global)
+
 2006-04-25 21:39:46 +0000  Stefan Kost <ensonic@users.sourceforge.net>
 
          Define GstElementDetails as const and also static (when defined as global)
          best, on big endian systems. Drop its rank in that case. OTOH on
          x86 it's quite fine. See changes from today in gst-ffmpeg as well.
 
+2006-04-21 12:40:41 +0000  Ed Catmur <ed@catmur.co.uk>
+
+         ext/lame/gstlame.c: Don't crash if we get an EOS event before the encoder has been set up (#339287).
+         Original commit message from CVS:
+         Patch by: Ed Catmur  <ed at catmur dot co dot uk>
+         * ext/lame/gstlame.c: (gst_lame_sink_event):
+         Don't crash if we get an EOS event before the encoder
+         has been set up (#339287).
+
 2006-04-21 09:27:11 +0000  Michael Smith <msmith@xiph.org>
 
          Add icydemux, and tests.
          * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
          Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
 
+2006-04-08 21:48:01 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
+         Original commit message from CVS:
+         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
+         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
+         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
+         * ext/arts/gst_arts.c: (gst_arts_class_init):
+         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
+         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
+         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
+         * ext/audioresample/gstaudioresample.c:
+         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
+         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
+         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
+         * ext/hermes/gsthermescolorspace.c:
+         (gst_hermes_colorspace_class_init):
+         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
+         * ext/jack/gstjack.c: (gst_jack_class_init):
+         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
+         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
+         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
+         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
+         * ext/nas/nassink.c: (gst_nassink_class_init):
+         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
+         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
+         * ext/sndfile/gstsf.c: (gst_sf_class_init):
+         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
+         (gst_swfdec_class_init):
+         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
+         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
+         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
+         * gst/chart/gstchart.c: (gst_chart_class_init):
+         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
+         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
+         * gst/festival/gstfestival.c: (gst_festival_class_init):
+         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
+         * gst/filter/gstiir.c: (gst_iir_class_init):
+         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
+         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
+         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
+         * gst/mpeg1sys/gstmpeg1systemencode.c:
+         (gst_system_encode_class_init):
+         * gst/mpeg1videoparse/gstmp1videoparse.c:
+         (gst_mp1videoparse_class_init):
+         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
+         * gst/mpegaudioparse/gstmpegaudioparse.c:
+         (gst_mp3parse_class_init):
+         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
+         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
+         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
+         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
+         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
+         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
+         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
+         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
+         * gst/stereo/gststereo.c: (gst_stereo_class_init):
+         * gst/switch/gstswitch.c: (gst_switch_class_init):
+         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
+         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
+         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
+         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
+         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
+         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
+         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
+         * sys/directsound/gstdirectsoundsink.c:
+         (gst_directsoundsink_class_init):
+         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
+         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
+         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
+         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
+         * sys/v4l2/gstv4l2colorbalance.c:
+         (gst_v4l2_color_balance_channel_class_init):
+         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
+         (gst_v4l2_tuner_norm_class_init):
+         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
+         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
+
 2006-04-08 21:21:45 +0000  Stefan Kost <ensonic@users.sourceforge.net>
 
          Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
 
 2006-04-01 10:09:11 +0000  Thomas Vander Stichele <thomas@apestaart.org>
 
+       * gst/audiofx/gststereo.c:
+         rework build; add translations for v4l2
+         Original commit message from CVS:
+         rework build; add translations for v4l2
+
+2006-04-01 10:09:11 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
        * gst/equalizer/gstiirequalizer.c:
        * gst/qtdemux/qtdemux.c:
        * gst/spectrum/gstspectrum.c:
          * po/vi.po:
          updated
 
+2006-04-01 09:54:39 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+         configure.ac: rework similarly to other modules
+         Original commit message from CVS:
+         * configure.ac:
+         rework similarly to other modules
+         * ext/a52dec/gsta52dec.c:
+         * ext/amrnb/amrnb.c:
+         * ext/dvdnav/dvdnavsrc.c:
+         * ext/dvdread/dvdreadsrc.c:
+         * ext/lame/gstlame.c:
+         * ext/mad/gstid3tag.c:
+         * ext/mpeg2dec/gstmpeg2dec.c:
+         * ext/sidplay/gstsiddec.cc:
+         * gst/asfdemux/gstasf.c:
+         * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+         * gst/dvdsub/gstdvdsubdec.c:
+         * gst/iec958/ac3iec.c:
+         * gst/mpegaudioparse/gstmpegaudioparse.c:
+         * gst/mpegstream/gstmpegstream.c:
+         * gst/realmedia/rmdemux.c: (plugin_init):
+         use the correct defines
+
 2006-03-31 17:52:36 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
 
          Add tests and fix PAR caps issue to ximagesrc
          Seek in READY patch. Only works for pull based mode.
          Fixes #323880
 
+2006-03-28 16:06:05 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.*: Make xingheader property non-functional, it's broken anyway after all (use xingmux instead).
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_set_property),
+         (gst_lame_get_property), (gst_lame_setup):
+         * ext/lame/gstlame.h:
+         Make xingheader property non-functional, it's broken anyway
+         after all (use xingmux instead).
+
+2006-03-28 15:10:18 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.c: On EOS, flush encoder and send remaining data. Fix return value handling in sink event function.
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_event):
+         On EOS, flush encoder and send remaining data. Fix
+         return value handling in sink event function.
+
 2006-03-27 17:06:45 +0000  Edgard Lima <edgard.lima@indt.org.br>
 
        * sys/v4l2/v4l2src_calls.c:
          - Use gst_pad_new_from_static_template(), shorter and safer.
          - Free unused QtDemuxStream when not used.
 
+2006-03-15 13:43:42 +0000  Christophe Fergeau <teuf@gnome.org>
+
+         ext/lame/gstlame.c: use GST_DEBUG_FUNCPTR more often.
+         Original commit message from CVS:
+         Patch by: Christophe Fergeau  <teuf gnome org>
+         * ext/lame/gstlame.c: (gst_lame_release_memory),
+         (gst_lame_finalize), (gst_lame_class_init),
+         (gst_lame_sink_setcaps), (gst_lame_init), (gst_lame_sink_event),
+         (gst_lame_change_state):
+         Fix some memory leaks (#333345), use GST_DEBUG_FUNCPTR more often.
+
 2006-03-14 17:56:02 +0000  Tim-Philipp Müller <tim@centricular.net>
 
          configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(), used by id3demux.
          Include "_stdint.h" in an attempt to make the
          PPC-buildbot happy.
 
+2006-03-12 11:00:33 +0000  Christophe Fergeau <teuf@gnome.org>
+
+         ext/lame/gstlame.c: mark the xing-header property as BROKEN (see http://bugzilla.gnome.org/show_bug.cgi?id=330317#c19...
+         Original commit message from CVS:
+         2006-03-12  Christophe Fergeau  <teuf@gnome.org>
+         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
+         * ext/lame/gstlame.c: (gst_lame_class_init): mark the xing-header
+         property as BROKEN (see
+         http://bugzilla.gnome.org/show_bug.cgi?id=330317#c19 for an
+         explanation why it's broken).
+
 2006-03-11 22:50:03 +0000  Edgard Lima <edgard.lima@indt.org.br>
 
        * sys/v4l2/Makefile.am:
          it as taglist on the bus. Allow up to 8 channesl for raw
          PCM in the source pad template caps.
 
+2006-02-16 17:16:06 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+         ext/lame/gstlame.c: Fix up lame a bit.
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),
+         (gst_lame_change_state):
+         Fix up lame a bit.
+         Apply patch #319782 by Gautier Portet.
+
 2006-02-16 16:53:52 +0000  Wim Taymans <wim.taymans@gmail.com>
 
          gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false positives in autoscan mode, but it's better ...
          * gst/matroska/matroska-ids.h:
          Added recognition of Real Audio and Video streams in matroska demuxer.
 
+2006-01-23 18:37:16 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.*: Contrary to what the const char in the lame API might suggest, lame expects us to keep the string...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_finalize), (gst_lame_class_init),
+         (gst_lame_init), (add_one_tag), (gst_lame_set_metadata):
+         * ext/lame/gstlame.h:
+         Contrary to what the const char in the lame API might suggest,
+         lame expects us to keep the strings we pass to id3tag_set_foo()
+         around; it doesn't free them either though, so we have to store
+         them somewhere and free them later when we can be sure lame
+         doesn't need them any longer.
+
 2006-01-23 15:10:55 +0000  Edward Hervey <bilboed@bilboed.com>
 
          gst/qtdemux/qtdemux.c: Added codec recognition for: _ VP31 : video/x-vp3 _ AVDJ : image/jpeg _ dvcp, dvc  : video/x-d...
          _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
          _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
 
+2006-01-23 15:02:04 +0000  Tim-Philipp Müller <tim@centricular.net>
+
+         ext/lame/gstlame.c: don't pass an uninitialised string pointer to lame if we don't know how to handle the tag type, a...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (add_one_tag):
+         Fix handling of GST_TAG_DATE (#311679), don't pass an
+         uninitialised string pointer to lame if we don't know
+         how to handle the tag type, and fix minor memory leak.
+
 2006-01-23 14:32:47 +0000  Jan Schmidt <thaytan@mad.scientist.com>
 
          gst/id3demux/id3v2frames.c: Remove errant break statement, and fix compilation with older GCC.
          Original commit message from CVS:
          expand tabs
 
+2005-12-06 19:48:07 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.h:
+         expand tabs
+         Original commit message from CVS:
+         expand tabs
+
 2005-12-06 19:44:58 +0000  Thomas Vander Stichele <thomas@apestaart.org>
 
        * ChangeLog:
          (gst_videomixer_update_queues):
          Fractional framerates, videomixer.
 
+2005-11-22 17:15:25 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         doh
+         Original commit message from CVS:
+         doh
+
 2005-11-22 17:09:36 +0000  Michael Smith <msmith@xiph.org>
 
          ext/dv/: Fractional framerates for DV.
          * ext/dv/gstdvdemux.h:
          Fractional framerates for DV.
 
+2005-11-22 17:04:38 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         fix up GValueEnum
+         Original commit message from CVS:
+         fix up GValueEnum
+
 2005-11-22 14:44:26 +0000  Tim-Philipp Müller <tim@centricular.net>
 
          gst/autodetect/: Use gst_plugin_feature_list_free() to free feature list and in the case of autovideosink free the li...
          Original commit message from CVS:
          various cosmetic fixes
 
+2005-11-22 12:39:29 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+         Update for gst_tag_setter API changes.
+         Original commit message from CVS:
+         2005-11-22  Andy Wingo  <wingo@pobox.com>
+         * Update for gst_tag_setter API changes.
+
 2005-11-22 12:38:33 +0000  Andy Wingo <wingo@pobox.com>
 
        * ChangeLog:
          * ext/speex/Makefile.am:
          libgsttagedit has been renamed to libgsttag.
 
+2005-11-21 23:50:02 +0000  Edward Hervey <bilboed@bilboed.com>
+
+         ext/lame/gstlame.c: Don't take the stream lock
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_event):
+         Don't take the stream lock
+
 2005-11-21 20:11:59 +0000  Wim Taymans <wim.taymans@gmail.com>
 
          gst/rtsp/rtspconnection.c: Apply patch from Sebastien Cote to fix #319184.
          * examples/stats/mp2ogg.c:
          more typo fixes
 
+2005-10-12 14:30:36 +0000  Stefan Kost <ensonic@users.sourceforge.net>
+
+         renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
+         Original commit message from CVS:
+         * examples/indexing/indexmpeg.c: (main):
+         * ext/a52dec/gsta52dec.c: (gst_a52dec_init):
+         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_is_open),
+         (dvdnavsrc_set_property), (dvdnavsrc_open), (dvdnavsrc_close),
+         (dvdnavsrc_event), (dvdnavsrc_convert), (dvdnavsrc_query):
+         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_set_property),
+         (dvdreadsrc_srcpad_query), (dvdreadsrc_get),
+         (dvdreadsrc_open_file), (dvdreadsrc_close_file):
+         * ext/dvdread/dvdreadsrc.h:
+         * ext/lame/gstlame.h:
+         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init):
+         * gst/asfdemux/gstasfmux.c: (gst_asfmux_init):
+         * gst/iec958/ac3iec.h:
+         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init):
+         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init):
+         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init):
+         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_init):
+         * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init):
+         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
+         moved bitshift from macro to enum definition
+
 2005-10-12 14:29:55 +0000  Stefan Kost <ensonic@users.sourceforge.net>
 
          renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
          * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
          Set caps on pads.
 
+2005-09-19 11:07:40 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+         ext/lame/gstlame.c: Set caps on outgoing buffers.
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_chain):
+         Set caps on outgoing buffers.
+
 2005-09-19 11:06:05 +0000  Thomas Vander Stichele <thomas@apestaart.org>
 
        * gst/debug/Makefile.am:
          Original commit message from CVS:
          normal builds shouldn't scan gobjects
 
+2005-09-16 16:04:28 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         clean up further so we don't try to set up five times for a simple pipeline
+         Original commit message from CVS:
+         clean up further so we don't try to set up five times for
+         a simple pipeline
+
 2005-09-16 00:38:50 +0000  Thomas Vander Stichele <thomas@apestaart.org>
 
        * check/Makefile.am:
          2005-09-02  Andy Wingo  <wingo@pobox.com>
          * All plugins updated for element state changes.
 
+2005-09-02 15:43:54 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+         All plugins updated for element state changes.
+         Original commit message from CVS:
+         2005-09-02  Andy Wingo  <wingo@pobox.com>
+         * All plugins updated for element state changes.
+
 2005-09-01 21:24:57 +0000  Thomas Vander Stichele <thomas@apestaart.org>
 
        * ext/aalib/Makefile.am:
          Original commit message from CVS:
          add some files
 
+2005-08-17 19:05:51 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+         configure.ac: Added mpegaudioparse
+         Original commit message from CVS:
+         * configure.ac:
+         Added mpegaudioparse
+         * ext/lame/gstlame.c: (gst_lame_src_getcaps),
+         (gst_lame_src_setcaps), (gst_lame_sink_setcaps),
+         (gst_lame_sink_event), (gst_lame_chain):
+         Some cleanups.
+         Fix memleak.
+         * gst/mpegaudioparse/gstmpegaudioparse.c:
+         (gst_mp3parse_class_init), (gst_mp3parse_init),
+         (gst_mp3parse_chain), (gst_mp3parse_change_state):
+         * gst/mpegaudioparse/gstmpegaudioparse.h:
+         Ported mpegaudioparse
+
+2005-08-16 16:12:15 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+         Fix compile warning.
+         Original commit message from CVS:
+         * configure.ac:
+         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_read_header):
+         Fix compile warning.
+         * ext/lame/gstlame.c: (gst_lame_class_init),
+         (gst_lame_src_getcaps), (gst_lame_src_setcaps),
+         (gst_lame_sink_setcaps), (gst_lame_init), (gst_lame_sink_event),
+         (gst_lame_chain), (gst_lame_change_state):
+         * ext/lame/gstlame.h:
+         Port lame plugin
+
+2005-07-05 10:51:49 +0000  Andy Wingo <wingo@pobox.com>
+
+         Way, way, way too many files: Remove crack comment from the 2000 era.
+         Original commit message from CVS:
+         2005-07-05  Andy Wingo  <wingo@pobox.com>
+         * Way, way, way too many files:
+         Remove crack comment from the 2000 era.
+
+2005-07-05 10:51:41 +0000  Andy Wingo <wingo@pobox.com>
+
+         Way, way, way too many files: Remove crack comment from the 2000 era.
+         Original commit message from CVS:
+         2005-07-05  Andy Wingo  <wingo@pobox.com>
+         * Way, way, way too many files:
+         Remove crack comment from the 2000 era.
+
+2004-10-26 11:36:52 +0000  Iain Holmes <iain@prettypeople.org>
+
+       * ext/lame/gstlame.c:
+         Memory leak fixes
+         Original commit message from CVS:
+         Memory leak fixes
+         Allow level to take mono or stereo audio
+
+2004-08-26 00:32:00 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.*: Added new media support to lame
+         Original commit message from CVS:
+         2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
+         * ext/lame/gstlame.h:
+         Added new media support to lame
+
+2004-08-19 22:44:50 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         Only enable lame presets if version of lame has presets in API
+         Original commit message from CVS:
+         2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * configure.ac:
+         * ext/lame/Makefile.am:
+         * ext/lame/gstlame.c: (gst_lame_class_init),
+         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
+         Only enable lame presets if version of lame has presets in API
+
+2004-08-15 13:47:00 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.c: describe the enum values for vbr mode and presets more verbosely
+         Original commit message from CVS:
+         2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
+         (gst_lame_preset_get_type), (gst_lame_class_init):
+         describe the enum values for vbr mode and presets more verbosely
+
+2004-08-13 15:22:49 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.*: add preset property to lame so it can use lame presets
+         Original commit message from CVS:
+         2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
+         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
+         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
+         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
+         * ext/lame/gstlame.h:
+         add preset property to lame so it can use lame presets
+
+2004-08-13 14:55:27 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.c: whoops forgot break, thanks teuf
+         Original commit message from CVS:
+         2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_get_property):
+         whoops forgot break, thanks teuf
+
+2004-08-13 14:41:02 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.*: fix lame's broken vbr stuff, allow it to resample if need be, and also make xing header optional
+         Original commit message from CVS:
+         2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
+         (gst_lame_class_init), (gst_lame_src_getcaps),
+         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
+         (gst_lame_get_property), (gst_lame_setup):
+         * ext/lame/gstlame.h:
+         fix lame's broken vbr stuff, allow it to resample if need be, and also
+         make xing header optional
+
+2004-08-12 17:22:30 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.c: added getcaps function so samplerate doesntget fixated to silly values
+         Original commit message from CVS:
+         2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
+         added getcaps function so samplerate doesntget fixated to silly values
+
+2004-08-12 16:44:14 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.c: revert previous fix
+         Original commit message from CVS:
+         2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_src_link):
+         revert previous fix
+
+2004-08-12 16:12:00 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.c: made source pad link function check if sinkpad is ok..fixes the problem where core fixates the ou...
+         Original commit message from CVS:
+         2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_src_link):
+         made source pad link function check if sinkpad is ok..fixes the problem
+         where core fixates the output rate of lame stupidly
+
+2004-08-12 15:48:50 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.c: set default compression ratio paramter to 0.0 so bitrate parameter works :)
+         Original commit message from CVS:
+         2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
+         set default compression ratio paramter to 0.0 so bitrate parameter
+         works :)
+
+2004-08-09 09:22:12 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         fix add debugging
+         Original commit message from CVS:
+         fix add debugging
+
+2004-08-02 11:39:17 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         gearing up for release
+         Original commit message from CVS:
+         gearing up for release
+
+2004-08-02 09:16:14 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         add link function. fixes @148986
+         Original commit message from CVS:
+         add link function. fixes @148986
+
+2004-07-28 20:26:31 +0000  Zaheer Abbas Merali <zaheerabbas@merali.org>
+
+         ext/lame/gstlame.c: send tag events downstream
+         Original commit message from CVS:
+         2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
+         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
+         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
+         (gst_shout2send_get_type), (gst_shout2send_set_clock),
+         (gst_shout2send_class_init), (gst_shout2send_init),
+         (set_shout_metadata), (gst_shout2send_set_metadata),
+         (gst_shout2send_chain), (gst_shout2send_set_property),
+         (gst_shout2send_get_property), (gst_shout2send_connect),
+         (gst_shout2send_change_state):
+         * ext/shout2/gstshout2.h:
+         - fix for sending mp3 audio to icecast2 server, if pad link function not
+         called before PAUSED state
+         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
+         - added tagging support for mp3 audio broadcasted
+         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
+         debug info
+
+2004-07-27 21:51:30 +0000  Steve Lhomme <steve.lhomme@free.fr>
+
+       * gst/audiofx/gststereo.c:
+         fix local includes and 64 bits constants
+         Original commit message from CVS:
+         fix local includes and 64 bits constants
+
+2004-07-26 15:42:18 +0000  Benjamin Otte <otte@gnome.org>
+
+         ext/lame/gstlame.c: add debugging category, add error checks like checking return values of setup calls, make sure it...
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
+         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
+         (plugin_init):
+         add debugging category, add error checks like checking return values
+         of setup calls, make sure it still works after
+         PLAYING=>NULL=>PLAYING, fix encoding of mono streams
+
+2004-06-14 10:58:27 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         sync mp3 caps
+         Original commit message from CVS:
+         sync mp3 caps
+
+2004-06-14 10:52:35 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         add comment
+         Original commit message from CVS:
+         add comment
+
+2004-05-21 23:28:57 +0000  Stéphane Loeuillet <gstreamer@leroutier.net>
+
+       * ext/lame/gstlame.c:
+         second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ...
+         Original commit message from CVS:
+         second batch :
+         remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc
+         (in gst-plugins/ext/ this time)
+
+2004-05-09 14:37:15 +0000  Benjamin Otte <otte@gnome.org>
+
+         ext/: \1/Codec, (fixes #142193)
+         Original commit message from CVS:
+         reviewed by Benjamin Otte  <otte@gnome.org>
+         * ext/a52dec/gsta52dec.c:
+         * ext/divx/gstdivxdec.c:
+         * ext/divx/gstdivxenc.c:
+         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
+         * ext/faac/gstfaac.c: (gst_faac_base_init):
+         * ext/faad/gstfaad.c: (gst_faad_base_init):
+         * ext/ivorbis/vorbisfile.c:
+         * ext/lame/gstlame.c:
+         * ext/libfame/gstlibfame.c:
+         * ext/mpeg2enc/gstmpeg2enc.cc:
+         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
+         * ext/sidplay/gstsiddec.cc:
+         * ext/speex/gstspeexdec.c:
+         * ext/speex/gstspeexenc.c:
+         * ext/xvid/gstxviddec.c:
+         * ext/xvid/gstxvidenc.c:
+         correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
+         (fixes #142193)
+
+2004-05-07 00:43:50 +0000  Benjamin Otte <otte@gnome.org>
+
+         ext/lame/gstlame.c: simplify
+         Original commit message from CVS:
+         * ext/lame/gstlame.c: (gst_lame_chain):
+         simplify
+         * ext/mad/gstmad.c: (gst_mad_handle_event):
+         fix event leak
+         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
+         be able to detect mp3 files < 4096 bytes
+
+2004-05-03 16:46:10 +0000  Stéphane Loeuillet <gstreamer@leroutier.net>
+
+       * ext/lame/gstlame.c:
+         don't trust lame_init to set good values as defaults
+         Original commit message from CVS:
+         don't trust lame_init to set good values as defaults
+
+2004-03-15 19:32:27 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * gst/audiofx/gststereo.c:
+         don't mix tabs and spaces
+         Original commit message from CVS:
+         don't mix tabs and spaces
+
+2004-03-15 19:32:25 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         don't mix tabs and spaces
+         Original commit message from CVS:
+         don't mix tabs and spaces
+
+2004-03-15 16:32:54 +0000  Johan Dahlin <johan@gnome.org>
+
+         *.h: Revert indenting
+         Original commit message from CVS:
+         * *.h: Revert indenting
+
+2004-03-15 16:32:53 +0000  Johan Dahlin <johan@gnome.org>
+
+         *.h: Revert indenting
+         Original commit message from CVS:
+         * *.h: Revert indenting
+
+2004-03-14 22:34:33 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * gst/audiofx/gststereo.c:
+       * gst/audiofx/gststereo.h:
+         gst-indent
+         Original commit message from CVS:
+         gst-indent
+
+2004-03-14 22:34:30 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+       * ext/lame/test-lame.c:
+         gst-indent
+         Original commit message from CVS:
+         gst-indent
+
+2004-02-22 15:14:24 +0000  Benjamin Otte <otte@gnome.org>
+
+         configure.ac: export [_]*{gst,Gst,GST}.* symbols from plugins
+         Original commit message from CVS:
+         2004-02-22  Benjamin Otte  <otte@gnome.org>
+         * configure.ac:
+         export [_]*{gst,Gst,GST}.* symbols from plugins
+         2004-02-22  Christophe Fergeau <teuf@gnome.org>
+         reviewed by: Benjamin Otte  <otte@gnome.org>
+         * ext/lame/gstlame.c: (add_one_tag):
+         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
+         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
+         (gst_vorbisenc_metadata_set1):
+         * gst/tags/gstid3tag.c:
+         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
+         apply fixes from bugs #135042 (lame can't write tags) and #133817
+         (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
+
+2004-02-19 22:19:55 +0000  Benjamin Otte <otte@gnome.org>
+
+         ext/: use gst_tag_list_insert when you want to insert tags
+         Original commit message from CVS:
+         2004-02-19  Benjamin Otte  <otte@gnome.org>
+         * ext/lame/gstlame.c: (gst_lame_chain):
+         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
+         use gst_tag_list_insert when you want to insert tags
+
+2004-02-02 17:23:32 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         change NULL to (NULL) for GST_ELEMENT_ERROR
+         Original commit message from CVS:
+         change NULL to (NULL) for GST_ELEMENT_ERROR
+         Make sure errors end with "."
+
+2004-01-29 23:20:44 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         GST_ELEMENT_ERROR
+         Original commit message from CVS:
+         GST_ELEMENT_ERROR
+
+2004-01-18 21:46:58 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         use new error signal and classification
+         Original commit message from CVS:
+         use new error signal and classification
+
+2003-12-22 01:47:08 +0000  David Schleef <ds@schleef.org>
+
+       * ext/lame/gstlame.c:
+         Merge CAPS branch
+         Original commit message from CVS:
+         Merge CAPS branch
+
+2003-12-07 14:47:09 +0000  Christophe Fergeau <teuf@gnome.org>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         Uses new tagging framework
+         Original commit message from CVS:
+         Uses new tagging framework
+
+2003-12-04 10:37:38 +0000  Andy Wingo <wingo@pobox.com>
+
+       * gst/audiofx/gststereo.c:
+         remove copyright field from plugins
+         Original commit message from CVS:
+         remove copyright field from plugins
+
+2003-12-04 10:37:35 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+         remove copyright field from plugins
+         Original commit message from CVS:
+         remove copyright field from plugins
+
+2003-12-02 02:28:12 +0000  David Schleef <ds@schleef.org>
+
+       * ext/lame/test-lame.c:
+         change _connect to _link
+         Original commit message from CVS:
+         change _connect to _link
+
+2003-11-16 22:02:23 +0000  Leif Johnson <leif@ambient.2y.net>
+
+       * gst/audiofx/gststereo.c:
+         + checking in plugin category changes
+         Original commit message from CVS:
+         + checking in plugin category changes
+
+2003-11-07 12:47:02 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * gst/audiofx/gststereo.h:
+         Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...
+         Original commit message from CVS:
+         Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
+
+2003-11-07 12:46:51 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * ext/lame/gstlame.h:
+         Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...
+         Original commit message from CVS:
+         Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
+
+2003-11-02 22:34:11 +0000  Benjamin Otte <otte@gnome.org>
+
+       * gst/audiofx/gststereo.c:
+         fix for new plugin system
+         Original commit message from CVS:
+         fix for new plugin system
+
+2003-11-02 00:13:26 +0000  Iain Holmes <iain@prettypeople.org>
+
+       * ext/lame/gstlame.c:
+         Fixed lame too
+         Original commit message from CVS:
+         Fixed lame too
+
+2003-10-09 09:04:23 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * ext/lame/gstlame.c:
+         Fix typo in Andy's commit
+         Original commit message from CVS:
+         Fix typo in Andy's commit
+
+2003-10-08 16:08:19 +0000  Andy Wingo <wingo@pobox.com>
+
+       * gst/audiofx/gststereo.c:
+         /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
+         Original commit message from CVS:
+         /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
+
+2003-10-08 16:08:10 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+         /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
+         Original commit message from CVS:
+         /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
+
+2003-09-30 19:48:39 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * ext/lame/gstlame.c:
+         Input and output samplerate are *not* necessarily the same in lame. This fixes the output caps
+         Original commit message from CVS:
+         Input and output samplerate are *not* necessarily the same in lame. This fixes the output caps
+
+2003-09-16 10:00:00 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         reverting error patch before making a branch.
+         Original commit message from CVS:
+         reverting error patch before making a branch.
+
+2003-09-15 01:08:38 +0000  Benjamin Otte <otte@gnome.org>
+
+       * ext/lame/gstlame.c:
+         converted gst_element_error to new format in ext/ - gettext pending
+         Original commit message from CVS:
+         converted gst_element_error to new format in ext/ - gettext pending
+
+2003-09-12 11:35:23 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * ext/lame/gstlame.c:
+         Fix tiny caps error in lame caps - mpegversion(1) was missing
+         Original commit message from CVS:
+         Fix tiny caps error in lame caps - mpegversion(1) was missing
+
+2003-08-10 00:01:58 +0000  David Schleef <ds@schleef.org>
+
+       * ext/lame/Makefile.am:
+         Remove redundant plugindir definition
+         Original commit message from CVS:
+         Remove redundant plugindir definition
+
+2003-07-10 15:39:11 +0000  Christian Schaller <uraeus@gnome.org>
+
+       * ext/lame/README:
+       * ext/lame/gstlame.c:
+         fix license field of lame plugin to say LGPL, lame is LGPL. Add Readme with info
+         Original commit message from CVS:
+         fix license field of lame plugin to say LGPL, lame is LGPL. Add Readme with info
+
+2003-07-06 20:49:50 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * ext/lame/gstlame.c:
+         New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri...
+         Original commit message from CVS:
+         New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
+
+2003-07-05 22:48:58 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         patch from hadess, modified
+         Original commit message from CVS:
+         patch from hadess, modified
+
+2003-06-29 19:46:13 +0000  Benjamin Otte <otte@gnome.org>
+
+       * gst/audiofx/gststereo.c:
+         compatibility fix for new GST_DEBUG stuff.
+         Original commit message from CVS:
+         compatibility fix for new GST_DEBUG stuff.
+         Includes fixes for missing includes for config.h and unistd.h
+         I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
+
+2003-06-29 19:46:09 +0000  Benjamin Otte <otte@gnome.org>
+
+       * ext/lame/gstlame.c:
+         compatibility fix for new GST_DEBUG stuff.
+         Original commit message from CVS:
+         compatibility fix for new GST_DEBUG stuff.
+         Includes fixes for missing includes for config.h and unistd.h
+         I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
+
+2003-06-07 00:34:51 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         Another duration patch from Joshua (slightly modified by me)
+         Original commit message from CVS:
+         Another duration patch from Joshua (slightly modified by me)
+
+2003-05-29 19:32:39 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * ext/lame/gstlame.h:
+         Fix build prob
+         Original commit message from CVS:
+         Fix build prob
+
+2003-05-29 12:41:42 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+         - copy offset from input buffer
+         Original commit message from CVS:
+         - copy offset from input buffer
+
+2003-05-13 12:28:16 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         Get timestamping somewhat better
+         Original commit message from CVS:
+         Get timestamping somewhat better
+
+2003-05-12 20:08:17 +0000  Zeeshan Ali <zeenix@gmail.com>
+
+       * ext/lame/gstlame.c:
+         Hacked lame to make it copy the timestamp on the source buffer to the sink buffer
+         Original commit message from CVS:
+         Hacked lame to make it copy the timestamp on the source buffer to the sink buffer
+
+2003-01-10 13:38:27 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         PadConnect -> PadLink
+         Original commit message from CVS:
+         PadConnect -> PadLink
+
+2003-01-10 10:22:24 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t...
+         Original commit message from CVS:
+         another batch of connect->link fixes
+         please let me know about issues
+         and please refrain of making them yourself, so that I don't spend double
+         the time resolving conflicts
+
+2002-12-08 17:20:44 +0000  Iain Holmes <iain@prettypeople.org>
+
+       * ext/lame/gstlame.c:
+         Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
+         Original commit message from CVS:
+         Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
+
+2002-12-08 14:50:04 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/Makefile.am:
+         parallel install fixes
+         Original commit message from CVS:
+         parallel install fixes
+
+2002-12-08 02:44:00 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+         cleanups
+         Original commit message from CVS:
+         cleanups
+
+2002-11-20 21:02:40 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+         Remove redundant properties.
+         Original commit message from CVS:
+         Remove redundant properties.
+
+2002-11-02 05:39:21 +0000  David I. Lehn <dlehn@users.sourceforge.net>
+
+       * ext/lame/Makefile.am:
+         use AM_CFLAGS instead of CFLAGS
+         Original commit message from CVS:
+         use AM_CFLAGS instead of CFLAGS
+
+2002-10-02 08:04:00 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         api change
+         Original commit message from CVS:
+         api change
+
+2002-09-18 19:02:52 +0000  Christian Schaller <uraeus@gnome.org>
+
+       * gst/audiofx/gststereo.c:
+         plugins part of license field patch
+         Original commit message from CVS:
+         plugins part of license field patch
+
+2002-09-18 19:02:46 +0000  Christian Schaller <uraeus@gnome.org>
+
+       * ext/lame/gstlame.c:
+         plugins part of license field patch
+         Original commit message from CVS:
+         plugins part of license field patch
+
+2002-09-10 09:31:38 +0000  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+       * ext/lame/test-lame.c:
+         This updates all plugins to the new API for gst_pad_try_set_caps
+         Original commit message from CVS:
+         This updates all plugins to the new API for gst_pad_try_set_caps
+
+2002-09-01 15:40:39 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         small updates
+         Original commit message from CVS:
+         small updates
+
+2002-07-08 19:32:49 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+         unref event
+         Original commit message from CVS:
+         unref event
+
+2002-07-07 14:17:00 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+         Don't free uninitialized pointers
+         Original commit message from CVS:
+         Don't free uninitialized pointers
+
+2002-07-07 14:06:38 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+         Lame should accept events even when not negotiated yet.
+         Original commit message from CVS:
+         Lame should accept events even when not negotiated yet.
+
+2002-06-08 09:26:09 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         reorder
+         Original commit message from CVS:
+         reorder
+
+2002-04-20 21:42:51 +0000  Andy Wingo <wingo@pobox.com>
+
+       * gst/audiofx/gststereo.c:
+         a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
+         Original commit message from CVS:
+         * a hack to work around intltool's brokenness
+         * a current check for mpeg2dec
+         * details->klass reorganizations
+         * an element browser that uses details->klass
+         * separated cdxa parse out from the avi directory
+
+2002-04-11 20:42:26 +0000  Andy Wingo <wingo@pobox.com>
+
+       * gst/audiofx/gststereo.c:
+         GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
+         Original commit message from CVS:
+         GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
+         same with *factory and typefind.
+         also, some -Werror fixes.
+
+2002-04-11 20:42:25 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/test-lame.c:
+         GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
+         Original commit message from CVS:
+         GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
+         same with *factory and typefind.
+         also, some -Werror fixes.
+
+2002-03-30 17:06:26 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/test-lame.c:
+         Changed to the new props API
+         Original commit message from CVS:
+         Changed to the new props API
+         Other small tuff.
+
+2002-03-27 04:02:38 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+         update g_value stuff to match property types
+         Original commit message from CVS:
+         update g_value stuff to match property types
+
+2002-03-24 22:07:03 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+         filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
+         Original commit message from CVS:
+         * filter newlines out of GST_DEBUG statements to reflect new core behavior
+         * fixes to adder's caps, again
+
+2002-03-20 21:45:04 +0000  Andy Wingo <wingo@pobox.com>
+
+       * gst/audiofx/gststereo.c:
+       * gst/audiofx/gststereo.h:
+         s/Gnome-Streamer/GStreamer/
+         Original commit message from CVS:
+         s/Gnome-Streamer/GStreamer/
+
+2002-03-20 21:45:03 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         s/Gnome-Streamer/GStreamer/
+         Original commit message from CVS:
+         s/Gnome-Streamer/GStreamer/
+
+2002-03-19 17:14:57 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+         fix compile error (untested)
+         Original commit message from CVS:
+         fix compile error (untested)
+
+2002-03-19 04:10:06 +0000  Andy Wingo <wingo@pobox.com>
+
+       * gst/audiofx/gststereo.c:
+         removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
+         Original commit message from CVS:
+         * removal of //-style comments
+         * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
+         and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
+
+2002-03-19 04:10:05 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/Makefile.am:
+       * ext/lame/gstlame.c:
+         removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
+         Original commit message from CVS:
+         * removal of //-style comments
+         * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
+         and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
+
+2002-03-19 01:39:42 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/Makefile.am:
+         s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
+         Original commit message from CVS:
+         s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/
+         @-substitued variables variables are defined as make variables automagically,
+         and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
+
+2002-03-03 00:53:24 +0000  Andy Wingo <wingo@pobox.com>
+
+       * ext/lame/gstlame.c:
+         get up-to-date with the gst_caps_debug api improved capsnego in mad improved capsnego in adder improved capsnego in i...
+         Original commit message from CVS:
+         * get up-to-date with the gst_caps_debug api
+         * improved capsnego in mad
+         * improved capsnego in adder
+         * improved capsnego in intfloat plugins
+         * unbroke capsnego in stereomono plugins
+         * fix cothread stack allocation within the main thread in new cothreads
+
+2002-02-21 17:33:59 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/Makefile.am:
+         uncomment lame test until we can get the register to work
+         Original commit message from CVS:
+         uncomment lame test until we can get the register to work
+
+2002-02-21 17:20:35 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         use gst-debuginfo.m4 macro so plugins are actually compiled with debug info some more debug output for lame
+         Original commit message from CVS:
+         * use gst-debuginfo.m4 macro so plugins are actually compiled with
+         debug info
+         * some more debug output for lame
+
+2002-02-21 14:04:02 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         on sink connect, check if the current pad is compatible with the given caps cleaned up debug output change pad templa...
+         Original commit message from CVS:
+         * on sink connect, check if the current pad is compatible with the given
+         caps
+         * cleaned up debug output
+         * change pad template to only accept allowed sample rates
+         if these changes are considered ok by others then the same should be
+         applied to other encoding plugins (notably the compatibility check)
+
+2002-02-19 20:49:52 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/test-lame.c:
+         ok, this works
+         Original commit message from CVS:
+         ok, this works
+
+2002-02-19 20:35:42 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/test-lame.c:
+         Always bring the elements to READY before trying to do capsnego. fix the caps as lame doesn't accept law==1
+         Original commit message from CVS:
+         Always bring the elements to READY before trying to do capsnego.
+         fix the caps as lame doesn't accept law==1
+
+2002-02-19 20:19:36 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/test-lame.c:
+         still does not work ;(
+         Original commit message from CVS:
+         still does not work ;(
+
+2002-02-19 18:28:05 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/Makefile.am:
+       * ext/lame/test-lame.c:
+         adding a test for lame stuff
+         Original commit message from CVS:
+         adding a test for lame stuff
+
+2002-02-19 17:29:55 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+         Added event handling.
+         Original commit message from CVS:
+         Added event handling.
+         Fix flush
+         Fix state change.
+         Convert to gobject deep_notify
+
+2002-02-19 12:55:16 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.c:
+         somebody help me fix lame ;)
+         Original commit message from CVS:
+         somebody help me fix lame ;)
+         I commented out the state change function because it is called before lame has the right caps.
+         Is the state change function still necessary ?
+         in any case, at least now lame actually listens to osssrc re: rate and channels
+
+2002-01-31 17:08:46 +0000  David I. Lehn <dlehn@users.sourceforge.net>
+
+       * ext/lame/gstlame.h:
+         Revert lame include dir change.  Upstream uses $prefix/include/lame/lame.h.
+         Original commit message from CVS:
+         Revert lame include dir change.  Upstream uses $prefix/include/lame/lame.h.
+
+2002-01-30 11:25:58 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/gstlame.h:
+         I checked lame packages and source code and they seem to want lame.h in prefix/include/lame.h so I fixed stuff accord...
+         Original commit message from CVS:
+         I checked lame packages and source code and they seem to want lame.h in
+         prefix/include/lame.h
+         so I fixed stuff accordingly.
+         Do any systems have lame in include/lame/lame.h ?
+         If so, mail me and we'll work it out.
+
+2002-01-18 02:05:25 +0000  Wrobell <wrobell@ite.pl>
+
+       * ext/lame/Makefile.am:
+         - plugins are built without versioning info
+         Original commit message from CVS:
+         - plugins are built without versioning info
+
+2002-01-13 22:27:24 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+         Bring the plugins in sync with the new core capsnego system.
+         Original commit message from CVS:
+         Bring the plugins in sync with the new core capsnego system.
+         Added some features, enhancements...
+
+2002-01-12 03:34:26 +0000  David I. Lehn <dlehn@users.sourceforge.net>
+
+       * ext/lame/Makefile.am:
+         s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
+         Original commit message from CVS:
+         * s/filter/plugin/
+         * link plugins to GST_LIBS
+         * rearrange rules to a common format
+
+2001-12-22 23:26:33 +0000  Andy Wingo <wingo@pobox.com>
+
+       * gst/audiofx/gststereo.c:
+       * gst/audiofx/gststereo.h:
+         Initial revision
+         Original commit message from CVS:
+         Initial revision
+
+2001-12-21 12:47:09 +0000  Wim Taymans <wim.taymans@gmail.com>
+
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         Lame cleanup
+         Original commit message from CVS:
+         Lame cleanup
+         Added EOS, flush, error reporting etc.
+
+2001-12-20 23:48:55 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+       * ext/lame/Makefile.am:
+       * ext/lame/gstlame.c:
+       * ext/lame/gstlame.h:
+         adding lame
+         Original commit message from CVS:
+         adding lame
+
+2001-12-17 18:37:01 +0000  Thomas Vander Stichele <thomas@apestaart.org>
+
+         building up speed
+         Original commit message from CVS:
+         building up speed
+