-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gstplayer broken on wayland #183
Comments
By now it can be workaround with:
but there must be a proper fix, so I will keep this open |
xid is the id for x11 so makes sense there's no such thing on Wayland. Here are examples for same funcionality with new api: https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/tests/examples/gtk gstsink should work with wayland (changing whatever neccesary) |
Meanwhile migration to Wayland is done adding this to init scripts (see #89)
should work |
https://github.com/albfan/miraclecast/blob/master/res/gstplayer#L171
https://github.com/albfan/miraclecast/blob/master/res/gstplayer#L184
The text was updated successfully, but these errors were encountered: