<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le mercredi 07 mai 2014 à 22:44 +0200, Peter Maersk-Moller a écrit :
<BLOCKQUOTE TYPE=CITE>
    Hi.<BR>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Error preventsGit Master  gst-plugins-bad from compiling. The errors are:<BR>
    <BR>
    make[5]: Entering directory `/home/stream/Projects/GStreamer/Git/gst-plugins-bad/gst-libs/gst/gl'<BR>
      CC       libgstgl_1.0_la-gstgldisplay.lo<BR>
    gstgldisplay.c: In function 'gst_gl_display_new':<BR>
    gstgldisplay.c:115:30: error: variable 'platform_choice' set but not used [-Werror=unused-but-set-variable]<BR>
       const gchar *user_choice, *platform_choice;<BR>
                                  ^<BR>
    cc1: all warnings being treated as errors<BR>
    make[5]: *** [libgstgl_1.0_la-gstgldisplay.lo] Error 1<BR>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    If 'GST_GL_HAVE_PLATFORM_EGL' is not defined, then platform_choice is defined and set, but not used which with the configured compiling settings throws an error. If the setting of platform_choice is moved in under the<BR>
    '#if GST_GL_HAVE_PLATFORM_EGL' then the platform_choice is defined, but not used throwing an error. So that must be guarded as well by the 'GST_GL_HAVE_PLATFORM_EGL.<BR>
</BLOCKQUOTE>
<BR>
It's used always if debug traces is enabled. So I suppose you disabled debug traces in your build and EGL is the only supported platform.<BR>
<BR>
  if (!display) {<BR>
    /* subclass returned a NULL window */<BR>
    GST_WARNING ("Could not create display. user specified %s, creating dummy",<BR>
        user_choice ? user_choice : "(null)");<BR>
<BR>
This is a bit tricky/twisted to fix, please file a bug, bugs.gnome.org produce GStreamer component gst-plugins-bad.<BR>
<BR>
cheers,<BR>
Nicolas
</BODY>
</HTML>