summaryrefslogtreecommitdiff
path: root/omx/gstomxwmvdec.c
diff options
context:
space:
mode:
authorCharlie Turner <cturner@igalia.com>2019-03-26 12:17:26 +0000
committerCharlie Turner <cturner@igalia.com>2019-03-26 12:17:26 +0000
commit7412b397652329bd8f9bc66697580527239a9426 (patch)
tree442acb1104498b7381291c84beb5db028f1f6923 /omx/gstomxwmvdec.c
parente4db5d348aa795084164af058f3f7dcd6536b418 (diff)
downloadgst-omx-7412b397652329bd8f9bc66697580527239a9426.tar.gz
omx: Add hardware classifiers to encoders/decoders
Diffstat (limited to 'omx/gstomxwmvdec.c')
-rw-r--r--omx/gstomxwmvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxwmvdec.c b/omx/gstomxwmvdec.c
index 64460d9..1475827 100644
--- a/omx/gstomxwmvdec.c
+++ b/omx/gstomxwmvdec.c
@@ -64,7 +64,7 @@ gst_omx_wmv_dec_class_init (GstOMXWMVDecClass * klass)
gst_element_class_set_static_metadata (element_class,
"OpenMAX WMV Video Decoder",
- "Codec/Decoder/Video",
+ "Codec/Decoder/Video/Hardware",
"Decode WMV video streams",
"Sebastian Dröge <sebastian.droege@collabora.co.uk>");