gstreamer/gst-libs/gst/rtp
Zeeshan Ali 00e8471356 I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
2005-10-26 21:42:21 +00:00
..
gstbasertpdepayload.c Fixes a small but nasty bug. The derived elements no longer segfaults on finalization. 2005-10-26 20:00:46 +00:00
gstbasertpdepayload.h Changed the C++ comments to C comments. 2005-10-26 13:52:42 +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/gstbasertpdepayload.*: Fix for RTPBuffer changes. 2005-08-18 10:23:54 +00:00
gstrtpbuffer.h I'm too lazy to comment this 2005-10-26 21:42:21 +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.