summaryrefslogtreecommitdiff
path: root/gst-libs/gst/d3d11
diff options
context:
space:
mode:
authorMarijn Suijten <marijns95@gmail.com>2021-03-28 12:03:09 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-03-28 13:08:24 +0000
commit061e32b197d7cedb72618cbe552008f36da94055 (patch)
treefd543aa10c442569acf8e8a29dc683359321bf8e /gst-libs/gst/d3d11
parent0b916e7cec578f56f96e8c18476003093621db44 (diff)
downloadgstreamer-plugins-bad-061e32b197d7cedb72618cbe552008f36da94055.tar.gz
Add @ prefix to enum-variant references in documentation
Found while working on GStreamer-rs documentation, some enums had this bit of text pasted verbatim in the enum documentation rather than attached to the enum-variant. Fortunately it seems these in WebRTC and D3D11 are the only ones matching the non-@-prefixed pattern: ^ \* GST_\w+:\s*\w+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2118>
Diffstat (limited to 'gst-libs/gst/d3d11')
-rw-r--r--gst-libs/gst/d3d11/gstd3d11memory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-libs/gst/d3d11/gstd3d11memory.h b/gst-libs/gst/d3d11/gstd3d11memory.h
index 23382edae..abfb0cd6a 100644
--- a/gst-libs/gst/d3d11/gstd3d11memory.h
+++ b/gst-libs/gst/d3d11/gstd3d11memory.h
@@ -79,10 +79,10 @@ G_BEGIN_DECLS
/**
* GstD3D11AllocationFlags:
- * GST_D3D11_ALLOCATION_FLAG_TEXTURE_ARRAY: Indicates each allocated texture
- * should be array type. This type of
- * is used for D3D11/DXVA decoders
- * in general.
+ * @GST_D3D11_ALLOCATION_FLAG_TEXTURE_ARRAY: Indicates each allocated texture
+ * should be array type. This type of
+ * is used for D3D11/DXVA decoders
+ * in general.
*
* Since: 1.20
*/