libs/gst/base/gstpushsrc.c: Fix typo.

Original commit message from CVS:
* libs/gst/base/gstpushsrc.c:
Fix typo.
This commit is contained in:
Wim Taymans 2005-12-12 14:43:57 +00:00
parent 26d601c341
commit 98522fc638
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-12-12 Wim Taymans <wim@fluendo.com>
* libs/gst/base/gstpushsrc.c:
Fix typo.
2005-12-12 Wim Taymans <wim@fluendo.com>
* docs/libs/gstreamer-libs-sections.txt:

View file

@ -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.
*