Bug 69061 - Gstreamer bus never send message
Summary: Gstreamer bus never send message
Status: NEW
Alias: None
Product: GStreamer SDK
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-07 00:17 UTC by Doudieu Siewe
Modified: 2013-09-07 00:17 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.