opusenc: Add low delay option

Fixes #681
This commit is contained in:
Ambareesh "Amby" Balaji 2019-11-17 18:23:59 +00:00 committed by Tim-Philipp Müller
parent 33ae846607
commit d7913a0d14

View file

@ -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;