mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
dc0610faff
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.
8 lines
246 B
Text
8 lines
246 B
Text
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.
|