summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2021-09-08 17:32:30 +0200
committerTim-Philipp Müller <tim@centricular.com>2021-09-08 16:38:34 +0100
commit4138af86210ec5c6e5d966e97e64b63a6de3540f (patch)
treea341699c942c704caa8d39ac829d51c2f3eb6aa5
parent75fbdc91dde3fc499bd8b016c3c12a3484bfecbe (diff)
downloadgstreamer-plugins-bad-4138af86210ec5c6e5d966e97e64b63a6de3540f.tar.gz
vulkan: don't link to XOpenDisplay in documentation
hotdoc doesn't know about that symbol Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2518>
-rw-r--r--gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c b/gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c
index 31c539a24..fb07c94b2 100644
--- a/gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c
+++ b/gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c
@@ -84,7 +84,7 @@ _get_screen_from_connection (xcb_connection_t * connection, int screen_no)
* gst_vulkan_display_xcb_new:
* @name: (allow-none): a display name
*
- * Create a new #GstVulkanDisplayXCB from the xcb display name. See XOpenDisplay()
+ * Create a new #GstVulkanDisplayXCB from the xcb display name. See XOpenDisplay\()
* for details on what is a valid name.
*
* Returns: (transfer full): a new #GstVulkanDisplayXCB or %NULL