parent
33ae846607
commit
d7913a0d14
@ -124,6 +124,8 @@ gst_opus_enc_audio_type_get_type (void)
|
|||||||
static const GEnumValue values[] = {
|
static const GEnumValue values[] = {
|
||||||
{OPUS_APPLICATION_AUDIO, "Generic audio", "generic"},
|
{OPUS_APPLICATION_AUDIO, "Generic audio", "generic"},
|
||||||
{OPUS_APPLICATION_VOIP, "Voice", "voice"},
|
{OPUS_APPLICATION_VOIP, "Voice", "voice"},
|
||||||
|
{OPUS_APPLICATION_RESTRICTED_LOWDELAY, "Restricted low delay",
|
||||||
|
"restricted-lowdelay"},
|
||||||
{0, NULL, NULL}
|
{0, NULL, NULL}
|
||||||
};
|
};
|
||||||
static volatile GType id = 0;
|
static volatile GType id = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user