gst/rtsp/: Handle RTSP defaults better.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 18 Aug 2005 16:53:12 +0000 (16:53 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 18 Aug 2005 16:53:12 +0000 (16:53 +0000)
commit7244d6035526cfba75113511b3799f9ff635bbc2
tree8efb29ca5de3d47b51ea2cb09765e442adc2c5db
parentb9d46a55cddef240cb4cafe33420b951468220d5
gst/rtsp/: Handle RTSP defaults better.

Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open),
(gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
(gst_rtspsrc_change_state):
* gst/rtsp/gstrtspsrc.h:
* gst/rtsp/rtspdefs.c: (rtsp_method_as_text), (rtsp_find_method):
* gst/rtsp/rtspdefs.h:
* gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
Handle RTSP defaults better.
Issue OPTIONS request to figure out what we are allowed to do.
Make the methods a bitfield so we can easily collect supported
options.
Fix rtsp_find_method.
Do proper RTSP connection shutdown.
ChangeLog