mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
d3d11: Update element meta
Make them consistent, update outdated description and fix some typos Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4619>
This commit is contained in:
parent
9914b34bf5
commit
e34397ab09
9 changed files with 15 additions and 15 deletions
|
@ -2239,9 +2239,9 @@ gst_d3d11_convert_class_init (GstD3D11ConvertClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)));
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Direct3D11 colorspace converter and scaler",
|
||||
"Direct3D11 Converter",
|
||||
"Filter/Converter/Scaler/Effect/Video/Hardware",
|
||||
"Resizes video and allow color conversion using Direct3D11",
|
||||
"Performs resizing, colorspace conversion, cropping, and flipping/rotating using Direct3D11",
|
||||
"Seungha Yang <seungha.yang@navercorp.com>, "
|
||||
"Jeongki Kim <jeongki.kim@jeongki.kim>");
|
||||
|
||||
|
@ -2416,7 +2416,7 @@ gst_d3d11_color_convert_class_init (GstD3D11ColorConvertClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)));
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Direct3D11 colorspace converter",
|
||||
"Direct3D11 Colorspace Converter",
|
||||
"Filter/Converter/Video/Hardware",
|
||||
"Color conversion using Direct3D11",
|
||||
"Seungha Yang <seungha@centricular.com>");
|
||||
|
@ -2597,7 +2597,7 @@ gst_d3d11_scale_class_init (GstD3D11ScaleClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)));
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Direct3D11 scaler",
|
||||
"Direct3D11 Scaler",
|
||||
"Filter/Converter/Video/Scaler/Hardware",
|
||||
"Resizes video using Direct3D11",
|
||||
"Seungha Yang <seungha@centricular.com>");
|
||||
|
|
|
@ -110,7 +110,7 @@ gst_d3d11_download_class_init (GstD3D11DownloadClass * klass)
|
|||
gst_caps_unref (caps);
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Direct3D11 downloader", "Filter/Video",
|
||||
"Direct3D11 Downloader", "Filter/Video",
|
||||
"Downloads Direct3D11 texture memory into system memory",
|
||||
"Seungha Yang <seungha.yang@navercorp.com>");
|
||||
|
||||
|
|
|
@ -178,8 +178,8 @@ gst_d3d11_ipc_sink_class_init (GstD3D11IpcSinkClass * klass)
|
|||
G_PARAM_STATIC_STRINGS)));
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"D3D11 IPC Sink", "Sink/Video",
|
||||
"Send D3D11 memory to peer d3d11ipcsrc elements",
|
||||
"Direct3D11 IPC Sink", "Sink/Video",
|
||||
"Sends Direct3D11 shared handle to peer d3d11ipcsrc elements",
|
||||
"Seungha Yang <seungha@centricular.com>");
|
||||
|
||||
caps = gst_d3d11_get_updated_template_caps (&pad_template_caps);
|
||||
|
|
|
@ -152,8 +152,8 @@ gst_d3d11_ipc_src_class_init (GstD3D11IpcSrcClass * klass)
|
|||
G_PARAM_STATIC_STRINGS)));
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"D3D11 IPC Src", "Source/Video",
|
||||
"Receive D3D11 memory from the d3d11ipcsrc element",
|
||||
"Direct3D11 IPC Source", "Source/Video",
|
||||
"Receives Direct3D11 shared handle from the d3d11ipcsink element",
|
||||
"Seungha Yang <seungha@centricular.com>");
|
||||
|
||||
caps = gst_d3d11_get_updated_template_caps (&pad_template_caps);
|
||||
|
|
|
@ -157,8 +157,8 @@ static void
|
|||
GST_DEBUG_FUNCPTR (gst_d3d11_screen_capture_device_provider_probe);
|
||||
|
||||
gst_device_provider_class_set_static_metadata (provider_class,
|
||||
"Direct3D11 Desktop Capture Device Provider",
|
||||
"Source/Monitor", "List Direct3D11 desktop capture source devices",
|
||||
"Direct3D11 Screen Capture Device Provider",
|
||||
"Source/Monitor", "List Direct3D11 screen capture source devices",
|
||||
"Seungha Yang <seungha@centricular.com>");
|
||||
}
|
||||
|
||||
|
|
|
@ -409,7 +409,7 @@ gst_d3d11_screen_capture_src_class_init (GstD3D11ScreenCaptureSrcClass * klass)
|
|||
GST_DEBUG_FUNCPTR (gst_d3d11_screen_capture_src_set_context);
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Direct3D11 screen capture src", "Source/Video",
|
||||
"Direct3D11 Screen Capture Source", "Source/Video",
|
||||
"Captures desktop screen", "Seungha Yang <seungha@centricular.com>");
|
||||
|
||||
caps = gst_d3d11_get_updated_template_caps (&template_caps);
|
||||
|
|
|
@ -1136,7 +1136,7 @@ gst_d3d11_test_src_class_init (GstD3D11TestSrcClass * klass)
|
|||
GST_DEBUG_FUNCPTR (gst_d3d11_test_src_set_context);
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Direct3D11 test src", "Source/Video",
|
||||
"Direct3D11 Test Source", "Source/Video",
|
||||
"Creates a test video stream", "Seungha Yang <seungha@centricular.com>");
|
||||
|
||||
caps = gst_d3d11_get_updated_template_caps (&template_caps);
|
||||
|
|
|
@ -105,7 +105,7 @@ gst_d3d11_upload_class_init (GstD3D11UploadClass * klass)
|
|||
gst_caps_unref (caps);
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Direct3D11 uploader", "Filter/Video",
|
||||
"Direct3D11 Uploader", "Filter/Video",
|
||||
"Uploads data into Direct3D11 texture memory",
|
||||
"Seungha Yang <seungha.yang@navercorp.com>");
|
||||
|
||||
|
|
|
@ -464,7 +464,7 @@ gst_d3d11_video_sink_class_init (GstD3D11VideoSinkClass * klass)
|
|||
GST_DEBUG_FUNCPTR (gst_d3d11_video_sink_set_context);
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Direct3D11 video sink", "Sink/Video",
|
||||
"Direct3D11 Video Sink", "Sink/Video",
|
||||
"A Direct3D11 based videosink",
|
||||
"Seungha Yang <seungha.yang@navercorp.com>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue