mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-03 10:13:47 +00:00
gtk4: Promote set_caps debug log to info
As that info is very helpful for debugging and can get easily get lost in debug noise. This matches the behavior of glupload and gtkgstsink. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2341>
This commit is contained in:
parent
096987a31c
commit
b271edc3f8
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ impl BaseSinkImpl for PaintableSink {
|
|||
}
|
||||
|
||||
fn set_caps(&self, caps: &gst::Caps) -> Result<(), gst::LoggableError> {
|
||||
gst::debug!(CAT, imp = self, "Setting caps {caps:?}");
|
||||
gst::info!(CAT, imp = self, "Setting caps {caps:?}");
|
||||
|
||||
#[allow(unused_mut)]
|
||||
let mut video_info = None;
|
||||
|
|
Loading…
Reference in a new issue