gstreamer/gst-libs/gst/rtp
Zeeshan Ali 6b235f7ee3 Fixed a small mem-leak.
Original commit message from CVS:
Fixed a small mem-leak.
2005-10-26 14:19:21 +00:00
..
gstbasertpdepayload.c Fixed a small mem-leak. 2005-10-26 14:19:21 +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 gst-libs/gst/rtp/rtpbasedepayload.c: Set timestamp and add queue delay to timestamp 2005-10-09 21:32:34 +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.