controller: port to new controller location and api

This commit is contained in:
Luis de Bethencourt 2012-05-08 14:17:06 +01:00
parent 171321c5eb
commit b2e3e417a5
7 changed files with 1 additions and 8 deletions

View 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

View file

@ -63,7 +63,6 @@
#include <math.h>
#include <gst/gst.h>
#include <gst/controller/gstcontroller.h>
#include "gstplugin.h"
#include "gstchromium.h"

View 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

View 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

View 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

View file

@ -4,7 +4,6 @@
#include <math.h>
#include <gst/gst.h>
#include <gst/controller/gstcontroller.h>
#include "gstplugin.h"
#include "gstgaussblur.h"

View 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