From 98522fc6382b3ff34177fbce92dbd7c45f8eb15c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 12 Dec 2005 14:43:57 +0000 Subject: [PATCH] libs/gst/base/gstpushsrc.c: Fix typo. Original commit message from CVS: * libs/gst/base/gstpushsrc.c: Fix typo. --- ChangeLog | 5 +++++ libs/gst/base/gstpushsrc.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c43e24dc10..e84ccc6602 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-12 Wim Taymans + + * libs/gst/base/gstpushsrc.c: + Fix typo. + 2005-12-12 Wim Taymans * docs/libs/gstreamer-libs-sections.txt: diff --git a/libs/gst/base/gstpushsrc.c b/libs/gst/base/gstpushsrc.c index 90d10f8f2d..59fdcec5d7 100644 --- a/libs/gst/base/gstpushsrc.c +++ b/libs/gst/base/gstpushsrc.c @@ -30,7 +30,7 @@ * prefers to push out a fixed size buffer. * * Classes extending this base class will usually be scheduled - * in a push based mode. It the peer accepts to operate without + * in a push based mode. If the peer accepts to operate without * offsets and withing the limits of the allowed block size, this * class can operate in getrange based mode automatically. *