summaryrefslogtreecommitdiff
path: root/gst/gststructure.c
Commit message (Expand)AuthorAgeFilesLines
* Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier2021-09-241-3476/+0
* structure: Handle trailing comas in serialized structsThibault Saunier2020-12-101-0/+8
* gst: Add new structure/caps/_to_string using the brackets for nestingThibault Saunier2020-12-031-30/+85
* structure: Add support for brackets as nested structures/caps specifiersThibault Saunier2020-12-031-9/+22
* gstvalue: expose gst_value_deserialize_with_pspec()Mathieu Duponchelle2020-10-031-1/+1
* fix clang 10 warningsJordan Petridis2020-08-041-1/+1
* Fix up and add various "Since" markers and other related docs fixesSebastian Dröge2020-06-191-0/+2
* structure: Quickly document serialization formatThibault Saunier2020-06-051-8/+72
* structure: Reflow the SECTION commentThibault Saunier2020-06-051-7/+8
* gststructure: inline gst_structure_is_subset()Edward Hervey2020-05-051-28/+43
* gststructure: Inline gst_structure_intersect()Edward Hervey2020-05-051-52/+49
* gststructure: Fix gst_structure_take ownership handlingJan Alexander Steffens (heftig)2020-03-231-12/+12
* gstvalue: Inline GstValueList/GstValueArrayEdward Hervey2020-03-181-0/+3
* gststructure: Optimize pre-allocation of structuresEdward Hervey2020-03-181-3/+35
* gststructure: Inline array and contentsEdward Hervey2020-03-181-31/+97
* structure: add gst_structure_takeHavard Graff2019-11-141-0/+41
* doc: Fix hotdoc warningsThibault Saunier2019-05-131-2/+2
* structure: Mark _from_string as constructorThibault Saunier2019-05-131-1/+1
* gst: Fix various Since markersSebastian Dröge2019-04-231-3/+3
* structure: Support stepped ranges when fixatingJan Alexander Steffens (heftig)2019-01-091-1/+8
* structure: Use GLib's CLAMP macro for fixating rangesJan Alexander Steffens (heftig)2019-01-091-7/+6
* gst: Fix string leak when G_VALUE_COLLECT_INIT() was failedSeungha Yang2018-11-121-0/+2
* gst_clear_*: Remove volatile from argumentsJan Alexander Steffens (heftig)2018-11-051-1/+1
* structure: add gst_clear_structure()Niels De Graef2018-11-051-0/+24
* structure: Update doc error in ARRAY/LIST helpersNicolas Dufresne2018-07-041-12/+12
* gst_structure_to_string: display actual value of pointersGuillaume Desmottes2018-06-151-3/+8
* gst: Fix up a bunch of GIR annotationsArun Raghavan2018-01-271-4/+5
* structure: add a todo commentStefan Sauer2017-10-021-0/+1
* structure: Don't print warning on NULL strings or pointersOlivier Crête2017-04-061-3/+6
* structure: Add get/set_array/list using GValueArrayNicolas Dufresne2017-03-241-0/+146
* value: Always add the type name to elements when serializing arrays/listsVivia Nikolaidou2017-02-231-1/+8
* value: Move list/array serialization/deserialization functions from GstStruct...Vivia Nikolaidou2017-02-231-493/+7
* Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier2017-01-271-0/+1
* structure: reword comment for gst_structure_parse_string()Stefan Sauer2016-12-301-8/+14
* gstvalue: add serialisation for GTypesStefan Sauer2016-12-131-1/+5
* dynamic types: Implement dynamic types in the registryJan Schmidt2016-11-021-1/+6
* tracerrecord: allow G_TYPE_POINTER for field typesGuillaume Desmottes2016-06-021-0/+2
* docs: annotate C examples as suchEvan Nemerson2016-02-151-1/+1
* tracer: add an internal ptr format for tracer serialisationStefan Sauer2016-01-201-3/+4
* tracerrecord: add a log record classStefan Sauer2016-01-151-1/+45
* structure: log a warning if we can't serialize a fieldStefan Sauer2016-01-061-2/+8
* structure: add note about missing field creation on _set()Reynaldo H. Verdejo Pinochet2015-05-311-1/+2
* gstvalue: Add GstFlagSet typeJan Schmidt2015-05-251-2/+40
* structure/caps: Add gst_{structure,caps}_filter_and_map_in_place()Sebastian Dröge2014-12-161-1/+47
* Don't compare booleans for equality to TRUE and FALSESebastian Dröge2014-12-011-5/+5
* structure: don't overread input when searching for "Wim Taymans2014-11-201-2/+8
* structure: remove conditional for G_VALUE_COLLECT_INITStefan Sauer2014-11-071-6/+0
* fixme: bump leftover 0.11 fixme commentsStefan Sauer2014-09-251-1/+1
* introspection: Assorted minor introspection and documentation fixesEvan Nemerson2014-07-011-6/+6
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-261-6/+8