=== release 1.2.0 === 2013-09-24 Sebastian Dröge * configure.ac: releasing 1.2.0 2013-09-24 12:47:26 +0200 Sebastian Dröge * gst/playback/gstplaybin2.c: playbin: Make sure to cache context types we did not store yet https://bugzilla.gnome.org/show_bug.cgi?id=708668 2013-09-24 12:10:00 +0200 Ognyan Tonchev * gst-libs/gst/rtsp/gstrtspconnection.c: rtspconnection: Only create writesrc when it is actually needed Creating a GSource and not attaching it to a context will cause a leak of it's child sources. That is why we create writesrc right before attaching it to a context. https://bugzilla.gnome.org/show_bug.cgi?id=708667 2013-09-22 22:55:33 +0200 Mathieu Duponchelle * gst/adder/gstadder.c: adder: send pending segment out before checking for EOS Otherwise there would be cases where it would not send its segment out when the first collected after getting it would already yield EOS. https://bugzilla.gnome.org/show_bug.cgi?id=708590 2013-09-19 17:25:05 +0200 Wim Taymans * gst-libs/gst/video/video-frame.c: video-frame: copy offsets from metadata Fixes https://bugzilla.gnome.org/show_bug.cgi?id=708606 2013-09-21 15:17:54 +0200 Wim Taymans * gst-libs/gst/sdp/gstsdpmessage.c: sdp: fix docs 2013-09-20 16:16:42 +0200 Edward Hervey * common: Automatic update of common submodule From b613661 to 6b03ba7 2013-09-19 18:42:49 +0100 Tim-Philipp Müller * common: Automatic update of common submodule From 74a6857 to b613661 2013-09-19 17:34:46 +0100 Tim-Philipp Müller * autogen.sh: * common: Automatic update of common submodule From 098c0d7 to 74a6857 2013-09-19 16:33:29 +0200 Sebastian Dröge * gst-libs/gst/allocators/gstdmabuf.c: dmabuf: Fix compilation if no mmap is available Also #ifdef some more code paths that don't make sense without mmap. https://bugzilla.gnome.org/show_bug.cgi?id=708372 2013-09-19 12:58:53 +0200 Edward Hervey * gst-libs/gst/pbutils/gstdiscoverer.c: discoverer: Switch to playing to handle live URI Fixes discovery on dvb:// 2013-09-19 11:34:54 +0200 Sebastian Dröge * configure.ac: Back to development