summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog66
1 files changed, 64 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e3b398cecb..6d9b03ec1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,71 @@
+=== release 1.12.4 ===
+
+2017-12-07 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.12.4
+
+2017-12-01 11:06:35 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/rtsp-server/rtsp-client.c:
+ Revert "rtsp-client: unref 'pipelined_requests' in finalize"
+ This reverts commit e9cbc89d92049ed3fdca4fdb732c90b3430583d7.
+
+2017-10-09 12:43:01 +0200 Branko Subasic <branko@axis.com>
+
+ * gst/rtsp-server/rtsp-client.c:
+ rtsp-client: unref 'pipelined_requests' in finalize
+ The hash table priv->pipelined_requests is not unref:ed in the
+ finalize funktion. Make sure it is.
+ https://bugzilla.gnome.org/show_bug.cgi?id=788704
+
+2017-10-09 14:44:40 +0200 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * gst/rtsp-server/rtsp-media.c:
+ rtsp-media: Initialize scalar variable
+ CID 1418985
+
+2017-11-20 09:32:07 +0100 Edward Hervey <edward@centricular.com>
+
+ * gst/rtsp-server/rtsp-media.c:
+ * tests/check/gst/media.c:
+ rtsp-media: Handle multiple dynamic elements
+ If we have more than one dynamic payloader in the pipeline, we need
+ to wait until the *last* one emits 'no-more-pads' before switching
+ to PREPARED.
+ Failure to do so would result in a race where some of the streams
+ wouldn't properly be prepared
+ https://bugzilla.gnome.org/show_bug.cgi?id=769521
+
+2017-09-25 19:40:17 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtsp-server/rtsp-media-factory.c:
+ rtsp-media-factory: Don't cache any media if NULL was returned as key
+ The docs already mentioned this, but we actually stored it in the hash
+ table with key==NULL and leaked its reference forever.
+
+2017-09-18 19:31:31 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
+
+ * gst/rtsp-sink/gstrtspclientsink.c:
+ * gst/rtsp-sink/gstrtspclientsink.h:
+ rtspclientsink: Use a mutex for protecting against concurrent send/receives
+ This is a simple port of:
+ * a722f6e8329032c6eda4865d6a07f4ba5981d7ea
+ * c438545dc9e2f14f657bc0ef261fff726449867b
+ * cd17c71dcea5c9310d21f1347c7520983e5869ac
+ in gst-plugins-good.
+
=== release 1.12.3 ===
-2017-09-18 Sebastian Dröge <slomo@coaxion.net>
+2017-09-18 17:49:02 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.12.3
+ * gst-rtsp-server.doap:
+ * meson.build:
+ Release 1.12.3
2017-08-18 17:37:01 +0100 Tim-Philipp Müller <tim@centricular.com>