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>
<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>