diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-09-23 18:08:56 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-09-23 18:08:56 +0000 |
commit | bf8777356bd15858d69d520b7134f20eeeded01c (patch) | |
tree | 0ce6e70e36850a9234617e9aa926673a203a2a89 /ChangeLog | |
parent | 34a8fa06f98690d716dc3cf94248de7be93f1508 (diff) |
gst/rtsp/gstrtspsrc.c: Handle the case where we cannot do desribe or when the describe result does not contain a vali...
Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
Handle the case where we cannot do desribe or when the describe result
does not contain a valid SDP message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): + Handle the case where we cannot do desribe or when the describe result + does not contain a valid SDP message. + +2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property): Fix setting the qos. |