yadif: remove plugin, there's now deinterlace method=yadif
[platform/upstream/gstreamer.git] / docs / plugins / gst_plugins_cache.json
index 27f522f..2e46363 100644 (file)
         "tracers": {},
         "url": "Unknown package origin"
     },
-    "yadif": {
-        "description": "YADIF deinterlacing filter",
-        "elements": {
-            "yadif": {
-                "author": "David Schleef <ds@schleef.org>",
-                "description": "Deinterlace video using YADIF filter",
-                "hierarchy": [
-                    "GstYadif",
-                    "GstBaseTransform",
-                    "GstElement",
-                    "GstObject",
-                    "GInitiallyUnowned",
-                    "GObject"
-                ],
-                "klass": "Video/Filter",
-                "long-name": "YADIF deinterlacer",
-                "pad-templates": {
-                    "sink": {
-                        "caps": "video/x-raw:\n         format: { Y42B, I420, Y444 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: { (string)interleaved, (string)mixed, (string)progressive }\n",
-                        "direction": "sink",
-                        "presence": "always"
-                    },
-                    "src": {
-                        "caps": "video/x-raw:\n         format: { Y42B, I420, Y444 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: progressive\n",
-                        "direction": "src",
-                        "presence": "always"
-                    }
-                },
-                "properties": {
-                    "mode": {
-                        "blurb": "Deinterlace mode",
-                        "conditionally-available": false,
-                        "construct": true,
-                        "construct-only": false,
-                        "controllable": false,
-                        "default": "auto (0)",
-                        "mutable": "null",
-                        "readable": true,
-                        "type": "GstYadifModes",
-                        "writable": true
-                    },
-                    "qos": {
-                        "blurb": "Handle Quality-of-Service events",
-                        "conditionally-available": false,
-                        "construct": false,
-                        "construct-only": false,
-                        "controllable": false,
-                        "default": "false",
-                        "mutable": "null",
-                        "readable": true,
-                        "type": "gboolean",
-                        "writable": true
-                    }
-                },
-                "rank": "none"
-            }
-        },
-        "filename": "gstyadif",
-        "license": "GPL",
-        "other-types": {
-            "GstYadifModes": {
-                "kind": "enum",
-                "values": [
-                    {
-                        "desc": "Auto detection",
-                        "name": "auto",
-                        "value": "0"
-                    },
-                    {
-                        "desc": "Force deinterlacing",
-                        "name": "interlaced",
-                        "value": "1"
-                    },
-                    {
-                        "desc": "Run in passthrough mode",
-                        "name": "disabled",
-                        "value": "2"
-                    }
-                ]
-            }
-        },
-        "package": "GStreamer Bad Plug-ins",
-        "source": "gst-plugins-bad",
-        "tracers": {},
-        "url": "Unknown package origin"
-    },
     "zbar": {
         "description": "zbar barcode scanner",
         "elements": {