mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Cleanups
Remove old code Only depend on GStreamer for the plugins Rename STOP to PAUSE because that's what it really does Start working on format_fixate. Remove default property value from props Fix framerate
This commit is contained in:
parent
da5fb808e7
commit
fbd6304663
43 changed files with 97 additions and 3631 deletions
|
|
@ -328,12 +328,6 @@ spa_debug_props (const SpaProps *props, bool print_ranges)
|
|||
|
||||
fprintf (stderr, "%-23.23s %s. ", "", prop_type_names[info->type].CCName);
|
||||
|
||||
fprintf (stderr, "Default: ");
|
||||
if (info->default_value)
|
||||
print_value (info, info->default_size, info->default_value);
|
||||
else
|
||||
fprintf (stderr, "None");
|
||||
|
||||
res = spa_props_get_prop (props, i, &value);
|
||||
|
||||
fprintf (stderr, ". Current: ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue