I ported feedcomponent.py and all the modules it's importing. I also ported the test for it and changed the reactor from Gtk2Reactor (which was not compatible with gi) to PollReactor.
I did the same change to the reactor in the __init__ file in the test folder and commented a few lines.
All this lead to porting the audio test producer.
[7e20c17]
TO DO:
*Port the video test producer, audio and video encoders (Theora and Vorbis)
*Try to figure out why test_common_gstreamer returns 2 fails on the Caps test
*The goal is to make a simple stream pipeline work under gstreamer 1.0
Is PollReactor compatible with gi? I'm pretty sure you need to use something like Gtk2Reactor when using something that needs Gtk. Can you please ask on #twisted about this.
ReplyDeleteThe tests pass, so i guess it's compatible.
ReplyDeleteI tried asking on #twisted, but nobody replied :/
ReplyDelete