<br><br><div class="gmail_quote">2012/4/5 Stefan Sauer <span dir="ltr">&lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>

  
    
  
  <div bgcolor="#ffffff" text="#000000"><div class="im">
    On 04/05/2012 03:23 AM, Rossana Guerra wrote:
    <blockquote type="cite">Hi everyone, I am very clueless about it since I
      didn&#39;t find so much documentation whic could help me. <br>
      I need something like the *test-ogg.c* example but suited for AVI
      files.  In the example the following line creates the pipeline: <br>
      <br>
      str = g_strdup_printf (&quot;( &quot;<br>
            &quot;filesrc location=%s ! oggdemux name=d &quot;<br>
            &quot;d. ! queue ! rtptheorapay name=pay0 pt=96 &quot;<br>
            &quot;d. ! queue ! rtpvorbispay name=pay1 pt=97 &quot; &quot;)&quot;, argv[1]);<br>
      <br>
      1- Is the any AVI payloader?, if not, what is the way to do it?<br>
    </blockquote></div>
    You would not stream the avi as such, but demux it and playload the
    streams inside the avi (the audio and video). For those there should
    be payloader (e.g. mpeg4 and mp3).<br></div></blockquote><div><br>Stefan thanks for your answer, could you suggest any example or reading?<br>Second, I need some control using a message hander, is this possible?. I don&#39;t have idea which the pipeline is.<br>
<br>Regards,<br><br>Rossana <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#ffffff" text="#000000">
    <br>
    Stefan<br>
    <blockquote type="cite"><div class="im">
      <br>
      2- I suppose I can handle messages as usual, isn&#39;t it?.<br>
      <br>
      I don&#39;t loose my hope for any suggestion, thanks and regards<br>
      <br>
      Rossana<br>
      <br>
      </div><pre><fieldset></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>