mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
screen-cast/src: Log the type of frame recorded
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2807>
This commit is contained in:
parent
e8e8a63054
commit
e2ddf2055c
@ -644,7 +644,9 @@ meta_screen_cast_stream_src_maybe_record_frame (MetaScreenCastStreamSrc *src,
|
||||
if (!priv->pipewire_stream)
|
||||
return;
|
||||
|
||||
meta_topic (META_DEBUG_SCREEN_CAST, "Recording frame on stream %u",
|
||||
meta_topic (META_DEBUG_SCREEN_CAST, "Recording %s frame on stream %u",
|
||||
flags & META_SCREEN_CAST_RECORD_FLAG_CURSOR_ONLY ?
|
||||
"cursor" : "full",
|
||||
priv->node_id);
|
||||
|
||||
buffer = pw_stream_dequeue_buffer (priv->pipewire_stream);
|
||||
|
Loading…
x
Reference in New Issue
Block a user