gst.h: Don't spew warnings if GST_USE_UNSTABLE_API is not defined
authorTim-Philipp Müller <tim@centricular.com>
Sat, 16 Jan 2016 14:51:37 +0000 (14:51 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 16 Jan 2016 16:00:16 +0000 (16:00 +0000)
commit8b88fc487f199bd3a7d5e10dc5bb904454c1d67e
tree909015080793ab06b56e1727e8845ba42836755d
parent7801a46e5fedef6f0f89a4d9b0ffe50434875e99
gst.h: Don't spew warnings if GST_USE_UNSTABLE_API is not defined

Only hide GstTracer and GstTracerRecord API behind GST_USE_UNSTABLE_API,
but don't spew any warnings, otherwise everyone has to define this
to avoid compiler warnings.

This reverts parts of commit 89ee5d948dff560204e6edd210c44ed2b8654b8e.
configure.ac
docs/gst/Makefile.am
gst/gst.h
gst/gsttracer.c
gst/gsttracer.h
gst/gsttracerrecord.c
gst/gsttracerrecord.h
gst/gsttracerutils.c
plugins/tracers/Makefile.am
tests/check/Makefile.am