gstreamer/gst-libs/gst/rtp
Philippe Kalaf f5723a256e gst-libs/gst/rtp/gstbasertpdepayload.c: Handle downstream newsegment by sending our own newsegment before the next bu...
Original commit message from CVS:
2005-12-17  Philippe Khalaf  <burger@speedy.org>

* gst-libs/gst/rtp/gstbasertpdepayload.c:
(gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
Handle downstream newsegment by sending our own newsegment before the
next buffer to be released. (#323900)
2005-12-18 00:56:07 +00:00
..
gstbasertpdepayload.c gst-libs/gst/rtp/gstbasertpdepayload.c: Handle downstream newsegment by sending our own newsegment before the next bu... 2005-12-18 00:56:07 +00:00
gstbasertpdepayload.h expand tabs 2005-12-06 19:42:02 +00:00
gstbasertppayload.c expand tabs 2005-12-06 19:42:02 +00:00
gstbasertppayload.h expand tabs 2005-12-06 19:42:02 +00:00
gstrtpbuffer.c expand tabs 2005-12-06 19:42:02 +00:00
gstrtpbuffer.h expand tabs 2005-12-06 19:42:02 +00:00
Makefile.am gst-libs/gst/: remove silly include 2005-11-27 16:27:20 +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.