From a6010a915544c0c28f776c6dab85bdc7f549685f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 14 Dec 2013 18:31:38 +0000 Subject: [PATCH] docs: fix docs for gst_queue_array_peek_head() --- libs/gst/base/gstqueuearray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gstqueuearray.c b/libs/gst/base/gstqueuearray.c index b793257..8061ff1 100644 --- a/libs/gst/base/gstqueuearray.c +++ b/libs/gst/base/gstqueuearray.c @@ -111,7 +111,7 @@ gst_queue_array_pop_head (GstQueueArray * array) } /** - * gst_queue_array_pop_head: + * gst_queue_array_peek_head: * @array: a #GstQueueArray object * * Returns and head of the queue @array and does not -- 2.7.4