mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
vaapipostproc: Add string representation of VPP functions to ElementFactoy Klass
Added the same Klass specifications used in other upstream video postprocessing elements like videoconvert, videoscale, videobalance and deinterlace. An example use case is for this is to help the playsink to autoplug the hardware accelerated deinterlacer.
This commit is contained in:
parent
626e180fef
commit
08bbab889b
1 changed files with 2 additions and 1 deletions
|
@ -1568,7 +1568,8 @@ gst_vaapipostproc_class_init(GstVaapiPostprocClass *klass)
|
|||
|
||||
gst_element_class_set_static_metadata(element_class,
|
||||
"VA-API video postprocessing",
|
||||
"Filter/Converter/Video",
|
||||
"Filter/Converter/Video;Filter/Converter/Video/Scaler;"
|
||||
"Filter/Effect/Video;Filter/Effect/Video/Deinterlace",
|
||||
GST_PLUGIN_DESC,
|
||||
"Gwenole Beauchesne <gwenole.beauchesne@intel.com>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue