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:
Sreerenj Balachandran 2014-11-03 19:20:43 +02:00 committed by Gwenole Beauchesne
parent 626e180fef
commit 08bbab889b

View file

@ -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>");