[gst-cvs] gst-plugins-good: RTP docs: update with attributes in caps

Wim Taymans wtay at kemper.freedesktop.org
Mon Aug 3 09:14:25 PDT 2009


Module: gst-plugins-good
Branch: master
Commit: efb9c1797553d88c073c8f8ceccfd9e638894fd2
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=efb9c1797553d88c073c8f8ceccfd9e638894fd2

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Mon Aug  3 18:01:27 2009 +0200

RTP docs: update with attributes in caps

---

 gst/rtp/README |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/gst/rtp/README b/gst/rtp/README
index 823fba0..6fbdac1 100644
--- a/gst/rtp/README
+++ b/gst/rtp/README
@@ -98,6 +98,12 @@ The following fields can or must (*) be specified in the structure:
    a=rtpmap:96 AMR/8000/1
    a=fmtp:96 octet-align=1;crc=0;robust-sorting=0;interleaving=0
 
+ Attributes are converted as follows:
+
+  IANA registered attribute names are prepended with 'a-' before putting them in
+  the caps. Unregistered keys (starting with 'x-') are copied directly into the
+  caps.
+
  in RTSP, the SSRC is also sent.
 
  The optional parameters in the SDP fields are case insensitive. In the caps we





More information about the Gstreamer-commits mailing list