<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    hi<br>
    <br>
    any plan to make a gstreamer plugin for browsers? chrome/firefox...
    i actually develop some players based on nodejs node-webkit ...
    might be great to have gstreamer as a plugin controllable by
    javascript :p<br>
    <br>
    thx <br>
    <br>
    <div class="moz-cite-prefix">Le 08/08/2014 11:49, Peter
      Maersk-Moller a écrit :<br>
    </div>
    <blockquote
cite="mid:CAGf_jG=n9MRsF3Z8kRRiiLuqnCcJny1igOcxXz9PuDFVBcaf9Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div>Hi.<br>
                      <br>
                    </div>
                    I'm running GStreamer 1.5 Git Master on ODroid-U2 (4
                    core ARMv7 with Neon). It should be ORC enabled as
                    far as I know.<br>
                    <br>
                    When I try to use videoconvert for converting I420
                    to BGRA I see an excessive CPU load. Is that to be
                    expected? Can we expect any significant improvement
                    in a near future?<br>
                    <br>
                  </div>
                  This is the baseline pipeline I run to see the load:<br>
                  <br>
                  gst-launch-1.0 videotestsrc is-live=true !
                  'video/x-raw,width=1280,height=720,format=I420' !
                  queue ! videoconvert ! fakesink sync=true<br>
                  <br>
                </div>
                I see a CPU load of approx. 45%. A bit higher than
                expected though.<br>
                <br>
              </div>
              This is the pipeline with the I420 to BGRA conversion<br>
              <br>
              gst-launch-1.0 videotestsrc is-live=true !
              'video/x-raw,width=1280,height=720,format=I420' ! queue !
              videoconvert ! 'video/x-raw,format=BGRA' ! fakesink
              sync=true.<br>
              <br>
            </div>
            I now see a CPU load of 141% and even suspect it may not run
            at framerate though I can be wrong.<br>
            <br>
          </div>
          Best regards<br>
        </div>
        Peter MM<br>
        <div>
          <div>
            <div><br>
            </div>
          </div>
        </div>
      </div>
      <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="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>