diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-06-07 11:20:01 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-06-07 11:20:01 +0200 |
commit | e86bbbb66c83d4cb501fe8f015a78135bf2b5e03 (patch) | |
tree | 387c79dc4d9e9d9a8d666d6d31be3c4903c04e6a /RELEASE | |
parent | 08e0c79cee11daf7872828c9c60e1b78b3f7d256 (diff) |
Release 1.5.11.5.1
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 82 |
1 files changed, 66 insertions, 16 deletions
@@ -1,30 +1,53 @@ -Release notes for GStreamer RTSP Server Library 1.4.0 +Release notes for GStreamer RTSP Server Library 1.5.1 -The GStreamer team is pleased to announce the first release of -the stable 1.4 release series. The 1.4 release series is adding new -features on top of the 1.0 and 1.2 series and is part of the API and -ABI-stable 1.x release series of the GStreamer multimedia framework. +The GStreamer team is pleased to announce the first release of the unstable +1.5 release series. The 1.5 release series is adding new features on top of +the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release +series of the GStreamer multimedia framework. The unstable 1.5 release series +will lead to the stable 1.6 release series in the next weeks, and newly added +API can still change until that point. - -Binaries for Android, iOS, Mac OS X and Windows are provided together -with this release. - - - -The stable 1.4 release series is API and ABI compatible with 1.0.x, -1.2.x and any other 1.x release series in the future. Compared to 1.2.x -it contains some new features and more intrusive changes that were -considered too risky as a bugfix. +Binaries for Android, iOS, Mac OS X and Windows will be provided separately +during the unstable 1.5 release series. +Features of this release + + Bugs fixed in this release - * 733244 : Correct misspelled words + * 732238 : Listen on the multicast group for RTP/RTCP packets + * 734546 : tests: Unref element after usage + * 736041 : Protect rtsp transport data. + * 736647 : Tunneled RTSP sessions do not always timeout as expected + * 737110 : rtsp-client: race condition when closing client connection + * 737631 : gst-rtsp-server deadlock while sending response over TCP + * 737675 : media: media_unprepare() is kind of broken + * 737690 : rtsp-client: deadlock when setting session medias to NULL + * 737797 : rtsp-stream: lock not released when leaving bin and transports not removed + * 737829 : rtsp-server: deactivate media when shutting down from paused + * 738905 : rtsp-client: add stream transport to the context + * 739112 : rtsp-client: Can not allocate ports for interleaved traffic in setup + * 740752 : add retransmission support + * 740845 : crash when reciving a rtcp after teardown but before client finalize. + * 741678 : configure: add --disable-examples switch + * 742115 : Examples: Accept a 'port' argument for running multiple instances + * 742869 : Remove URI-escaping of RTSP session-id + * 742954 : Crash when two treads are in handle_new_sample at the same time. + * 743175 : Add support for RECORD + * 743346 : When system time is increased the ongoing RTSP sessions will time out. + * 743734 : RTCP packets not sent + * 744379 : gst-rtsp-server does not preroll when piping data into the media-pipeline + * 745704 : Losing the first packet + * 747614 : gst-rtsp-server: uninitialized clock rate causes critical warning + * 747839 : gst-rtsp-server: doesn't perform retransmission to both streams in test-video-rtx + * 748058 : autogen.sh fails due to autopoint erroring out due to missing gettext version in configure.ac + * 749845 : Client have problem to find the teardown response. ==== Download ==== @@ -59,7 +82,34 @@ Interested developers of the core library, plugins, and applications should subscribe to the gstreamer-devel list. +Applications + Contributors to this release + * Aleix Conchillo Flaqué + * Alistair Buxton + * Andreas Frisch + * Anila Balavan + * Arun Raghavan + * Branko Subasic + * Edward Hervey + * Gregor Boirie + * Göran Jönsson * Hyunjun Ko + * Jan Schmidt + * Kent-Inge Ingesson + * Linus Svensson + * Luis de Bethencourt + * Matthew Waters + * Nicolas Dufresne + * Nirbheek Chauhan + * Ognyan Tonchev + * Olivier Crête + * Sebastian Dröge + * Sebastian Rasmussen + * Srimanta Panda + * Stefan Sauer + * Tim-Philipp Müller + * Vincent Penquerc'h + * Wim Taymans
\ No newline at end of file |