Fixes https://bugzilla.gnome.org/show_bug.cgi?id=673327
("could not XShmCreateImage a %dx%d image", width, height));
goto beach;
}
+#ifdef HAVE_XSHM
shmget_failed:
{
g_mutex_unlock (ximagesink->x_lock);
width, height), ("Failed to XShmAttach"));
goto beach;
}
+#endif
}
static void
("could not XvShmCreateImage a %dx%d image", width, height));
goto beach;
}
+#ifdef HAVE_XSHM
shmget_failed:
{
g_mutex_unlock (xvimagesink->x_lock);
width, height), ("Failed to XShmAttach"));
goto beach;
}
+#endif
}
static void