gstreamer/libs/gst
Matthew Waters 3afc575062 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
2017-11-25 00:57:54 +11:00
..
base libs: fix indentation 2017-11-24 13:40:33 +01:00
check check: add missing harness function to symbol export list 2017-11-25 00:57:54 +11:00
controller meson: remove vs_module_defs 2017-10-05 09:35:41 +01:00
helpers plugin dependencies: fix 6cddce7663 2017-09-26 15:15:27 +02:00
net libs: fix indentation 2017-11-24 13:40:33 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-19 21:26:14 +01:00