gstreamer/gst-libs/gst/rtp
Wim Taymans 022f6698f0 gst-libs/gst/rtp/: Added rtp payloader base class.
Original commit message from CVS:
* gst-libs/gst/rtp/Makefile.am:
* gst-libs/gst/rtp/gstbasertppayload.c:
(gst_basertppayload_get_type), (gst_basertppayload_base_init),
(gst_basertppayload_class_init), (gst_basertppayload_init),
(gst_basertppayload_finalize), (gst_basertppayload_setcaps),
(gst_basertppayload_chain), (gst_basertppayload_set_options),
(gst_basertppayload_set_outcaps), (gst_basertppayload_push),
(gst_basertppayload_set_property),
(gst_basertppayload_get_property),
(gst_basertppayload_change_state):
* gst-libs/gst/rtp/gstbasertppayload.h:
Added rtp payloader base class.
2005-09-15 13:50:05 +00:00
..
gstbasertpdepayload.c All plugins updated for element state changes. 2005-09-02 15:43:18 +00:00
gstbasertpdepayload.h gst-libs/gst/rtp/gstbasertpdepayload.*: Fix for RTPBuffer changes. 2005-08-18 10:23:54 +00:00
gstbasertppayload.c gst-libs/gst/rtp/: Added rtp payloader base class. 2005-09-15 13:50:05 +00:00
gstbasertppayload.h gst-libs/gst/rtp/: Added rtp payloader base class. 2005-09-15 13:50:05 +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/gstbasertpdepayload.*: Fix for RTPBuffer changes. 2005-08-18 10:23:54 +00:00
Makefile.am gst-libs/gst/rtp/: Added rtp payloader base class. 2005-09-15 13:50:05 +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.