From 5f4daa8fd9b0ae85d410c8141963d108ac2491f8 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 22 Sep 2009 15:44:31 +0200 Subject: [PATCH] dataqueue: fix API documentation typo --- libs/gst/base/gstdataqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gstdataqueue.c b/libs/gst/base/gstdataqueue.c index 14d561e..8e41cc8 100644 --- a/libs/gst/base/gstdataqueue.c +++ b/libs/gst/base/gstdataqueue.c @@ -294,7 +294,7 @@ gst_data_queue_locked_is_full (GstDataQueue * queue) * gst_data_queue_flush: * @queue: a #GstDataQueue. * - * Flushes all the contents of the @queue. Any call to #gst_data_queue_pull and + * Flushes all the contents of the @queue. Any call to #gst_data_queue_push and * #gst_data_queue_pop will be released. * MT safe. */ -- 2.7.4