But why the following then works its in UDP, its doing multicast, exactly the same what i am trying with vorbis/ogg ? <br>- When its transparent and no encode/decoder used it  works, its the OGGDEMUX causing this. WHY THEN THE FOLLOWING CODE WORKS ???<br>
<br>1, Sending my mic audio no encode/decode:<br>==============================<br>[sun@example ~]$ gst-launch -v autoaudiosrc ! udpsink host=127.0.0.1 auto-multicast=true port=4444<br>Setting pipeline to PAUSED ...<br>/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls: actual-buffer-time = 23771768<br>
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls: actual-latency-time = 15986<br>/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>New clock: GstAudioSrcClock<br>/GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src.GstProxyPad:proxypad0: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
^CCaught interrupt -- handling interrupt.<br>Interrupt: Stopping pipeline ...<br>Execution ended after 89601184492 ns.<br>Setting pipeline to PAUSED ...<br>Setting pipeline to READY ...<br>/GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = NULL<br>
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src: caps = NULL<br>/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src: caps = NULL<br>Setting pipeline to NULL ...<br>
Freeing pipeline ...<br><br><br>2, I can hear in my sound card my exact audio/ no drop nothing it works:<br>=======================================================<br><br>[sun@example ~]$ gst-launch -v udpsrc multicast-group=127.0.0.1 port=4444 ! audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2 ! autoaudiosink<br>
bash: syntax error near unexpected token `(&#39;<br>[sun@example ~]$ gst-launch -v udpsrc multicast-group=127.0.0.1 port=4444 ! audio/x-raw-int, endianness=1234, signed=true, width=16, depth=16, rate=44100, channels=2 ! autoaudiosinkSetting pipeline to PAUSED ...<br>
Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink.GstProxyPad:proxypad0: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse: volume = 0.010334<br>/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse: mute = FALSE<br>
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse: volume = 0.031805<br>/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse: mute = FALSE<br>
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse: volume = 0.038150<br>/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse: mute = FALSE<br>
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse: volume = 1.000000<br>/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse: mute = FALSE<br>
^CCaught interrupt -- handling interrupt.<br>Interrupt: Stopping pipeline ...<br>Execution ended after 14477191074 ns.<br>Setting pipeline to PAUSED ...<br>Setting pipeline to READY ...<br>/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse.GstPad:sink: caps = NULL<br>
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink: caps = NULL<br>/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = NULL<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br>[sun@example ~]$ <br>
<br><br><br>Thanks &amp; Regards<br>Shamun<br><br>
<br><br><div class="gmail_quote">On Sat, Dec 11, 2010 at 10:09 AM,  <span dir="ltr">&lt;<a href="mailto:gstreamer-devel-request@lists.sourceforge.net">gstreamer-devel-request@lists.sourceforge.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send gstreamer-devel mailing list submissions to<br>
        <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gstreamer-devel-request@lists.sourceforge.net">gstreamer-devel-request@lists.sourceforge.net</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gstreamer-devel-owner@lists.sourceforge.net">gstreamer-devel-owner@lists.sourceforge.net</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gstreamer-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: [NEVER WORKS] -<br>
      /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could not decode<br>
      stream. (Edward Hervey)<br>
   2. Re: How I test the FLV demux plugin (michael)<br>
   3. Re: gstreamer-devel Digest, Vol 55, Issue 42 (Shamun toha md)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 11 Dec 2010 09:45:40 +0100<br>
From: Edward Hervey &lt;<a href="mailto:bilboed@gmail.com">bilboed@gmail.com</a>&gt;<br>
Subject: Re: [gst-devel] [NEVER WORKS] -<br>
        /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could not decode stream.<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;1292057140.2568.5.camel@deumeu&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
On Fri, 2010-12-10 at 23:24 +0100, Shamun toha md wrote:<br>
&gt; Dear Experts,<br>
&gt;<br>
&gt; I was trying a lot to get this work. But still have same issue with<br>
&gt; OGGDEMUG. I also tried with simple codecs like SPEEX but its always<br>
&gt; same error as following. Please advise.<br>
<br>
&gt;<br>
&gt; [root@example ~]# gst-launch -v udpsrc multicast-group=127.0.0.1<br>
&gt; port=4444 ! oggdemux ! vorbisdec ! audioconvert ! alsasink<br>
<br>
&gt;<br>
&gt; [sun@example tmp]$ gst-launch -v autoaudiosrc num-buffers=100 !<br>
&gt; speexenc ! oggmux ! udpsink host=127.0.0.1 auto-multicast=true<br>
&gt; port=4444<br>
&gt;<br>
&gt; [sun@example tmp]$ gst-launch -v autoaudiosrc ! audioconvert !<br>
&gt; vorbisenc ! oggmux ! udpsink host=127.0.0.1 auto-multicast=true<br>
&gt; port=4444<br>
&gt;<br>
<br>
  You&#39;re sending data over UDP which, unlike TCP, does not guarantee:<br>
  * order of receiving packets<br>
  * packets arriving at all<br>
<br>
  So basically your client pipeline is receiving random junk, I wouldn&#39;t<br>
expect that to work.<br>
<br>
  Switch to using either :<br>
  * TCP elements (Which won&#39;t do multicast)<br>
  * or RTP (de)payloaders<br>
  * or just use gst-rtsp-server on your server and playbin2 on your<br>
client<br>
<br>
    Edward<br>
<br>
&gt;<br>
&gt; Thanks &amp; Regards<br>
&gt; Shamun<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,<br>
&gt; new data types, scalar functions, improved concurrency, built-in packages,<br>
&gt; OCI, SQL*Plus, data movement tools, best practices and more.<br>
&gt; <a href="http://p.sf.net/sfu/oracle-sfdev2dev" target="_blank">http://p.sf.net/sfu/oracle-sfdev2dev</a><br>
&gt; _______________________________________________ gstreamer-devel mailing list <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>

<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sat, 11 Dec 2010 16:49:37 +0800<br>
From: michael &lt;<a href="mailto:mcygogo@gmail.com">mcygogo@gmail.com</a>&gt;<br>
Subject: Re: [gst-devel] How I test the FLV demux plugin<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:AANLkTikjnpOgNm-bpStkobUDbeg23fBikUX36pAy_zs7@mail.gmail.com">AANLkTikjnpOgNm-bpStkobUDbeg23fBikUX36pAy_zs7@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi sudarshan:<br>
    I run it with the -v option, and the result  like this:<br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
/GstPipeline:pipeline0/GstFlvDemux:demux.GstPad:video: caps = video/x-h264,<br>
pixel-aspect-ratio=(fraction)1/1,<br>
codec_data=(buffer)01640015ffe1001e67640015ac34e602808effc028402804000003000400000300ca3c58b67801000468e9bbcb<br>
ERROR: from element /GstPipeline:pipeline0/GstFlvDemux:demux: Internal data<br>
stream error.<br>
Additional debug info:<br>
gstflvdemux.c(2283): gst_flv_demux_loop ():<br>
/GstPipeline:pipeline0/GstFlvDemux:demux:<br>
stream stopped, reason not-linked<br>
ERROR: pipeline doesn&#39;t want to preroll.<br>
Setting pipeline to NULL ...<br>
/GstPipeline:pipeline0/GstFlvDemux:demux.GstPad:audio: caps = NULL<br>
/GstPipeline:pipeline0/GstFlvDemux:demux.GstPad:video: caps = NULL<br>
Freeing pipeline ...<br>
<br>
I have found that the in function: gst_flv_demux_parse_tag_video() , the<br>
call gst_pad_push(demux-&gt;video_pad, outbuf) returned the -1;<br>
<br>
On Sat, Dec 11, 2010 at 4:33 PM, sudarshan bisht<br>
&lt;<a href="mailto:bisht.sudarshan@gmail.com">bisht.sudarshan@gmail.com</a>&gt;wrote:<br>
<br>
&gt; Could you run the same pipeline with -v option and paste the log here ?<br>
&gt;<br>
&gt;<br>
&gt; On Sat, Dec 11, 2010 at 11:47 AM, michael &lt;<a href="mailto:mcygogo@gmail.com">mcygogo@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi all:<br>
&gt;&gt;      Now I am learning some about the flv plugin--flvdemux, I try to demux<br>
&gt;&gt; my flv test file like this:<br>
&gt;&gt; gst-launch filesrc location=test.flv ! flvdemux name=demux demux.video_00<br>
&gt;&gt; ! queue ! filesink location=test.ves demux.audio_00 ! queue ! filesink<br>
&gt;&gt; location=test.aes<br>
&gt;&gt;      But when I run it , I just get the information like this:<br>
&gt;&gt; Setting pipeline to PAUSED ...<br>
&gt;&gt; Pipeline is PREROLLING ...<br>
&gt;&gt; ERROR: from element /GstPipeline:pipeline0/GstFlvDemux:demux: Internal<br>
&gt;&gt; data stream error.<br>
&gt;&gt; Additional debug info:<br>
&gt;&gt; gstflvdemux.c(2283): gst_flv_demux_loop ():<br>
&gt;&gt; /GstPipeline:pipeline0/GstFlvDemux:demux:<br>
&gt;&gt; stream stopped, reason not-linked<br>
&gt;&gt; ERROR: pipeline doesn&#39;t want to preroll.<br>
&gt;&gt; Setting pipeline to NULL ...<br>
&gt;&gt; Freeing pipeline ...<br>
&gt;&gt;<br>
&gt;&gt; I just want test the flvdemux plugin , So How I fixed it? tks:)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; Oracle to DB2 Conversion Guide: Learn learn about native support for<br>
&gt;&gt; PL/SQL,<br>
&gt;&gt; new data types, scalar functions, improved concurrency, built-in packages,<br>
&gt;&gt; OCI, SQL*Plus, data movement tools, best practices and more.<br>
&gt;&gt; <a href="http://p.sf.net/sfu/oracle-sfdev2dev" target="_blank">http://p.sf.net/sfu/oracle-sfdev2dev</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gstreamer-devel mailing list<br>
&gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Regards,<br>
&gt;<br>
&gt; Sudarshan Bisht<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; Oracle to DB2 Conversion Guide: Learn learn about native support for<br>
&gt; PL/SQL,<br>
&gt; new data types, scalar functions, improved concurrency, built-in packages,<br>
&gt; OCI, SQL*Plus, data movement tools, best practices and more.<br>
&gt; <a href="http://p.sf.net/sfu/oracle-sfdev2dev" target="_blank">http://p.sf.net/sfu/oracle-sfdev2dev</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sat, 11 Dec 2010 10:09:23 +0100<br>
From: Shamun toha md &lt;<a href="mailto:shamun.toha@gmail.com">shamun.toha@gmail.com</a>&gt;<br>
Subject: Re: [gst-devel] gstreamer-devel Digest, Vol 55, Issue 42<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID:<br>
        &lt;AANLkTi=Lu8RQwyMSJ3gs3uJbmeCp9f_5m8ViK57=<a href="mailto:z88d@mail.gmail.com">z88d@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
YES, now i tried debug 4/5 for specific oggdemux getting as following. And<br>
more details log 5 here: <a href="https://gist.github.com/737273" target="_blank">https://gist.github.com/737273</a><br>
<br>
Debug 4:<br>
<br>
[sun@example ~]$ gst-launch -v --gst-debug=oggdemux:4 udpsrc<br>
multicast-group=127.0.0.1 port=4444 ! oggdemux ! vorbisdec ! audioconvert !<br>
alsasink<br>
<br>
0:00:00.029828546  3578  0x9035050 DEBUG               oggdemux<br>
gstoggdemux.c:3310:gst_ogg_demux_plugin_init: binding text domain<br>
gst-plugins-base-0.10 to locale dir /usr/share/locale<br>
Setting pipeline to PAUSED ...<br>
0:00:00.049287241  3578  0x9035050 DEBUG               oggdemux<br>
gstoggdemux.c:3213:gst_ogg_demux_sink_activate:&lt;oggdemux0:sink&gt; activating<br>
push<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
0:00:00.502757325  3578  0x9192d38 DEBUG               oggdemux<br>
gstoggdemux.c:1275:gst_ogg_demux_sink_event:&lt;oggdemux0&gt; got a new segment<br>
event<br>
0:00:00.502912789  3578  0x9192d38 DEBUG               oggdemux<br>
gstoggdemux.c:2864:gst_ogg_demux_chain:&lt;oggdemux0&gt; chain<br>
0:00:00.502958464  3578  0x9192d38 DEBUG               oggdemux<br>
gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:&lt;oggdemux0&gt; submitting 3996<br>
bytes<br>
0:00:00.503076704  3578  0x9192d38 WARN                oggdemux<br>
gstoggdemux.c:2838:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; warning: unknown<br>
ogg pad for serial 20a147e6 detected<br>
WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
not decode stream.<br>
Additional debug info:<br>
gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
unknown ogg pad for serial 20a147e6 detected<br>
0:00:01.022867801  3578  0x9192d38 DEBUG               oggdemux<br>
gstoggdemux.c:2864:gst_ogg_demux_chain:&lt;oggdemux0&gt; chain<br>
0:00:01.022950352  3578  0x9192d38 DEBUG               oggdemux<br>
gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:&lt;oggdemux0&gt; submitting 4107<br>
bytes<br>
0:00:01.023052948  3578  0x9192d38 WARN                oggdemux<br>
gstoggdemux.c:2838:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; warning: unknown<br>
ogg pad for serial 20a147e6 detected<br>
WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
not decode stream.<br>
Additional debug info:<br>
gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
unknown ogg pad for serial 20a147e6 detected<br>
0:00:01.508798084  3578  0x9192d38 DEBUG               oggdemux<br>
gstoggdemux.c:2864:gst_ogg_demux_chain:&lt;oggdemux0&gt; chain<br>
0:00:01.508856191  3578  0x9192d38 DEBUG               oggdemux<br>
gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:&lt;oggdemux0&gt; submitting 4283<br>
bytes<br>
0:00:01.508906336  3578  0x9192d38 WARN                oggdemux<br>
gstoggdemux.c:2838:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; warning: unknown<br>
ogg pad for serial 20a147e6 detected<br>
WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
not decode stream.<br>
Additional debug info:<br>
gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
unknown ogg pad for serial 20a147e6 detected<br>
^CCaught interrupt -- handling interrupt.<br>
Interrupt: Stopping pipeline ...<br>
Execution ended after 1749126474 ns.<br>
Setting pipeline to PAUSED ...<br>
Setting pipeline to READY ...<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
[sun@example ~]$<br>
<br>
<br>
Debug 5:<br>
<br>
[sun@example ~]$ gst-launch -v --gst-debug=oggdemux:5 udpsrc<br>
multicast-group=127.0.0.1 port=4444 ! oggdemux ! vorbisdec ! audioconvert !<br>
alsasink<br>
<br>
0:00:00.029476132  3581  0x9eee050 DEBUG               oggdemux<br>
gstoggdemux.c:3310:gst_ogg_demux_plugin_init: binding text domain<br>
gst-plugins-base-0.10 to locale dir /usr/share/locale<br>
Setting pipeline to PAUSED ...<br>
0:00:00.063592227  3581  0x9eee050 DEBUG               oggdemux<br>
gstoggdemux.c:3213:gst_ogg_demux_sink_activate:&lt;oggdemux0:sink&gt; activating<br>
push<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
0:00:00.448037917  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:1275:gst_ogg_demux_sink_event:&lt;oggdemux0&gt; got a new segment<br>
event<br>
0:00:00.448196035  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:2864:gst_ogg_demux_chain:&lt;oggdemux0&gt; chain<br>
0:00:00.448242129  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:&lt;oggdemux0&gt; submitting 4304<br>
bytes<br>
0:00:00.448371823  3581  0xa03ba28 LOG                 oggdemux<br>
gstoggdemux.c:2769:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; processing ogg page<br>
(serial 20a147e6, pageno 643, granulepos 14205248, bos 0)<br>
0:00:00.448430070  3581  0xa03ba28 WARN                oggdemux<br>
gstoggdemux.c:2838:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; warning: unknown<br>
ogg pad for serial 20a147e6 detected<br>
WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
not decode stream.<br>
Additional debug info:<br>
gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
unknown ogg pad for serial 20a147e6 detected<br>
0:00:00.959745085  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:2864:gst_ogg_demux_chain:&lt;oggdemux0&gt; chain<br>
0:00:00.959842373  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:&lt;oggdemux0&gt; submitting 3985<br>
bytes<br>
0:00:00.959935260  3581  0xa03ba28 LOG                 oggdemux<br>
gstoggdemux.c:2769:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; processing ogg page<br>
(serial 20a147e6, pageno 644, granulepos 14226752, bos 0)<br>
0:00:00.959992249  3581  0xa03ba28 WARN                oggdemux<br>
gstoggdemux.c:2838:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; warning: unknown<br>
ogg pad for serial 20a147e6 detected<br>
WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
not decode stream.<br>
Additional debug info:<br>
gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
unknown ogg pad for serial 20a147e6 detected<br>
0:00:01.472230434  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:2864:gst_ogg_demux_chain:&lt;oggdemux0&gt; chain<br>
0:00:01.472315918  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:&lt;oggdemux0&gt; submitting 4084<br>
bytes<br>
0:00:01.472407410  3581  0xa03ba28 LOG                 oggdemux<br>
gstoggdemux.c:2769:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; processing ogg page<br>
(serial 20a147e6, pageno 645, granulepos 14249280, bos 0)<br>
0:00:01.472462583  3581  0xa03ba28 WARN                oggdemux<br>
gstoggdemux.c:2838:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; warning: unknown<br>
ogg pad for serial 20a147e6 detected<br>
WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
not decode stream.<br>
Additional debug info:<br>
gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
unknown ogg pad for serial 20a147e6 detected<br>
0:00:01.982984361  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:2864:gst_ogg_demux_chain:&lt;oggdemux0&gt; chain<br>
0:00:01.983093591  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:&lt;oggdemux0&gt; submitting 4105<br>
bytes<br>
0:00:01.983188155  3581  0xa03ba28 LOG                 oggdemux<br>
gstoggdemux.c:2769:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; processing ogg page<br>
(serial 20a147e6, pageno 646, granulepos 14271808, bos 0)<br>
0:00:01.983244795  3581  0xa03ba28 WARN                oggdemux<br>
gstoggdemux.c:2838:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; warning: unknown<br>
ogg pad for serial 20a147e6 detected<br>
WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
not decode stream.<br>
Additional debug info:<br>
gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
unknown ogg pad for serial 20a147e6 detected<br>
^CCaught interrupt -- 0:00:02.470417436  3581  0xa03ba28 DEBUG<br>
oggdemux gstoggdemux.c:2864:gst_ogg_demux_chain:&lt;oggdemux0&gt; chain<br>
0:00:02.470498660  3581  0xa03ba28 DEBUG               oggdemux<br>
gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:&lt;oggdemux0&gt; submitting 4148<br>
bytes<br>
0:00:02.470591128  3581  0xa03ba28 LOG                 oggdemux<br>
gstoggdemux.c:2769:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; processing ogg page<br>
(serial 20a147e6, pageno 647, granulepos 14294336, bos 0)<br>
0:00:02.470646581  3581  0xa03ba28 WARN                oggdemux<br>
gstoggdemux.c:2838:gst_ogg_demux_handle_page:&lt;oggdemux0&gt; warning: unknown<br>
ogg pad for serial 20a147e6 detected<br>
WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
not decode stream.<br>
Additional debug info:<br>
gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
unknown ogg pad for serial 20a147e6 detected<br>
handling interrupt.<br>
Interrupt: Stopping pipeline ...<br>
Execution ended after 2497263738 ns.<br>
Setting pipeline to PAUSED ...<br>
Setting pipeline to READY ...<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
<br>
<br>
<br>
<br>
<br>
&gt; Message: 2<br>
&gt; Date: Fri, 10 Dec 2010 17:37:23 -0500<br>
&gt; From: Timothy Braun &lt;<a href="mailto:braunsquared@gmail.com">braunsquared@gmail.com</a>&gt;<br>
&gt; Subject: Re: [gst-devel] [NEVER WORKS] -<br>
&gt;        /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could not decode<br>
&gt; stream.<br>
&gt; To: Discussion of the development of GStreamer<br>
&gt;        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
&gt; Message-ID:<br>
&gt;        &lt;AANLkTimZYN6Fm7Jw8BafHZZc_Mpj999s4T6GSm=<a href="mailto:TLEp7@mail.gmail.com">TLEp7@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; I&#39;m not an expert, but have you tried running it with GST_DEBUG=3 (or even<br>
&gt; 4) to see if any more details get dropped to the console?<br>
&gt;<br>
&gt; Tim<br>
&gt;<br>
&gt; On Fri, Dec 10, 2010 at 5:24 PM, Shamun toha md &lt;<a href="mailto:shamun.toha@gmail.com">shamun.toha@gmail.com</a><br>
&gt; &gt;wrote:<br>
&gt;<br>
&gt; &gt; Dear Experts,<br>
&gt; &gt;<br>
&gt; &gt; I was trying a lot to get this work. But still have same issue with<br>
&gt; &gt; OGGDEMUG. I also tried with simple codecs like SPEEX but its always same<br>
&gt; &gt; error as following. Please advise.<br>
&gt; &gt;<br>
&gt; &gt; My system info:<br>
&gt; &gt; ==================<br>
&gt; &gt; [root@example ~]# uname -a<br>
&gt; &gt; Linux example 2.6.32.12-114.fc12.i686 #1 SMP Tue Apr 27 21:29:58 UTC 2010<br>
&gt; &gt; i686 i686 i386 GNU/Linux<br>
&gt; &gt;<br>
&gt; &gt; Gstreamer info:<br>
&gt; &gt; =============<br>
&gt; &gt; [root@example ~]# yum install gstreamer<br>
&gt; &gt; Loaded plugins: presto, refresh-packagekit<br>
&gt; &gt; Setting up Install Process<br>
&gt; &gt; Package gstreamer-0.10.29-1.fc12.i686 already installed and latest<br>
&gt; version<br>
&gt; &gt; Nothing to do<br>
&gt; &gt; [root@example ~]#<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; CLIENT - ERROR/BUG<br>
&gt; &gt; ==================<br>
&gt; &gt;<br>
&gt; &gt; [root@example ~]# gst-launch -v udpsrc multicast-group=127.0.0.1<br>
&gt; port=4444<br>
&gt; &gt; ! oggdemux ! vorbisdec ! audioconvert ! alsasink<br>
&gt; &gt; Setting pipeline to PAUSED ...<br>
&gt; &gt; Pipeline is live and does not need PREROLL ...<br>
&gt; &gt; Setting pipeline to PLAYING ...<br>
&gt; &gt; New clock: GstSystemClock<br>
&gt; &gt; WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
&gt; &gt; not decode stream.<br>
&gt; &gt; Additional debug info:<br>
&gt; &gt; gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
&gt; &gt; /GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
&gt; &gt; unknown ogg pad for serial 421c8315 detected<br>
&gt; &gt; WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
&gt; &gt; not decode stream.<br>
&gt; &gt; Additional debug info:<br>
&gt; &gt; gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
&gt; &gt; /GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
&gt; &gt; unknown ogg pad for serial 421c8315 detected<br>
&gt; &gt; WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could<br>
&gt; &gt; not decode stream.<br>
&gt; &gt; Additional debug info:<br>
&gt; &gt; gstoggdemux.c(2838): gst_ogg_demux_handle_page ():<br>
&gt; &gt; /GstPipeline:pipeline0/GstOggDemux:oggdemux0:<br>
&gt; &gt; unknown ogg pad for serial 421c8315 detected<br>
&gt; &gt; ^CCaught interrupt -- handling interrupt.<br>
&gt; &gt; Interrupt: Stopping pipeline ...<br>
&gt; &gt; Execution ended after 1746771949 ns.<br>
&gt; &gt; Setting pipeline to PAUSED ...<br>
&gt; &gt; Setting pipeline to READY ...<br>
&gt; &gt; Setting pipeline to NULL ...<br>
&gt; &gt; Freeing pipeline ...<br>
&gt; &gt; [root@example ~]#<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; SERVER - OK<br>
&gt; &gt; =============<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; [sun@example tmp]$ gst-launch -v autoaudiosrc num-buffers=100 ! speexenc<br>
&gt; !<br>
&gt; &gt; oggmux ! udpsink host=127.0.0.1 auto-multicast=true port=4444<br>
&gt; &gt; Setting pipeline to PAUSED ...<br>
&gt; &gt;<br>
&gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:<br>
&gt; &gt; actual-buffer-time = 23777210<br>
&gt; &gt;<br>
&gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:<br>
&gt; &gt; actual-latency-time = 115986<br>
&gt; &gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src:<br>
&gt; caps<br>
&gt; &gt; = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,<br>
&gt; &gt; width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
&gt; &gt;<br>
&gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src:<br>
&gt; &gt; caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,<br>
&gt; &gt; width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
&gt; &gt; Pipeline is live and does not need PREROLL ...<br>
&gt; &gt; Setting pipeline to PLAYING ...<br>
&gt; &gt; New clock: GstAudioSrcClock<br>
&gt; &gt; /GstPipeline:pipeline0/GstSpeexEnc:speexenc0: last-message = &quot;Warning:<br>
&gt; &gt; speex is optimized for 8, 16 and 32 KHz&quot;<br>
&gt; &gt; /GstPipeline:pipeline0/GstSpeexEnc:speexenc0.GstPad:sink: caps =<br>
&gt; &gt; audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,<br>
&gt; width=(int)16,<br>
&gt; &gt; depth=(int)16, rate=(int)44100, channels=(int)2<br>
&gt; &gt;<br>
&gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src.GstProxyPad:proxypad0:<br>
&gt; &gt; caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,<br>
&gt; &gt; width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2<br>
&gt; &gt; /GstPipeline:pipeline0/GstSpeexEnc:speexenc0.GstPad:src: caps =<br>
&gt; &gt; audio/x-speex, rate=(int)44100, channels=(int)2, streamheader=(buffer)&lt;<br>
&gt; &gt;<br>
&gt; 5370656578202020312e327263310000000000000000000000000000010000005000000044ac0000020000000400000002000000ffffffff800200000000000001000000000000000000000000000000,<br>
&gt; &gt;<br>
&gt; 1f000000456e636f6465642077697468204753747265616d6572205370656578656e630000000001<br>
&gt; &gt; &gt;<br>
&gt; &gt; /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:sink_1996515720: caps =<br>
&gt; &gt; audio/x-speex, rate=(int)44100, channels=(int)2, streamheader=(buffer)&lt;<br>
&gt; &gt;<br>
&gt; 5370656578202020312e327263310000000000000000000000000000010000005000000044ac0000020000000400000002000000ffffffff800200000000000001000000000000000000000000000000,<br>
&gt; &gt;<br>
&gt; 1f000000456e636f6465642077697468204753747265616d6572205370656578656e630000000001<br>
&gt; &gt; &gt;<br>
&gt; &gt; /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:src: caps =<br>
&gt; &gt; application/ogg, streamheader=(buffer)&lt;<br>
&gt; &gt;<br>
&gt; 4f676753000200000000000000008869007700000000aa8326b101505370656578202020312e327263310000000000000000000000000000010000005000000044ac0000020000000400000002000000ffffffff800200000000000001000000000000000000000000000000,<br>

&gt; &gt;<br>
&gt; 4f6767530000000000000000000088690077010000000c96225e01281f000000456e636f6465642077697468204753747265616d6572205370656578656e630000000001<br>
&gt; &gt; &gt;<br>
&gt; &gt; /GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps =<br>
&gt; &gt; application/ogg, streamheader=(buffer)&lt;<br>
&gt; &gt;<br>
&gt; 4f676753000200000000000000008869007700000000aa8326b101505370656578202020312e327263310000000000000000000000000000010000005000000044ac0000020000000400000002000000ffffffff800200000000000001000000000000000000000000000000,<br>

&gt; &gt;<br>
&gt; 4f6767530000000000000000000088690077010000000c96225e01281f000000456e636f6465642077697468204753747265616d6572205370656578656e630000000001<br>
&gt; &gt; &gt;<br>
&gt; &gt; WARNING: from element /GstPipeline:pipeline0/GstUDPSink:udpsink0:<br>
&gt; Internal<br>
&gt; &gt; data flow problem.<br>
&gt; &gt; Additional debug info:<br>
&gt; &gt; gstbasesink.c(3343): gst_base_sink_chain_unlocked ():<br>
&gt; &gt; /GstPipeline:pipeline0/GstUDPSink:udpsink0:<br>
&gt; &gt; Received buffer without a new-segment. Assuming timestamps start from 0.<br>
&gt; &gt; ^CCaught interrupt -- handling interrupt.<br>
&gt; &gt; Interrupt: Stopping pipeline ...<br>
&gt; &gt; Execution ended after 1126778907597 ns.<br>
&gt; &gt; Setting pipeline to PAUSED ...<br>
&gt; &gt; Setting pipeline to READY ...<br>
&gt; &gt; /GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = NULL<br>
&gt; &gt; /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:sink_1996515720: caps =<br>
&gt; &gt; NULL<br>
&gt; &gt; /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:src: caps = NULL<br>
&gt; &gt; /GstPipeline:pipeline0/GstSpeexEnc:speexenc0.GstPad:src: caps = NULL<br>
&gt; &gt; /GstPipeline:pipeline0/GstSpeexEnc:speexenc0.GstPad:sink: caps = NULL<br>
&gt; &gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src:<br>
&gt; caps<br>
&gt; &gt; = NULL<br>
&gt; &gt;<br>
&gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src:<br>
&gt; &gt; caps = NULL<br>
&gt; &gt; Setting pipeline to NULL ...<br>
&gt; &gt; Freeing pipeline ...<br>
&gt; &gt; [sun@example tmp]$ clear<br>
&gt; &gt;<br>
&gt; &gt; [sun@example tmp]$ gst-launch -v autoaudiosrc ! audioconvert ! vorbisenc<br>
&gt; !<br>
&gt; &gt; oggmux ! udpsink host=127.0.0.1 auto-multicast=true port=4444<br>
&gt; &gt; Setting pipeline to PAUSED ...<br>
&gt; &gt;<br>
&gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:<br>
&gt; &gt; actual-buffer-time = 23777210<br>
&gt; &gt;<br>
&gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:<br>
&gt; &gt; actual-latency-time = 115986<br>
&gt; &gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src:<br>
&gt; caps<br>
&gt; &gt; = audio/x-raw-float, endianness=(int)1234, width=(int)32,<br>
&gt; rate=(int)44100,<br>
&gt; &gt; channels=(int)1<br>
&gt; &gt;<br>
&gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src:<br>
&gt; &gt; caps = audio/x-raw-float, endianness=(int)1234, width=(int)32,<br>
&gt; &gt; rate=(int)44100, channels=(int)1<br>
&gt; &gt; Pipeline is live and does not need PREROLL ...<br>
&gt; &gt; Setting pipeline to PLAYING ...<br>
&gt; &gt; New clock: GstAudioSrcClock<br>
&gt; &gt; /GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:src: caps =<br>
&gt; &gt; audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)44100,<br>
&gt; &gt; channels=(int)1<br>
&gt; &gt; /GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:sink: caps =<br>
&gt; &gt; audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)44100,<br>
&gt; &gt; channels=(int)1<br>
&gt; &gt;<br>
&gt; /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src.GstProxyPad:proxypad0:<br>
&gt; &gt; caps = audio/x-raw-float, endianness=(int)1234, width=(int)32,<br>
&gt; &gt; rate=(int)44100, channels=(int)1<br>
&gt; &gt; /GstPipeline:pipeline0/GstVorbisEnc:vorbisenc0: last-message = &quot;encoding<br>
&gt; at<br>
&gt; &gt; quality level 0.30&quot;<br>
&gt; &gt; /GstPipeline:pipeline0/GstVorbisEnc:vorbisenc0.GstPad:sink: caps =<br>
&gt; &gt; audio/x-raw-float, endianness=(int)1234, width=(int)32, rate=(int)44100,<br>
&gt; &gt; channels=(int)1<br>
&gt; &gt; /GstPipeline:pipeline0/GstVorbisEnc:vorbisenc0.GstPad:src: caps =<br>
&gt; &gt; audio/x-vorbis, streamheader=(buffer)&lt;<br>
&gt; &gt; 01766f72626973000000000144ac0000000000008038010000000000b801,<br>
&gt; &gt;<br>
&gt; 03766f726269731d000000586970682e4f7267206c6962566f7262697320492032303039303730390000000001,<br>
&gt; &gt;<br>
&gt; 05766f726269732242435601004000002473182a46a5731684101a425019e31c42ce6bec19424c11821c324c5bcb25739021a4a042885b2881d09055000040000087417814848a41082184253d589283273d082184883978148469410821841042082184104208218445396892832741081d84e330380c83e538f81c8445395810832741e820840f42b89a83ac3908218424354850830639e81c84c22c288a82c430b816840435288c82e430c8d4830b42889a834935f81a846741781684694108218424414890830641c8188446415892830639b81484cb41a81a842a39081f842034641500900000a0a2288aa2280a101ab20a00c8000010405114c7711cc9911cc9b11c0b080d590500000100080000a0488aa4488ee44892245992255992255992e689aa2ccbb22ccbb22ccb32101ab20a0048000050510c45711407080d59050064000008a0388aa5588aa5688ae7888e088486ac0200800000040000103443533c479444cf5455d7b66ddbb66ddbb66ddbb66ddbb66d5b966519080d59050040000010d26966a9068830031906424356010008000080118a30c480d09055000040000080184a0ea209ad39df9ce3a0590e9a4ab1391d9c48b579929b8ab939e79c73cec9e69c31ce39e79ca29c590c9a09ad39e79cc4a0590a9a09ad39e79c27b179d09a2aad39e79c71cee9609c11c639e79c26ad79909a8db539e79c05ad698e9a4bb139e79c48b979529b4bb539e79c73ce39e79c73ce39e79ceac5e91c9c13ce39e79ca8bdb9969bd0c539e79c4fc6e9de9c10ce39e79c73ce39e79c73ce39e79c20346415000004004010868d61dc2908d2e768204611621a32e941f7e830091a839c42ead1e868a4943a08259571524a27080d590500000200400821851452482185145248218514628821861872ca29a7a0824a2aa9a8a28c32cb2cb3cc32cb2cb3cc3aecacb30e3b0c31c410432badc452536d35d6586bee39e79a83b4565a6badb5524a29a594520a42435601002000000442061964905148218514628829a79c720a2aa880d090550000200080000000004ff21cd1111dd1111dd1111dd1111dd1f11ccf112551122551122dd33235d35345557565d7967559b77d5bd8855df77dddf77dddf8756158966559966559966559966559966559962034641500000200002084104248218514524829c61873cc39e8249410080d59050000020008000000701447711cc9911c49b2244bd224cdd22c4ff3344f133d511445d33455d1155d51376d513665d3355d53365d55566d57966d5bb675db9765dbf77ddff77ddff77ddff77ddff77d5d0742435601001200003a92232992222992e3388e24494068c82a004006004000008ae2288ee33892244992256992677996a8999ae9999e2aaa4068c82a00001000400000000000008aa6788aa9788aa8788ee88892689996a8a99a2bcaa6ecbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaae0b8486ac02002400007424477224475224455224477280d0905500800c008000001cc3312445722ccbd2344ff3344f133dd1133dd35345577481d0905500002000800000000000000cc9b014cbd11c4d1225d5522d55532dd55245d5535555555555555555555555555555555555555555555555555555555555555555554dd3344d13080d590900000100d05a73ccad978e41e8ac97c828a4a0d74e39e6a4d7cc28829ce710316398c75231430cc6964184940542435604005100008031c831c41c72ce49ea2445ce392a1da5c63947a9a3d4514ab1a65a3b4aa5b6546be39ca3d451ca28a55a4bab1da5546baab100008000070080000ba1d090150140140000810c520a29859462ce29e79052ca39e61c628a39a79c63ce39289d94ca39279d931229a59c63ce29e79c94ce49e69c93d24928000020c0010020c0422834644500102700e0701c4d93344d14254d13454f145dd71345d59534cd34355154554d144dd5545559164d5596254d334d4d145553134555155553964d55b565cf346dd95455dd1655d5b6655bf67d579675dd334dd91655d5b64d55b5755796755db66ddd9734cd34355154554d1455d75455db3655d5b63551745d51556559545559765d59d75557d67d4d1455d5534dd91555559655d9d5655596755f7455dd565dd9d75559d67ddbd6855fd67dc2a8aaba6ecaaeaeabb2acfbb22efbbaedeb9449d34c53134555d54451554d57b56d53756d5b1345d71555d5964553756555967d5f7565d9d744d175455595655155655995655d776557b74555d56d55767ddf745d5d97755d58665bf785d375755d9565df576559f7655dc7d675dff74cd3b64dd7d575d35575dfd675e5996ddbf84555d5755596855f9565dfd785e1796edd179e515575dd945d5f576559176e5f37dabe6e3caf6d63db3eb2af230c47beb02c5ddb36babe4d9875dde81b43e1378634d3b46dd35575dd745d5f9775dd68ebba5054555d5765d9f75557f67d5bf785e1f67ddf1855d7f755591686d5969d61f77da5ee0b9555b685dfd675e7986d5d587ee3e8fcbe3274755b68ebbab1ccbeae3cbb7174863e020000061c0000024c28038586ac0800e2040018849c434c4188148310424829849052c41884cc39291973524229a98552528b188390392625734e4a28a1a5504a4ba184d64229b185525a6cadd59a5a8b3584d25a28a5b5504a8ba9a51a5b6b35468c41c89c93923927a594d25a28a5b5cc392a9d83943a0829a5945a2c29c558392725838e4a0721a5924a4c25a518432ab19594622c29c5d85a6cb9c5987328a5c5924a6c25a5585b4c39b618738e188390392725734e4a28a5b552526b9573523a0829650e4a2a29c5584a4a31734e4a0721a50e424a25a518534ab18552622b29d5584a6ab1c598734b31d650528b25a5184b4a31b618736eb1e5d641682da412632825c61663aeadb51a4329b19594622c29d51663adbdc598732825c6924a8d25a5585b8db9c618734eb1e59a5aacb9c5d86b6db9f59a73d0a9b55a534cb9b618738eb9055973eebd83d05a28a5c5504a8cadb55a5b8c398752622b29d5584a8ab5c598736bb1f6504a8c25a5584b4a35b6186b8e35f69a5aabb5c5986b6ab1e69a73ef31e6d8536b35b7186b4eb1e55a73eebde6d663010000030e000001269481424356020051000004214a3106a1418831e7a4340831e69c948a31e720a45231e61c845232e720949252e61c8452520aa5a492526ba19452526aad00008002070080001b342516072834642500900a0060701ccbf23c513455d9762cc9f344d13455d5b61dcbf23c51344d55b56dcbf344d13455d57575ddf23c51345555755d5df744513555d5756559f73d51345555755d59f67dd35455d5756559b6855f345557755d599665df585dd5756559b6755b1856d5755d59966d5b37865bd775ddf78561393ab76eebbaeffbc2f13bc70000f0040700a0021b564738291a0b2c34642500900100401883904148218310524821a510524a090000187000000830a10c141ab21200880200000891524a298d94524a29a591524a29a5941242082184104208218410420821841042082184104208218410420821841042080500f84f3800f83fd8a029b13840a1212b0180700000c018a598720c3a0929358c3906a19494526aad618c3108a5a4d45a4b9573104a49a9b5d862ac9c8350524aadc51a630721a5d65aacb1d69a3b0829a5166bac39d81c4a692dc65873cebdf790526b31d65a73efbd97d662ac35e7dc8310c2b41463aeb9f6e07bef29b65a6bcd3df8208450b1d55a73f0410821848b31f7dc83f03d08215c8c39e71e84f0c1076100007783030044828d33ac249d158e06171ab212000809002010628a31e79c8310420891528c39e71c8410422825528a31e79c830e420825648c39e71c84104228a5948c31e79c83104209a5949239e71c84104228a5945232e7a083104209a594524ae71c84104208a594524ae9a083104209a594524a292184104209a594524a292584104209a594524a29a584104a28a594524a29a594104229a594524a29a594124228a594524a29a594924229a594524a29a594525228a594524a29a594524a09a594524a29a5949452490500001c3800000418412719551661a309171e80424356020040000014c45653899d41cc3167a9210831a8a9424a29863143ca20a629530a218521738a2102a1c5564bc5000000100400080809003040503003000c0e103e0741274070b401000842648648342c048707950011311500242628e4024085c545dac5057419e0822eee3a1042108210c4e2000a48c0c109373cf18627dce0049da2520701000000007000000f0000c7051011d11c4686c6064787c70748480000000000c800c00700c021024444348791a1b1c1d1e1f10112120000000000000000000404040000000000020000000404<br>

&gt; &gt; &gt;<br>
&gt; &gt; /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:sink_1109164821: caps =<br>
&gt; &gt; audio/x-vorbis, streamheader=(buffer)&lt;<br>
&gt; &gt; 01766f72626973000000000144ac0000000000008038010000000000b801,<br>
&gt; &gt;<br>
&gt; 03766f726269731d000000586970682e4f7267206c6962566f7262697320492032303039303730390000000001,<br>
&gt; &gt;<br>
&gt; 05766f726269732242435601004000002473182a46a5731684101a425019e31c42ce6bec19424c11821c324c5bcb25739021a4a042885b2881d09055000040000087417814848a41082184253d589283273d082184883978148469410821841042082184104208218445396892832741081d84e330380c83e538f81c8445395810832741e820840f42b89a83ac3908218424354850830639e81c84c22c288a82c430b816840435288c82e430c8d4830b42889a834935f81a846741781684694108218424414890830641c8188446415892830639b81484cb41a81a842a39081f842034641500900000a0a2288aa2280a101ab20a00c8000010405114c7711cc9911cc9b11c0b080d590500000100080000a0488aa4488ee44892245992255992255992e689aa2ccbb22ccbb22ccb32101ab20a0048000050510c45711407080d59050064000008a0388aa5588aa5688ae7888e088486ac0200800000040000103443533c479444cf5455d7b66ddbb66ddbb66ddbb66ddbb66d5b966519080d59050040000010d26966a9068830031906424356010008000080118a30c480d09055000040000080184a0ea209ad39df9ce3a0590e9a4ab1391d9c48b579929b8ab939e79c73cec9e69c31ce39e79ca29c590c9a09ad39e79cc4a0590a9a09ad39e79c27b179d09a2aad39e79c71cee9609c11c639e79c26ad79909a8db539e79c05ad698e9a4bb139e79c48b979529b4bb539e79c73ce39e79c73ce39e79ceac5e91c9c13ce39e79ca8bdb9969bd0c539e79c4fc6e9de9c10ce39e79c73ce39e79c73ce39e79c20346415000004004010868d61dc2908d2e768204611621a32e941f7e830091a839c42ead1e868a4943a08259571524a27080d590500000200400821851452482185145248218514628821861872ca29a7a0824a2aa9a8a28c32cb2cb3cc32cb2cb3cc3aecacb30e3b0c31c410432badc452536d35d6586bee39e79a83b4565a6badb5524a29a594520a42435601002000000442061964905148218514628829a79c720a2aa880d090550000200080000000004ff21cd1111dd1111dd1111dd1111dd1f11ccf112551122551122dd33235d35345557565d7967559b77d5bd8855df77dddf77dddf8756158966559966559966559966559966559962034641500000200002084104248218514524829c61873cc39e8249410080d59050000020008000000701447711cc9911c49b2244bd224cdd22c4ff3344f133d511445d33455d1155d51376d513665d3355d53365d55566d57966d5bb675db9765dbf77ddff77ddff77ddff77ddff77d5d0742435601001200003a92232992222992e3388e24494068c82a004006004000008ae2288ee33892244992256992677996a8999ae9999e2aaa4068c82a00001000400000000000008aa6788aa9788aa8788ee88892689996a8a99a2bcaa6ecbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaae0b8486ac02002400007424477224475224455224477280d0905500800c008000001cc3312445722ccbd2344ff3344f133dd1133dd35345577481d0905500002000800000000000000cc9b014cbd11c4d1225d5522d55532dd55245d5535555555555555555555555555555555555555555555555555555555555555555554dd3344d13080d590900000100d05a73ccad978e41e8ac97c828a4a0d74e39e6a4d7cc28829ce710316398c75231430cc6964184940542435604005100008031c831c41c72ce49ea2445ce392a1da5c63947a9a3d4514ab1a65a3b4aa5b6546be39ca3d451ca28a55a4bab1da5546baab100008000070080000ba1d090150140140000810c520a29859462ce29e79052ca39e61c628a39a79c63ce39289d94ca39279d931229a59c63ce29e79c94ce49e69c93d24928000020c0010020c0422834644500102700e0701c4d93344d14254d13454f145dd71345d59534cd34355154554d144dd5545559164d5596254d334d4d145553134555155553964d55b565cf346dd95455dd1655d5b6655bf67d579675dd334dd91655d5b64d55b5755796755db66ddd9734cd34355154554d1455d75455db3655d5b63551745d51556559545559765d59d75557d67d4d1455d5534dd91555559655d9d5655596755f7455dd565dd9d75559d67ddbd6855fd67dc2a8aaba6ecaaeaeabb2acfbb22efbbaedeb9449d34c53134555d54451554d57b56d53756d5b1345d71555d5964553756555967d5f7565d9d744d175455595655155655995655d776557b74555d56d55767ddf745d5d97755d58665bf785d375755d9565df576559f7655dc7d675dff74cd3b64dd7d575d35575dfd675e5996ddbf84555d5755596855f9565dfd785e1796edd179e515575dd945d5f576559176e5f37dabe6e3caf6d63db3eb2af230c47beb02c5ddb36babe4d9875dde81b43e1378634d3b46dd35575dd745d5f9775dd68ebba5054555d5765d9f75557f67d5bf785e1f67ddf1855d7f755591686d5969d61f77da5ee0b9555b685dfd675e7986d5d587ee3e8fcbe3274755b68ebbab1ccbeae3cbb7174863e020000061c0000024c28038586ac0800e2040018849c434c4188148310424829849052c41884cc39291973524229a98552528b188390392625734e4a28a1a5504a4ba184d64229b185525a6cadd59a5a8b3584d25a28a5b5504a8ba9a51a5b6b35468c41c89c93923927a594d25a28a5b5cc392a9d83943a0829a5945a2c29c558392725838e4a0721a5924a4c25a518432ab19594622c29c5d85a6cb9c5987328a5c5924a6c25a5585b4c39b618738e188390392725734e4a28a5b552526b9573523a0829650e4a2a29c5584a4a31734e4a0721a50e424a25a518534ab18552622b29d5584a6ab1c598734b31d650528b25a5184b4a31b618736eb1e5d641682da412632825c61663aeadb51a4329b19594622c29d51663adbdc598732825c6924a8d25a5585b8db9c618734eb1e59a5aacb9c5d86b6db9f59a73d0a9b55a534cb9b618738eb9055973eebd83d05a28a5c5504a8cadb55a5b8c398752622b29d5584a8ab5c598736bb1f6504a8c25a5584b4a35b6186b8e35f69a5aabb5c5986b6ab1e69a73ef31e6d8536b35b7186b4eb1e55a73eebde6d663010000030e000001269481424356020051000004214a3106a1418831e7a4340831e69c948a31e720a45231e61c845232e720949252e61c8452520aa5a492526ba19452526aad00008002070080001b342516072834642500900a0060701ccbf23c513455d9762cc9f344d13455d5b61dcbf23c51344d55b56dcbf344d13455d57575ddf23c51345555755d5df744513555d5756559f73d51345555755d59f67dd35455d5756559b6855f345557755d599665df585dd5756559b6755b1856d5755d59966d5b37865bd775ddf78561393ab76eebbaeffbc2f13bc70000f0040700a0021b564738291a0b2c34642500900100401883904148218310524821a510524a090000187000000830a10c141ab21200880200000891524a298d94524a29a591524a29a5941242082184104208218410420821841042082184104208218410420821841042080500f84f3800f83fd8a029b13840a1212b0180700000c018a598720c3a0929358c3906a19494526aad618c3108a5a4d45a4b9573104a49a9b5d862ac9c8350524aadc51a630721a5d65aacb1d69a3b0829a5166bac39d81c4a692dc65873cebdf790526b31d65a73efbd97d662ac35e7dc8310c2b41463aeb9f6e07bef29b65a6bcd3df8208450b1d55a73f0410821848b31f7dc83f03d08215c8c39e71e84f0c1076100007783030044828d33ac249d158e06171ab212000809002010628a31e79c8310420891528c39e71c8410422825528a31e79c830e420825648c39e71c84104228a5948c31e79c83104209a5949239e71c84104228a5945232e7a083104209a594524ae71c84104208a594524ae9a083104209a594524a292184104209a594524a292584104209a594524a29a584104a28a594524a29a594104229a594524a29a594124228a594524a29a594924229a594524a29a594525228a594524a29a594524a09a594524a29a5949452490500001c3800000418412719551661a309171e80424356020040000014c45653899d41cc3167a9210831a8a9424a29863143ca20a629530a218521738a2102a1c5564bc5000000100400080809003040503003000c0e103e0741274070b401000842648648342c048707950011311500242628e4024085c545dac5057419e0822eee3a1042108210c4e2000a48c0c109373cf18627dce0049da2520701000000007000000f0000c7051011d11c4686c6064787c70748480000000000c800c00700c021024444348791a1b1c1d1e1f10112120000000000000000000404040000000000020000000404<br>

&gt; &gt; &gt;<br>
&gt; &gt; /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:src: caps =<br>
&gt; &gt; application/ogg, streamheader=(buffer)&lt;<br>
&gt; &gt;<br>
&gt; 4f6767530002000000000000000015831c42000000004904efb7011e01766f72626973000000000144ac0000000000008038010000000000b801,<br>
&gt; &gt;<br>
&gt; 4f6767530000000000000000000015831c4201000000cbbcc2ec0e2dffffffffffffffffffffffff8103766f726269731d000000586970682e4f7267206c6962566f726269732049203230303930373039000000000105766f726269732242435601004000002473182a46a5731684101a425019e31c42ce6bec19424c11821c324c5bcb25739021a4a042885b2881d09055000040000087417814848a41082184253d589283273d082184883978148469410821841042082184104208218445396892832741081d84e330380c83e538f81c8445395810832741e820840f42b89a83ac3908218424354850830639e81c84c22c288a82c430b816840435288c82e430c8d4830b42889a834935f81a846741781684694108218424414890830641c8188446415892830639b81484cb41a81a842a39081f842034641500900000a0a2288aa2280a101ab20a00c8000010405114c7711cc9911cc9b11c0b080d590500000100080000a0488aa4488ee44892245992255992255992e689aa2ccbb22ccbb22ccb32101ab20a0048000050510c45711407080d59050064000008a0388aa5588aa5688ae7888e088486ac0200800000040000103443533c479444cf5455d7b66ddbb66ddbb66ddbb66ddbb66d5b966519080d59050040000010d26966a9068830031906424356010008000080118a30c480d09055000040000080184a0ea209ad39df9ce3a0590e9a4ab1391d9c48b579929b8ab939e79c73cec9e69c31ce39e79ca29c590c9a09ad39e79cc4a0590a9a09ad39e79c27b179d09a2aad39e79c71cee9609c11c639e79c26ad79909a8db539e79c05ad698e9a4bb139e79c48b979529b4bb539e79c73ce39e79c73ce39e79ceac5e91c9c13ce39e79ca8bdb9969bd0c539e79c4fc6e9de9c10ce39e79c73ce39e79c73ce39e79c20346415000004004010868d61dc2908d2e768204611621a32e941f7e830091a839c42ead1e868a4943a08259571524a27080d590500000200400821851452482185145248218514628821861872ca29a7a0824a2aa9a8a28c32cb2cb3cc32cb2cb3cc3aecacb30e3b0c31c410432badc452536d35d6586bee39e79a83b4565a6badb5524a29a594520a42435601002000000442061964905148218514628829a79c720a2aa880d090550000200080000000004ff21cd1111dd1111dd1111dd1111dd1f11ccf112551122551122dd33235d35345557565d7967559b77d5bd8855df77dddf77dddf8756158966559966559966559966559966559962034641500000200002084104248218514524829c61873cc39e8249410080d59050000020008000000701447711cc9911c49b2244bd224cdd22c4ff3344f133d511445d33455d1155d51376d513665d3355d53365d55566d57966d5bb675db9765dbf77ddff77ddff77ddff77ddff77d5d0742435601001200003a92232992222992e3388e24494068c82a004006004000008ae2288ee33892244992256992677996a8999ae9999e2aaa4068c82a00001000400000000000008aa6788aa9788aa8788ee88892689996a8a99a2bcaa6ecbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaae0b8486ac02002400007424477224475224455224477280d0905500800c008000001cc3312445722ccbd2344ff3344f133dd1133dd35345577481d0905500002000800000000000000cc9b014cbd11c4d1225d5522d55532dd55245d5535555555555555555555555555555555555555555555555555555555555555555554dd3344d13080d590900000100d05a73ccad978e41e8ac97c828a4a0d74e39e6a4d7cc28829ce710316398c75231430cc6964184940542435604005100008031c831c41c72ce49ea2445ce392a1da5c63947a9a3d4514ab1a65a3b4aa5b6546be39ca3d451ca28a55a4bab1da5546baab100008000070080000ba1d090150140140000810c520a29859462ce29e79052ca39e61c628a39a79c63ce39289d94ca39279d931229a59c63ce29e79c94ce49e69c93d24928000020c0010020c0422834644500102700e0701c4d93344d14254d13454f145dd71345d59534cd34355154554d144dd5545559164d5596254d334d4d145553134555155553964d55b565cf346dd95455dd1655d5b6655bf67d579675dd334dd91655d5b64d55b5755796755db66ddd9734cd34355154554d1455d75455db3655d5b63551745d51556559545559765d59d75557d67d4d1455d5534dd91555559655d9d5655596755f7455dd565dd9d75559d67ddbd6855fd67dc2a8aaba6ecaaeaeabb2acfbb22efbbaedeb9449d34c53134555d54451554d57b56d53756d5b1345d71555d5964553756555967d5f7565d9d744d175455595655155655995655d776557b74555d56d55767ddf745d5d97755d58665bf785d375755d9565df576559f7655dc7d675dff74cd3b64dd7d575d35575dfd675e5996ddbf84555d5755596855f9565dfd785e1796edd179e515575dd945d5f576559176e5f37dabe6e3caf6d63db3eb2af230c47beb02c5ddb36babe4d9875dde81b43e1378634d3b46dd35575dd745d5f9775dd68ebba5054555d5765d9f75557f67d5bf785e1f67ddf1855d7f755591686d5969d61f77da5ee0b9555b685dfd675e7986d5d587ee3e8fcbe3274755b68ebbab1ccbeae3cbb7174863e020000061c0000024c28038586ac0800e2040018849c434c4188148310424829849052c41884cc39291973524229a98552528b188390392625734e4a28a1a5504a4ba184d64229b185525a6cadd59a5a8b3584d25a28a5b5504a8ba9a51a5b6b35468c41c89c93923927a594d25a28a5b5cc392a9d83943a0829a5945a2c29c558392725838e4a0721a5924a4c25a518432ab19594622c29c5d85a6cb9c5987328a5c5924a6c25a5585b4c39b618738e188390392725734e4a28a5b552526b9573523a0829650e4a2a29c5584a4a31734e4a0721a50e424a25a518534ab18552622b29d5584a6ab1c598734b31d650528b25a5184b4a31b618736eb1e5d641682da412632825c61663aeadb51a4329b19594622c29d51663adbdc598732825c6924a8d25a5585b8db9c618734eb1e59a5aacb9c5d86b6db9f59a73d0a9b55a534cb9b618738eb9055973eebd83d05a28a5c5504a8cadb55a5b8c398752622b29d5584a8ab5c598736bb1f6504a8c25a5584b4a35b6186b8e35f69a5aabb5c5986b6ab1e69a73ef31e6d8536b35b7186b4eb1e55a73eebde6d663010000030e000001269481424356020051000004214a3106a1418831e7a4340831e69c948a31e720a45231e61c845232e720949252e61c8452520aa5a492526ba19452526aad00008002070080001b342516072834642500900a0060701ccbf23c513455d9762cc9f344d13455d5b61dcbf23c51344d55b56dcbf344d13455d57575ddf23c51345555755d5df744513555d5756559f73d51345555755d59f67dd35455d5756559b6855f345557755d599665df585dd5756559b6755b1856d5755d59966d5b37865bd775ddf78561393ab76eebbaeffbc2f13bc70000f0040700a0021b564738291a0b2c34642500900100401883904148218310524821a510524a090000187000000830a10c141ab21200880200000891524a298d94524a29a591524a29a5941242082184104208218410420821841042082184104208218410420821841042080500f84f3800f83fd8a029b13840a1212b0180700000c018a598720c3a0929358c3906a19494526aad618c3108a5a4d45a4b9573104a49a9b5d862ac9c8350524aadc51a630721a5d65aacb1d69a3b0829a5166bac39d81c4a692dc65873cebdf790526b31d65a73efbd97d662ac35e7dc8310c2b41463aeb9f6e07bef29b65a6bcd3df8208450b1d55a73f0410821848b31f7dc83f03d08215c8c39e71e84f0c1076100007783030044828d33ac249d158e06171ab212000809002010628a31e79c8310420891528c39e71c8410422825528a31e79c830e420825648c39e71c84104228a5948c31e79c83104209a5949239e71c84104228a5945232e7a083104209a594524ae71c84104208a594524ae9a083104209a594524a292184104209a594524a292584104209a594524a29a584104a28a594524a29a594104229a594524a29a594124228a594524a29a594924229a594524a29a594525228a594524a29a594524a09a594524a29a5949452490500001c3800000418412719551661a309171e80424356020040000014c45653899d41cc3167a9210831a8a9424a29863143ca20a629530a218521738a2102a1c5564bc5000000100400080809003040503003000c0e103e0741274070b401000842648648342c048707950011311500242628e4024085c545dac5057419e0822eee3a1042108210c4e2000a48c0c109373cf18627dce0049da2520701000000007000000f0000c7051011d11c4686c6064787c70748480000000000c800c00700c021024444348791a1b1c1d1e1f10112120000000000000000000404040000000000020000000404<br>

&gt; &gt; &gt;<br>
&gt; &gt; /GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps =<br>
&gt; &gt; application/ogg, streamheader=(buffer)&lt;<br>
&gt; &gt;<br>
&gt; 4f6767530002000000000000000015831c42000000004904efb7011e01766f72626973000000000144ac0000000000008038010000000000b801,<br>
&gt; &gt;<br>
&gt; 4f6767530000000000000000000015831c4201000000cbbcc2ec0e2dffffffffffffffffffffffff8103766f726269731d000000586970682e4f7267206c6962566f726269732049203230303930373039000000000105766f726269732242435601004000002473182a46a5731684101a425019e31c42ce6bec19424c11821c324c5bcb25739021a4a042885b2881d09055000040000087417814848a41082184253d589283273d082184883978148469410821841042082184104208218445396892832741081d84e330380c83e538f81c8445395810832741e820840f42b89a83ac3908218424354850830639e81c84c22c288a82c430b816840435288c82e430c8d4830b42889a834935f81a846741781684694108218424414890830641c8188446415892830639b81484cb41a81a842a39081f842034641500900000a0a2288aa2280a101ab20a00c8000010405114c7711cc9911cc9b11c0b080d590500000100080000a0488aa4488ee44892245992255992255992e689aa2ccbb22ccbb22ccb32101ab20a0048000050510c45711407080d59050064000008a0388aa5588aa5688ae7888e088486ac0200800000040000103443533c479444cf5455d7b66ddbb66ddbb66ddbb66ddbb66d5b966519080d59050040000010d26966a9068830031906424356010008000080118a30c480d09055000040000080184a0ea209ad39df9ce3a0590e9a4ab1391d9c48b579929b8ab939e79c73cec9e69c31ce39e79ca29c590c9a09ad39e79cc4a0590a9a09ad39e79c27b179d09a2aad39e79c71cee9609c11c639e79c26ad79909a8db539e79c05ad698e9a4bb139e79c48b979529b4bb539e79c73ce39e79c73ce39e79ceac5e91c9c13ce39e79ca8bdb9969bd0c539e79c4fc6e9de9c10ce39e79c73ce39e79c73ce39e79c20346415000004004010868d61dc2908d2e768204611621a32e941f7e830091a839c42ead1e868a4943a08259571524a27080d590500000200400821851452482185145248218514628821861872ca29a7a0824a2aa9a8a28c32cb2cb3cc32cb2cb3cc3aecacb30e3b0c31c410432badc452536d35d6586bee39e79a83b4565a6badb5524a29a594520a42435601002000000442061964905148218514628829a79c720a2aa880d090550000200080000000004ff21cd1111dd1111dd1111dd1111dd1f11ccf112551122551122dd33235d35345557565d7967559b77d5bd8855df77dddf77dddf8756158966559966559966559966559966559962034641500000200002084104248218514524829c61873cc39e8249410080d59050000020008000000701447711cc9911c49b2244bd224cdd22c4ff3344f133d511445d33455d1155d51376d513665d3355d53365d55566d57966d5bb675db9765dbf77ddff77ddff77ddff77ddff77d5d0742435601001200003a92232992222992e3388e24494068c82a004006004000008ae2288ee33892244992256992677996a8999ae9999e2aaa4068c82a00001000400000000000008aa6788aa9788aa8788ee88892689996a8a99a2bcaa6ecbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaae0b8486ac02002400007424477224475224455224477280d0905500800c008000001cc3312445722ccbd2344ff3344f133dd1133dd35345577481d0905500002000800000000000000cc9b014cbd11c4d1225d5522d55532dd55245d5535555555555555555555555555555555555555555555555555555555555555555554dd3344d13080d590900000100d05a73ccad978e41e8ac97c828a4a0d74e39e6a4d7cc28829ce710316398c75231430cc6964184940542435604005100008031c831c41c72ce49ea2445ce392a1da5c63947a9a3d4514ab1a65a3b4aa5b6546be39ca3d451ca28a55a4bab1da5546baab100008000070080000ba1d090150140140000810c520a29859462ce29e79052ca39e61c628a39a79c63ce39289d94ca39279d931229a59c63ce29e79c94ce49e69c93d24928000020c0010020c0422834644500102700e0701c4d93344d14254d13454f145dd71345d59534cd34355154554d144dd5545559164d5596254d334d4d145553134555155553964d55b565cf346dd95455dd1655d5b6655bf67d579675dd334dd91655d5b64d55b5755796755db66ddd9734cd34355154554d1455d75455db3655d5b63551745d51556559545559765d59d75557d67d4d1455d5534dd91555559655d9d5655596755f7455dd565dd9d75559d67ddbd6855fd67dc2a8aaba6ecaaeaeabb2acfbb22efbbaedeb9449d34c53134555d54451554d57b56d53756d5b1345d71555d5964553756555967d5f7565d9d744d175455595655155655995655d776557b74555d56d55767ddf745d5d97755d58665bf785d375755d9565df576559f7655dc7d675dff74cd3b64dd7d575d35575dfd675e5996ddbf84555d5755596855f9565dfd785e1796edd179e515575dd945d5f576559176e5f37dabe6e3caf6d63db3eb2af230c47beb02c5ddb36babe4d9875dde81b43e1378634d3b46dd35575dd745d5f9775dd68ebba5054555d5765d9f75557f67d5bf785e1f67ddf1855d7f755591686d5969d61f77da5ee0b9555b685dfd675e7986d5d587ee3e8fcbe3274755b68ebbab1ccbeae3cbb7174863e020000061c0000024c28038586ac0800e2040018849c434c4188148310424829849052c41884cc39291973524229a98552528b188390392625734e4a28a1a5504a4ba184d64229b185525a6cadd59a5a8b3584d25a28a5b5504a8ba9a51a5b6b35468c41c89c93923927a594d25a28a5b5cc392a9d83943a0829a5945a2c29c558392725838e4a0721a5924a4c25a518432ab19594622c29c5d85a6cb9c5987328a5c5924a6c25a5585b4c39b618738e188390392725734e4a28a5b552526b9573523a0829650e4a2a29c5584a4a31734e4a0721a50e424a25a518534ab18552622b29d5584a6ab1c598734b31d650528b25a5184b4a31b618736eb1e5d641682da412632825c61663aeadb51a4329b19594622c29d51663adbdc598732825c6924a8d25a5585b8db9c618734eb1e59a5aacb9c5d86b6db9f59a73d0a9b55a534cb9b618738eb9055973eebd83d05a28a5c5504a8cadb55a5b8c398752622b29d5584a8ab5c598736bb1f6504a8c25a5584b4a35b6186b8e35f69a5aabb5c5986b6ab1e69a73ef31e6d8536b35b7186b4eb1e55a73eebde6d663010000030e000001269481424356020051000004214a3106a1418831e7a4340831e69c948a31e720a45231e61c845232e720949252e61c8452520aa5a492526ba19452526aad00008002070080001b342516072834642500900a0060701ccbf23c513455d9762cc9f344d13455d5b61dcbf23c51344d55b56dcbf344d13455d57575ddf23c51345555755d5df744513555d5756559f73d51345555755d59f67dd35455d5756559b6855f345557755d599665df585dd5756559b6755b1856d5755d59966d5b37865bd775ddf78561393ab76eebbaeffbc2f13bc70000f0040700a0021b564738291a0b2c34642500900100401883904148218310524821a510524a090000187000000830a10c141ab21200880200000891524a298d94524a29a591524a29a5941242082184104208218410420821841042082184104208218410420821841042080500f84f3800f83fd8a029b13840a1212b0180700000c018a598720c3a0929358c3906a19494526aad618c3108a5a4d45a4b9573104a49a9b5d862ac9c8350524aadc51a630721a5d65aacb1d69a3b0829a5166bac39d81c4a692dc65873cebdf790526b31d65a73efbd97d662ac35e7dc8310c2b41463aeb9f6e07bef29b65a6bcd3df8208450b1d55a73f0410821848b31f7dc83f03d08215c8c39e71e84f0c1076100007783030044828d33ac249d158e06171ab212000809002010628a31e79c8310420891528c39e71c8410422825528a31e79c830e420825648c39e71c84104228a5948c31e79c83104209a5949239e71c84104228a5945232e7a083104209a594524ae71c84104208a594524ae9a083104209a594524a292184104209a594524a292584104209a594524a29a584104a28a594524a29a594104229a594524a29a594124228a594524a29a594924229a594524a29a594525228a594524a29a594524a09a594524a29a5949452490500001c3800000418412719551661a309171e80424356020040000014c45653899d41cc3167a9210831a8a9424a29863143ca20a629530a218521738a2102a1c5564bc5000000100400080809003040503003000c0e103e0741274070b401000842648648342c048707950011311500242628e4024085c545dac5057419e0822eee3a1042108210c4e2000a48c0c109373cf18627dce0049da2520701000000007000000f0000c7051011d11c4686c6064787c70748480000000000c800c00700c021024444348791a1b1c1d1e1f10112120000000000000000000404040000000000020000000404<br>

&gt; &gt; &gt;<br>
&gt; &gt; WARNING: from element /GstPipeline:pipeline0/GstUDPSink:udpsink0:<br>
&gt; Internal<br>
&gt; &gt; data flow problem.<br>
&gt; &gt; Additional debug info:<br>
&gt; &gt; gstbasesink.c(3343): gst_base_sink_chain_unlocked ():<br>
&gt; &gt; /GstPipeline:pipeline0/GstUDPSink:udpsink0:<br>
&gt; &gt; Received buffer without a new-segment. Assuming timestamps start from 0.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Thanks &amp; Regards<br>
&gt; &gt; Shamun<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; &gt; Oracle to DB2 Conversion Guide: Learn learn about native support for<br>
&gt; &gt; PL/SQL,<br>
&gt; &gt; new data types, scalar functions, improved concurrency, built-in<br>
&gt; packages,<br>
&gt; &gt; OCI, SQL*Plus, data movement tools, best practices and more.<br>
&gt; &gt; <a href="http://p.sf.net/sfu/oracle-sfdev2dev" target="_blank">http://p.sf.net/sfu/oracle-sfdev2dev</a><br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; gstreamer-devel mailing list<br>
&gt; &gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; &gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; Oracle to DB2 Conversion Guide: Learn learn about native support for<br>
&gt; PL/SQL,<br>
&gt; new data types, scalar functions, improved concurrency, built-in packages,<br>
&gt; OCI, SQL*Plus, data movement tools, best practices and more.<br>
&gt; <a href="http://p.sf.net/sfu/oracle-sfdev2dev" target="_blank">http://p.sf.net/sfu/oracle-sfdev2dev</a><br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<br>
&gt; End of gstreamer-devel Digest, Vol 55, Issue 42<br>
&gt; ***********************************************<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
------------------------------------------------------------------------------<br>
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,<br>
new data types, scalar functions, improved concurrency, built-in packages,<br>
OCI, SQL*Plus, data movement tools, best practices and more.<br>
<a href="http://p.sf.net/sfu/oracle-sfdev2dev" target="_blank">http://p.sf.net/sfu/oracle-sfdev2dev</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
End of gstreamer-devel Digest, Vol 55, Issue 44<br>
***********************************************<br>
</blockquote></div><br>