mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
gst: src: Promote 'set format' log to info
Follow various other elements like glupload and gtk4paintablesink and print the negotiated caps at a higher priority than debug. A small quality of life improvement to facilitate debugging.
This commit is contained in:
parent
b82160c2e7
commit
e8ae244b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1206,7 +1206,7 @@ gst_pipewire_src_negotiate (GstBaseSrc * basesrc)
|
|||
|
||||
gst_pipewire_clock_reset (GST_PIPEWIRE_CLOCK (pwsrc->stream->clock), 0);
|
||||
|
||||
GST_DEBUG_OBJECT (pwsrc, "set format %" GST_PTR_FORMAT, negotiated_caps);
|
||||
GST_INFO_OBJECT (pwsrc, "set format %" GST_PTR_FORMAT, negotiated_caps);
|
||||
result = gst_base_src_set_caps (GST_BASE_SRC (pwsrc), negotiated_caps);
|
||||
if (!result)
|
||||
goto no_caps;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue