<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html><head><meta http-equiv="Content-Type" content="text/html;charset=us-ascii">
<style>BODY{font:10pt Tahoma, Verdana, sans-serif}</style></head><body>
Thx for the quick reply.<br><br>I'm using the TI Omap3 3530 processor and I'm using gstreamer-ti plugins for to<br>use the DSP. (using TI's dvsdk).<br><br>Since the igep2 and our board are very close relatives, I'm wondering which<br>setup you're using. Did you also use sofiasip?<br><br>Also, in our app, we're setting arguments for the gstreamer plugins, like:<br>&nbsp;&nbsp;&nbsp; decoder = gst_element_factory_make("TIViddec2", NULL);<br>&nbsp;&nbsp;&nbsp; g_object_set(G_OBJECT(decoder), "codecName", "h264dec", NULL);<br>When running with GST_DEBUG=5 i can see that these are being used. But<br>setting the args for:<br>&nbsp;&nbsp;&nbsp; framebuffer = gst_element_factory_make("TIDmaiVideoSink", NULL);<br>&nbsp;&nbsp;&nbsp; g_object_set(G_OBJECT(framebuffer), "displayStd", "V4L2", NULL);<br>&nbsp;&nbsp;&nbsp; ..<br>cannot be found in the logging. Strange...<br><br>Any ideas?<br><br>Regards,<br>Bas<br><br><br><br><blockquote style="padding-left: 5px; margin-left: 5px; border-left: 2px solid rgb(0, 0, 255); margin-right: 0px;">
Debugging voip can be fun, starting from sofiasip is probably your best<br>
bet. To get more info from a stand-alone process run:<br>
TPORT_DEBUG=9 TPORT_LOG=1 SOFIASIP_DEBUG=all SOFIASIP_PERSIST=true &lt;path<br>
to tp-sofiasip&gt;<br>
<br>
It's quite likely though the problem is in the media path, using<br>
gstreamers debugging facilities should be able to help you here.<br>
<br>
Ooi, i recently played around with an igep development board (omap3) and<br>
nicely got some telepathy apps running with video conferencing. Which<br>
way of using the DSP are you using? dspbridge with gst-dsp or the<br>
Openmax way of doing things ?<br>
<br>
-- <br>
Sjoerd Simons &lt;<a href="mailto:sjoerd.simons@collabora.co.uk">sjoerd.simons@collabora.co.uk</a>&gt;<br>
Collabora Ltd.<br>
_______________________________________________<br>
telepathy mailing list<br>
<a href="mailto:telepathy@lists.freedesktop.org">telepathy@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/telepathy" target="_blank">http://lists.freedesktop.org/mailman/listinfo/telepathy</a><br>
</blockquote><style>
</style>
</body></html>