gtkwaylandsink: Make the rotate property GST_PARAM_MUTABLE_PLAYING

This matches the change we made to waylandsink.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9283>
This commit is contained in:
Nicolas Dufresne 2025-07-07 15:16:32 -04:00 committed by GStreamer Marge Bot
parent 5275bb0c20
commit 5ac6d2b635
2 changed files with 3 additions and 2 deletions

View File

@ -39893,7 +39893,7 @@
"construct-only": false,
"controllable": false,
"default": "identity (0)",
"mutable": "null",
"mutable": "playing",
"readable": true,
"type": "GstVideoOrientationMethod",
"writable": true

View File

@ -155,7 +155,8 @@ gst_gtk_wayland_sink_class_init (GstGtkWaylandSinkClass * klass)
"rotate method",
"rotate method",
GST_TYPE_VIDEO_ORIENTATION_METHOD, GST_VIDEO_ORIENTATION_IDENTITY,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
G_PARAM_READWRITE | GST_PARAM_MUTABLE_PLAYING |
G_PARAM_STATIC_STRINGS));
/**
* GstGtkWaylandSink:drm-device: