summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11ipcsrc.cpp
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2023-05-12 22:18:22 +0900
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-05-12 20:13:58 +0000
commite34397ab0985fe04e7fc50fb6d7b26e997941d26 (patch)
treed048b4dd6dde1e600d82a7c509b9ad05be29320f /subprojects/gst-plugins-bad/sys/d3d11/gstd3d11ipcsrc.cpp
parent9914b34bf518b93056136c899511121c0aece419 (diff)
downloadgstreamer-e34397ab0985fe04e7fc50fb6d7b26e997941d26.tar.gz
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>
Diffstat (limited to 'subprojects/gst-plugins-bad/sys/d3d11/gstd3d11ipcsrc.cpp')
-rw-r--r--subprojects/gst-plugins-bad/sys/d3d11/gstd3d11ipcsrc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11ipcsrc.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11ipcsrc.cpp
index 4042183cfa..a071da3f1b 100644
--- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11ipcsrc.cpp
+++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11ipcsrc.cpp
@@ -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);