On 8/6/07, Matthew Allum <[EMAIL PROTECTED]> wrote: > This may be a question for the gst list. Im no gstreamer expert and all > I can really offer is the examples/ in clutter-gst. > > Also are you aware of gmyth; > http://gmyth.sourceforge.net/wiki/index.php/Main_Page > They have a specific gst element for MythTv streams; > https://gmyth.svn.sourceforge.net/svnroot/gmyth/trunk/gst-gmyth/ > Thanks, I'll check out that gst list.
I wish I could say I had been aware of gmyth last week, I just spent half my weekend implementing the myth protocol in python :( > > > > This is very much a noob type question, but can anyone advise on what > > is the best way to have this data stream fed through to gst? > > > > On a secondary note and in the hopes of saving others some pain, I > > discovered that if you're using python with clutter and are making use > > of multiple threads, then you need to execute the following line > > before the clutter.main() loop is started: > > gtk.threads_init() > > Very odd. Maybe this is a bindings thing in gtk.threads_init() also does > something global python wise-ish ? > I'm not sure what it does exactly, I found it on the GTK FAQ, but it seemed to fix my problem. In my instance, I wasn't calling clutter functions from within the threads, merely using the threads to gather data which is then passed back to the main thread, but I still had problems without this line. > Note also see; > http://bugzilla.openedhand.com/show_bug.cgi?id=429 > > The plan is to get this in very shortly after 0.4.0 (i.e probably > 0.4.1). Please test ! I'll check out the patch tonight. Thanks once again for your help -Josh -- To unsubscribe send a mail to [EMAIL PROTECTED]
