check: add missing harness function to symbol export list
authorMatthew Waters <matthew@centricular.com>
Fri, 24 Nov 2017 02:58:01 +0000 (13:58 +1100)
committerMatthew Waters <matthew@centricular.com>
Fri, 24 Nov 2017 13:57:54 +0000 (00:57 +1100)
commit3afc5750627ad47187abcff908952a5c859c4da4
tree10bdc819774f1ae87df35ec33547b4190c20d73e
parent3b54dace2ded6c7a1e7577ef13014079923e3af1
check: add missing harness function to symbol export list

Fixes in user code:

undefined reference to `gst_harness_add_element_sink_pad'

Also reorder harness function list to be strictly in alphabetical order and
double check the list with:

awk '{ if ($1 !~ /#define/) if ($2 ~ /gst_harness_/) { print $2 }; if ($3 ~ /gst_harness_/) { print $3} }' libs/gst/check/gstharness.h | sort
libs/gst/check/Makefile.am