Description: FTBFS: wrapper_gstreamer.c:33:21: fatal error: gst/gst.h: No such file or directory
Bug-Debian: http://bugs.debian.org/625196
Bug-Ubuntu: https://bugs.launchpad.net/bugs/771111
Author: Matthias Klose <doko@ubuntu.com>

--- libplayer-2.0.1.orig/configure
+++ libplayer-2.0.1/configure
@@ -1004,6 +1004,7 @@ if test "$wrapper_gstreamer" = "auto" -o
     check_ldflags -L$libgstreamerdir/lib
   fi
 
+  check_cppflags `pkg-config --cflags-only-I gstreamer-0.10`
   check_lib_pkgcfg gstreamer-0.10 gst/gst.h gst_init -lgstreamer-0.10
   check_lib_pkgcfg gstreamer-interfaces-0.10 gst/interfaces/propertyprobe.h gst_property_probe_get_property -lgstinterfaces-0.10
   if [ "$?" = 0 ]; then
