From 7412b397652329bd8f9bc66697580527239a9426 Mon Sep 17 00:00:00 2001 From: Charlie Turner Date: Tue, 26 Mar 2019 12:17:26 +0000 Subject: [PATCH] omx: Add hardware classifiers to encoders/decoders --- omx/gstomxaacdec.c | 2 +- omx/gstomxaacenc.c | 2 +- omx/gstomxamrdec.c | 2 +- omx/gstomxh263dec.c | 2 +- omx/gstomxh263enc.c | 2 +- omx/gstomxh264dec.c | 2 +- omx/gstomxh264enc.c | 2 +- omx/gstomxh265dec.c | 2 +- omx/gstomxh265enc.c | 2 +- omx/gstomxmjpegdec.c | 2 +- omx/gstomxmp3dec.c | 2 +- omx/gstomxmp3enc.c | 2 +- omx/gstomxmpeg2videodec.c | 2 +- omx/gstomxmpeg4videodec.c | 2 +- omx/gstomxmpeg4videoenc.c | 2 +- omx/gstomxtheoradec.c | 2 +- omx/gstomxvp8dec.c | 2 +- omx/gstomxwmvdec.c | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/omx/gstomxaacdec.c b/omx/gstomxaacdec.c index 66d881d..9606b7f 100644 --- a/omx/gstomxaacdec.c +++ b/omx/gstomxaacdec.c @@ -69,7 +69,7 @@ gst_omx_aac_dec_class_init (GstOMXAACDecClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX AAC Audio Decoder", - "Codec/Decoder/Audio", + "Codec/Decoder/Audio/Hardware", "Decode AAC audio streams", "Sebastian Dröge "); diff --git a/omx/gstomxaacenc.c b/omx/gstomxaacenc.c index a05aa6a..c568ddd 100644 --- a/omx/gstomxaacenc.c +++ b/omx/gstomxaacenc.c @@ -150,7 +150,7 @@ gst_omx_aac_enc_class_init (GstOMXAACEncClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX AAC Audio Encoder", - "Codec/Encoder/Audio", + "Codec/Encoder/Audio/Hardware", "Encode AAC audio streams", "Sebastian Dröge "); diff --git a/omx/gstomxamrdec.c b/omx/gstomxamrdec.c index 78567b6..d7e468f 100644 --- a/omx/gstomxamrdec.c +++ b/omx/gstomxamrdec.c @@ -68,7 +68,7 @@ gst_omx_amr_dec_class_init (GstOMXAMRDecClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX AMR Audio Decoder", - "Codec/Decoder/Audio", + "Codec/Decoder/Audio/Hardware", "Decode AMR audio streams", "Sebastian Dröge "); 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 "); diff --git a/omx/gstomxh263enc.c b/omx/gstomxh263enc.c index 2cfca6c..9e80bfb 100644 --- a/omx/gstomxh263enc.c +++ b/omx/gstomxh263enc.c @@ -63,7 +63,7 @@ gst_omx_h263_enc_class_init (GstOMXH263EncClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX H.263 Video Encoder", - "Codec/Encoder/Video", + "Codec/Encoder/Video/Hardware", "Encode H.263 video streams", "Sebastian Dröge "); diff --git a/omx/gstomxh264dec.c b/omx/gstomxh264dec.c index c9e5c9e..9608f65 100644 --- a/omx/gstomxh264dec.c +++ b/omx/gstomxh264dec.c @@ -67,7 +67,7 @@ gst_omx_h264_dec_class_init (GstOMXH264DecClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX H.264 Video Decoder", - "Codec/Decoder/Video", + "Codec/Decoder/Video/Hardware", "Decode H.264 video streams", "Sebastian Dröge "); diff --git a/omx/gstomxh264enc.c b/omx/gstomxh264enc.c index 4c4b3b2..f75fff0 100644 --- a/omx/gstomxh264enc.c +++ b/omx/gstomxh264enc.c @@ -220,7 +220,7 @@ gst_omx_h264_enc_class_init (GstOMXH264EncClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX H.264 Video Encoder", - "Codec/Encoder/Video", + "Codec/Encoder/Video/Hardware", "Encode H.264 video streams", "Sebastian Dröge "); diff --git a/omx/gstomxh265dec.c b/omx/gstomxh265dec.c index 8d17e04..e10c0c1 100644 --- a/omx/gstomxh265dec.c +++ b/omx/gstomxh265dec.c @@ -68,7 +68,7 @@ gst_omx_h265_dec_class_init (GstOMXH265DecClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX H.265 Video Decoder", - "Codec/Decoder/Video", + "Codec/Decoder/Video/Hardware", "Decode H.265 video streams", "Sebastian Dröge "); diff --git a/omx/gstomxh265enc.c b/omx/gstomxh265enc.c index 68fe432..ea14ca7 100644 --- a/omx/gstomxh265enc.c +++ b/omx/gstomxh265enc.c @@ -169,7 +169,7 @@ gst_omx_h265_enc_class_init (GstOMXH265EncClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX H.265 Video Encoder", - "Codec/Encoder/Video", + "Codec/Encoder/Video/Hardware", "Encode H.265 video streams", "Sebastian Dröge "); diff --git a/omx/gstomxmjpegdec.c b/omx/gstomxmjpegdec.c index 8e704ae..6ca34f2 100644 --- a/omx/gstomxmjpegdec.c +++ b/omx/gstomxmjpegdec.c @@ -64,7 +64,7 @@ gst_omx_mjpeg_dec_class_init (GstOMXMJPEGDecClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX MJPEG Video Decoder", - "Codec/Decoder/Video", + "Codec/Decoder/Video/Hardware", "Decode MJPEG video streams", "Sebastian Dröge "); diff --git a/omx/gstomxmp3dec.c b/omx/gstomxmp3dec.c index 5a143d5..aa22e80 100644 --- a/omx/gstomxmp3dec.c +++ b/omx/gstomxmp3dec.c @@ -71,7 +71,7 @@ gst_omx_mp3_dec_class_init (GstOMXMP3DecClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX MP3 Audio Decoder", - "Codec/Decoder/Audio", + "Codec/Decoder/Audio/Hardware", "Decode MP3 audio streams", "Sebastian Dröge "); diff --git a/omx/gstomxmp3enc.c b/omx/gstomxmp3enc.c index 20a137b..1296564 100644 --- a/omx/gstomxmp3enc.c +++ b/omx/gstomxmp3enc.c @@ -89,7 +89,7 @@ gst_omx_mp3_enc_class_init (GstOMXMP3EncClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX MP3 Audio Encoder", - "Codec/Encoder/Audio", + "Codec/Encoder/Audio/Hardware", "Encode AAC audio streams", "Julien Isorce "); gst_omx_set_default_role (&audioenc_class->cdata, "audio_encoder.mp3"); diff --git a/omx/gstomxmpeg2videodec.c b/omx/gstomxmpeg2videodec.c index 7eaaf8b..1448450 100644 --- a/omx/gstomxmpeg2videodec.c +++ b/omx/gstomxmpeg2videodec.c @@ -67,7 +67,7 @@ gst_omx_mpeg2_video_dec_class_init (GstOMXMPEG2VideoDecClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX MPEG2 Video Decoder", - "Codec/Decoder/Video", + "Codec/Decoder/Video/Hardware", "Decode MPEG2 video streams", "Sebastian Dröge "); diff --git a/omx/gstomxmpeg4videodec.c b/omx/gstomxmpeg4videodec.c index d912d74..8cebef8 100644 --- a/omx/gstomxmpeg4videodec.c +++ b/omx/gstomxmpeg4videodec.c @@ -68,7 +68,7 @@ gst_omx_mpeg4_video_dec_class_init (GstOMXMPEG4VideoDecClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX MPEG4 Video Decoder", - "Codec/Decoder/Video", + "Codec/Decoder/Video/Hardware", "Decode MPEG4 video streams", "Sebastian Dröge "); diff --git a/omx/gstomxmpeg4videoenc.c b/omx/gstomxmpeg4videoenc.c index f5eaa0a..c928171 100644 --- a/omx/gstomxmpeg4videoenc.c +++ b/omx/gstomxmpeg4videoenc.c @@ -67,7 +67,7 @@ gst_omx_mpeg4_video_enc_class_init (GstOMXMPEG4VideoEncClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX MPEG4 Video Encoder", - "Codec/Encoder/Video", + "Codec/Encoder/Video/Hardware", "Encode MPEG4 video streams", "Sebastian Dröge "); 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 "); diff --git a/omx/gstomxvp8dec.c b/omx/gstomxvp8dec.c index dee015c..fd2e5ac 100644 --- a/omx/gstomxvp8dec.c +++ b/omx/gstomxvp8dec.c @@ -64,7 +64,7 @@ gst_omx_vp8_dec_class_init (GstOMXVP8DecClass * klass) gst_element_class_set_static_metadata (element_class, "OpenMAX VP8 Video Decoder", - "Codec/Decoder/Video", + "Codec/Decoder/Video/Hardware", "Decode VP8 video streams", "Sebastian Dröge "); 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 "); -- 2.7.4