<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Based on the available documentation
      seems that is not possible to embed a DISPMANX_ELEMENT_HANDLE_T
      inside an x11 window, so I added some properties to the
      eglglessink:<br>
      <br>
      xpos                : You can set the absolute X position for the
      display window<br>
                              flags: readable, writable<br>
                              Integer. Range: 0 - 4096 Default: 0 <br>
      ypos                : You can set the absolute Y position for the
      display window<br>
                              flags: readable, writable<br>
                              Integer. Range: 0 - 4096 Default: 0 <br>
      width               : You can set the width for the display window<br>
                              flags: readable, writable<br>
                              Integer. Range: -1 - 4096 Default: -1 <br>
      height              : You can set the height for the display
      window<br>
                              flags: readable, writable<br>
                              Integer. Range: -1 - 4096 Default: -1 <br>
      <br>
      this way I can place the video output window where I like,<br>
      <br>
      Nicola<br>
      <br>
      <br>
      Il 10/03/2014 18:49, Mailing List SVR ha scritto:<br>
    </div>
    <blockquote cite="mid:531DFB1F.4050605@svrinformatica.it"
      type="cite">
      <meta content="text/html; charset=ISO-8859-15"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Il 10/03/2014 18:04, Dirk-Willem van
        Gulik ha scritto:<br>
      </div>
      <blockquote
        cite="mid:2E5EB2DC-B2F1-4B66-8F3D-F9908F136E5E@webweaving.org"
        type="cite">
        <meta http-equiv="Content-Type" content="text/html;
          charset=ISO-8859-15">
        <br>
        <div>
          <div>On 10 Mar 2014, at 17:28, Mailing List SVR <<a
              moz-do-not-send="true"
              href="mailto:lists@svrinformatica.it">lists@svrinformatica.it</a>>

            wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <meta http-equiv="content-type" content="text/html;
              charset=ISO-8859-15">
            <div bgcolor="#FFFFFF" text="#000000"> Hi,<br>
              <br>
              I'm trying to run eglglessink on raspberry inside an app
              window, as soon as the element try to call<code> </code><code>eglCreateWindowSurface



                here:<br>
                <br>
                <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/ext/eglgles/gstegladaptation_egl.c#n321">http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/ext/eglgles/gstegladaptation_egl.c#n321</a><br>
                <br>
                the application segfault, I also tryed to run a very
                simple application based on the official docs with the
                same result,<br>
                <br>
                is this supposed to work with gstreamer? Is someone
                running eglglessink embedded in an app window on
                raspberry pi?<br>
              </code></div>
          </blockquote>
          <br>
        </div>
        <div>Have a look at <a moz-do-not-send="true"
            href="http://www.raspberrypi.org/phpBB3/viewtopic.php?p=326571">http://www.raspberrypi.org/phpBB3/viewtopic.php?p=326571</a>
          — but my own experience is just without any X — i.e. raw into
          the framebuffer - whole screen.</div>
      </blockquote>
      <br>
      yes if I let eglglessink create its own full screen window it
      works and performance are good for my use case, but I need to
      embed the videosink inside my X11 application or at least to be
      able to specify position and dimensions, I tested both the binary
      packages (1.0.x) and the latest 1.2 version compiled from source,
      both show the same segfault when <code></code><code>eglCreateWindowSurface
        is called, <br>
        <br>
        <br>
        Nicola<br>
      </code><br>
      <blockquote
        cite="mid:2E5EB2DC-B2F1-4B66-8F3D-F9908F136E5E@webweaving.org"
        type="cite">
        <div><br>
        </div>
        <div>Dw.</div>
        <br>
      </blockquote>
      <br>
      <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>