summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglsl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gl/gstglsl.h')
-rw-r--r--gst-libs/gst/gl/gstglsl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/gstglsl.h b/gst-libs/gst/gl/gstglsl.h
index 42de2b9b4..af837fd94 100644
--- a/gst-libs/gst/gl/gstglsl.h
+++ b/gst-libs/gst/gl/gstglsl.h
@@ -27,6 +27,13 @@ G_BEGIN_DECLS
GST_EXPORT
GQuark gst_glsl_error_quark (void);
+
+/**
+ * GST_GLSL_ERROR:
+ *
+ * Error domain for GStreamer's GLSL module. Errors in this domain will be
+ * from the #GstGLSLError enumeration
+ */
#define GST_GLSL_ERROR (gst_glsl_error_quark ())
/**