Bug 69061

Summary: Gstreamer bus never send message
Product: GStreamer SDK Reporter: Doudieu Siewe <wambenarcisse>
Component: GeneralAssignee: bugs
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Doudieu Siewe 2013-09-07 00:17:33 UTC
Hello, I'm using gstreamer0.10 with vala(0.20)
when setting a signal handler on a gstreamer bus my handler is never call

GstBus bus = pipe.get_bus();
bus.add_signal_watch();
bus.message.connect(func);

where func is as follows:

public void func(Gst.Bus bus, Message msg)
{
  //some codes here
}

I don't know how to solve this problem...

Thanks...

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.