Fix start/stop typo

This commit is contained in:
Kaj-Michael Lang 2009-10-23 11:00:53 +03:00 committed by Thiago Santos
parent df6e65afe5
commit 8dfb55eec2

View file

@ -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