gstreamer/gst-libs/gst/rtp
Andy Wingo 20b31b4153 ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
Original commit message from CVS:
2005-11-22  Andy Wingo  <wingo@pobox.com>

* ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
(gst_ogg_demux_perform_seek):
* ext/theora/theoradec.c (theora_dec_sink_event):
* ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
update-funcnames.
2005-11-22 11:51:24 +00:00
..
gstbasertpdepayload.c ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet) 2005-11-22 11:51:24 +00:00
gstbasertpdepayload.h gst-libs/gst/rtp/gstbasertpdepayload.*: We need to send a newsegment event for each instance, not just for the first ... 2005-11-08 22:34:24 +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 restructure configure.ac, use correct libtool LDFLAGS, fix up defines 2005-10-16 13:54:44 +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.