mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
parent
7bd6b725dc
commit
68804a3082
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ enum
|
|||
GType
|
||||
gst_pipewire_sink_mode_get_type (void)
|
||||
{
|
||||
static volatile gsize mode_type = 0;
|
||||
static gsize mode_type = 0;
|
||||
static const GEnumValue mode[] = {
|
||||
{GST_PIPEWIRE_SINK_MODE_DEFAULT, "GST_PIPEWIRE_SINK_MODE_DEFAULT", "default"},
|
||||
{GST_PIPEWIRE_SINK_MODE_RENDER, "GST_PIPEWIRE_SINK_MODE_RENDER", "render"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue