From e8b8381452ae0ce113cc3d7849651c52bec088cc Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 6 Dec 2005 23:32:01 +0000 Subject: [PATCH] libs/gst/base/gstbasetransform.c: speling fix. Original commit message from CVS: * libs/gst/base/gstbasetransform.c: speling fix. --- ChangeLog | 4 ++++ libs/gst/base/gstbasetransform.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dafd45d..7ab2edf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-06 David Schleef + + * libs/gst/base/gstbasetransform.c: speling fix. + 2005-12-06 Thomas Vander Stichele * docs/libs/tmpl/gstdataprotocol.sgml: diff --git a/libs/gst/base/gstbasetransform.c b/libs/gst/base/gstbasetransform.c index c42bfe1..9d8b9df 100644 --- a/libs/gst/base/gstbasetransform.c +++ b/libs/gst/base/gstbasetransform.c @@ -23,7 +23,7 @@ /** * SECTION:gstbasetransform - * @short_description: Base class for simple tranform filters + * @short_description: Base class for simple transform filters * @see_also: #GstBaseSrc, #GstBaseSink * * This base class is for filter elements that process data. @@ -488,7 +488,7 @@ gst_base_transform_getcaps (GstPad * pad) temp = gst_caps_intersect (caps, templ); GST_DEBUG_OBJECT (pad, "intersected %" GST_PTR_FORMAT, temp); gst_caps_unref (caps); - /* then see what we can tranform this to */ + /* then see what we can transform this to */ caps = gst_base_transform_transform_caps (trans, GST_PAD_DIRECTION (otherpad), temp); GST_DEBUG_OBJECT (pad, "transformed %" GST_PTR_FORMAT, caps); -- 2.7.4