mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 11:08:34 +00:00
parent
33ae846607
commit
d7913a0d14
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ gst_opus_enc_audio_type_get_type (void)
|
|||
static const GEnumValue values[] = {
|
||||
{OPUS_APPLICATION_AUDIO, "Generic audio", "generic"},
|
||||
{OPUS_APPLICATION_VOIP, "Voice", "voice"},
|
||||
{OPUS_APPLICATION_RESTRICTED_LOWDELAY, "Restricted low delay",
|
||||
"restricted-lowdelay"},
|
||||
{0, NULL, NULL}
|
||||
};
|
||||
static volatile GType id = 0;
|
||||
|
|
Loading…
Reference in a new issue