mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
check: Fix exported symbol name
it's _template and not _templ
This commit is contained in:
parent
dabb959747
commit
145517aa64
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ LIBGSTCHECK_EXPORTED_FUNCS = \
|
|||
gst_check_setup_sink_pad \
|
||||
gst_check_setup_sink_pad_from_template \
|
||||
gst_check_setup_sink_pad_by_name \
|
||||
gst_check_setup_sink_pad_by_name_from_templ \
|
||||
gst_check_setup_sink_pad_by_name_from_template \
|
||||
gst_check_setup_src_pad \
|
||||
gst_check_setup_src_pad_from_template \
|
||||
gst_check_setup_src_pad_by_name \
|
||||
|
|
Loading…
Reference in a new issue