gstreamer/gst-libs/gst/rtp
Thomas Vander Stichele cccfb086bc doc reparagraphing and DEBUG_FUNCPTRing
Original commit message from CVS:
doc reparagraphing and DEBUG_FUNCPTRing
2006-05-08 15:51:15 +00:00
..
gstbasertpaudiopayload.c doc reparagraphing and DEBUG_FUNCPTRing 2006-05-08 15:51:15 +00:00
gstbasertpaudiopayload.h gst-libs/gst/rtp/gstrtpbuffer.h: Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children 2006-04-13 03:55:12 +00:00
gstbasertpdepayload.c gst-libs/gst/rtp/gstbasertpdepayload.c: Fix some memory leaks: on finalize, free buffers left in the queue before des... 2006-04-11 17:31:29 +00:00
gstbasertpdepayload.h Fix broken GObject macros 2006-04-08 18:09:17 +00:00
gstbasertppayload.c some RTP debug 2006-05-02 06:33:54 +00:00
gstbasertppayload.h Fix broken GObject macros 2006-04-08 18:09:17 +00:00
gstrtpbuffer.c expand tabs 2005-12-06 19:42:02 +00:00
gstrtpbuffer.h reverting rtp patches to fix freeze break on -base as explained on the list 2006-04-13 09:26:27 +00:00
Makefile.am reverting rtp patches to fix freeze break on -base as explained on the list 2006-04-13 09:26:27 +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.