Release 1.13.90
diff --git a/ChangeLog b/ChangeLog
index 1414846..25adf7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,4851 @@
-=== release 1.12.0 ===
+=== release 1.13.90 ===
 
-2017-05-04  Sebastian Dröge <slomo@coaxion.net>
+2018-03-03 22:19:36 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+	* 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:
-	  releasing 1.12.0
+	* 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: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>
 
@@ -296,6 +5138,15 @@
 	  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>
+
+	* 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:
@@ -975,6 +5826,19 @@
 	  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:
@@ -1017,6 +5881,20 @@
 	  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:
@@ -1187,6 +6065,12 @@
 	* 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:
@@ -1650,6 +6534,13 @@
 	  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:
@@ -1932,6 +6823,27 @@
 	* 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:
@@ -2156,6 +7068,15 @@
 	  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:
@@ -2429,6 +7350,12 @@
 	* 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:
@@ -2566,6 +7493,14 @@
 	  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:
@@ -2583,6 +7518,21 @@
 	  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:
@@ -3212,6 +8162,18 @@
 	  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:
@@ -3290,6 +8252,19 @@
 	  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:
@@ -3977,6 +8952,12 @@
 	  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:
@@ -4560,6 +9541,11 @@
 	  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:
@@ -4573,6 +9559,15 @@
 	  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:
@@ -4990,6 +9985,69 @@
 	  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:
@@ -5168,6 +10226,20 @@
 	  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:
@@ -5232,6 +10304,36 @@
 	  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:
@@ -5283,6 +10385,16 @@
 	  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:
@@ -5769,6 +10881,15 @@
 	  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
@@ -5871,6 +10992,14 @@
 	  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:
@@ -5884,6 +11013,23 @@
 	  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:
@@ -6036,6 +11182,33 @@
 	  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:
@@ -7173,6 +12346,23 @@
 	  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:
@@ -7498,6 +12688,15 @@
 	  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:
@@ -7507,6 +12706,14 @@
 	  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:
@@ -7557,6 +12764,25 @@
 	* 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:
@@ -7567,6 +12793,18 @@
 	  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:
@@ -8260,6 +13498,13 @@
 	  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:
@@ -8271,6 +13516,13 @@
 	  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:
@@ -8537,6 +13789,16 @@
 	  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:
@@ -8650,6 +13912,15 @@
 	  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:
@@ -9283,6 +14554,117 @@
 	  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:
@@ -9594,6 +14976,14 @@
 	  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:
@@ -9655,6 +15045,12 @@
 	  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:
@@ -9805,6 +15201,12 @@
 	  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:
@@ -9942,6 +15344,13 @@
 	  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:
@@ -10571,6 +15980,14 @@
 	* 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:
@@ -10656,6 +16073,16 @@
 	  - 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:
@@ -10916,6 +16343,29 @@
 	  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:
@@ -10968,6 +16418,12 @@
 	  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:
@@ -11206,6 +16662,15 @@
 	  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:
@@ -11518,12 +16983,59 @@
 	* 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:
@@ -11961,6 +17473,20 @@
 	  (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:
@@ -12025,6 +17551,18 @@
 	  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:
@@ -12060,6 +17598,53 @@
 	  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:
@@ -12251,6 +17836,46 @@
 	  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:
@@ -12268,11 +17893,24 @@
 	  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:
@@ -12300,6 +17938,15 @@
 	  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>
@@ -12437,6 +18084,12 @@
 	  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:
@@ -12490,6 +18143,30 @@
 	  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:
@@ -12562,6 +18239,14 @@
 	  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:
@@ -12591,6 +18276,13 @@
 	* 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:
@@ -12602,6 +18294,17 @@
 	  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:
@@ -12668,6 +18371,12 @@
 	  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>
@@ -12942,6 +18651,22 @@
 	* 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:
@@ -12991,6 +18716,43 @@
 	  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:
@@ -13140,6 +18902,29 @@
 	  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:
@@ -13297,6 +19082,14 @@
 	  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:
@@ -13552,6 +19345,25 @@
 	  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:
@@ -13596,6 +19408,166 @@
 	  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:
@@ -13635,6 +19607,19 @@
 	  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:
@@ -13810,6 +19795,44 @@
 	  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:
@@ -13831,6 +19854,36 @@
 	* 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:
@@ -14111,6 +20164,13 @@
 	  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:
@@ -14893,11 +20953,70 @@
 	  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:
@@ -14907,6 +21026,16 @@
 	  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:
@@ -14980,11 +21109,70 @@
 	  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:
@@ -15009,6 +21197,35 @@
 	  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:
@@ -15659,6 +21876,13 @@
 	* 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:
@@ -16063,6 +22287,24 @@
 	  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:
@@ -18448,6 +24690,16 @@
 	  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:
@@ -24913,6 +31165,15 @@
 	  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:
@@ -25709,6 +31970,14 @@
 	* 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:
@@ -25781,6 +32050,196 @@
 	* 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:
@@ -34639,6 +41098,14 @@
 	  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:
@@ -35389,6 +41856,16 @@
 	* 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:
@@ -38585,6 +45062,12 @@
 
 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/dtmf/gstdtmfdetect.c:
 	* gst/dtmf/gstdtmfdetect.h:
 	* gst/dtmf/gstdtmfsrc.c:
@@ -39389,6 +45872,22 @@
 	  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:
@@ -39680,6 +46179,17 @@
 	  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:
@@ -39945,12 +46455,51 @@
 	* 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:
@@ -40930,6 +47479,16 @@
 	* 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:
@@ -43045,6 +49604,11 @@
 	  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:
@@ -43123,6 +49687,11 @@
 	* 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:
@@ -43238,6 +49807,11 @@
 	  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:
@@ -43267,6 +49841,19 @@
 	* 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:
@@ -43283,6 +49870,19 @@
 	  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:
@@ -46266,6 +52866,16 @@
 	* 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:
@@ -46335,6 +52945,16 @@
 	* 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:
@@ -46429,6 +53049,16 @@
 	* 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:
@@ -47293,6 +53923,11 @@
 	* 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:
@@ -48012,6 +54647,11 @@
 	  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:
@@ -49053,6 +55693,16 @@
 	  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:
@@ -49542,6 +56192,16 @@
 	* 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:
@@ -50100,6 +56760,24 @@
 	  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:
@@ -50189,6 +56867,16 @@
 	* 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:
@@ -50330,6 +57018,11 @@
 	  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:
@@ -50515,6 +57208,13 @@
 	  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:
@@ -50565,6 +57265,32 @@
 	  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:
@@ -51580,6 +58306,14 @@
 
 	  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
@@ -51849,6 +58583,19 @@
 	  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:
@@ -52224,6 +58971,16 @@
 	  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
@@ -52942,6 +59699,24 @@
 	* 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:
@@ -53469,6 +60244,22 @@
 	  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:
@@ -54212,6 +61003,82 @@
 	  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:
@@ -58156,6 +65023,15 @@
 	  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:
@@ -64143,6 +71019,23 @@
 	  _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:
@@ -67191,6 +74084,11 @@
 	  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:
@@ -68137,6 +75035,17 @@
 	* 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:
@@ -72708,6 +79617,12 @@
 	  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:
@@ -76080,6 +82995,13 @@
 	  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:
@@ -76397,6 +83319,11 @@
 	  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:
@@ -80626,6 +87553,16 @@
 	  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:
@@ -90179,6 +97116,11 @@
 	  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:
@@ -91304,6 +98246,11 @@
 	  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:
@@ -92240,6 +99187,11 @@
 	* 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:
@@ -92266,6 +99218,11 @@
 	  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:
@@ -92317,6 +99274,17 @@
 	* 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:
@@ -92337,11 +99305,22 @@
 	  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:
@@ -92403,6 +99382,15 @@
 	  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:
@@ -92521,6 +99509,23 @@
 	* 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:
@@ -92550,6 +99555,38 @@
 	  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:
@@ -92706,6 +99743,16 @@
 	* 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:
@@ -93700,6 +100747,175 @@
 	* .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:
@@ -97775,6 +104991,30 @@
 	  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.
@@ -98919,6 +106159,17 @@
 	  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.
@@ -99479,6 +106730,30 @@
 	  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
@@ -99486,6 +106761,26 @@
 	  * 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.
@@ -99522,6 +106817,18 @@
 	  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.
@@ -100510,6 +107817,41 @@
 	  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...
@@ -103726,6 +111068,14 @@
 	  * 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 ...
@@ -104048,6 +111398,15 @@
 	  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.
@@ -104887,6 +112246,19 @@
 	  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...
@@ -105051,6 +112423,24 @@
 	  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.
@@ -106801,6 +114191,14 @@
 	  * 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 ...
@@ -106846,6 +114244,13 @@
 	  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
@@ -106883,6 +114288,18 @@
 	  * 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.
@@ -111428,6 +118845,15 @@
 	  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
@@ -112364,6 +119790,24 @@
 	  * 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
@@ -112583,6 +120027,19 @@
 	  * 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.
@@ -112968,6 +120425,20 @@
 	  * 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...
@@ -114049,6 +121520,13 @@
 	  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...
@@ -114361,6 +121839,17 @@
 	  (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.
@@ -114950,6 +122439,16 @@
 	  (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)
@@ -115467,6 +122966,52 @@
 	  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...
@@ -116930,6 +124475,17 @@
 	  * 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:
@@ -118198,6 +125754,14 @@
 	  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.
@@ -119423,6 +126987,21 @@
 	  * 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
@@ -120504,6 +128083,20 @@
 	  * 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...
@@ -120550,6 +128143,14 @@
 	  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).
@@ -121600,6 +129201,15 @@
 	  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.
@@ -122709,6 +130319,29 @@
 	  * 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
@@ -122942,6 +130575,24 @@
 	  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:
@@ -123338,6 +130989,17 @@
 	  - 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.
@@ -123487,6 +131149,17 @@
 	  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:
@@ -124231,6 +131904,15 @@
 	  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 ...
@@ -125135,6 +132817,19 @@
 	  * 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...
@@ -125147,6 +132842,15 @@
 	  _ 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.
@@ -126173,6 +133877,13 @@
 	  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:
@@ -127440,6 +135151,13 @@
 	  (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.
@@ -127453,6 +135171,13 @@
 	  * 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...
@@ -127495,6 +135220,14 @@
 	  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:
@@ -127588,6 +135321,13 @@
 	  * 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.
@@ -129065,6 +136805,31 @@
 	  * 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
@@ -129859,6 +137624,13 @@
 	  * 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:
@@ -129874,6 +137646,15 @@
 	  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:
@@ -130357,6 +138138,14 @@
 	  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:
@@ -130497,6 +138286,825 @@
 	  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: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-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: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:53 +0000  Johan Dahlin <johan@gnome.org>
+
+	  *.h: Revert indenting
+	  Original commit message from CVS:
+	  * *.h: Revert indenting
+
+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: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-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 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: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: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: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-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: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: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-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
diff --git a/NEWS b/NEWS
index 385e4b6..c85b362 100644
--- a/NEWS
+++ b/NEWS
@@ -1,174 +1,235 @@
-# GStreamer 1.14 Release Notes
+
+
+GSTREAMER 1.14 RELEASE NOTES
+
 
 GStreamer 1.14.0 has not been released yet. It is scheduled for release
-in late February / early March 2018.
+in early March 2018.
 
-There are unstable pre-releases available for testing and development purposes.
-The latest pre-release is version 1.13.1 and was released on 15 February 2018.
+There are unstable pre-releases available for testing and development
+purposes. The latest pre-release is version 1.13.90 (rc1) and was
+released on 03 March 2018.
 
-See [https://gstreamer.freedesktop.org/releases/1.14/][latest] for the latest
+See https://gstreamer.freedesktop.org/releases/1.14/ for the latest
 version of this document.
 
-*Last updated: Thursday 15 February 2018, 16:30 UTC [(log)][gitlog]*
-
-[latest]: https://gstreamer.freedesktop.org/releases/1.14/
-[gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.14/release-notes-1.14.md
-
-## Introduction
-
-The GStreamer team is proud to announce a new major feature release in the
-stable 1.x API series of your favourite cross-platform multimedia framework!
-
-As always, this release is again packed with new features, bug fixes and other
-improvements.
-
-## Highlights
-
-- this section will be completed shortly
-
-## Major new features and changes
-
-### Noteworthy new API
-
-- this section will be filled in shortly
-
-### New Elements
-
-- this section will be filled in shortly
-
-### New element features and additions
-
-- this section will be filled in shortly
-
-### Plugin and library moves
-
-- this section will be filled in shortly
-
-### Plugin removals
-
-- this section will be filled in shortly
+_Last updated: Saturday 03 March 2018, 16:30 UTC (log)_
 
 
-## Miscellaneous API additions
+Introduction
 
-- this section will be filled in shortly
+The GStreamer team is proud to announce a new major feature release in
+the stable 1.x API series of your favourite cross-platform multimedia
+framework!
 
-### GstPlayer
+As always, this release is again packed with new features, bug fixes and
+other improvements.
 
-- this section will be filled in shortly
 
-## Miscellaneous changes
+Highlights
 
-- this section will be filled in shortly
+-   this section will be completed shortly
 
-### OpenGL integration
 
-- this section will be filled in shortly
+Major new features and changes
 
-## Tracing framework and debugging improvements
+Noteworthy new API
 
-- this section will be filled in shortly
+-   this section will be filled in shortly
 
-## Tools
+New Elements
 
-- this section will be filled in shortly
+-   this section will be filled in shortly
 
-## GStreamer RTSP server
+New element features and additions
 
-- this section will be filled in shortly
+-   this section will be filled in shortly
 
-## GStreamer VAAPI
+Plugin and library moves
 
-- this section will be filled in shortly
+-   this section will be filled in shortly
 
-## GStreamer Editing Services and NLE
+Plugin removals
 
-- this section will be filled in shortly
+-   this section will be filled in shortly
 
-## GStreamer validate
 
-- this section will be filled in shortly
+Miscellaneous API additions
 
-## GStreamer Python Bindings
+-   this section will be filled in shortly
 
-- this section will be filled in shortly
+GstPlayer
 
-## Build and Dependencies
+-   this section will be filled in shortly
 
-- this section will be filled in shortly
 
-## Platform-specific improvements
+Miscellaneous changes
 
-### Android
+-   this section will be filled in shortly
 
-- this section will be filled in shortly
+OpenGL integration
 
-### macOS and iOS
+-   this section will be filled in shortly
 
-- this section will be filled in shortly
 
-### Windows
+Tracing framework and debugging improvements
 
-- this section will be filled in shortly
+-   this section will be filled in shortly
 
-## Contributors
 
-- this section will be filled in shortly
+Tools
+
+-   this section will be filled in shortly
+
+
+GStreamer RTSP server
+
+-   this section will be filled in shortly
+
+
+GStreamer VAAPI
+
+-   this section will be filled in shortly
+
+
+GStreamer Editing Services and NLE
+
+-   this section will be filled in shortly
+
+
+GStreamer validate
+
+-   this section will be filled in shortly
+
+
+GStreamer Python Bindings
+
+-   this section will be filled in shortly
+
+
+Build and Dependencies
+
+-   this section will be filled in shortly
+
+
+Platform-specific improvements
+
+Android
+
+-   this section will be filled in shortly
+
+macOS and iOS
+
+-   this section will be filled in shortly
+
+Windows
+
+-   this section will be filled in shortly
+
+
+Contributors
+
+Aaron Boxer, Adrián Pardini, Adrien SCH, Akinobu Mita, Alban Bedel,
+Alessandro Decina, Alex Ashley, Alicia Boya García, Alistair Buxton,
+Alvaro Margulis, Anders Jonsson, Andreas Frisch, Andrejs Vasiljevs,
+Andrew Bott, Antoine Jacoutot, Antonio Ospite, Antoni Silvestre, Anton
+Obzhirov, Anuj Jaiswal, Arjen Veenhuizen, Arnaud Bonatti, Arun Raghavan,
+Ashish Kumar, Aurélien Zanelli, Ayaka, Branislav Katreniak, Branko
+Subasic, Brion Vibber, Carlos Rafael Giani, Cassandra Rommel, Chris
+Bass, Chris Paulson-Ellis, Christoph Reiter, Claudio Saavedra, Clemens
+Lang, Cyril Lashkevich, Daniel van Vugt, Dave Craig, Dave Johnstone,
+David Evans, David Schleef, Deepak Srivastava, Dimitrios Katsaros,
+Dmitry Zhadinets, Dongil Park, Dustin Spicuzza, Eduard Sinelnikov,
+Edward Hervey, Enrico Jorns, Eunhae Choi, Ezequiel Garcia, fengalin,
+Filippo Argiolas, Florent Thiéry, Florian Zwoch, Francisco Velazquez,
+François Laignel, fvanzile, George Kiagiadakis, Georg Lippitsch, Graham
+Leggett, Guillaume Desmottes, Gurkirpal Singh, Gwang Yoon Hwang, Gwenole
+Beauchesne, Haakon Sporsheim, Haihua Hu, Håvard Graff, Heekyoung Seo,
+Heinrich Fink, Holger Kaelberer, Hoonhee Lee, Hosang Lee, Hyunjun Ko,
+Ian Jamison, James Stevenson, Jan Alexander Steffens (heftig), Jan
+Schmidt, Jason Lin, Jens Georg, Jeremy Hiatt, Jérôme Laheurte, Jimmy
+Ohn, Jochen Henneberg, John Ludwig, John Nikolaides, Jonathan Karlsson,
+Josep Torra, Juan Navarro, Juan Pablo Ugarte, Julien Isorce, Jun Xie,
+Jussi Kukkonen, Justin Kim, Lasse Laursen, Lubosz Sarnecki, Luc
+Deschenaux, Luis de Bethencourt, Marcin Lewandowski, Mario Alfredo
+Carrillo Arevalo, Mark Nauwelaerts, Martin Kelly, Matej Knopp, Mathieu
+Duponchelle, Matteo Valdina, Matt Fischer, Matthew Waters, Matthieu
+Bouron, Matthieu Crapet, Matt Staples, Michael Catanzaro, Michael
+Olbrich, Michael Shigorin, Michael Tretter, Michał Dębski, Michał Górny,
+Michele Dionisio, Miguel París, Mikhail Fludkov, Munez, Nael Ouedraogo,
+Neos3452, Nicholas Panayis, Nick Kallen, Nicola Murino, Nicolas
+Dechesne, Nicolas Dufresne, Nirbheek Chauhan, Ognyan Tonchev, Ole André
+Vadla Ravnås, Oleksij Rempel, Olivier Crête, Omar Akkila, Orestis
+Floros, Patricia Muscalu, Patrick Radizi, Paul Kim, Per-Erik Brodin,
+Peter Seiderer, Philip Craig, Philippe Normand, Philippe Renon, Philipp
+Zabel, Pierre Pouzol, Piotr Drąg, Ponnam Srinivas, Pratheesh Gangadhar,
+Raimo Järvi, Ramprakash Jelari, Ravi Kiran K N, Reynaldo H. Verdejo
+Pinochet, Rico Tzschichholz, Robert Rosengren, Roland Peffer, Руслан
+Ижбулатов, Sam Hurst, Sam Thursfield, Sangkyu Park, Sanjay NM, Satya
+Prakash Gupta, Scott D Phillips, Sean DuBois, Sebastian Cote, Sebastian
+Dröge, Sebastian Rasmussen, Sejun Park, Sergey Borovkov, Seungha Yang,
+Shakin Chou, Shinya Saito, Simon Himmelbauer, Sky Juan, Song Bing,
+Sreerenj Balachandran, Stefan Kost, Stefan Popa, Stefan Sauer, Stian
+Selnes, Thiago Santos, Thibault Saunier, Thijs Vermeir, Tim Allen,
+Tim-Philipp Müller, Ting-Wei Lan, Tomas Rataj, Tom Bailey, Tonu Jaansoo,
+U. Artie Eoff, Umang Jain, Ursula Maplehurst, VaL Doroshchuk, Vasilis
+Liaskovitis, Víctor Manuel Jáquez Leal, vijay, Vincent Penquerc'h,
+Vineeth T M, Vivia Nikolaidou, Wang Xin-yu (王昕宇), Wei Feng, Wim
+Taymans, Wonchul Lee, Xabier Rodriguez Calvar, Xavier Claessens,
+XuGuangxin, Yasushi SHOJI, Yi A Wang, Youness Alaoui,
 
 ... and many others who have contributed bug reports, translations, sent
 suggestions or helped testing.
 
-## Bugs fixed in 1.14
 
-- this section will be filled in shortly
+Bugs fixed in 1.14
 
-More than [704 bugs][bugs-fixed-in-1.14] have been fixed during
-the development of 1.14.
+-   this section will be filled in shortly
+
+More than 704 bugs have been fixed during the development of 1.14.
 
 This list does not include issues that have been cherry-picked into the
-stable 1.12 branch and fixed there as well, all fixes that ended up in the
-1.12 branch are also included in 1.14.
+stable 1.12 branch and fixed there as well, all fixes that ended up in
+the 1.12 branch are also included in 1.14.
 
-This list also does not include issues that have been fixed without a bug
-report in bugzilla, so the actual number of fixes is much higher.
+This list also does not include issues that have been fixed without a
+bug report in bugzilla, so the actual number of fixes is much higher.
 
-[bugs-fixed-in-1.14]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=213265&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.1&target_milestone=1.12.2&target_milestone=1.12.3&target_milestone=1.12.4&target_milestone=1.13.1&target_milestone=1.13.2&target_milestone=1.13.3&target_milestone=1.13.4&target_milestone=1.13.90&target_milestone=1.13.91&target_milestone=1.14.0
 
-## Stable 1.14 branch
+Stable 1.14 branch
 
-After the 1.14.0 release there will be several 1.14.x bug-fix releases which
-will contain bug fixes which have been deemed suitable for a stable branch,
-but no new features or intrusive changes will be added to a bug-fix release
-usually. The 1.14.x bug-fix releases will be made from the git 1.14 branch,
-which is a stable branch.
+After the 1.14.0 release there will be several 1.14.x bug-fix releases
+which will contain bug fixes which have been deemed suitable for a
+stable branch, but no new features or intrusive changes will be added to
+a bug-fix release usually. The 1.14.x bug-fix releases will be made from
+the git 1.14 branch, which is a stable branch.
 
-### 1.14.0
+1.14.0
 
-1.14.0 is scheduled to be released in late February / early March 2018.
+1.14.0 is scheduled to be released in early March 2018.
 
-## Known Issues
 
-- The `webrtcdsp` element is currently not shipped as part of the Windows
-  binary packages due to a [build system issue][bug-770264].
+Known Issues
 
-[bug-770264]: https://bugzilla.gnome.org/show_bug.cgi?id=770264
+-   The webrtcdsp element is currently not shipped as part of the
+    Windows binary packages due to a build system issue.
 
-## Schedule for 1.16
 
-Our next major feature release will be 1.16, and 1.15 will be the unstable
-development version leading up to the stable 1.16 release. The development
-of 1.15/1.16 will happen in the git master branch.
+Schedule for 1.16
 
-The plan for the 1.16 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around August 2017
-followed by several 1.15 pre-releases and the new 1.16 stable release
-in September.
+Our next major feature release will be 1.16, and 1.15 will be the
+unstable development version leading up to the stable 1.16 release. The
+development of 1.15/1.16 will happen in the git master branch.
 
-1.16 will be backwards-compatible to the stable 1.14, 1.12, 1.10, 1.8, 1.6, 1.4,
-1.2 and 1.0 release series.
+The plan for the 1.16 development cycle is yet to be confirmed, but it
+is expected that feature freeze will be around August 2017 followed by
+several 1.15 pre-releases and the new 1.16 stable release in September.
 
-- - -
+1.16 will be backwards-compatible to the stable 1.14, 1.12, 1.10, 1.8,
+1.6, 1.4, 1.2 and 1.0 release series.
 
-*These release notes have been prepared by Tim-Philipp Müller.*
+------------------------------------------------------------------------
 
-*License: [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)*
+_These release notes have been prepared by Tim-Philipp Müller._
+
+_License: CC BY-SA 4.0_
diff --git a/RELEASE b/RELEASE
index 3311f7d..4e6f660 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,70 +1,63 @@
+This is GStreamer gst-plugins-good 1.13.90.
 
-Release notes for GStreamer Good Plugins 1.12.0
+The GStreamer team is pleased to announce the first release candidate for the
+upcoming stable 1.14 release series.
 
-The GStreamer team is pleased to announce the first release in the stable 1.12
-release series. The 1.12 release series is adding new features on top of the
-1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable
-1.x release series of the GStreamer multimedia framework.
+The 1.14 release series adds new features on top of the 1.0, 1.2, 1.4, 1.6,
+1.8, 1.10 and 1.12 series and is part of the API and ABI-stable 1.x release
+series of the GStreamer multimedia framework.
 
+Full release notes can be found at:
 
-Full release notes can be found here
+  https://gstreamer.freedesktop.org/releases/1.14/
 
+Binaries for Android, iOS, Mac OS X and Windows will be provided shortly
+after the release.
 
-Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
+This module will not be very useful by itself and should be used in conjunction
+with other GStreamer modules for a complete multimedia experience.
 
+ - gstreamer: provides the core GStreamer libraries and some generic plugins
 
-"Such ingratitude.  After all the times I've saved your life."
+ - gst-plugins-base: a basic set of well-supported plugins and additional
+                     media-specific GStreamer helper libraries for audio,
+                     video, rtsp, rtp, tags, OpenGL, etc.
 
+ - gst-plugins-good: a set of well-supported plugins under our preferred
+                     license
 
-A collection of plugins you'd want to have right next to you on the
-battlefield.  Shooting sharp and making no mistakes, these plugins have it
-all: good looks, good code, and good licensing.  Documented and dressed up
-in tests.  If you're looking for a role model to base your own plugin on,
-here it is.
+ - gst-plugins-ugly: a set of well-supported plugins which might pose
+                     problems for distributors
 
+ - gst-plugins-bad: a set of plugins of varying quality that have not made
+                    their way into one of core/base/good/ugly yet, for one
+                    reason or another. Many of these are are production quality
+                    elements, but may still be missing documentation or unit
+                    tests; others haven't passed the rigorous quality testing
+                    we expect yet.
 
-If you find a plot hole or a badly lip-synced line of code in them,
-let us know - it is a matter of honour for us to ensure Blondie doesn't look
-like he's been walking 100 miles through the desert without water.
+ - gst-libav: a set of codecs plugins based on the ffmpeg library. This is
+                    where you can find audio and video decoders and encoders
+                    for a wide variety of formats including H.264, AAC, etc.
 
+ - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
+                    VA-API on Linux. Primarily for Intel graphics hardware.
 
-This module contains a set of plugins that we consider to have good quality
-  code, correct functionality, our preferred license (LGPL for the plugin
-  code, LGPL or LGPL-compatible for the supporting library).
-We believe distributors can safely ship these plugins.
-People writing elements should base their code on these elements.
+ - gst-omx: hardware-accelerated video decoding and encoding, primarily for
+                    embedded Linux systems that provide an OpenMax
+                    implementation layer such as the Raspberry Pi.
 
+ - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
 
-Other modules containing plugins are:
-
-
-gst-plugins-base
-contains a basic set of well-supported plugins
-gst-plugins-ugly
-contains a set of well-supported plugins, but might pose problems for
-    distributors
-gst-plugins-bad
-contains a set of less supported plugins that haven't passed the
-    rigorous quality testing we expect, or are still missing documentation
-    and/or unit tests
-gst-libav
-contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
-
-
-
-  
-
-Bugs fixed in this release
-     
-      * 782042 : qtdemux: Fix crash on mss stream caused by invalid stsd entry access
+ - gst-editing-services: library an plugins for non-linear editing
 
 ==== Download ====
 
-You can find source releases of gst-plugins-good in the download
-directory: https://gstreamer.freedesktop.org/src/gst-plugins-good/
+You can find source releases of gstreamer in the download
+directory: https://gstreamer.freedesktop.org/src/gstreamer/
 
 The git repository and details how to clone it can be found at
-http://cgit.freedesktop.org/gstreamer/gst-plugins-good/
+http://cgit.freedesktop.org/gstreamer/gstreamer/
 
 ==== Homepage ====
 
@@ -89,10 +82,3 @@
 
 Interested developers of the core library, plugins, and applications should
 subscribe to the gstreamer-devel list.
-
-        
-Contributors to this release
-    
-      * Sebastian Dröge
-      * Seungha Yang

\ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 6736c4b..2aebba0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
 dnl initialize autoconf
 dnl releases only do -Wall, git and prerelease does -Werror too
 dnl use a three digit version number for releases, and four for git/pre
-AC_INIT([GStreamer Good Plug-ins],[1.13.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
+AC_INIT([GStreamer Good Plug-ins],[1.13.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
 
 AG_GST_INIT
 
@@ -46,11 +46,11 @@
   [GStreamer API Version])
 
 AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 1301, 0, 1301)
+AS_LIBTOOL(GST, 1390, 0, 1390)
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.13.1.1
-GSTPB_REQ=1.13.1.1
+GST_REQ=1.13.90
+GSTPB_REQ=1.13.90
 
 dnl *** autotools stuff ****
 
diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap
index ce4bba8..ff8420b 100644
--- a/gst-plugins-good.doap
+++ b/gst-plugins-good.doap
@@ -30,7 +30,17 @@
      <location rdf:resource="git://anongit.freedesktop.org/gstreamer/gst-plugins-good"/>
      <browse rdf:resource="http://cgit.freedesktop.org/gstreamer/gst-plugins-good"/>
    </GitRepository>
- </repository> 
+ </repository>
+
+ <release>
+  <Version>
+   <revision>1.13.90</revision>
+   <branch>master</branch>
+   <name></name>
+   <created>2018-03-03</created>
+   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.13.90.tar.xz" />
+  </Version>
+ </release>
 
  <release>
   <Version>
diff --git a/meson.build b/meson.build
index 8617d02..b4da9b7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gst-plugins-good', 'c',
-  version : '1.13.1.1',
+  version : '1.13.90',
   meson_version : '>= 0.36.0',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])