[0.11] gstreamer: basetransform: fix typo
Wim Taymans
wtay at kemper.freedesktop.org
Thu Jan 26 10:28:55 PST 2012
Module: gstreamer
Branch: 0.11
Commit: e122bae3ad83d384f4fc1806b2bf7ee6e91780c3
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=e122bae3ad83d384f4fc1806b2bf7ee6e91780c3
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Thu Jan 26 18:56:14 2012 +0100
basetransform: fix typo
---
libs/gst/base/gstbasetransform.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libs/gst/base/gstbasetransform.c b/libs/gst/base/gstbasetransform.c
index fe6b2fa..2013a96 100644
--- a/libs/gst/base/gstbasetransform.c
+++ b/libs/gst/base/gstbasetransform.c
@@ -1051,7 +1051,7 @@ gst_base_transform_find_transform (GstBaseTransform * trans, GstPad * pad,
if (klass->fixate_caps) {
othercaps = gst_caps_make_writable (othercaps);
- GST_DEBUG_OBJECT (trans, "calling faxate_caps for %" GST_PTR_FORMAT
+ GST_DEBUG_OBJECT (trans, "calling fixate_caps for %" GST_PTR_FORMAT
" using caps %" GST_PTR_FORMAT " on pad %s:%s", othercaps, caps,
GST_DEBUG_PAD_NAME (otherpad));
/* note that we pass the complete array of structures to the fixate
More information about the gstreamer-commits
mailing list