dataqueue: fix API documentation typo
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 22 Sep 2009 13:44:31 +0000 (15:44 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Wed, 7 Oct 2009 16:51:51 +0000 (18:51 +0200)
libs/gst/base/gstdataqueue.c

index 14d561e..8e41cc8 100644 (file)
@@ -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.
  */