c - gstreamer needs g_main_loop_run while gtk needs gtk_main() -


i'm trying write gtk+ application in c uses gstreamer.

gtk+ needs gtk_main() execute.

gstreamer needs g_main_loop_run() execute.

both of them stall execution flow.

what can gtk_main() hold gmainloop created gstreamer?

thanks

do not create gmainloop, gtk_main() internally creates 1 should suffice glib based library uses events/signals.

see this question quotes gtk_main() source


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -