Hello,

I want to use GStreamer and pyglet together. However, I have two event loops
to use both libraries.

# Glib event loop
import gobject
main_loop = gobject.MainLoop()
main_loop.run()

# Pyglet event loop
import pyglet.app
pyglet.app.run()

What is the best way to combine these two event loops?

Regards,
Kwang Yul Seo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to