Hi,

a bit late reply but here goes anyways.

On 30 June 2009,  Luo Cheng wrote:
>Sorry for dump to much questions and emails about sofsip-cli here!

no problem, that's what the list is for! :) 

>I was trying to solve the audio call problems with 
>"priv_cb_pipeline_bus: Error: Could not get/set settings 
>from/on resource" error. 

This error is coming from the gstreamer pipeline, e.g. some
problem with the gstreamer elements.

> static gboolean priv_cb_pipeline_bus (GstBus *bus, GstMessage 
>*message, gpointer data)
>
>requires 3 parameters, but when it is called from: -  

This is perfectly normal as this is a callback registered to
gstreamer. When gstreamer calls us back, 'data' will contain
the context pointer we gave to it in gst_bus_add_watch(), i.e.:

>gst_bus_add_watch(gst_pipeline_get_bus(GST_PIPELINE(self->sm_pi
>peline)), 
>              priv_cb_pipeline_bus, (void*)self);

So what you have to figure out is what goes wrong in 
gstreamer elements. Some help on how to debug gstreamer:

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html

-- 
first.surn...@nokia.com (Kai Vehmanen)
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to