gstreamer/gst-libs/gst/rtp
Wim Taymans a3cb4d4937 gst-libs/gst/audio/gstaudioclock.c: This clock can be slaved to a master clock now.
Original commit message from CVS:
* gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
This clock can be slaved to a master clock now.

* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
(gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
(gst_base_audio_sink_set_clock),
(gst_base_audio_sink_set_property),
(gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
(gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
* gst-libs/gst/audio/gstbaseaudiosink.h:
Handle slaving the internal clock to the clock selected in the
pipeline.
Add property to make the basesink not provide a clock.

* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
(gst_base_rtp_depayload_wait):
* gst-libs/gst/rtp/gstbasertpdepayload.h:
We can use the clock in GstElement, no need to store it ourselves.
2005-11-22 18:32:09 +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 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.