commit | 3afc5750627ad47187abcff908952a5c859c4da4 | [log] [tgz] |
---|---|---|
author | Matthew Waters <matthew@centricular.com> | Fri Nov 24 13:58:01 2017 +1100 |
committer | Matthew Waters <matthew@centricular.com> | Sat Nov 25 00:57:54 2017 +1100 |
tree | 10bdc819774f1ae87df35ec33547b4190c20d73e | |
parent | 3b54dace2ded6c7a1e7577ef13014079923e3af1 [diff] |
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