1
0
Fork 0

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:
Jonas Ådahl 2023-01-25 21:15:14 +01:00 committed by Marge Bot
parent e8e8a63054
commit e2ddf2055c

View file

@ -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);