gstreamer/gst-libs/gst/rtp
Wim Taymans 16c30a244b gst-libs/gst/rtp/gstbasertpdepayload.c: This one was not supposed to go in.
Original commit message from CVS:
* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_add_to_queue),
(gst_base_rtp_depayload_push),
(gst_base_rtp_depayload_set_gst_timestamp),
(gst_base_rtp_depayload_queue_release):
This one was not supposed to go in.
2005-09-19 11:31:29 +00:00
..
gstbasertpdepayload.c gst-libs/gst/rtp/gstbasertpdepayload.c: This one was not supposed to go in. 2005-09-19 11:31:29 +00:00
gstbasertpdepayload.h gst-libs/gst/rtp/gstbasertpdepayload.*: Fix for RTPBuffer changes. 2005-08-18 10:23:54 +00:00
gstbasertppayload.c check/pipelines/simple_launch_lines.c: Fix for bus API. 2005-09-19 11:24:46 +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.