summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-bad/ext/vulkan/vkshaderspv.c
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gst-plugins-bad/ext/vulkan/vkshaderspv.c')
-rw-r--r--subprojects/gst-plugins-bad/ext/vulkan/vkshaderspv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/gst-plugins-bad/ext/vulkan/vkshaderspv.c b/subprojects/gst-plugins-bad/ext/vulkan/vkshaderspv.c
index d597add833..bcfe4d684e 100644
--- a/subprojects/gst-plugins-bad/ext/vulkan/vkshaderspv.c
+++ b/subprojects/gst-plugins-bad/ext/vulkan/vkshaderspv.c
@@ -26,7 +26,7 @@
*
* ## Examples
* ```
- * gst-launch-1.0 videotestsrc ! vulkanupload ! vulkanshader fragment-location="myshader.f.spv" ! vulkanimagesink
+ * gst-launch-1.0 videotestsrc ! vulkanupload ! vulkanshaderspv fragment-location="myshader.f.spv" ! vulkansink
* ```
* The following is a simple Vulkan passthrough shader with the required inputs.
* Compile it with `glslc --target-env=vulkan1.0 myshader.frag -o myshader.f.spv`.