Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGStreamer plugin should share state between multiple servo instances #24840
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, multiple
servosrcsources will each end up with an independent servo instance. This is wasteful, really they should share a servo and create a new browser instance within it.