=== release 1.3.90 ===

2014-06-28  Sebastian Dröge <[email protected]>

       * configure.ac:
         releasing 1.3.90

2014-06-26 14:52:57 -0400  Olivier Crête <[email protected]>

       * ext/pulse/Makefile.am:
       * ext/pulse/plugin.c:
       * ext/pulse/pulsedevicemonitor.c:
       * ext/pulse/pulsedevicemonitor.h:
       * ext/pulse/pulsedeviceprovider.c:
       * ext/pulse/pulsedeviceprovider.h:
       * sys/v4l2/Makefile.am:
       * sys/v4l2/gstv4l2.c:
       * sys/v4l2/gstv4l2devicemonitor.c:
       * sys/v4l2/gstv4l2devicemonitor.h:
       * sys/v4l2/gstv4l2deviceprovider.c:
       * sys/v4l2/gstv4l2deviceprovider.h:
         Rename GstDeviceMonitor to GstDeviceProvider

2014-06-24 09:14:40 +0530  Ravi Kiran K N <[email protected]>

       * tests/check/Makefile.am:
       * tests/check/elements/.gitignore:
       * tests/check/elements/videobox.c:
         videobox: Add unit test
         https://bugzilla.gnome.org/show_bug.cgi?id=732144

2014-06-16 11:35:39 +0200  Thibault Saunier <[email protected]>

       * gst/videomixer/videomixer2.c:
         videomixer: Declare as Compositor in 'klass'

2014-06-26 13:50:19 +0100  Tim-Philipp Müller <[email protected]>

       * gst/flv/gstflvdemux.c:
         flvdemux: fix speex caps
         Decoder complains about "notification: Invalid mode encountered.
         The stream is corrupted" though, even if it works, so there's
         probably something wrong with the generated codec headers.

2014-06-26 13:43:33 +0100  Tim-Philipp Müller <[email protected]>

       * gst/flv/gstflvmux.c:
         flvmux: fix speex in FLV
         Speex in FLV is always mono @ 16kHz, see
         http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf
         section E.4.2.1: "If the SoundFormat indicates Speex, the audio is
         compressed mono sampled at 16 kHz, the SoundRate shall be 0, the
         SoundSize shall be 1, and the SoundType shall be 0"
         Also see https://bugzilla.gnome.org/show_bug.cgi?id=683622

2014-06-26 05:19:57 +1000  Jan Schmidt <[email protected]>

       * gst/isomp4/qtdemux.c:
         isomp4: Add object type id and fourcc for DTS/DTS-HD
         Enables playback for files with DTS audio tracks.
         Also add an extra AC-3 variant fourcc from Nero

2014-03-13 10:35:30 +0100  David Fernandez <[email protected]>

       * gst/videomixer/videomixer2.c:
         videomixer2: Solve segmentation fault when src caps are configured
         Change function pointers to NULL while holding the lock to avoid
         race conditions
         https://bugzilla.gnome.org/show_bug.cgi?id=701110

2014-06-25 14:34:21 +0200  Wim Taymans <[email protected]>