mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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_object_unref (xoverlay);
|
||||||
gst_message_unref (message);
|
gst_message_unref (message);
|
||||||
gst_x_overlay_prepare_xwindow_id (GST_X_OVERLAY (playsink));
|
gst_x_overlay_prepare_xwindow_id (GST_X_OVERLAY (playsink));
|
||||||
|
} else {
|
||||||
|
GST_BIN_CLASS (gst_play_sink_parent_class)->handle_message (bin,
|
||||||
|
message);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue