gstreamer/gst-libs/gst/rtp
Wim Taymans 9bbe8af0c3 gst-libs/gst/rtp/gstbasertppayload.c: Allow 0 ssrc too.
Original commit message from CVS:
* gst-libs/gst/rtp/gstbasertppayload.c:
(gst_basertppayload_class_init), (gst_basertppayload_init),
(gst_basertppayload_setcaps), (gst_basertppayload_chain),
(gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
(gst_basertppayload_push), (gst_basertppayload_get_property),
(gst_basertppayload_change_state):
Allow 0 ssrc too.
2005-09-21 11:49:37 +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 gst-libs/gst/rtp/gstbasertppayload.c: Allow 0 ssrc too. 2005-09-21 11:49:37 +00:00
gstbasertppayload.h gst-libs/gst/rtp/gstbasertppayload.*: Added property to configure sequence number offsets. 2005-09-20 13:34:02 +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.