[Bug 777927] Just fixing a strange piece of code
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 30 10:06:25 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777927
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #344515|reviewed |needs-work
status| |
--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 344515:
--> (https://bugzilla.gnome.org/review?bug=777927&attachment=344515)
::: gst/gstobject.c
@@ +492,3 @@
GParamSpec * pspec, gchar ** excluded_props)
{
+ GValue value = { 0 }; /* the important thing is that value.type = 0
*/
The proper way of doing this is "GValue value = G_VALUE_INIT;" btw
--
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