mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
libs/gst/base/gstpushsrc.c: Fix typo.
Original commit message from CVS: * libs/gst/base/gstpushsrc.c: Fix typo.
This commit is contained in:
parent
26d601c341
commit
98522fc638
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue