Monday, June 24, 2013

Ported audiotest.py, fixed __init__ in flumotion/test/

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

3 comments :

  1. 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.

    ReplyDelete
  2. The tests pass, so i guess it's compatible.

    ReplyDelete
  3. I tried asking on #twisted, but nobody replied :/

    ReplyDelete