What's the difference between the two webrtc dirs in the core repo

I have been unable to tell the difference between
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/meson.build
and
subprojects/gst-plugins-bad/ext/webrtc/meson.build.

  • ext/webrtc/ is the GStreamer plugin that contains the webrtcbin element
  • gst-libs/gst/webrtc is the GStreamer WebRTC library that provides API for various objects the webrtcbin element exposes/uses.
1 Like