- May 21, 2020
-
-
Julian Bouzas authored
-
- May 20, 2020
-
-
George Kiagiadakis authored
by using G_TYPE_NONE (== 1), we can pass this in the log handler to point out the fact that we expected something but it's null As a bonus, a null object always gets printed in red because that's the first color in object_colors
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
Julian Bouzas authored
-
- May 19, 2020
-
-
George Kiagiadakis authored
-
Julian Bouzas authored
-
Julian Bouzas authored
Disconnecting core finishes all pending tasks, which is needed in order to avoid possible leaks if some tasks are still pending when exiting.
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- May 18, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 16, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 15, 2020
-
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
- May 14, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
+ use a more correct naming scheme to match the one from Spa + remove the default video source, since we now use a different session for video
-
George Kiagiadakis authored
This makes WIREPLUMBER_DEBUG behave just like PIPEWIRE_DEBUG. Same levels, same syntax, easier for users. ERROR & CRITICAL are always printed, as they should; there is no point in disabling them, since: - ERRORs are always fatal and should never ever happen - CRITICALs are assertion failures and indicate bugs that need to be fixed
-
George Kiagiadakis authored
* use a short level name, like pipewire does * color the timestamp to compensate for the loss of the visible level name * use 18 chars for the category
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 13, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
libpipewire already prints this, so we get it duplicated on the log
-
George Kiagiadakis authored
This happens when the daemon fails to connect and the not installed object managers try to get installed, but the weak ref to the core is already gone
-