diff --git a/subprojects/gstreamer/gst/gstbuffer.c b/subprojects/gstreamer/gst/gstbuffer.c index 2d3a849419..d4e65066dc 100644 --- a/subprojects/gstreamer/gst/gstbuffer.c +++ b/subprojects/gstreamer/gst/gstbuffer.c @@ -35,7 +35,7 @@ * The following example creates a buffer that can hold a given video frame * with a given width, height and bits per plane. * - * ``` C + * ``` C * GstBuffer *buffer; * GstMemory *memory; * gint size, width, height, bpp;