[Bug 744909] New: cbr and constrained-vbr both default to true for opusenc
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Feb 21 11:11:01 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744909
Bug ID: 744909
Summary: cbr and constrained-vbr both default to true for
opusenc
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: mikedep333 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I am running the Ubuntu 14.04 package of GStreamer 1.2.4. I ran this command:
gst-inspect-1.0 opusenc
And saw this:
cbr : Constant bit rate
flags: readable, writable, changeable in NULL, READY,
PAUSED or PLAYING state
Boolean. Default: true
constrained-vbr : Constrained VBR
flags: readable, writable, changeable in NULL, READY,
PAUSED or PLAYING state
Boolean. Default: true
It seems like both of these being set to "true" would contradict eachother.
This fact is the bug I am reporting.
Furthermore, I viewed the master branch, and saw this:
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/ext/opus/gstopusenc.c
161 #define DEFAULT_CBR TRUE
162 #define DEFAULT_CONSTRAINED_VBR TRUE
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list