summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglupload.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gl/gstglupload.c')
-rw-r--r--gst-libs/gst/gl/gstglupload.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/gl/gstglupload.c b/gst-libs/gst/gl/gstglupload.c
index 16ed5eaab..eb25e15ac 100644
--- a/gst-libs/gst/gl/gstglupload.c
+++ b/gst-libs/gst/gl/gstglupload.c
@@ -1620,11 +1620,11 @@ _upload_find_method (GstGLUpload * upload)
/**
* gst_gl_upload_perform_with_buffer:
* @upload: a #GstGLUpload
- * @buffer: a #GstBuffer
- * @outbuf_ptr: esulting buffer
+ * @buffer: input #GstBuffer
+ * @outbuf_ptr: resulting #GstBuffer
*
* Uploads @buffer using the transformation specified by
- * gst_gl_upload_set_caps().
+ * gst_gl_upload_set_caps() creating a new #GstBuffer in @outbuf_ptr.
*
* Returns: whether the upload was successful
*/