From: Philip Jägenstedt Date: Tue, 14 Jun 2011 15:57:21 +0000 (+0200) Subject: basesink: Fix typo in documentation X-Git-Tag: RELEASE-0.10.36~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f0e066102676bb3ce142b8f70d1609e950e457c;p=platform%2Fupstream%2Fgstreamer.git basesink: Fix typo in documentation Fixes #652577. --- diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index c342d3c..d60ba6f 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -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. */