summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-10-13 15:27:40 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-10-13 15:27:40 +0000
commitd2cd55ab84fb2f26697abe5fab19441dbb6cd574 (patch)
treee380804c1a99bb4e23f8c5f07d4852a8eb46fc54
parenteecd25e78fa4723bc97c3151b21d04ea603c904e (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
-rw-r--r--ChangeLog11
-rw-r--r--docs/design/draft-push-pull.txt2
-rw-r--r--docs/design/part-overview.txt2
-rw-r--r--docs/random/TODO-pre-0.92
-rw-r--r--docs/random/old/ChangeLog.gstreamer12
-rw-r--r--gst/base/gstpushsrc.c2
-rw-r--r--gst/gstclock.c2
-rw-r--r--libs/gst/base/gstpushsrc.c2
8 files changed, 23 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index fc02086e8..f2dbf1c66 100644
--- a/ChangeLog
+++ b/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),
diff --git a/docs/design/draft-push-pull.txt b/docs/design/draft-push-pull.txt
index 6d89f8b3b..884f2e22a 100644
--- a/docs/design/draft-push-pull.txt
+++ b/docs/design/draft-push-pull.txt
@@ -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.
diff --git a/docs/design/part-overview.txt b/docs/design/part-overview.txt
index d953e3793..bf82dfd05 100644
--- a/docs/design/part-overview.txt
+++ b/docs/design/part-overview.txt
@@ -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.
diff --git a/docs/random/TODO-pre-0.9 b/docs/random/TODO-pre-0.9
index c65aa570e..25190f8ee 100644
--- a/docs/random/TODO-pre-0.9
+++ b/docs/random/TODO-pre-0.9
@@ -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 :))
!
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
diff --git a/gst/base/gstpushsrc.c b/gst/base/gstpushsrc.c
index 7d6971eba..1690c83e0 100644
--- a/gst/base/gstpushsrc.c
+++ b/gst/base/gstpushsrc.c
@@ -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.
*
diff --git a/gst/gstclock.c b/gst/gstclock.c
index 695b6c925..1f3c9880d 100644
--- a/gst/gstclock.c
+++ b/gst/gstclock.c
@@ -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>
diff --git a/libs/gst/base/gstpushsrc.c b/libs/gst/base/gstpushsrc.c
index 7d6971eba..1690c83e0 100644
--- a/libs/gst/base/gstpushsrc.c
+++ b/libs/gst/base/gstpushsrc.c
@@ -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.
*