|
From: K. <kp...@gm...> - 2011-03-24 19:32:48
|
On Tue, 22 Mar 2011, Todd Fischer wrote: > Hi Lavruschenko, > The two main steps are to convert the gstd factory and pipeline files into header files, like: > dbus-binding-tool --mode=glib-client com.ridgerun.gstreamer.gstd.FactoryInterface.xml --output=gstd-factory-interface.h > dbus-binding-tool --mode=glib-client com.ridgerun.gstreamer.gstd.PipelineInterface.xml --output=gstd-pipeline-interface.h > and then connect to dbus to be able to send messages. Once that is done, you can use the functions in the generated header files to exchange messages. Thanks for answer i will try do that way, i hope dbus tutorial drive me right direction to write this extra code. -- WBR Oleksandr Lavruschenko |