webrtc: gstreamer as aliased external libraries

Otherwise gir will not add as external crate gst_sys which doesn't
exist, but gstreamer_sys.
This commit is contained in:
Víctor Manuel Jáquez Leal 2018-09-04 18:00:15 +02:00 committed by Sebastian Dröge
parent 25142fc3b5
commit 9a490b9c28

View file

@ -9,8 +9,8 @@ work_mode = "sys"
external_libraries = [
"GLib",
"GObject",
"Gst"
]
[external_libraries]
gstreamer="Gst"
gstreamer_sdp="GstSdp"