diff options
author | Philippe Kalaf <philippe.kalaf@collabora.co.uk> | 2005-07-14 10:29:30 +0000 |
---|---|---|
committer | Philippe Kalaf <philippe.kalaf@collabora.co.uk> | 2005-07-14 10:29:30 +0000 |
commit | dc0610faff54b0cb493c2cf7834c4fa5f4e14c31 (patch) | |
tree | d7075c9b9ea1a3b1c6e214338013b371324d38b0 /pkgconfig | |
parent | d143d256a6fa3fcd0643998dcd16dada8738c0c5 (diff) |
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.
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-plugins-base-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-plugins-base.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
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 |