After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 771263 - opusenc: add low-delay value to the audio-type property
opusenc: add low-delay value to the audio-type property
Status: RESOLVED DUPLICATE of bug 771261
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Mac OS
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-11 20:23 UTC by Marcin Lewandowski
Modified: 2016-09-20 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that adds low-delay value to the audio-type enum (803 bytes, patch)
2016-09-11 20:23 UTC, Marcin Lewandowski
none Details | Review

Description Marcin Lewandowski 2016-09-11 20:23:51 UTC
Created attachment 335321 [details] [review]
Patch that adds low-delay value to the audio-type enum

Currently opusenc accepts 2 values to the audio-type property: generic and voice that map to OPUS_APPLICATION_AUDIO and OPUS_APPLICATION_VOIP.

It seems that Opus encoder accepts third value, OPUS_APPLICATION_RESTRICTED_LOWDELAY that is currently not mapped in opusenc.

The attached patch adds this third value to the audio-type enum.
Comment 1 Vincent Penquerc'h 2016-09-20 15:27:11 UTC
Comment on attachment 335321 [details] [review]
Patch that adds low-delay value to the audio-type enum

actually, I see tpm may want this done differently from a comment in https://bugzilla.gnome.org/show_bug.cgi?id=771261, back to unreviewed
Comment 2 Tim-Philipp Müller 2016-09-20 15:31:57 UTC
Let's merge the bugs and discuss in bug #771261 then.

*** This bug has been marked as a duplicate of bug 771261 ***