- May 05, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- May 04, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
streams should be provided externally, the user may choose to create any kind of stream
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
This won't work with WpSpaPod, obviously...
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
It's not well-defined; we'll come back to that later
-
- May 03, 2020
-
-
George Kiagiadakis authored
This reverts commit 4e8ae293.
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
Needed when using audiotestsrc with an adapter
-
Julian Bouzas authored
-
Julian Bouzas authored
-
Julian Bouzas authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
- Use similar code for consistency - Add changed signals everywhere - Port to the new object-manager API
-
George Kiagiadakis authored
signal handlers expect FEATURE_BOUND to be set
-
- May 01, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
George Kiagiadakis authored
-
- Apr 27, 2020
-
-
George Kiagiadakis authored
This way we can more easily distinguish different objects when looking at the log, although it's not perfect
-
George Kiagiadakis authored
Add the 'const' attribute to let the compiler know that it doesn't need to call it multiple times for the same debug level argument, since the enabled log levels cannot change at runtime.
-
- Apr 24, 2020
-
-
George Kiagiadakis authored
-
George Kiagiadakis authored
The 'installed' signal can be used to know that there are no known objects that are being prepared internally, so the object manager is ready to use. This also improves internal state management so that the 'objects-changed' signal cannot be fired earlier than it should. Previously there were corner cases with complex proxy features, as the object manager relied on the fact that after a core 'sync' it is safe to assume that all proxies are augmented... that's not always the case.
-