Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-11-04 Thread Tomeu Vizoso
On Thu, Nov 3, 2011 at 19:55, Angel Guzman Maeso shaka...@gmail.com wrote: But apparently, the first problem comes, I need compile gir files for create the typelib files. Both .gir and .typelib files should be generated during the build process. Check config.log for reasons why this didn't

Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-11-03 Thread Angel Guzman Maeso
2011/11/2 Tomeu Vizoso to...@sugarlabs.org OYou don't need gst-python any more, that's the point of the move to introspection: https://live.gnome.org/GObjectIntrospection/Architecture For building gstreamer master from git: http://gstreamer.freedesktop.org/ Good luck, Tomeu Hi again,

Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-11-02 Thread Tomeu Vizoso
On Tue, Nov 1, 2011 at 20:04, Angel Guzman Maeso shaka...@gmail.com wrote: 2011/11/1 Tomeu Vizoso to...@sugarlabs.org On Tue, Nov 1, 2011 at 19:37, Angel Guzman Maeso shaka...@gmail.com wrote: Where I can find 0.11 (1.0) for download and compile on Ubuntu? I need to fix this ASAP (I am

Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-11-01 Thread Angel Guzman Maeso
2011/10/29 Pietro Battiston m...@pietrobattiston.it Il giorno sab, 29/10/2011 alle 10.57 +0200, Angel Guzman Maeso ha scritto: Please, anybody can help me? I search on pygstreamer and GIR files code and changelog and there is not reference for changes related with syn-message::element.

Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-11-01 Thread Tomeu Vizoso
Hi, what version of GStreamer are you using? I think only 0.11 (future 1.0) can be used through introspection. There are other programs that are being ported to introspection and that use GStreamer, such as Pitivi, I would look at them for ideas. Regards, Tomeu On Tue, Nov 1, 2011 at 12:05,

Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-11-01 Thread Angel Guzman Maeso
2011/11/1 Tomeu Vizoso to...@sugarlabs.org Hi, what version of GStreamer are you using? I think only 0.11 (future 1.0) can be used through introspection. There are other programs that are being ported to introspection and that use GStreamer, such as Pitivi, I would look at them for ideas.

Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-11-01 Thread Tomeu Vizoso
On Tue, Nov 1, 2011 at 19:37, Angel Guzman Maeso shaka...@gmail.com wrote: Where I can find 0.11 (1.0) for download and compile on Ubuntu? I need to fix this ASAP (I am doing a app for my dissertation). If you are in such a hurry, may be better to stay with the old static bindings. Regards,

Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-11-01 Thread Angel Guzman Maeso
2011/11/1 Tomeu Vizoso to...@sugarlabs.org On Tue, Nov 1, 2011 at 19:37, Angel Guzman Maeso shaka...@gmail.com wrote: Where I can find 0.11 (1.0) for download and compile on Ubuntu? I need to fix this ASAP (I am doing a app for my dissertation). If you are in such a hurry, may be better

Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-10-29 Thread Angel Guzman Maeso
Please, anybody can help me? I search on pygstreamer and GIR files code and changelog and there is not reference for changes related with syn-message::element. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read

Re: [pygtk] PyObject fails with Gst on signal sync-message::element

2011-10-29 Thread Pietro Battiston
Il giorno sab, 29/10/2011 alle 10.57 +0200, Angel Guzman Maeso ha scritto: Please, anybody can help me? I search on pygstreamer and GIR files code and changelog and there is not reference for changes related with syn-message::element. Nothing to do with the This signal will not be emitted by

[pygtk] PyObject fails with Gst on signal sync-message::element

2011-10-27 Thread Angel Guzman Maeso
Hi everyone, I am migrating a old code written with GTK+ 2.X to GTK 3+ for play a .ogv video with gstreamer. The problem seems that the signal sync-message::element is never launched (but if it is launched sync-message). So, as result we cannot attach a Gtk.DrawingArea() inside of another window