[Bug 779755] New: Timecodes get serialized as flagsets

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 8 15:59:46 UTC 2017


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

            Bug ID: 779755
           Summary: Timecodes get serialized as flagsets
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vivia at ahiru.eu
        QA Contact: gstreamer-bugs at lists.freedesktop.org
                CC: thaytan at noraisin.net
     GNOME version: ---

#include <gst/gst.h>
#include <string.h>

int
main (int argc, char **argv)
{
  const gchar *serialized_structure = "dummy, timecode=00:01:00:00";
  GstStructure *s;

  gst_init (&argc, &argv);

  s = gst_structure_from_string (serialized_structure, NULL);
  gst_println ("Structure to string: %s", gst_structure_to_string (s));

  return 0;
}

===============

$ ./serialize 
Structure to string: dummy, timecode=(flagset)0:1;

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