[Bug 794355] gst_structure_to_string: display actual value of pointers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 15 11:47:23 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=794355

--- Comment #2 from Guillaume Desmottes <gdesmott at gnome.org> ---
Review of attachment 369729:
 --> (https://bugzilla.gnome.org/review?bug=794355&attachment=369729)

::: gst/gststructure.c
@@ +1833,2 @@
     } else {
+      if (!G_TYPE_CHECK_VALUE_TYPE (&field->value, G_TYPE_STRING))

I'm not sure why we special case strings here as they are supposed to be
serialized by gst_value_serialize().

-- 
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