<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.9600.16476"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=741422007-03032014><FONT size=2
face=Arial>Hi</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>My objective is to
recieve udp multicast rtp overlay and display in a Qt widget window.
</FONT></SPAN><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014><FONT size=2 face=Arial>I am somewhat successful in my
endeavours I can easily receive decode and display the stream without overlays.
My first attempt was with <SPAN lang=EN>GdkPixbuf Overlay. In which I was
constantly updating a .png file with simple vector drawing line on. although
this worked my machine ran out of memory after 15 minutes. "Cannot
allocate x bytes of data" so I went the simple route and decided to
incorporate a link of text overlays for my information which creates its own
problem.</SPAN></FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014><FONT size=2 face=Arial><SPAN
lang=EN></SPAN></FONT></SPAN></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><SPAN class=741422007-03032014><SPAN
lang=EN><FONT face=Arial><FONT size=2>Oh the application is to
prevention/monitor the poaching of rhino <SPAN
class=100405513-03032014><FONT color=#0000ff><FONT color=#000000>for a non
profit org</FONT> </FONT></SPAN></FONT></FONT></SPAN></SPAN></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><SPAN class=741422007-03032014><FONT
color=#0000ff><SPAN lang=EN></SPAN></FONT></SPAN> </DIV>
<DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>I have the following
problem when running the application<SPAN class=100405513-03032014><FONT
color=#0000ff> </FONT></SPAN>. I have multiple textoverlays in series see
pipeline below<SPAN class=100405513-03032014><FONT
color=#0000ff> </FONT><FONT color=#000000> (also if I only have one overlay
it still fails) </FONT></SPAN>. I am successful in running the application
once every 10 times.<FONT color=#0000ff><SPAN
class=100405513-03032014> <FONT color=#000000>But</FONT></SPAN><SPAN
class=100405513-03032014> </SPAN></FONT> When it fails I get this:
</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>Unhandled exception
at 0x035a93bc in VideoDisplay.exe: 0xC0000005: Access violation reading location
0x00000000. </FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>When I break to
recall the stack I get these messages in the Call Stack window
</FONT></SPAN></DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN class=741422007-03032014></SPAN><SPAN
class=741422007-03032014></SPAN></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT size=2><SPAN
class=741422007-03032014> libpixman-1-0.dll!034993bc() <BR></SPAN> [Frames
below may be incorrect and/or missing, no symbols loaded for
libpixman-1-0.dll] <BR> libpixman-1-0.dll!0345a8a0()
<BR> libcairo-2.dll!02f532f8() <BR></FONT></FONT></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>I have the following
<SPAN class=741422007-03032014><FONT size=2 face=Arial>Windows 7 64 bit
</FONT></SPAN>setup.</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>I am using VS2010
with the Qt 1.2.2 addin and Qt 5.2.0 Win32 Angle installed I have
also installed. </FONT></SPAN><SPAN class=741422007-03032014><FONT size=2
face=Arial>Gstreamer 1.2.3 (x86) as I am building for 32 bit machines.I am using
the simple object calls to set the elements of the Plugins and not using
callbacks or bus messages.</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>I am also NOT using
QtGstreamer Yet as I have not been able to compile it .</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>C++ VS2010 version
10.0.40219.1 SP 1</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>1.2.3 installed
to C:\gstreamer\1.0\x86\</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>User Environment
Variable is</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial>GSTREAMER_1_0_ROOT_X86 = C:\gstreamer\1.0\x86\</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>System
Environment Variable</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>PATH
+= c:\gstreamer\1.0\x86\bin; c:\gstreamer\1.0\x86\lib</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial>My project has
loaded the following .props under Debug | win32</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial>C:\gstreamer\1.0\x86\share\vs\2010\libs\gstreamer-video-1.0</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014><FONT size=2
face=Arial>C:\gstreamer\1.0\x86\share\vs\2010\libs\gstreamer-1.0</FONT></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014></SPAN></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014></SPAN></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014>Basic Pipeline but not all of the code
</SPAN></FONT></SPAN><SPAN class=741422007-03032014><FONT size=2
face=Arial><SPAN class=741422007-03032014>ach overlay is updated every 500ms
with information.</SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014></SPAN></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014>#defines</SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014></SPAN></FONT></SPAN> </DIV><SPAN
class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014><FONT size=2 face=Consolas><FONT size=2 face=Consolas>
<DIV>QWidget *videoWidget;</DIV>
<DIV>GstElement *pipeline, *source, *sink, *h264parse,*queue , *queue2 , *avdec
, *autovideoconvet ,*videoscale,*rtpdepay,*queueRTP, *queue3;</DIV>
<DIV>GstElement *clockoverlay;</DIV>
<DIV>GstElement *textoverlayTN;</DIV>
<DIV>GstElement *textoverlayPAY;</DIV>
<DIV>GstElement *textoverlayUAV;</DIV>
<DIV>GstElement *textoverlayUAVInfo;</DIV>
<DIV>GstElement *textoverlayTARGET;</DIV>
<DIV>GstElement *textoverlayTARGETInfo;</DIV>
<DIV>GstVideoOverlay *winOverlay;</DIV>
<DIV>GstCaps *caps;</DIV>
<DIV>GstStateChangeReturn ret;</DIV>
<DIV> </DIV>
<DIV><FONT face=Arial></FONT> </DIV><FONT face=Arial><FONT size=2
face=Consolas><FONT size=2 face=Consolas>
<DIV>gst_init (&argc, &argv);</DIV>
<DIV>pipeline = gst_pipeline_new (</FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"RTP-pipeline"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>);</FONT></FONT></DIV>
<DIV><FONT size=2 face=Consolas><FONT size=2
face=Consolas> </DIV></FONT></FONT></FONT></FONT></FONT></SPAN></FONT></SPAN><SPAN
class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014><FONT size=2 face=Consolas><FONT size=2 face=Consolas>
<DIV>source = gst_element_factory_make (</FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"udpsrc"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>rtpdepay = gst_element_factory_make (</FONT></FONT><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT
color=#a31515 size=2 face=Consolas>"rtph264depay"</FONT></FONT></FONT><FONT
size=2 face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>queueRTP = gst_element_factory_make (</FONT></FONT><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT
color=#a31515 size=2 face=Consolas>"queue"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>caps = gst_caps_from_string(</FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"application/x-rtp,"</DIV></FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>
<DIV></FONT></FONT><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas>"media=(string)video,"</DIV></FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>
<DIV></FONT></FONT><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas>"clock-rate=90000,"</DIV></FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>
<DIV></FONT></FONT><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas>"encoding-name=(string)H264,"</DIV></FONT></FONT></FONT><FONT
size=2 face=Consolas><FONT size=2 face=Consolas>
<DIV></FONT></FONT><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas>"sprop-parameter-sets=(string)\"J2QAKqwXKgFAFuQA\\,KP4BriwA\","</DIV></FONT></FONT></FONT><FONT
size=2 face=Consolas><FONT size=2 face=Consolas>
<DIV></FONT></FONT><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas>"payload=(int)96,"</DIV></FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>
<DIV></FONT></FONT><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas>"framerate=(string)50/1"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>);</DIV>
<DIV> </DIV>
<DIV>g_object_set (G_OBJECT (source), </FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"caps"</FONT></FONT></FONT><FONT size=2 face=Consolas><FONT
size=2 face=Consolas>, caps, NULL);</DIV>
<DIV>g_object_set (G_OBJECT (source), </FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"address"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, </FONT></FONT><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT
color=#a31515 size=2 face=Consolas>"224.0.1.3"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>g_object_set (G_OBJECT (source), </FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"port"</FONT></FONT></FONT><FONT size=2 face=Consolas><FONT
size=2 face=Consolas>, 2006, NULL);</DIV>
<DIV>g_object_set (G_OBJECT (source), </FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"buffer-size"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, 65000, NULL);</DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV>h264parse = gst_element_factory_make (</FONT></FONT><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT
color=#a31515 size=2 face=Consolas>"h264parse"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>queue = gst_element_factory_make (</FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"queue"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>queue3 = gst_element_factory_make (</FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"queue"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>avdec = gst_element_factory_make (</FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"avdec_h264"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>queue2 = gst_element_factory_make (</FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"queue"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>autovideoconvet = gst_element_factory_make (</FONT></FONT><FONT
color=#a31515 size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2
face=Consolas>"autovideoconvert"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>sink = gst_element_factory_make (</FONT></FONT><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT color=#a31515
size=2 face=Consolas>"d3dvideosink"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>textoverlayTN =gst_element_factory_make(</FONT></FONT><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT
color=#a31515 size=2 face=Consolas>"textoverlay"</FONT></FONT></FONT><FONT
size=2 face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>textoverlayPAY =gst_element_factory_make(</FONT></FONT><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT
color=#a31515 size=2 face=Consolas>"textoverlay"</FONT></FONT></FONT><FONT
size=2 face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>textoverlayUAV =gst_element_factory_make(</FONT></FONT><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT
color=#a31515 size=2 face=Consolas>"textoverlay"</FONT></FONT></FONT><FONT
size=2 face=Consolas><FONT size=2 face=Consolas>, NULL);</DIV>
<DIV>textoverlayUAVInfo =gst_element_factory_make(</FONT></FONT><FONT
color=#a31515 size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2
face=Consolas>"textoverlay"</FONT></FONT></FONT><FONT size=2 face=Consolas><FONT
size=2 face=Consolas>, NULL);</DIV>
<DIV>textoverlayTARGET = gst_element_factory_make(</FONT></FONT><FONT
color=#a31515 size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2
face=Consolas>"textoverlay"</FONT></FONT></FONT><FONT size=2 face=Consolas><FONT
size=2 face=Consolas>, NULL);</DIV>
<DIV>textoverlayTARGETInfo = gst_element_factory_make(</FONT></FONT><FONT
color=#a31515 size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas><FONT color=#a31515 size=2
face=Consolas>"textoverlay"</FONT></FONT></FONT><FONT size=2 face=Consolas><FONT
size=2 face=Consolas>, NULL);</DIV>
<DIV>clockoverlay = gst_element_factory_make(</FONT></FONT><FONT color=#a31515
size=2 face=Consolas><FONT color=#a31515 size=2 face=Consolas><FONT
color=#a31515 size=2 face=Consolas>"clockoverlay"</FONT></FONT></FONT><FONT
size=2 face=Consolas><FONT size=2 face=Consolas>,
NULL);</DIV></FONT></FONT></SPAN></FONT></SPAN>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014></SPAN></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014></SPAN></FONT></SPAN> </DIV><SPAN
class=741422007-03032014><FONT size=2 face=Arial><SPAN
class=741422007-03032014><FONT color=#0000ff size=2 face=Consolas><FONT
color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2 face=Consolas>
<DIV>int</FONT></FONT></FONT><FONT size=2 face=Consolas><FONT size=2
face=Consolas> error = 0;</DIV></FONT></FONT><FONT size=2 face=Consolas><FONT
size=2 face=Consolas>
<DIV>gst_bin_add(GST_BIN (pipeline),rtpdepay);</DIV>
<DIV>gst_bin_add(GST_BIN (pipeline),queueRTP);</DIV>
<DIV> </DIV>
<DIV>gst_bin_add_many (GST_BIN (pipeline),source \</DIV>
<DIV>,h264parse \</DIV>
<DIV>,queue \</DIV>
<DIV>,avdec \</DIV>
<DIV>,queue2 \</DIV>
<DIV>,queue3 \</DIV>
<DIV>,textoverlayTN \</DIV>
<DIV>,textoverlayUAV \</DIV>
<DIV>,textoverlayUAVInfo \</DIV>
<DIV>,textoverlayTARGET \</DIV>
<DIV>,textoverlayTARGETInfo \</DIV>
<DIV>,textoverlayPAY \</DIV>
<DIV>,clockoverlay \</DIV>
<DIV>,autovideoconvet \</DIV>
<DIV>,sink \</DIV>
<DIV>,NULL);</DIV></FONT></FONT><FONT size=2 face=Consolas><FONT size=2
face=Consolas>
<DIV></FONT></FONT><FONT size=2 face=Consolas><FONT size=2
face=Consolas> </DIV>
<DIV>error += gst_element_link (source,rtpdepay);</DIV>
<DIV>error += gst_element_link (rtpdepay,queueRTP);</DIV>
<DIV>error += gst_element_link (queueRTP,h264parse);</DIV>
<DIV>error += gst_element_link (h264parse,queue);</DIV>
<DIV>error += gst_element_link (queue,avdec);</DIV>
<DIV>error += gst_element_link (avdec,queue2); </DIV>
<DIV>error += gst_element_link (queue2,autovideoconvet); </DIV>
<DIV>error += gst_element_link (autovideoconvet, clockoverlay); </DIV>
<DIV>error += gst_element_link (clockoverlay,textoverlayTN ); </DIV>
<DIV>error += gst_element_link (textoverlayTN ,textoverlayTARGET); </DIV>
<DIV>error += gst_element_link (textoverlayTARGET,textoverlayTARGETInfo); </DIV>
<DIV>error += gst_element_link (textoverlayTARGETInfo,textoverlayUAV); </DIV>
<DIV>error += gst_element_link (textoverlayUAV,textoverlayUAVInfo); </DIV>
<DIV>error += gst_element_link (textoverlayUAVInfo,textoverlayPAY); </DIV>
<DIV>error += gst_element_link (textoverlayPAY,queue3); </DIV>
<DIV>error += gst_element_link (queue3,sink); </DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV></FONT></FONT><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff
size=2 face=Consolas><FONT color=#0000ff size=2
face=Consolas>if</FONT></FONT></FONT><FONT size=2 face=Consolas><FONT size=2
face=Consolas>( error < 0 )</DIV>
<DIV>{</DIV>
<DIV>g_printerr (</FONT></FONT><FONT color=#a31515 size=2 face=Consolas><FONT
color=#a31515 size=2 face=Consolas><FONT color=#a31515 size=2
face=Consolas>"Elements could not be linked.\n"</FONT></FONT></FONT><FONT size=2
face=Consolas><FONT size=2 face=Consolas>);</DIV>
<DIV>gst_object_unref (pipeline);</DIV>
<DIV>}</DIV></FONT></FONT></SPAN></FONT></SPAN>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial>initOverlaysStartPipeline ();</FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><SPAN class=100405513-03032014><FONT size=2
face=Arial>If anyone can shed light on the subject it would be most
appreciative.</FONT></SPAN></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><SPAN class=100405513-03032014><FONT size=2
face=Arial></FONT></SPAN></SPAN> </DIV>
<DIV><SPAN class=741422007-03032014><FONT face=Arial><FONT
size=2>Thanks <SPAN class=100405513-03032014><FONT
color=#0000ff> </FONT></SPAN></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=741422007-03032014><FONT size=2
face=Arial>Robin</FONT></SPAN></DIV><p>**********************************************************************<br>
Relevant company disclaimers are available at the following addresses:<br>
Tellumat (Pty) Ltd e-mail: mailto:disclaimer@tellumat.com?Subject=Tellumat_Disclaimer<br>
Web: http://www.tellumat.com/email.aspx<br>
**********************************************************************</p></BODY></HTML>