mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
parent
dcfeb6efbc
commit
a8574bd53d
1 changed files with 2 additions and 0 deletions
|
@ -2952,8 +2952,10 @@ main (int argc, char **argv)
|
||||||
* asks for the XID of the window to render onto */
|
* asks for the XID of the window to render onto */
|
||||||
gtk_widget_realize (window);
|
gtk_widget_realize (window);
|
||||||
|
|
||||||
|
#ifdef HAVE_X
|
||||||
/* we should have the XID now */
|
/* we should have the XID now */
|
||||||
g_assert (embed_xid != 0);
|
g_assert (embed_xid != 0);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
g_signal_connect (pipeline, "deep_notify",
|
g_signal_connect (pipeline, "deep_notify",
|
||||||
|
|
Loading…
Reference in a new issue