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