summaryrefslogtreecommitdiffstats
path: root/gst/rtp/README
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-02-10 16:40:58 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-02-10 16:40:58 +0000
commitf9d2e49e40269dda8dc1fa7db6b7037a188e4a00 (patch)
treeb22d667b002e9c1a7b8e3ae5b06903416bb07c00 /gst/rtp/README
parent946e1e43637e78c263c82d449ec19dfd84ed8269 (diff)
gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes.
Original commit message from CVS: * gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes. * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_handle_buffer): * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type), (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init), (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer), (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property), (gst_rtp_mp4g_pay_plugin_init): * gst/rtp/gstrtpmp4gpay.h: Added beginnings of mpeg4-generic payloader (RFC 3640)
Diffstat (limited to 'gst/rtp/README')
-rw-r--r--gst/rtp/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/README b/gst/rtp/README
index 6b16ab1c..0f73809d 100644
--- a/gst/rtp/README
+++ b/gst/rtp/README
@@ -66,6 +66,10 @@ The following fields can or must (*) be specified in the structure:
in RTSP, the SSRC is also sent.
+ The optional parameters in the SDP fields are case insensitive. In the caps we
+ always use the lowercase names so that the SDP -> caps mapping remains
+ possible.
+
TODO
----