From dc0610faff54b0cb493c2cf7834c4fa5f4e14c31 Mon Sep 17 00:00:00 2001 From: Philippe Kalaf Date: Thu, 14 Jul 2005 10:29:30 +0000 Subject: 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. --- pkgconfig/gstreamer-plugins-base-uninstalled.pc.in | 2 +- pkgconfig/gstreamer-plugins-base.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgconfig') diff --git a/pkgconfig/gstreamer-plugins-base-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-base-uninstalled.pc.in index f9976d3fb..9a25930e0 100644 --- a/pkgconfig/gstreamer-plugins-base-uninstalled.pc.in +++ b/pkgconfig/gstreamer-plugins-base-uninstalled.pc.in @@ -8,7 +8,7 @@ Description: Streaming media framework, base plugins libraries, uninstalled Version: @VERSION@ Requires: gstreamer-@GST_MAJORMINOR@ -Libs: -L${libdir}/audio -L${libdir}/floatcast -L${libdir}/interfaces -L${libdir}/net -L${libdir}/riff -L${libdir}/tag -L${libdir}/video +Libs: -L${libdir}/audio -L${libdir}/floatcast -L${libdir}/interfaces -L${libdir}/net -L${libdir}/riff -L${libdir}/rtp -L${libdir}/tag -L${libdir}/video Cflags: -I${includedir} libraries=audio floatcast interfaces net riff tag video diff --git a/pkgconfig/gstreamer-plugins-base.pc.in b/pkgconfig/gstreamer-plugins-base.pc.in index 01f44720e..da47b0671 100644 --- a/pkgconfig/gstreamer-plugins-base.pc.in +++ b/pkgconfig/gstreamer-plugins-base.pc.in @@ -10,4 +10,4 @@ Version: @VERSION@ Libs: Cflags: -I${includedir} -libraries=audio floatcast interfaces net riff tag video +libraries=audio floatcast interfaces net riff rtp tag video -- cgit v1.2.3