From f9646f3722b5a2ee6f6ecdeb47b4dc39980c918a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 21 Apr 2008 08:21:14 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ac98a32..eab9c248 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-04-21 Wim Taymans + + * 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 * tests/icles/gdkpixbufsink-test.c: -- cgit