[Bug 786670] New: vpxenc: Return empty GValueArray instead of NULL in gst_vpx_enc_get_property
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 23 07:40:54 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=786670
Bug ID: 786670
Summary: vpxenc: Return empty GValueArray instead of NULL in
gst_vpx_enc_get_property
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: stefanpopa2209 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
We should return an empty GValueArray instead of NULL in
gst_vpx_enc_get_property. Otherwise, we will get a SEGFAULT when calling
gst_preset_save_preset() on the encoder. This happens because the
gst_value_serialize_g_value_array() function expects a valid GValueArray and
not NULL.
--
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