Original commit message from CVS: * gst-libs/gst/rtp * gst-libs/gst/rtp/gstbasertpdepayload.c * gst-libs/gst/rtp/gstbasertpdepayload.h * gst-libs/gst/rtp/gstrtpbuffer.c * gst-libs/gst/rtp/gstrtpbuffer.h * gst-libs/gst/rtp/Makefile.am * gst-libs/gst/rtp/README Support libs for RTP. Basicaly this add a GstRTPBuffer (extended GstBuffer) and a Depayloader Base class that shall be used by payload specific depayloaders.
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
The RTP libraries
|
|
---------------------
|
|
|
|
GstRTPBuffer:
|
|
|
|
A GstBuffer subclass that can has extra RTP information such as timestamps and
|
|
marks. It is used for communications between the RTPSession element and the
|
|
RTP payloaders/depayloaders.
|