<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Oh I see, I thought it had the same effect. I've been trying to play
    around with the capsfilter, from my understanding h264parse does the
    conversion, so I should do something like queue ! capsfilter
    caps=video/x-h264,stream-format=avc ! h264parse ! mp4mux ! filesink,
    but when I do this, the linking between the tee src_%u pad and the
    queue sink pad fails.<br>
    <br>
    <div class="moz-cite-prefix">On 19/03/2016 10:24, Sebastian Dröge
      wrote:<br>
    </div>
    <blockquote cite="mid:1458379474.2522.227.camel@centricular.com"
      type="cite">
      <pre wrap="">On Fr, 2016-03-18 at 17:30 +0100, Davide Tuccilli wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Thank you for the answer, although I don't know how to interpret it.

Since I'm not sure where to put the filter, I created this caps:

GstCaps * caps = gst_caps_new_simple("video/x-h264",
                                          "stream-format", 
G_TYPE_STRING, "avc",
                                          nullptr);
</pre>
      </blockquote>
      <pre wrap="">
Use the capsfilter element and set those caps to its caps property.

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>