mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
libs/gst/base/gstbasetransform.c: speling fix.
Original commit message from CVS: * libs/gst/base/gstbasetransform.c: speling fix.
This commit is contained in:
parent
288f61d21f
commit
e8b8381452
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-12-06 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* libs/gst/base/gstbasetransform.c: speling fix.
|
||||||
|
|
||||||
2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* docs/libs/tmpl/gstdataprotocol.sgml:
|
* docs/libs/tmpl/gstdataprotocol.sgml:
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gstbasetransform
|
* SECTION:gstbasetransform
|
||||||
* @short_description: Base class for simple tranform filters
|
* @short_description: Base class for simple transform filters
|
||||||
* @see_also: #GstBaseSrc, #GstBaseSink
|
* @see_also: #GstBaseSrc, #GstBaseSink
|
||||||
*
|
*
|
||||||
* This base class is for filter elements that process data.
|
* 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);
|
temp = gst_caps_intersect (caps, templ);
|
||||||
GST_DEBUG_OBJECT (pad, "intersected %" GST_PTR_FORMAT, temp);
|
GST_DEBUG_OBJECT (pad, "intersected %" GST_PTR_FORMAT, temp);
|
||||||
gst_caps_unref (caps);
|
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,
|
caps = gst_base_transform_transform_caps (trans,
|
||||||
GST_PAD_DIRECTION (otherpad), temp);
|
GST_PAD_DIRECTION (otherpad), temp);
|
||||||
GST_DEBUG_OBJECT (pad, "transformed %" GST_PTR_FORMAT, caps);
|
GST_DEBUG_OBJECT (pad, "transformed %" GST_PTR_FORMAT, caps);
|
||||||
|
|
Loading…
Reference in a new issue