Skip to content
  • Vivia Nikolaidou's avatar
    value: Always add the type name to elements when serializing arrays/lists · a3cfcbfe
    Vivia Nikolaidou authored and Sebastian Dröge's avatar Sebastian Dröge committed
    But only when serializing outside of GstStructures, because in case of
    GstStructure the type is already preprended to the array/list and the
    GstStructure API makes sure that they have the same "generic" type so
    deserialization works properly.
    
    This keeps serialization of GstStructures the same as before, and the
    GstCaps unit tests already test for that. However when serializing
    standalone arrays/lists get the types added now.
    a3cfcbfe