=== release 1.4.0 === 2014-07-19 Sebastian Dröge * configure.ac: releasing 1.4.0 2014-07-19 12:32:22 +0200 Sebastian Dröge * po/af.po: * po/az.po: * po/bg.po: * po/ca.po: * po/cs.po: * po/da.po: * po/de.po: * po/el.po: * po/en_GB.po: * po/eo.po: * po/es.po: * po/eu.po: * po/fi.po: * po/fr.po: * po/gl.po: * po/hr.po: * po/hu.po: * po/id.po: * po/it.po: * po/ja.po: * po/lt.po: * po/lv.po: * po/mt.po: * po/nb.po: * po/nl.po: * po/or.po: * po/pl.po: * po/pt_BR.po: * po/ro.po: * po/ru.po: * po/sk.po: * po/sl.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/tr.po: * po/uk.po: * po/vi.po: * po/zh_CN.po: * po/zh_HK.po: * po/zh_TW.po: po: Update translations 2014-07-19 11:30:30 +0200 Sebastian Dröge * gst/videobox/gstvideobox.c: videobox: Don't overwrite the first component with the alpha value for BGRx Instead leave the x component unset when filling the borders. https://bugzilla.gnome.org/show_bug.cgi?id=733380 2014-07-16 17:18:59 +0200 Sebastian Dröge * gst/audioparsers/gstaacparse.c: aacparse: Properly report in the CAPS query that we can convert ADTS<->RAW https://bugzilla.gnome.org/show_bug.cgi?id=733190 2014-07-13 16:05:56 +0200 Sebastian Rasmussen * gst/replaygain/gstrgvolume.c: rgvolume: Avoid taking unnecessary refs Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733122 2014-07-13 16:04:23 +0200 Sebastian Rasmussen * gst/rtpmanager/gstrtpdtmfmux.c: rtpdtmfmux: Avoid taking an unnecessary ref Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733122 2014-07-15 16:59:06 +0200 Piotr Drąg * po/POTFILES.in: po: update POTFILES https://bugzilla.gnome.org/show_bug.cgi?id=733208 2014-07-11 13:35:10 -0400 Nicolas Dufresne * sys/v4l2/gstv4l2bufferpool.c: v4l2bufferpool: Fix copy threshold implementation We cannot allocate new buffer in acquire, otherwise the base class is not aware and get confused. Instead, copy in _process(). This leads to crash on finalize. Fixes regression, see https://bugzilla.gnome.org/show_bug.cgi?id=732912