<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EstiloCorreo17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="ES" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES"><br>
I was trying to use Concat element but. My first video is shown but not the second.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES">I use this pipeline:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"></span><span lang="EN-US" style="mso-fareast-language:ES">#define DEF_PIPELINE "concat name=c ! avdec_h264 name=avdec_h264 skip-frame=1 ! videorate max-rate=6 name=videorate ! x264enc speed-preset=1 pass=5 bitrate=300
 key-int-max=6 name=x264enc ! rtph264pay config-interval=1 pt=96 name=rtph264pay ! udpsink name=udpsink filesrc name=fsrc ! qtdemux ! h264parse ! c."<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES">After I initialize fsrc location, udp port….<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">And finally I add a second video with: <o:p>
</o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
<u>GstPadTemplate *sink_pad_template;</u></span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
<u>GstElement</u> * fsrcAux;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
<u>GstElement</u> * qtdemuxAux;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
<u>GstElement</u> * h264parseAux;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
<u>GstPad</u> *pad;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
<u>GstPad</u> *srcpad;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">       fsrcAux =
<u>gst_element_factory_make</u> (</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"<u>filesrc</u>"</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">,
<u>NULL</u>);</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
<u>g_object_set</u> (fsrcAux, </span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"location"</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">, video.<u>c_str</u>() ,
<u>NULL</u>);</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">       qtdemuxAux =
<u>gst_element_factory_make</u> (</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"<u>qtdemux</u>"</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">,
<u>NULL</u>);</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">       h264parseAux =
<u>gst_element_factory_make</u> (</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"h264parse"</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">,
<u>NULL</u>);</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
<u>GstElement</u> *gSc;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">       gSc=<u>gst_bin_get_by_name</u>(<u>GST_BIN</u>(</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#0000C0">m_gstPipeline</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">),
</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"c"</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">);</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
</span><b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#7F0055">if</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">(!gSc)</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">       {</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">             LOG(ERROR)<<</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"gSc created failed."</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">            
</span><b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#7F0055">return</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black"> ;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">       }</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
<u><span style="background:silver;mso-highlight:silver">gst_element_link_many</span></u> (fsrcAux, qtdemuxAux, h264parseAux,
<u>NULL</u>);</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">       pad=
<u>gst_element_get_request_pad</u> (gSc, </span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"sink_%u"</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">);</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
</span><b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#7F0055">if</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">(pad==<u>NULL</u>){</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">             LOG(ERROR)<<</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"pad NULL"</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">            
</span><b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#7F0055">return</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black"> ;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">       }</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">       srcpad =
<u>gst_element_get_static_pad</u>  (h264parseAux, </span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"<u>src</u>"</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">);</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">      
</span><b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#7F0055">if</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">(srcpad==<u>NULL</u>){</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">             LOG(ERROR)<<</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"sink NULL"</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">;</span><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">            
</span><b><span style="font-size:10.0pt;font-family:Consolas;color:#7F0055">return</span></b><span style="font-size:10.0pt;font-family:Consolas;color:black"> ;</span><span style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:10.0pt;font-family:Consolas;color:black">       }</span><span style="font-size:10.0pt;font-family:Consolas"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Consolas;color:black">      
</span><u><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black">gst_pad_link</span></u><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black"> (srcpad, pad);<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES">I can see first streaming but no second. EOS is not publish so second sink is active but no data.
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:ES">I activate DEBUG_LEVEL_LOG and last lines are:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:Consolas;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">concat gstconcat.c:495:gst_concat_switch_pad:<c>[00m <c:sink_0> to <c:sink_1><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703260401 [334m21777[00m      0x1622a80 [33;01mLOG    [00m [00;01;37;44m      GST_PROPERTIES gstobject.c:448:gst_object_dispatch_properties_changed:<pipeline0>[00m deep notification from c (active-pad)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703344451 [334m21777[00m      0x1622a80 [33;01mLOG    [00m [00;01;37;41m         GST_MESSAGE gstmessage.c:301:gst_message_new_custom:[00m source c: creating new message 0x169c600 duration-changed<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703443576 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:318:gst_bus_post:<bus15>[00m [msg 0x169c600] posting on bus duration-changed message: 0x169c600, time 99:99:99.999999999,
 seq-num 729, element 'c', GstMessageDurationChanged;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703509371 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;01m                 bin gstbin.c:3717:gst_bin_handle_message_func:<pipeline0>[00m [msg 0x169c600] handling child c message of type duration-changed<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703611256 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4054:gst_bin_handle_message_func:<pipeline0>[00m posting message upward<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703694331 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:318:gst_bus_post:<bus16>[00m [msg 0x169c600] posting on bus duration-changed message: 0x169c600, time 99:99:99.999999999,
 seq-num 729, element 'c', GstMessageDurationChanged;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703748431 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:357:gst_bus_post:<bus16>[00m [msg 0x169c600] pushing on async queue<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703794111 [334m21777[00m      0x1622a80 [33;01mLOG    [00m [00m            GST_POLL gstpoll.c:290:raise_wakeup:[00m 0x1668230: raise<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703868461 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:360:gst_bus_post:<bus16>[00m [msg 0x169c600] pushed on async queue<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703925076 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:353:gst_bus_post:<bus15>[00m [msg 0x169c600] dropped<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703968346 [334m21777[00m      0x164e930 [33;01mLOG    [00m [00;43m             GST_BUS gstbus.c:522:gst_bus_timed_pop_filtered:<bus16>[00m have 1 messages<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.703981956 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;01;31;41m            GST_PADS gstpad.c:5776:gst_pad_send_event_unchecked:<c:sink_0>[00m sent event, ret ok<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704074871 [334m21777[00m      0x164e930 [33;01mLOG    [00m [00m            GST_POLL gstpoll.c:314:release_wakeup:[00m 0x1668230: release<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704153156 [334m21777[00m      0x1622a80 [33;01mLOG    [00m [00;01;31;41m            GST_PADS gstpad.c:5219:store_sticky_event:<c:sink_0>[00m stored sticky event eos<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704193406 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:546:gst_bus_timed_pop_filtered:<bus16>[00m got message 0x169c600, duration-changed from c, type mask is 4294967295<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704227396 [334m21777[00m      0x1622a80 [33;01mLOG    [00m [00;01;31;41m            GST_PADS gstpad.c:5412:gst_pad_push_event_unchecked:<h264parse3:src>[00m sent event 0x7fe6dc002e00 (eos) to peerpad <c:sink_0>,
 ret ok<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704264471 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:839:gst_bus_source_dispatch:<bus16>[00m source 0x16b3dc0 calling dispatch with duration-changed message: 0x169c600,
 time 99:99:99.999999999, seq-num 729, element 'c', GstMessageDurationChanged;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704274766 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;01;31;41m            GST_PADS gstpad.c:3932:push_sticky:<h264parse3:src>[00m event eos marked received<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704323291 [334m21777[00m      0x164e930 [33;01mLOG    [00m [00;01;37;41m         GST_MESSAGE gstmessage.c:208:_gst_message_free:[00m finalize message 0x169c600, duration-changed from c<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704362847 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00m           baseparse gstbaseparse.c:1474:gst_base_parse_sink_event_default:<h264parse3>[00m event handled<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704436707 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;01;31;41m            GST_PADS gstpad.c:5776:gst_pad_send_event_unchecked:<h264parse3:sink>[00m sent event, ret ok<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704471502 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;43m             GST_BUS gstbus.c:844:gst_bus_source_dispatch:<bus16>[00m source 0x16b3dc0 handler returns 1<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704485602 [334m21777[00m      0x1622a80 [33;01mLOG    [00m [00;01;31;41m            GST_PADS gstpad.c:5219:store_sticky_event:<h264parse3:sink>[00m stored sticky event eos<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704584507 [334m21777[00m      0x1622a80 [33;01mLOG    [00m [00;01;31;41m            GST_PADS gstpad.c:5412:gst_pad_push_event_unchecked:<qtdemux3:video_0>[00m sent event 0x7fe6dc002e00 (eos) to peerpad <h264parse3:sink>,
 ret ok<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704632242 [334m21777[00m      0x1622a80 [37mDEBUG  [00m [00;01;31;41m            GST_PADS gstpad.c:3932:push_sticky:<qtdemux3:video_0>[00m event eos marked received<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:00:53.704687372 [334m21777[00m      0x1622a80 [36mINFO   [00m [00m                task gsttask.c:316:gst_task_func:<qtdemux3:sink>[00m Task going to paused<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.835966280 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00m               query gstquery.c:675:gst_query_new_custom:[00m creating new query 0x1616540 position<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836036435 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;37;41m    GST_ELEMENT_PADS gstelement.c:1962:gst_element_query:[00m send query on element pipeline0<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836120275 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4375:gst_bin_query:<pipeline0>[00m Sending query 0x1616540 (type position) to sink children<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836226600 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1971:bin_element_is_sink:<pipeline0>[00m child h264parse3 is not sink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836317900 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1971:bin_element_is_sink:<pipeline0>[00m child qtdemux3 is not sink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836438600 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1971:bin_element_is_sink:<pipeline0>[00m child fsrc is not sink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836550255 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1971:bin_element_is_sink:<pipeline0>[00m child udpsink is sink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836619220 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;37;41m    GST_ELEMENT_PADS gstelement.c:1962:gst_element_query:[00m send query on element udpsink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836718030 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00m            basesink gstbasesink.c:4816:default_element_query:<udpsink>[00m position query in format time<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836767810 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00m            basesink gstbasesink.c:4608:gst_base_sink_get_position:<udpsink>[00m using clock and base time 17:52:50.354297402<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836812026 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00m            basesink gstbasesink.c:4643:gst_base_sink_get_position:<udpsink>[00m in PLAYING using last 0:10:05.550566666<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836860656 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;33m           GST_CLOCK gstclock.c:1046:gst_clock_get_internal_time:<GstSystemClock>[00m internal time 17:53:18.001321654<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836906326 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;33m           GST_CLOCK gstclock.c:1091:gst_clock_get_time:<GstSystemClock>[00m adjusted time 17:53:18.001321654<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.836990921 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00m            basesink gstbasesink.c:4725:gst_base_sink_get_position:<udpsink>[00m now 17:53:18.001321654 - base_time 17:52:50.354297402 - base 0:00:00.000000000
 + time 0:09:44.710911111  last 0:10:05.550566666<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837037331 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00m            basesink gstbasesink.c:4738:gst_base_sink_get_position:<udpsink>[00m res: 1, POSITION: 0:10:05.550566666<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837083031 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00m            basesink gstbasesink.c:4935:default_element_query:<udpsink>[00m query position returns 1<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837138441 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4152:bin_query_position_fold:<udpsink>[00m got position 605550566666<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837183921 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1971:bin_element_is_sink:<pipeline0>[00m child rtph264pay is not sink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837230186 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1971:bin_element_is_sink:<pipeline0>[00m child x264enc is not sink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837282456 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1971:bin_element_is_sink:<pipeline0>[00m child videorate is not sink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837334481 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1971:bin_element_is_sink:<pipeline0>[00m child avdec_h264 is not sink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837390686 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01;31m          GST_STATES gstbin.c:1971:bin_element_is_sink:<pipeline0>[00m child c is not sink<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837450806 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4170:bin_query_position_done:<pipeline0>[00m max position 605550566666<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">0:01:01.837501381 [334m21777[00m      0x164e930 [37mDEBUG  [00m [00;01m                 bin gstbin.c:4397:gst_bin_query:<pipeline0>[00m query 0x1616540 result 1<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Many thabks!<o:p></o:p></span></p>
</div>
<span style=""><br>
</span><span style="font-size:18.0pt; line-height:125%; font-family:Webdings; color:green">P<span style=""></span>
<span style="font-size:7.0pt; line-height:125%; font-family:"Arial","sans-serif"; color:green">
Please consider the environment before printing this e-mail.</span></span><span style=""></span>
</body>
</html>