mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
camerabin: example: Update prepare-window-handle message
Message name changed from prepare-xwindow-id to prepare-window-handle
This commit is contained in:
parent
bc1f812211
commit
f08a847e86
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ bus_sync_callback (GstBus * bus, GstMessage * message, gpointer data)
|
|||
if (GST_MESSAGE_TYPE (message) != GST_MESSAGE_ELEMENT)
|
||||
return GST_BUS_PASS;
|
||||
|
||||
if (!gst_message_has_name (message, "prepare-xwindow-id"))
|
||||
if (!gst_message_has_name (message, "prepare-window-handle"))
|
||||
return GST_BUS_PASS;
|
||||
|
||||
/* FIXME: make sure to get XID in main thread */
|
||||
|
|
Loading…
Reference in a new issue