[Bug 747545] New: opusenc: 'G_VALUE_HOLDS_ENUM (value)' failed
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 8 23:34:00 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747545
Bug ID: 747545
Summary: opusenc: 'G_VALUE_HOLDS_ENUM (value)' failed
Classification: Platform
Product: GStreamer
Version: git master
OS: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: ilya.konstantinov at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
This fallthrough is poisonous:
case PROP_CONSTRAINED_VBR:
g_warning
("constrained-vbr property is deprecated; use bitrate-type instead");
g_value_set_boolean (value,
enc->bitrate_type == BITRATE_TYPE_CONSTRAINED_VBR);
/* fall through */
case PROP_BITRATE_TYPE:
g_value_set_enum (value, enc->bitrate_type);
break;
Results in GLib-GObject-CRITICAL **: g_value_set_enum: assertion
'G_VALUE_HOLDS_ENUM (value)' failed when querying for PROP_CONSTRAINED_VBR
(e.g. by gst-inspect or gst_debug_bin_to_dot_data).
--
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