1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/gstreamer-@GST_API_VERSION@
5
6Name: GStreamer Insert Bin
7Description: Bin to automatically and insertally link elements
8Requires: gstreamer-@GST_API_VERSION@
9Version: @VERSION@
10Libs: -L${libdir} -lgstinsertbin-@GST_API_VERSION@
11Cflags: -I${includedir}
12
13