mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
stream: fix debug message
This commit is contained in:
parent
762f45c5a0
commit
67965d60be
1 changed files with 1 additions and 1 deletions
|
|
@ -2055,7 +2055,7 @@ int pw_stream_queue_buffer(struct pw_stream *stream, struct pw_buffer *buffer)
|
|||
|
||||
if (impl->direction == SPA_DIRECTION_OUTPUT &&
|
||||
impl->driving && !impl->using_drive) {
|
||||
pw_log_debug("use pw_stream_drive() to drive the stream.");
|
||||
pw_log_debug("deprecated: use pw_stream_trigger_process() to drive the stream.");
|
||||
res = pw_loop_invoke(impl->context->data_loop,
|
||||
do_trigger_deprecated, 1, NULL, 0, false, impl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue