Re: Signal emission in multi-threading environment

2007-12-11 Thread Ben Lau
Hi Stefan, It is the simplest method! Thanks Stefan and all people replied on this thread. On Dec 8, 2007 6:23 PM, Stefan Kost <[EMAIL PROTECTED]> wrote: > Hi Ben, > > Ben Lau schrieb: > > hi all, > > > >I am implementing a GObject (a simple video player) that creates a > > GStreamer pipelin

Re: Signal emission in multi-threading environment

2007-12-08 Thread Stefan Kost
Hi Ben, Ben Lau schrieb: > hi all, > >I am implementing a GObject (a simple video player) that creates a > GStreamer pipeline for video processing. Soon it receives a new > GstBuffer of video frame from the pipeline, it will emit a signal. As > GStreamer processes the pipeline with multiple t

Re: Signal emission in multi-threading environment

2007-12-02 Thread Chris Vine
On Thu, 2007-11-29 at 20:07 +0800, Ben Lau wrote: > hi all, > >I am implementing a GObject (a simple video player) that creates a > GStreamer pipeline for video processing. Soon it receives a new > GstBuffer of video frame from the pipeline, it will emit a signal. As > GStreamer processes the

Re: Signal emission in multi-threading environment

2007-11-29 Thread wallace . owen
On Thu, 2007-11-29 at 20:07 +0800, Ben Lau wrote: > hi all, > >I am implementing a GObject (a simple video player) that creates a > GStreamer pipeline for video processing. Soon it receives a new > GstBuffer of video frame from the pipeline, it will emit a signal. As > GStreamer processes the