From f2726a2b4a4a4f7a65bcec698c0dd4d5450b0cd7 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 14 Feb 2018 14:16:14 -0500 Subject: [PATCH] doc: Fix since marker in dmabuf to match a stable release --- gst-libs/gst/allocators/gstdmabuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/allocators/gstdmabuf.h b/gst-libs/gst/allocators/gstdmabuf.h index 9410f65e9f..364067f2d1 100644 --- a/gst-libs/gst/allocators/gstdmabuf.h +++ b/gst-libs/gst/allocators/gstdmabuf.h @@ -54,7 +54,7 @@ G_BEGIN_DECLS * In this case the importer element should check all incomming memory using * gst_is_dmabuf_memory(). * - * Since: 1.11 + * Since: 1.12 */ #define GST_CAPS_FEATURE_MEMORY_DMABUF "memory:DMABuf"