tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_API_VERSION@
5 toolsdir=${exec_prefix}/bin
6 pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
7 datarootdir=${prefix}/share
8 datadir=${datarootdir}
9 girdir=${datadir}/gir-1.0
10 typelibdir=${libdir}/girepository-1.0
11
12 Name: GStreamer
13 Description: Streaming media framework
14 Version: @VERSION@
15 Requires: glib-2.0, gobject-2.0
16 Requires.private: gmodule-no-export-2.0 @UNWIND_REQUIRE@ @DW_REQUIRE@
17 Libs: -L${libdir} -lgstreamer-@GST_API_VERSION@
18 Cflags: -I${includedir}