gst/rtp/gstrtpamrenc.*: Added payload_type and ssrc properties to the payloader.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 18 Aug 2005 19:47:38 +0000 (19:47 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 18 Aug 2005 19:47:38 +0000 (19:47 +0000)
commitc71625f8dd1a6f932563494f4fc5db96dff71462
tree104c5e37a85a88812ad0182bbddb8cae37c78e57
parentfc72e911e0b605331c7eb630c5be6e9af1e2e955
gst/rtp/gstrtpamrenc.*: Added payload_type and ssrc properties to the payloader.

Original commit message from CVS:
* gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_class_init),
(gst_rtpamrenc_init), (gst_rtpamrenc_chain),
(gst_rtpamrenc_set_property), (gst_rtpamrenc_get_property):
* gst/rtp/gstrtpamrenc.h:
Added payload_type and ssrc properties to the payloader.

* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open),
(gst_rtspsrc_close), (gst_rtspsrc_play):
Options need to be stripped and are in the Public header field.

* gst/rtsp/rtspurl.c: (rtsp_url_parse):
Fix url / parsing...
ChangeLog