=== release 1.10.2 === 2016-11-29 Sebastian Dröge * configure.ac: releasing 1.10.2 2016-11-29 14:09:18 +0200 Sebastian Dröge * po/hr.po: po: Update translations 2016-11-28 19:45:46 +0200 Sebastian Dröge * gst-libs/gst/pbutils/gstdiscoverer.c: discoverer: Handle NULL/ANY/EMPTY caps without crashing 2016-11-28 17:12:26 +0530 Garima Gaur * gst/playback/gstsubtitleoverlay.c: subtitleoverlay: Fix caps memory leak when failing to get sinkpad from subtitle renderer https://bugzilla.gnome.org/show_bug.cgi?id=775224 2016-11-28 10:04:38 +0200 Sebastian Dröge * gst-libs/gst/pbutils/gstdiscoverer.c: discoverer: Also stop waiting for subtitles if we get EOS We're not going to get a buffer or GAP event anymore after EOS and would wait forever otherwise. 2016-11-28 10:12:49 +0200 Sebastian Dröge * gst-libs/gst/pbutils/gstdiscoverer.c: discoverer: Extract video information from caps manually without GstVideoInfo The caps might not be fixated (which is required by GstVideoInfo) and we would assert otherwise. However the caps often contain useful information in the already-fixed parts that we can use here. 2016-11-26 13:53:49 +0200 Sebastian Dröge * gst-libs/gst/riff/riff-media.c: riff-media: Check if caps are NULL before using them for the first time, not afterwards Otherwise we'll get a g_critical() before erroring out cleanly on https://samples.mplayerhq.hu/A-codecs/ATRAC3/SND0.AT3 2016-11-17 10:16:43 +0200 Sebastian Dröge * tests/check/libs/videotimecode.c: videotimecode: Add test for the calculations of distance from the daily jam https://bugzilla.gnome.org/show_bug.cgi?id=774585 2016-11-16 19:13:14 +0200 Vivia Nikolaidou * gst-libs/gst/video/gstvideotimecode.c: videotimecode: Fix incorrect nsec_since_daily_jam calculation For drop-frame timecodes, the nsec_since_daily_jam doesn't necessarily directly correspond to this many hours/minutes/seconds/frames. We have to get the frame count as per frames_since_daily_jam and then convert. https://bugzilla.gnome.org/show_bug.cgi?id=774585 2016-11-23 13:48:06 +0100 Ulf Olsson * gst-libs/gst/sdp/gstmikey.c: mikey: Generate the correct SRTP policy https://bugzilla.gnome.org/show_bug.cgi?id=774911 2016-11-23 21:27:55 +1100 Matthew Waters * gst/typefind/gsttypefindfunctions.c: typefind: bounds check windows ico detection Fixes out of bounds read https://bugzilla.gnome.org/show_bug.cgi?id=774902 2016-11-20 14:52:08 +0000 Tim-Philipp Müller * meson.build: meson: update version 2016-11-03 17:18:05 +0100 Edward Hervey * tests/check/elements/videoscale.c: check: Fix corrupted xml check files By making sure each different videoscale check instance gets logged into different output file