controller: port to new controller location and api
This commit is contained in:
parent
171321c5eb
commit
b2e3e417a5
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* GStreamer
|
* GStreamer
|
||||||
* Copyright (C) 2010 Luis de Bethencourt <luis@debethencourt.com>
|
* Copyright (C) 2010 Luis de Bethencourt <luis@debethencourt.com>
|
||||||
*
|
*
|
||||||
* Burn - curve adjustment video effect.
|
* Burn - curve adjustment video effect.
|
||||||
* Based on Pete Warden's FreeFrame plugin with the same name.
|
* Based on Pete Warden's FreeFrame plugin with the same name.
|
||||||
*
|
*
|
||||||
@ -68,7 +68,6 @@
|
|||||||
#include "gstburn.h"
|
#include "gstburn.h"
|
||||||
|
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include <gst/controller/gstcontroller.h>
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_burn_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_burn_debug);
|
||||||
#define GST_CAT_DEFAULT gst_burn_debug
|
#define GST_CAT_DEFAULT gst_burn_debug
|
||||||
|
@ -63,7 +63,6 @@
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/controller/gstcontroller.h>
|
|
||||||
|
|
||||||
#include "gstplugin.h"
|
#include "gstplugin.h"
|
||||||
#include "gstchromium.h"
|
#include "gstchromium.h"
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
#include "gstdilate.h"
|
#include "gstdilate.h"
|
||||||
|
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include <gst/controller/gstcontroller.h>
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_dilate_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_dilate_debug);
|
||||||
#define GST_CAT_DEFAULT gst_dilate_debug
|
#define GST_CAT_DEFAULT gst_dilate_debug
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
#include "gstdodge.h"
|
#include "gstdodge.h"
|
||||||
|
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include <gst/controller/gstcontroller.h>
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_dodge_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_dodge_debug);
|
||||||
#define GST_CAT_DEFAULT gst_dodge_debug
|
#define GST_CAT_DEFAULT gst_dodge_debug
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
#include "gstexclusion.h"
|
#include "gstexclusion.h"
|
||||||
|
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include <gst/controller/gstcontroller.h>
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_exclusion_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_exclusion_debug);
|
||||||
#define GST_CAT_DEFAULT gst_exclusion_debug
|
#define GST_CAT_DEFAULT gst_exclusion_debug
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/controller/gstcontroller.h>
|
|
||||||
|
|
||||||
#include "gstplugin.h"
|
#include "gstplugin.h"
|
||||||
#include "gstgaussblur.h"
|
#include "gstgaussblur.h"
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
#include "gstsolarize.h"
|
#include "gstsolarize.h"
|
||||||
|
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include <gst/controller/gstcontroller.h>
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_solarize_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_solarize_debug);
|
||||||
#define GST_CAT_DEFAULT gst_solarize_debug
|
#define GST_CAT_DEFAULT gst_solarize_debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user