[Bug 764019] New: preset: Complains about not being able to serialize NULL string properties

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 22 09:16:21 UTC 2016


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

            Bug ID: 764019
           Summary: preset: Complains about not being able to serialize
                    NULL string properties
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: slomo at coaxion.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

It checks for gst_value_serialize() to return non-NULL to decide if a property
was successfully serialized or not. a NULL string is serialized as NULL though,
which is probably correct.

Should probably add some special cases here to not fill the logs with useless
things.


Another thing that should be added as a special case is the "parent" property.
We can't realistically serialize that one anyway.

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