From: Mark Nauwelaerts Date: Tue, 22 Sep 2009 13:44:31 +0000 (+0200) Subject: dataqueue: fix API documentation typo X-Git-Tag: RELEASE-0.10.26~404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f4daa8fd9b0ae85d410c8141963d108ac2491f8;p=platform%2Fupstream%2Fgstreamer.git dataqueue: fix API documentation typo --- 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. */