[Bug 776336] NULL GstStructures cannot be deserialized

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 30 19:54:35 UTC 2016


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

--- Comment #4 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> ---
>From the tracer we're actually getting this, because we're logging with
GST_PTR_FORMAT. When using gst_structure_to_string() having NULL ptr as
structure fields does not work actually :/

Here is some background for it:
https://cgit.freedesktop.org/gstreamer/gstreamer/tree/plugins/tracers/gststats.c#n460

The tracer builds a structure compatible sprintf format for performance
reasons. Maybe I need to sprintf each field and skip those that are 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