<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">Hi Zac,<br>
      <br>
      I can't find my notes but I have my bash history - try recompiling
      plugins-bad.  The relevant section of my history is:<br>
      <br>
      git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-bad<br>
      cd gst-plugins-bad<br>
      ./autogen.sh <br>
      ./configure --disable-gtk-doc --disable-x11 --disable-glx
      --enable-egl --enable-dispmanx CFLAGS="-I/opt/vc/include/EGL
      -I/opt/vc/include/GLES -I/opt/vc/include/GLES2 -I/opt/vc/include
      -I/opt/vc/include/interface/vcos/pthreads
      -I/opt/vc/include/interface/vmcs_host/linux"
      LDFLAGS="-L/opt/vc/lib" CPPFLAGS="-I/opt/vc/include
      -I/opt/vc/include/interface/vcos/pthreads
      -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/EGL"<br>
      make -j8<br>
      sudo make install<br>
      <br>
      Regards,<br>
      <br>
      Dave.<br>
    </font><br>
    <div class="moz-cite-prefix">On 16/07/2016 8:59 AM, zacattackcit
      wrote:<br>
    </div>
    <br>
    <pre wrap="">Dave--

Thanks for your help.  With your compile command for gst-plugins-bad
(earlier in this thread) and gst-omx (in the previous post), I got both
packages to compile!  I'm now hitting a run-time error.  When I run my
minimal test pipeline:

gst-launch-1.0 rpicamsrc ! h264parse ! omxh264dec ! glimagesink

I get this error:

0:00:00.190762969 31880   0x197400 ERROR              gldisplay
gstgldisplay_wayland.c:120:gst_gl_display_wayland_new: Failed to open X11
display connection with name, '(null)'

Looks like not all the X11 stuff was really disabled?  Have you seen
anything like this?  I think I'm getting closer...

Thanks,

-Zac</pre>
  </body>
</html>