basesink: Fix typo in documentation
authorPhilip Jägenstedt <philipj@opera.com>
Tue, 14 Jun 2011 15:57:21 +0000 (17:57 +0200)
committerDavid Schleef <ds@schleef.org>
Fri, 17 Jun 2011 08:54:31 +0000 (01:54 -0700)
Fixes #652577.

libs/gst/base/gstbasesink.c

index c342d3c..d60ba6f 100644 (file)
@@ -3236,7 +3236,7 @@ stopping:
  *
  * Queue an object for rendering.
  * The first prerollable object queued will complete the preroll. If the
- * preroll queue if filled, we render all the objects in the queue.
+ * preroll queue is filled, we render all the objects in the queue.
  *
  * This function takes ownership of the object.
  */