Release 1.5.90

This commit is contained in:
Sebastian Dröge 2015-08-19 14:15:23 +03:00
parent 4c6b1faa6a
commit 43bac0c2d9
5 changed files with 127 additions and 25 deletions

View file

@ -1,9 +1,102 @@
=== release 1.5.2 === === release 1.5.90 ===
2015-06-24 Sebastian Dröge <slomo@coaxion.net> 2015-08-19 Sebastian Dröge <slomo@coaxion.net>
* configure.ac: * configure.ac:
releasing 1.5.2 releasing 1.5.90
2015-08-12 14:33:44 +0900 Hyunjun Ko <zzoon.ko@samsung.com>
* gst/rtsp-server/rtsp-media-factory.c:
media-factory: get port number through gst_rtsp_url_get_port
https://bugzilla.gnome.org/show_bug.cgi?id=753473
2015-08-13 11:24:10 +0200 Francisco Velazquez <francisv@ifi.uio.no>
* tests/check/gst/media.c:
media-test: Removing unnecessary assertion
https://bugzilla.gnome.org/show_bug.cgi?id=753385
2015-07-23 14:50:30 -0400 Xavier Claessens <xavier.claessens@collabora.com>
* gst/rtsp-server/rtsp-server.c:
Document that source keeps a ref on server until it's destroyed
https://bugzilla.gnome.org/show_bug.cgi?id=749227
2015-08-08 11:09:57 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* tests/check/gst/media.c:
media-test: Test for multiple dynamic payload
https://bugzilla.gnome.org/show_bug.cgi?id=753385
2015-08-08 09:40:09 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* gst/rtsp-server/rtsp-media.c:
media: Only add fakesink once per pipeline
The intention is to prevent going PLAYING state before pads are created.
If there was mutilple dynamic payload, it would leak few fakesink and
actually prevent from ever reaching playing state.
https://bugzilla.gnome.org/show_bug.cgi?id=753385
2015-08-08 09:08:37 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* gst/rtsp-server/rtsp-media.c:
Revert "rtsp-media: Only add 1 fakesink per pipeline"
This reverts commit 22bf61f16c1210bb458fc3f53642179a0211104f.
2015-08-07 09:21:36 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* gst/rtsp-server/rtsp-media.c:
rtsp-media: Only add 1 fakesink per pipeline
There should be only one fakesink per pipeline, not per dynpay. This
would lead to element naming clash.
2015-07-30 15:32:43 +0900 Vineeth TM <vineeth.tm@samsung.com>
* gst/rtsp-server/rtsp-media.c:
rtsp-media: assertion error due to wrong condition check
In media to caps function, reserved_keys array is being used for variable i,
leading to GLib-CRITICAL **: g_ascii_strcasecmp: assertion 's1 != NULL' failed
changed it to variable j
https://bugzilla.gnome.org/show_bug.cgi?id=753009
2015-07-29 11:27:05 +0100 Sebastian Dröge <sebastian@centricular.com>
* gst/rtsp-server/rtsp-media.c:
rtsp-media: Strip keys from the fmtp that we use internally in our caps
Skip keys from the fmtp, which we already use ourselves for the
caps. Some software is adding random things like clock-rate into
the fmtp, and we would otherwise here set a string-typed clock-rate
in the caps... and thus fail to create valid RTP caps
https://bugzilla.gnome.org/show_bug.cgi?id=753009
2015-07-20 16:37:44 -0400 Xavier Claessens <xavier.claessens@collabora.com>
* gst/rtsp-server/rtsp-thread-pool.c:
threadpool: Fix possible warning in gst_rtsp_thread_pool_cleanup()
https://bugzilla.gnome.org/show_bug.cgi?id=752640
2015-07-03 22:00:00 +0200 Stefan Sauer <ensonic@users.sf.net>
* common:
Automatic update of common submodule
From f74b2df to 9aed1d7
2015-06-25 00:04:28 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.5.2 ===
2015-06-24 23:44:37 +0200 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-rtsp-server.doap:
Release 1.5.2
2015-06-18 13:12:04 +0200 Ognyan Tonchev <ognyan@axis.com> 2015-06-18 13:12:04 +0200 Ognyan Tonchev <ognyan@axis.com>

2
NEWS
View file

@ -1,2 +1,2 @@
This is GStreamer RTSP Server 1.5.2 This is GStreamer RTSP Server 1.5.90

29
RELEASE
View file

@ -1,26 +1,27 @@
Release notes for GStreamer RTSP Server Library 1.5.2 Release notes for GStreamer RTSP Server Library 1.5.90
The GStreamer team is pleased to announce the second release of the unstable The GStreamer team is pleased to announce the first release candidate for the
1.5 release series. The 1.5 release series is adding new features on top of 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 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 series of the GStreamer multimedia framework. The final 1.6.0 release is planned
will lead to the stable 1.6 release series in the next weeks, and newly added in the next few days unless any major bugs are found.
API can still change until that point.
Binaries for Android, iOS, Mac OS X and Windows will be provided separately Binaries for Android, iOS, Mac OS X and Windows will be provided separately by
during the unstable 1.5 release series. the GStreamer project.
Bugs fixed in this release Bugs fixed in this release
* 749417 : rtsp-client: add API to allow application to decide what requirements are supported * 749227 : rtsp-server: gst_rtsp_server_attach() is misleading
* 750764 : gst-rtsp-server: add missing apis to doc * 752640 : Warning in gst_rtsp_thread_pool_cleanup()
* 750800 : rtsp-media: always use real payloader when creating streams * 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
==== Download ==== ==== Download ====
@ -55,15 +56,13 @@ Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list. subscribe to the gstreamer-devel list.
Applications
Contributors to this release Contributors to this release
* Edward Hervey * Francisco Velazquez
* Hyunjun Ko * Hyunjun Ko
* Nicolas Dufresne * Nicolas Dufresne
* Ognyan Tonchev
* Sebastian Dröge * Sebastian Dröge
* Stefan Sauer * Stefan Sauer
* Vineeth TM
* Xavier Claessens * Xavier Claessens
   

View file

@ -2,7 +2,7 @@ AC_PREREQ(2.69)
dnl initialize autoconf dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right ! dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT([GStreamer RTSP Server Library], [1.5.2.1], AC_INIT([GStreamer RTSP Server Library], [1.5.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],
[gst-rtsp-server]) [gst-rtsp-server])
AG_GST_INIT AG_GST_INIT
@ -53,13 +53,13 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009 dnl 1.10.9 (who knows) => 1009
dnl dnl
dnl sets GST_LT_LDFLAGS dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 502, 0, 502) AS_LIBTOOL(GST, 590, 0, 590)
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=1.5.2.1 GST_REQ=1.5.90
GSTPB_REQ=1.5.2.1 GSTPB_REQ=1.5.90
GSTPG_REQ=1.5.2.1 GSTPG_REQ=1.5.90
GSTPD_REQ=1.5.2.1 GSTPD_REQ=1.5.90
dnl *** autotools stuff **** dnl *** autotools stuff ****

View file

@ -30,6 +30,16 @@ RTSP server library based on GStreamer
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>1.5.90</revision>
<branch>1.5</branch>
<name></name>
<created>2015-08-19</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.5.90.tar.xz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>1.5.2</revision> <revision>1.5.2</revision>