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