gst-libs/gst/rtp gst-libs/gst/rtp/gstbasertpdepayload.c gst-libs/gst/rtp/gstbasertpde...
authorPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Thu, 14 Jul 2005 10:29:30 +0000 (10:29 +0000)
committerPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Thu, 14 Jul 2005 10:29:30 +0000 (10:29 +0000)
commitdc0610faff54b0cb493c2cf7834c4fa5f4e14c31
treed7075c9b9ea1a3b1c6e214338013b371324d38b0
parentd143d256a6fa3fcd0643998dcd16dada8738c0c5
gst-libs/gst/rtp gst-libs/gst/rtp/gstbasertpdepayload.c gst-libs/gst/rtp/gstbasertpdepayload.h gst-libs/gst/rtp/gstrt...

Original commit message from CVS:
* gst-libs/gst/rtp
* gst-libs/gst/rtp/gstbasertpdepayload.c
* gst-libs/gst/rtp/gstbasertpdepayload.h
* gst-libs/gst/rtp/gstrtpbuffer.c
* gst-libs/gst/rtp/gstrtpbuffer.h
* gst-libs/gst/rtp/Makefile.am
* gst-libs/gst/rtp/README

Support libs for RTP. Basicaly this add a GstRTPBuffer (extended GstBuffer) and
a Depayloader Base class that shall be used by payload specific depayloaders.
configure.ac
gst-libs/gst/Makefile.am
gst-libs/gst/rtp/Makefile.am [new file with mode: 0644]
gst-libs/gst/rtp/README [new file with mode: 0644]
gst-libs/gst/rtp/gstbasertpdepayload.c [new file with mode: 0644]
gst-libs/gst/rtp/gstbasertpdepayload.h [new file with mode: 0644]
gst-libs/gst/rtp/gstrtpbuffer.c [new file with mode: 0644]
gst-libs/gst/rtp/gstrtpbuffer.h [new file with mode: 0644]
pkgconfig/gstreamer-plugins-base-uninstalled.pc.in
pkgconfig/gstreamer-plugins-base.pc.in