mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
controller: port to new controller location and api
This commit is contained in:
parent
171321c5eb
commit
b2e3e417a5
7 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
|
||||
#include <math.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/controller/gstcontroller.h>
|
||||
|
||||
#include "gstplugin.h"
|
||||
#include "gstchromium.h"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include <math.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/controller/gstcontroller.h>
|
||||
|
||||
#include "gstplugin.h"
|
||||
#include "gstgaussblur.h"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue