summaryrefslogtreecommitdiff
path: root/ext/zbar
diff options
context:
space:
mode:
authorKaj-Michael Lang <milang@tal.org>2009-10-23 11:00:53 +0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2009-10-23 12:11:11 -0300
commit8dfb55eec236636e0a8b81435379fc5a90926a4b (patch)
tree52a31281bd5ab97010f579af05a44c7fa0402a30 /ext/zbar
parentdf6e65afe56b6435c08896e722a644dc33ae8726 (diff)
downloadgstreamer-plugins-bad-8dfb55eec236636e0a8b81435379fc5a90926a4b.tar.gz
Fix start/stop typo
Diffstat (limited to 'ext/zbar')
-rw-r--r--ext/zbar/gstzbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zbar/gstzbar.c b/ext/zbar/gstzbar.c
index 97637ce57..cd2ec48f4 100644
--- a/ext/zbar/gstzbar.c
+++ b/ext/zbar/gstzbar.c
@@ -168,7 +168,7 @@ gst_zbar_class_init (GstZBarClass * g_class)
trans_class->set_caps = GST_DEBUG_FUNCPTR (gst_zbar_set_caps);
trans_class->transform_ip = GST_DEBUG_FUNCPTR (gst_zbar_transform_ip);
trans_class->start = GST_DEBUG_FUNCPTR (gst_zbar_start);
- trans_class->start = GST_DEBUG_FUNCPTR (gst_zbar_stop);
+ trans_class->stop = GST_DEBUG_FUNCPTR (gst_zbar_stop);
}
static void