controller: Fix headers to use < > in #include statements
authorBenjamin Otte <otte@redhat.com>
Tue, 11 Jan 2011 18:26:40 +0000 (19:26 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 11 Jan 2011 18:26:40 +0000 (19:26 +0100)
The behavior of " " in include statements is implementation-defined -
see the C standard, section 6.10.2 or
http://stackoverflow.com/questions/21593

libs/gst/controller/gstcontroller.h
libs/gst/controller/gstcontrollerprivate.h
libs/gst/controller/gstinterpolationcontrolsource.h
libs/gst/controller/gstlfocontrolsource.h

index 0b97972..0b0379f 100644 (file)
@@ -30,8 +30,8 @@
 #include <glib/gprintf.h>
 #include <gst/gst.h>
 
-#include "gstcontrolsource.h"
-#include "gstinterpolationcontrolsource.h"
+#include <gst/controller/gstcontrolsource.h>
+#include <gst/controller/gstinterpolationcontrolsource.h>
 
 G_BEGIN_DECLS
 
index 9b578c8..6b5dcd9 100644 (file)
@@ -27,8 +27,8 @@
 #include <glib-object.h>
 #include <gst/gst.h>
 
-#include "gstcontroller.h"
-#include "gstcontrolsource.h"
+#include <gst/controller/gstcontroller.h>
+#include <gst/controller/gstcontrolsource.h>
 
 G_BEGIN_DECLS
 
index bac0041..1f14755 100644 (file)
@@ -27,7 +27,7 @@
 #include <glib-object.h>
 #include <gst/gst.h>
 
-#include "gstcontrolsource.h"
+#include <gst/controller/gstcontrolsource.h>
 
 G_BEGIN_DECLS
 
index b74a2a3..d61ad06 100644 (file)
@@ -27,7 +27,7 @@
 #include <glib-object.h>
 #include <gst/gst.h>
 
-#include "gstcontrolsource.h"
+#include <gst/controller/gstcontrolsource.h>
 
 G_BEGIN_DECLS