diff options
author | Ung, Teng En <teng.en.ung@intel.com> | 2021-08-24 09:59:59 +0000 |
---|---|---|
committer | Ung, Teng En <teng.en.ung@intel.com> | 2021-09-09 13:06:06 +0800 |
commit | 580ac55194bea03a82625e76a1b5589aecb8f37a (patch) | |
tree | 84a1d15659260a58f49958118fda936ef6e1e6c0 /sys/msdk/gstmsdkh265dec.c | |
parent | 846cf3b20c26f8655af34610c558e5bd8ccc1b22 (diff) | |
download | gstreamer-plugins-bad-580ac55194bea03a82625e76a1b5589aecb8f37a.tar.gz |
msdk: Adjust the plugin and factories description based on MFX_VERSION.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2485>
Diffstat (limited to 'sys/msdk/gstmsdkh265dec.c')
-rw-r--r-- | sys/msdk/gstmsdkh265dec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/msdk/gstmsdkh265dec.c b/sys/msdk/gstmsdkh265dec.c index 7e2a77032..fe41c09f0 100644 --- a/sys/msdk/gstmsdkh265dec.c +++ b/sys/msdk/gstmsdkh265dec.c @@ -34,7 +34,7 @@ * @title: msdkh265dec * @short_description: Intel MSDK H265 decoder * - * H265 video decoder based on Intel Media SDK + * H265 video decoder based on Intel MFX * * ## Example launch line * ``` @@ -193,7 +193,7 @@ gst_msdkh265dec_class_init (GstMsdkH265DecClass * klass) gst_element_class_set_static_metadata (element_class, "Intel MSDK H265 decoder", "Codec/Decoder/Video/Hardware", - "H265 video decoder based on Intel Media SDK", + "H265 video decoder based on " MFX_API_SDK, "Scott D Phillips <scott.d.phillips@intel.com>"); gst_msdkdec_prop_install_output_oder_property (gobject_class); |