diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-10-13 15:27:40 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-10-13 15:27:40 +0000 |
commit | d2cd55ab84fb2f26697abe5fab19441dbb6cd574 (patch) | |
tree | e380804c1a99bb4e23f8c5f07d4852a8eb46fc54 /docs/random/old | |
parent | eecd25e78fa4723bc97c3151b21d04ea603c904e (diff) |
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
Diffstat (limited to 'docs/random/old')
-rw-r--r-- | docs/random/old/ChangeLog.gstreamer | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/random/old/ChangeLog.gstreamer b/docs/random/old/ChangeLog.gstreamer index f5f8801b2..e49965715 100644 --- a/docs/random/old/ChangeLog.gstreamer +++ b/docs/random/old/ChangeLog.gstreamer @@ -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 |