controller: port to new controller location and api
authorLuis de Bethencourt <luis@debethencourt.com>
Tue, 8 May 2012 13:17:06 +0000 (14:17 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Wed, 9 May 2012 12:18:52 +0000 (13:18 +0100)
gst/gaudieffects/gstburn.c
gst/gaudieffects/gstchromium.c
gst/gaudieffects/gstdilate.c
gst/gaudieffects/gstdodge.c
gst/gaudieffects/gstexclusion.c
gst/gaudieffects/gstgaussblur.c
gst/gaudieffects/gstsolarize.c

index 2aedfff..bee6c1c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * GStreamer
  * Copyright (C) 2010 Luis de Bethencourt <luis@debethencourt.com>
- * 
+ *
  * Burn - curve adjustment video effect.
  * Based on Pete Warden's FreeFrame plugin with the same name.
  *
@@ -68,7 +68,6 @@
 #include "gstburn.h"
 
 #include <gst/video/video.h>
-#include <gst/controller/gstcontroller.h>
 
 GST_DEBUG_CATEGORY_STATIC (gst_burn_debug);
 #define GST_CAT_DEFAULT gst_burn_debug
index ea8e01a..b8870fc 100644 (file)
@@ -63,7 +63,6 @@
 
 #include <math.h>
 #include <gst/gst.h>
-#include <gst/controller/gstcontroller.h>
 
 #include "gstplugin.h"
 #include "gstchromium.h"
index 3217099..527cdc2 100644 (file)
@@ -68,7 +68,6 @@
 #include "gstdilate.h"
 
 #include <gst/video/video.h>
-#include <gst/controller/gstcontroller.h>
 
 GST_DEBUG_CATEGORY_STATIC (gst_dilate_debug);
 #define GST_CAT_DEFAULT gst_dilate_debug
index ff61aa7..5e9231c 100644 (file)
@@ -68,7 +68,6 @@
 #include "gstdodge.h"
 
 #include <gst/video/video.h>
-#include <gst/controller/gstcontroller.h>
 
 GST_DEBUG_CATEGORY_STATIC (gst_dodge_debug);
 #define GST_CAT_DEFAULT gst_dodge_debug
index bfdebdf..9ed04a9 100644 (file)
@@ -68,7 +68,6 @@
 #include "gstexclusion.h"
 
 #include <gst/video/video.h>
-#include <gst/controller/gstcontroller.h>
 
 GST_DEBUG_CATEGORY_STATIC (gst_exclusion_debug);
 #define GST_CAT_DEFAULT gst_exclusion_debug
index 861bbf9..ef67742 100644 (file)
@@ -4,7 +4,6 @@
 
 #include <math.h>
 #include <gst/gst.h>
-#include <gst/controller/gstcontroller.h>
 
 #include "gstplugin.h"
 #include "gstgaussblur.h"
index e5023d2..a6fa491 100644 (file)
@@ -68,7 +68,6 @@
 #include "gstsolarize.h"
 
 #include <gst/video/video.h>
-#include <gst/controller/gstcontroller.h>
 
 GST_DEBUG_CATEGORY_STATIC (gst_solarize_debug);
 #define GST_CAT_DEFAULT gst_solarize_debug