Skip to content

gstreamer: add `gst_macos_main()`

Piotr Brzeziński requested to merge thewildtree/gstreamer-rs:gst-macos-api into main

Adds binding for gst_macos_main() which sets up NSApplication etc. needed to correctly display windows and other things in macOS. Allows for an arbitrary type of the return value, unlike the C version where only int was supported.

Edited by Piotr Brzeziński

Merge request reports