mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
Reverting redundant changes
This commit is contained in:
parent
9024cc4444
commit
af263187ea
3 changed files with 1 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ add-spa-lib support.* support/libspa-support
|
|||
# Loads a module with the given parameters. Normally failure is
|
||||
# fatal if the module is not found, unless -ifexists is given.
|
||||
#
|
||||
#load-module libpipewire-module-rtkit # rt.prio=20 rt.time.soft=200000 rt.time.hard=200000
|
||||
load-module libpipewire-module-rtkit # rt.prio=20 rt.time.soft=200000 rt.time.hard=200000
|
||||
load-module libpipewire-module-protocol-native
|
||||
load-module libpipewire-module-profiler
|
||||
load-module libpipewire-module-metadata
|
||||
|
|
|
|||
|
|
@ -141,7 +141,6 @@ static int client_endpoint_create_link(void *object, const struct spa_dict *prop
|
|||
struct pw_properties *p;
|
||||
int res;
|
||||
|
||||
pw_log_info(NAME " %s. ", __FUNCTION__);
|
||||
pw_log_debug(NAME" %p: endpoint %p", impl, endpoint);
|
||||
|
||||
if (props == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue