mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
Fix start/stop typo
This commit is contained in:
parent
df6e65afe5
commit
8dfb55eec2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue