summaryrefslogtreecommitdiff
path: root/omx/gstomxtheoradec.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/gstomxtheoradec.c
parente4db5d348aa795084164af058f3f7dcd6536b418 (diff)
downloadgst-omx-7412b397652329bd8f9bc66697580527239a9426.tar.gz
omx: Add hardware classifiers to encoders/decoders
Diffstat (limited to 'omx/gstomxtheoradec.c')
-rw-r--r--omx/gstomxtheoradec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxtheoradec.c b/omx/gstomxtheoradec.c
index 6d8ca5c..b17419e 100644
--- a/omx/gstomxtheoradec.c
+++ b/omx/gstomxtheoradec.c
@@ -72,7 +72,7 @@ gst_omx_theora_dec_class_init (GstOMXTheoraDecClass * klass)
gst_element_class_set_static_metadata (element_class,
"OpenMAX Theora Video Decoder",
- "Codec/Decoder/Video",
+ "Codec/Decoder/Video/Hardware",
"Decode Theora video streams",
"Sebastian Dröge <sebastian.droege@collabora.co.uk>");