pbutils, rtsp: fix deprecation guards
authorTim-Philipp Müller <tim@centricular.com>
Sat, 28 Apr 2018 23:18:58 +0000 (00:18 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 12 Aug 2018 23:24:50 +0000 (00:24 +0100)
commitf548546d414894007a06baffeb551a0d6874e32a
tree328c562c80eb5bf6969555f9d89af5e5fac42ef3
parent14c7c9f89e81e7e9482da7f31e72285daab48814
pbutils, rtsp: fix deprecation guards

Function body must only be removed if compiling with
GST_REMOVE_DEPRECATED. Function declaration must not
be skipped if GST_DISABLE_DEPRECATED is defined, since
it contains our export decorator and we wouldn't export
the symbol as public API any more then since we compile
with GST_DISABLE_DEPRECATED.
gst-libs/gst/pbutils/gstdiscoverer-types.c
gst-libs/gst/pbutils/gstdiscoverer.h
gst-libs/gst/pbutils/pbutils-prelude.h
gst-libs/gst/rtsp/gstrtsptransport.c
gst-libs/gst/rtsp/gstrtsptransport.h
gst-libs/gst/rtsp/rtsp-prelude.h