gstreamer/gst-libs/gst/rtp
Thomas Vander Stichele 1a4ad8377d gst-libs/gst/: remove silly include
Original commit message from CVS:

* gst-libs/gst/net/Makefile.am:
* gst-libs/gst/rtp/Makefile.am:
* gst-libs/gst/tag/Makefile.am:
remove silly include
* gst/tags/Makefile.am:
* gst/tags/gsttagediting.c:
* gst/tags/gsttageditingprivate.h:
* gst/tags/tagedit.vcproj:
remove directory, is as good as empty
2005-11-27 16:27:20 +00:00
..
gstbasertpdepayload.c gst-libs/gst/audio/gstaudioclock.c: This clock can be slaved to a master clock now. 2005-11-22 18:32:09 +00:00
gstbasertpdepayload.h gst-libs/gst/audio/gstaudioclock.c: This clock can be slaved to a master clock now. 2005-11-22 18:32:09 +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 gst-libs/gst/: remove silly include 2005-11-27 16:27:20 +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.