gstreamer/gst-libs/gst/rtp
Andy Wingo 3daa90cc7a gst-libs/gst/rtp/gstrtpbuffer.h: gst-libs/gst/rtp/gstrtpbuffer.c
Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

patch from: Sebastien Cote <sebas642@yahoo.ca>

* gst-libs/gst/rtp/gstrtpbuffer.h:
* gst-libs/gst/rtp/gstrtpbuffer.c
(gst_rtpbuffer_get_payload_buffer): New function.
2005-11-21 19:12:51 +00:00
..
gstbasertpdepayload.c gst-libs/gst/rtp/gstbasertpdepayload.*: We need to send a newsegment event for each instance, not just for the first ... 2005-11-08 22:34:24 +00:00
gstbasertpdepayload.h gst-libs/gst/rtp/gstbasertpdepayload.*: We need to send a newsegment event for each instance, not just for the first ... 2005-11-08 22:34:24 +00:00
gstbasertppayload.c gst-libs/gst/rtp/gstbasertppayload.*: Added max-ptime to control amount of data in the rtp packets. 2005-09-22 14:13:04 +00:00
gstbasertppayload.h The pad-template on the sinkpad should be set by the derived classes. Also added some usefull macros. 2005-10-25 17:20:55 +00:00
gstrtpbuffer.c gst-libs/gst/rtp/gstrtpbuffer.h: gst-libs/gst/rtp/gstrtpbuffer.c 2005-11-21 19:12:51 +00:00
gstrtpbuffer.h gst-libs/gst/rtp/gstrtpbuffer.h: gst-libs/gst/rtp/gstrtpbuffer.c 2005-11-21 19:12:51 +00:00
Makefile.am restructure configure.ac, use correct libtool LDFLAGS, fix up defines 2005-10-16 13:54:44 +00:00
README gst-libs/gst/rtp gst-libs/gst/rtp/gstbasertpdepayload.c gst-libs/gst/rtp/gstbasertpdepayload.h gst-libs/gst/rtp/gstrt... 2005-07-14 10:29:30 +00:00

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.