From c7095abd31a2828ef7832744bc2e221650c6502e Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 11 Jun 2020 19:35:29 +0100 Subject: yadif: remove plugin, there's now deinterlace method=yadif Plugin code was still the GPL version, and the functionality has now been moved into the deinterlace element in gst-plugins-good as method=yadif (and LGPL). See https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/444 and https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/621 Closes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/216 Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/463 Part-of: --- docs/plugins/gst_plugins_cache.json | 86 ------------------------------------- 1 file changed, 86 deletions(-) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 27f522f13..2e46363c7 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -232215,92 +232215,6 @@ "tracers": {}, "url": "Unknown package origin" }, - "yadif": { - "description": "YADIF deinterlacing filter", - "elements": { - "yadif": { - "author": "David Schleef ", - "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": { -- cgit v1.2.3