gstreamer_core/libs/gst/controller/gstcontroller.h
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 11 1373546e05c6
--- a/gstreamer_core/libs/gst/controller/gstcontroller.h	Fri Mar 19 09:35:09 2010 +0200
+++ b/gstreamer_core/libs/gst/controller/gstcontroller.h	Fri Apr 16 15:15:52 2010 +0300
@@ -35,15 +35,6 @@
 
 G_BEGIN_DECLS
 
-/**
- * GST_PARAM_CONTROLLABLE:
- *
- * Use this flag on GstElement properties you wish to be (eventually) handled
- * by a GstController.
- * TODO: needs to go to gstelemnt.h (to avoid clashes on G_PARAM_USER_SHIFT)
- */
-#define	GST_PARAM_CONTROLLABLE	(1 << (G_PARAM_USER_SHIFT + 1))
-
 /* type macros */
 
 #define GST_TYPE_CONTROLLER	       (gst_controller_get_type ())