diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-08-18 20:14:44 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-08-18 20:14:44 +0000 |
commit | 2ead961fea3ef6f405523d0006fed8a4d1d1fd1a (patch) | |
tree | 1f0eafd7931bef1e2c0e8f672e8a427fb1e55a47 | |
parent | 40632a94a6963a1741afbcb52ce4d65aed50f8d9 (diff) | |
download | gst-plugins-bad-2ead961fea3ef6f405523d0006fed8a4d1d1fd1a.tar.gz gst-plugins-bad-2ead961fea3ef6f405523d0006fed8a4d1d1fd1a.tar.bz2 gst-plugins-bad-2ead961fea3ef6f405523d0006fed8a4d1d1fd1a.zip |
gst/rtp/gstrtpamrdec.c: Fix up amr depayloader a bit.
Original commit message from CVS:
* gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
(gst_rtpamrdec_chain):
Fix up amr depayloader a bit.
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open),
(gst_rtspsrc_close), (gst_rtspsrc_play):
Look for options result in Public and Allow header fields..
spec says Allow but some servers return Public...
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2005-08-18 Wim Taymans <wim@fluendo.com> + * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init), + (gst_rtpamrdec_chain): + Fix up amr depayloader a bit. + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open), + (gst_rtspsrc_close), (gst_rtspsrc_play): + Look for options result in Public and Allow header fields.. + spec says Allow but some servers return Public... + +2005-08-18 Wim Taymans <wim@fluendo.com> + * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_class_init), (gst_rtpamrenc_init), (gst_rtpamrenc_chain), (gst_rtpamrenc_set_property), (gst_rtpamrenc_get_property): |