mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
fixed typos
Original commit message from CVS: * docs/design/draft-push-pull.txt: * docs/design/part-overview.txt: * docs/random/TODO-pre-0.9: * docs/random/old/ChangeLog.gstreamer: * gst/base/gstpushsrc.c: * gst/gstclock.c: fixed typos
This commit is contained in:
parent
eecd25e78f
commit
d2cd55ab84
8 changed files with 23 additions and 12 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2005-10-13 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/design/draft-push-pull.txt:
|
||||
* docs/design/part-overview.txt:
|
||||
* docs/random/TODO-pre-0.9:
|
||||
* docs/random/old/ChangeLog.gstreamer:
|
||||
* gst/base/gstpushsrc.c:
|
||||
* gst/gstclock.c:
|
||||
fixed typos
|
||||
|
||||
2005-10-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/glib-compat.c: (gst_flags_get_first_value):
|
||||
|
@ -24,6 +34,7 @@
|
|||
Added gst_tag_list_get_date() and gst_tag_list_get_date_index().
|
||||
GST_TAG_DATE now has a tag type of GST_TYPE_DATE (#170777).
|
||||
|
||||
>>>>>>> 1.1723
|
||||
2005-10-13 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/base/gstcollectpads.c: (gst_collectpads_event),
|
||||
|
|
|
@ -20,7 +20,7 @@ Usages of pull based scheduling:
|
|||
- sinks that pull in data, possibly at fixed intervals driven by some
|
||||
hardware device (audiocard, videodevice, ...).
|
||||
|
||||
- Efficient random access to resources. Especially usefull for certain
|
||||
- Efficient random access to resources. Especially useful for certain
|
||||
types of demuxers.
|
||||
|
||||
|
||||
|
|
|
@ -375,7 +375,7 @@ Pipeline status
|
|||
|
||||
Other methods for obtaining the pipeline status include the Query functionality that
|
||||
can be performed with gst_element_query() on the pipeline. This type of query
|
||||
is usefull for obtaining information about the current position and total time of
|
||||
is useful for obtaining information about the current position and total time of
|
||||
the pipeline. It can also be used to query for the supported seeking formats and
|
||||
ranges.
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ target release ! description
|
|||
!
|
||||
? ! strip the API to a bare bones minimal set of functions, leave the automatic
|
||||
! stuff to the app instead of forcing a policy in the core.
|
||||
! create a library with usefull higher level function for people who don't want
|
||||
! create a library with useful higher level function for people who don't want
|
||||
! to deal with the lowlevel stuff.
|
||||
! (HARD, need to negotiate with people :))
|
||||
!
|
||||
|
|
|
@ -3146,10 +3146,10 @@
|
|||
2001-06-02 22:57 wtay
|
||||
|
||||
* plugins/cdparanoia/: cdparanoia.c, cdparanoia.h: Applied the
|
||||
patch from Apoc: _ Add properties cur_sector read only ( get
|
||||
current sector ) _ Add properties last_track read only ( last
|
||||
track of the cd ) _ Add properties cur_track read only ( get the
|
||||
current track ) _ Properties end_track writeable ( last track to
|
||||
patch from Apoc: ?? _ Add properties cur_sector read only ( get
|
||||
current sector ) ?? _ Add properties last_track read only ( last
|
||||
track of the cd ) ?? _ Add properties cur_track read only ( get the
|
||||
current track ) ?? _ Properties end_track writeable ( last track to
|
||||
rip/play )
|
||||
|
||||
2001-06-02 22:52 wtay
|
||||
|
@ -5222,7 +5222,7 @@
|
|||
2001-05-01 23:43 wtay
|
||||
|
||||
* gst/gstprops.c: Removed the assert on an unknown propertytype and
|
||||
print usefull info.
|
||||
print useful info.
|
||||
|
||||
2001-05-01 22:41 omegahacker
|
||||
|
||||
|
@ -8966,7 +8966,7 @@
|
|||
* gst/: gstbin.c, gstscheduler.c: Check for NULL buffers before
|
||||
chaining/pushing them to the next element. NULL buffers happen on
|
||||
EOS. gst_bin_iterate now returns a gboolean indicating something
|
||||
usefull happened. It the bin is EOS, it returns FALSE.
|
||||
useful happened. It the bin is EOS, it returns FALSE.
|
||||
|
||||
2001-01-20 17:59 wtay
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* @short_description: Base class for push based source elements
|
||||
* @see_also: #GstBaseSrc
|
||||
*
|
||||
* This class is mostly usefull for elements that cannot do
|
||||
* This class is mostly useful for elements that cannot do
|
||||
* random access, or at least very slowly. The source usually
|
||||
* prefers to push out a fixed size buffer.
|
||||
*
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
* Usually all renderers sync to the global clock using the buffer timestamps,
|
||||
* the newsegment events and the element's base time.
|
||||
*
|
||||
* The time of the clock in itself is not very usefull for an application.
|
||||
* The time of the clock in itself is not very useful for an application.
|
||||
*/
|
||||
#include <time.h>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* @short_description: Base class for push based source elements
|
||||
* @see_also: #GstBaseSrc
|
||||
*
|
||||
* This class is mostly usefull for elements that cannot do
|
||||
* This class is mostly useful for elements that cannot do
|
||||
* random access, or at least very slowly. The source usually
|
||||
* prefers to push out a fixed size buffer.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue