Using GStreamer-python in Maemo 5 on N900
Yesterday lunchtime I wrote a simple GStreamer app in python to run on the N900 with the video embedded in a widget inside the app. I committed it inside gst-python git inside the folder examples. It just does videotestsrc ! videoscale ! ximagesink. It could have been videotestsrc ! xvimagesink but I wanted to grab a screenshot.
Code (with comments): http://cgit.freedesktop.org/gstreamer/gst-python/tree/examples/maemogst.py

October 16th, 2009 at 12:28 pm
It could be videotestsrc ! ximagesink – videotestsrc can resize after all. :p
October 16th, 2009 at 12:42 pm
Good point, whoops! Hey it works
October 16th, 2009 at 8:35 pm
[...] E, para garantir que isso continue acontecendo, a turma continua trabalhando, melhorando o suporte a Ogg, portando widgets para o Fremantle e explicando aos outros como usar Gstreamer com Python. [...]