From b1dfdc758e04ea8aa70379bbcc9ea9103516d0af Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 25 Sep 2008 12:07:46 +0000 Subject: gst/rtsp/gstrtspsrc.c: Don't assume the server supports PAUSE by default. Fixes #551048. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods): Don't assume the server supports PAUSE by default. Fixes #551048. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 301b2b38..43d1559f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-25 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods): + Don't assume the server supports PAUSE by default. Fixes #551048. + 2008-09-25 Wim Taymans * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), -- cgit