mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
applemedia: add Hardware tag to element metadata
This commit is contained in:
parent
16426b3928
commit
a7ff751a2a
4 changed files with 5 additions and 5 deletions
|
@ -1239,7 +1239,7 @@ gst_avf_video_src_class_init (GstAVFVideoSrcClass * klass)
|
|||
gstpushsrc_class->create = gst_avf_video_src_create;
|
||||
|
||||
gst_element_class_set_metadata (gstelement_class,
|
||||
"Video Source (AVFoundation)", "Source/Video",
|
||||
"Video Source (AVFoundation)", "Source/Video/Hardware",
|
||||
"Reads frames from an iOS AVFoundation device",
|
||||
"Ole André Vadla Ravnås <oleavr@soundrop.com>");
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ gst_av_sample_video_sink_class_init (GstAVSampleVideoSinkClass * klass)
|
|||
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
gst_element_class_set_metadata (element_class, "AV Sample video sink",
|
||||
"Sink/Video", "A videosink based on AVSampleBuffer's",
|
||||
"Sink/Video", "A videosink based on AVSampleBuffers",
|
||||
"Matthew Waters <matthew@centricular.com>");
|
||||
|
||||
gst_element_class_add_static_pad_template (element_class, &gst_av_sample_video_sink_template);
|
||||
|
|
|
@ -135,7 +135,7 @@ gst_vtdec_class_init (GstVtdecClass * klass)
|
|||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Apple VideoToolbox decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Codec/Decoder/Video/Hardware",
|
||||
"Apple VideoToolbox Decoder",
|
||||
"Ole André Vadla Ravnås <oleavr@soundrop.com>; "
|
||||
"Alessandro Decina <alessandro.d@gmail.com>");
|
||||
|
@ -1051,7 +1051,7 @@ gst_vtdec_hw_class_init (GstVtdecHwClass * klass)
|
|||
{
|
||||
gst_element_class_set_static_metadata (GST_ELEMENT_CLASS (klass),
|
||||
"Apple VideoToolbox decoder (hardware only)",
|
||||
"Codec/Decoder/Video",
|
||||
"Codec/Decoder/Video/Hardware",
|
||||
"Apple VideoToolbox Decoder",
|
||||
"Ole André Vadla Ravnås <oleavr@soundrop.com>; "
|
||||
"Alessandro Decina <alessandro.d@gmail.com>");
|
||||
|
|
|
@ -172,7 +172,7 @@ gst_vtenc_base_init (GstVTEncClass * klass)
|
|||
description = g_strdup_printf ("%s encoder", codec_details->name);
|
||||
|
||||
gst_element_class_set_metadata (element_class, longname,
|
||||
"Codec/Encoder/Video", description,
|
||||
"Codec/Encoder/Video/Hardware", description,
|
||||
"Ole André Vadla Ravnås <oleavr@soundrop.com>, Dominik Röttsches <dominik.rottsches@intel.com>");
|
||||
|
||||
g_free (longname);
|
||||
|
|
Loading…
Reference in a new issue