mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
playsink: Chain up to the parent's GstBin::handle_message() for non-prepare-xoverlay element messages
This commit is contained in:
parent
dc7c6cf459
commit
15091ad124
1 changed files with 3 additions and 0 deletions
|
@ -3748,6 +3748,9 @@ gst_play_sink_handle_message (GstBin * bin, GstMessage * message)
|
|||
gst_object_unref (xoverlay);
|
||||
gst_message_unref (message);
|
||||
gst_x_overlay_prepare_xwindow_id (GST_X_OVERLAY (playsink));
|
||||
} else {
|
||||
GST_BIN_CLASS (gst_play_sink_parent_class)->handle_message (bin,
|
||||
message);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue