=== release 1.10.2 === 2016-11-29 Sebastian Dröge * configure.ac: releasing 1.10.2 2016-11-29 14:08:41 +0200 Sebastian Dröge * po/hr.po: po: Update translations 2016-11-28 13:48:16 +0100 Edward Hervey * gst/gstutils.c: gstutils: Fix a pad leak When requesting a pad from a template and it's already linked, this means it was a static pad. Since we only want to return an *available* pad, we must return NULL ... but we must also remove the reference we got from getting that static pad. The "No need to unref" message (which wasn't true for quite some time) dates back from the very very very first commit introducing the 0.10 features. 2016-11-28 12:28:28 +0200 Sebastian Dröge * gst/gstmessage.c: message: Ensure that the "debug" field of error/warning/info messages is valid UTF-8 The caller might pass arbitrary data here that caused the error, and trying to set invalid UTF-8 in a GstStructure causes it to be not set at all. Later when trying to parse it, the field will not exist and the return value will point to invalid memory. Prevent this by storing NULL instead. Also print a g_warning(), the caller should never ever do this to begin with. 2016-11-15 22:39:43 +1100 Jan Schmidt * plugins/elements/gstdownloadbuffer.c: * plugins/elements/gstqueue.c: * plugins/elements/gstqueue2.c: * plugins/elements/gsttypefindelement.c: queues: Don't return negative position queries. When subtracting queued data sizes from upstream queries in queue, queue2, downloadbuffer and typefind, clamp the result to not go negative, in case upstream returned a nonsense value that's too small (as could happen if upstream is estimating, or just broken) 2016-11-20 14:51:32 +0000 Tim-Philipp Müller * meson.build: meson: update version