mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
Release 1.5.91
This commit is contained in:
parent
da8a31ac88
commit
e4edaebe8e
5 changed files with 82 additions and 24 deletions
60
ChangeLog
60
ChangeLog
|
@ -1,9 +1,63 @@
|
|||
=== release 1.5.90 ===
|
||||
=== release 1.5.91 ===
|
||||
|
||||
2015-08-19 Sebastian Dröge <slomo@coaxion.net>
|
||||
2015-09-18 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.5.90
|
||||
releasing 1.5.91
|
||||
|
||||
2015-09-17 20:07:34 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* docs/libs/gst-rtsp-server-sections.txt:
|
||||
* gst/rtsp-server/rtsp-stream.c:
|
||||
stream: fix docs for recently-added get/set_buffer_size API
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=749095
|
||||
|
||||
2015-09-04 11:23:43 +1000 Jan Schmidt <jan@centricular.com>
|
||||
|
||||
* gst/rtsp-server/rtsp-media.c:
|
||||
rtsp-media: Don't crash on encrypted RTX SDP
|
||||
In parse_keymgmt(), don't mutate the input string that's been passed
|
||||
as const, especially since we might need the original value again if
|
||||
the same key info applies to multiple streams (RTX, for example).
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=754753
|
||||
|
||||
2015-08-22 20:59:40 +1000 Jan Schmidt <jan@centricular.com>
|
||||
|
||||
* examples/test-mp4.c:
|
||||
test-mp4: Support filenames with spaces in them. Error out on too few arguments
|
||||
|
||||
2015-08-17 02:36:31 +1000 Jan Schmidt <jan@centricular.com>
|
||||
|
||||
* examples/test-record.c:
|
||||
test-record: Check parameter count and print out help
|
||||
If no launch pipeline was supplied, print out some help
|
||||
|
||||
2015-08-31 22:48:34 +1000 Jan Schmidt <jan@centricular.com>
|
||||
|
||||
* gst/rtsp-server/rtsp-media.c:
|
||||
* gst/rtsp-server/rtsp-stream.c:
|
||||
* gst/rtsp-server/rtsp-stream.h:
|
||||
rtsp-stream: Implement UDP buffer size setting.
|
||||
Add gst_rtsp_stream_(get|set)_buffer_size and use it to configure the
|
||||
UDP TX buffer size.
|
||||
Incorporates a patch by Hyunjun Ko <zzoon.ko@samsung.com>
|
||||
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=749095
|
||||
|
||||
2015-08-31 22:47:45 +1000 Jan Schmidt <jan@centricular.com>
|
||||
|
||||
* gst/rtsp-server/rtsp-media.h:
|
||||
rtsp-media: Fix small typo causing gtk-doc to complain
|
||||
|
||||
=== release 1.5.90 ===
|
||||
|
||||
2015-08-19 14:15:23 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* gst-rtsp-server.doap:
|
||||
Release 1.5.90
|
||||
|
||||
2015-08-12 14:33:44 +0900 Hyunjun Ko <zzoon.ko@samsung.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
|||
This is GStreamer RTSP Server 1.5.90
|
||||
This is GStreamer RTSP Server 1.5.91
|
||||
|
||||
|
|
22
RELEASE
22
RELEASE
|
@ -1,8 +1,8 @@
|
|||
|
||||
Release notes for GStreamer RTSP Server Library 1.5.90
|
||||
Release notes for GStreamer RTSP Server Library 1.5.91
|
||||
|
||||
|
||||
The GStreamer team is pleased to announce the first release candidate for the
|
||||
The GStreamer team is pleased to announce the second release candidate for the
|
||||
stable 1.6 release series. The 1.6 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 final 1.6.0 release is planned
|
||||
|
@ -15,13 +15,10 @@ the GStreamer project.
|
|||
|
||||
|
||||
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 749227 : rtsp-server: gst_rtsp_server_attach() is misleading
|
||||
* 752640 : Warning in gst_rtsp_thread_pool_cleanup()
|
||||
* 753385 : media: Adding multiple dynamic payload is broken
|
||||
* 753473 : rtsp-server: shared media uri with explicit port given doesn't match same path uri without port
|
||||
* 749095 : rtsp-stream: add API to set UDP buffer size
|
||||
* 754753 : rtsp-media: don't mutate original string when parsing keymgmt
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -56,13 +53,10 @@ Interested developers of the core library, plugins, and applications should
|
|||
subscribe to the gstreamer-devel list.
|
||||
|
||||
|
||||
Applications
|
||||
|
||||
Contributors to this release
|
||||
|
||||
* Francisco Velazquez
|
||||
* Hyunjun Ko
|
||||
* Nicolas Dufresne
|
||||
* Sebastian Dröge
|
||||
* Stefan Sauer
|
||||
* Vineeth TM
|
||||
* Xavier Claessens
|
||||
* Jan Schmidt
|
||||
* Tim-Philipp Müller
|
||||
|
12
configure.ac
12
configure.ac
|
@ -2,7 +2,7 @@ AC_PREREQ(2.69)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT([GStreamer RTSP Server Library], [1.5.90],
|
||||
AC_INIT([GStreamer RTSP Server Library], [1.5.91],
|
||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],
|
||||
[gst-rtsp-server])
|
||||
AG_GST_INIT
|
||||
|
@ -53,13 +53,13 @@ dnl 1.2.5 => 205
|
|||
dnl 1.10.9 (who knows) => 1009
|
||||
dnl
|
||||
dnl sets GST_LT_LDFLAGS
|
||||
AS_LIBTOOL(GST, 590, 0, 590)
|
||||
AS_LIBTOOL(GST, 591, 0, 591)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.5.90
|
||||
GSTPB_REQ=1.5.90
|
||||
GSTPG_REQ=1.5.90
|
||||
GSTPD_REQ=1.5.90
|
||||
GST_REQ=1.5.91
|
||||
GSTPB_REQ=1.5.91
|
||||
GSTPG_REQ=1.5.91
|
||||
GSTPD_REQ=1.5.91
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -30,6 +30,16 @@ RTSP server library based on GStreamer
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.5.91</revision>
|
||||
<branch>1.5</branch>
|
||||
<name></name>
|
||||
<created>2015-09-18</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.5.91.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.5.90</revision>
|
||||
|
|
Loading…
Reference in a new issue