summaryrefslogtreecommitdiff
path: root/gst/gststructure.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16tags: only emit a g_warning() for empty tag strings for git versionsTim-Philipp Müller1-2/+8
2009-07-13structure: Change NULL and empty string handlingJan Schmidt1-30/+52
2009-06-30Spread branch prediction macros.Edward Hervey1-18/+19
2009-06-27structure: fix int->gint to be in sync with the *.h and usageStefan Kost1-1/+1
2009-06-24GstStructure: Use direct values for repetitive conditionals (for/while).Edward Hervey1-16/+24
2009-06-19docs: make gtk-doc happyTim-Philipp Müller1-2/+2
2009-06-10structure: add gst_structure_*_get*() vararg functionsTim-Philipp Müller1-0/+247
2009-06-10docs: a few small API doc fixes and additionsTim-Philipp Müller1-1/+10
2009-06-07structure: no need to clear on initWim Taymans1-1/+1
2009-06-05gststructure: Fix some memory leaks. Sprinkle G_LIKELY/UNLIKELYJan Schmidt1-4/+6
2009-06-02structure: fix serialisation of nested structures.Stefan Kost1-10/+3
2009-06-01structures: don't leak invalid or empty strings when we warnTim-Philipp Müller1-0/+3
2009-05-31taglists: warn if someone tries to add empty or NULL string tags to a taglistTim-Philipp Müller1-11/+29
2009-05-29structure: add gst_structure_id_new() convenience functionTim-Philipp Müller1-0/+35
2009-04-04gststructure: Only use methods used in g_* checks if glib checks are disabledEdward Hervey1-0/+2
2009-04-03gststructure: Remove dead assignment.Edward Hervey1-2/+0
2009-03-06apidocs: markup example as highlightable example and copy same for structureStefan Kost1-0/+6
2008-11-06gst/gstcaps.c: Callgrind micro optimisations.Wim Taymans1-1/+1
2008-11-05gst/gststructure.c: No need to memset, we can clear the value ourselves.Wim Taymans1-1/+2
2008-10-31gst/gstpreset.c: Use g_unlink instead of unlink.Stefan Kost1-1/+1
2008-08-05gst/gststructure.c: Avoid overflows in fixation code when dealing with MAXINT...Olivier Crete1-21/+22
2008-04-01configure.ac: Require GLib 2.12.Sebastian Dröge1-2/+2
2008-03-03tests/check/gst/gststructure.c (GST_START_TEST): Add a check for the new warn...Andy Wingo1-0/+3
2008-01-09gst/: Yet another gratuitous GString micro-optimisation: add a (private) func...Tim-Philipp Müller1-21/+37
2008-01-09gst/gststructure.c: Always check UTF-8 conformance of structure strings and n...Tim-Philipp Müller1-5/+1
2007-12-08gst/gststructure.c: Don't crash in _from_string() if the structure name is no...Tim-Philipp Müller1-4/+10
2007-10-24gst/gststructure.c: Also allow white space for names so we don't break backwa...Tim-Philipp Müller1-3/+4
2007-10-22Added GstStructure to gst_value_table and its related functions.Edgard Lima1-13/+25
2007-10-16gst/gststructure.c: Allow '+' as well, it can be part of media or mime types ...Tim-Philipp Müller1-1/+1
2007-10-16Revert serialisation change and constrain structure-names after consensus on ...Stefan Kost1-20/+45
2007-10-16gst/gststructure.c: Improve serialization and fix tests.Stefan Kost1-2/+12
2007-10-15gst/: Add some more comments and debug output. Quote structure name to fix de...Stefan Kost1-5/+12
2007-09-05gst/gststructure.c: Fix fraction list fixation code. Take the fraction with t...Wim Taymans1-13/+12
2007-08-12gst/gststructure.c: Add Since tag to docs.Wim Taymans1-0/+2
2007-08-12Add function to get uint from a structure.Wim Taymans1-0/+36
2007-07-08gst/gststructure.c: When deserialising foo=bar without a type cast, check if ...Tim-Philipp Müller1-2/+4
2007-01-09docs/design/draft-latency.txt: Updates.Wim Taymans1-2/+2
2006-12-21docs/design/part-states.txt: two tiny additional commentsStefan Kost1-2/+2
2006-10-26gst/gststructure.c: If someone tries to set a non-UTF8 string field on a stru...Tim-Philipp Müller1-0/+1
2006-09-14releasing 0.10.10RELEASE-0_10_10Thomas Vander Stichele1-0/+4
2006-08-14gst/gststructure.c: Fix typo in docs and re-wrap docs blurb to not exceed 80 ...Tim-Philipp Müller1-17/+19
2006-07-27gst/gstcaps.c: Fix useless assert, a uint is always positive.Wim Taymans1-0/+6
2006-07-26gst/gststructure.*: Add API for setting values into structures without perfor...Jan Schmidt1-0/+66
2006-05-10gst/gststructure.c: add some comments rename a method so that it actually say...Thomas Vander Stichele1-2/+7
2006-05-05gst/: Remove pre glib2.8 compatibility, fixes #340508Wim Taymans1-2/+0
2006-03-21gst/gststructure.c: Make sure that string fields in structures/taglists conta...Tim-Philipp Müller1-0/+14
2006-02-28gst/gstbin.c: Help the compiler a bit with type registration.Wim Taymans1-1/+1
2006-01-27doc fixes, to link to function, just write gst_cool_function(), don't prefix ...Stefan Kost1-2/+2
2005-11-27gst/gstelement.c: don't loop foreverStefan Kost1-1/+1
2005-11-23API Changes.Jan Schmidt1-17/+72