Skip to content
  • Tim-Philipp Müller's avatar
    pbutils, rtsp: fix deprecation guards · f548546d
    Tim-Philipp Müller authored
    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.
    f548546d