rtptransceiver: Remove direction setter and vfunc and replace it by a property
authorSebastian Dröge <sebastian@centricular.com>
Mon, 5 Aug 2019 16:45:05 +0000 (19:45 +0300)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Tue, 6 Aug 2019 12:22:21 +0000 (12:22 +0000)
commit28b0be4036ac59d6e6068586ab7bc55e8ac51166
tree3dc00637d44b60d71279bbc0d1b8349980cdb437
parentef81c9d6c40baf4e6c888dcfa577ee753fd3019a
rtptransceiver: Remove direction setter and vfunc and replace it by a property

It was changed from a function to a property in the latest WebRTC spec.
ext/webrtc/webrtctransceiver.c
gst-libs/gst/webrtc/rtptransceiver.c
gst-libs/gst/webrtc/rtptransceiver.h
tests/check/elements/webrtcbin.c
tests/examples/webrtc/webrtcrenego.c