mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Add h264 format
Improve format support Remove the type from the value because we can find that from the property info.
This commit is contained in:
parent
648e5a299b
commit
829adbab59
19 changed files with 363 additions and 309 deletions
|
|
@ -63,8 +63,8 @@ static const double max_volume = 10.0;
|
|||
static const bool default_mute = false;
|
||||
|
||||
static const SpaPropRangeInfo volume_range[] = {
|
||||
{ "min", "Minimum value", sizeof (double), &min_volume },
|
||||
{ "max", "Maximum value", sizeof (double), &max_volume },
|
||||
{ "min", "Minimum value", { sizeof (double), &min_volume } },
|
||||
{ "max", "Maximum value", { sizeof (double), &max_volume } },
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue