summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-04-21 08:21:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-04-21 08:21:14 +0000
commitf9646f3722b5a2ee6f6ecdeb47b4dc39980c918a (patch)
tree415e2efd1cf9ef65504189b8f7349fe9222fa8b1 /ChangeLog
parent194229250adc499cc0b20075fd26566549c04ffc (diff)
gst/rtsp/gstrtspsrc.c: Ref caps as the return value for the request_pt_map signal.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map), (gst_rtspsrc_configure_caps): Ref caps as the return value for the request_pt_map signal. Remove some caps weirdness when configuring a stream. See #528245.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ac98a32..eab9c248 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-21 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
+ (gst_rtspsrc_configure_caps):
+ Ref caps as the return value for the request_pt_map signal.
+ Remove some caps weirdness when configuring a stream. See #528245.
+
2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
* tests/icles/gdkpixbufsink-test.c: