summaryrefslogtreecommitdiff
path: root/gst/gststructure.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 0.11Wim Taymans2011-09-261-2/+2
|\
| * gst: Fix compiler warnings on 64 bit mingw-w64Raimo Järvi2011-09-261-2/+2
* | Merge branch 'master' into 0.11Sebastian Dröge2011-09-081-3/+3
|\ \ | |/
| * docs, gst: typo fixesPiotr Fusik2011-09-071-3/+3
* | gst: add some _priv prefixes to private methodsWim Taymans2011-08-291-1/+1
* | value: remove our FOURCC GTypeWim Taymans2011-08-221-40/+0
* | structure: add method to fixate one fieldWim Taymans2011-08-171-12/+36
* | caps: add fixate functionWim Taymans2011-08-151-0/+2
* | structure: add function to fixateWim Taymans2011-08-151-0/+26
* | structure: fix some more 0.11 fixmesWim Taymans2011-06-031-2/+1
* | structure: fix a FIXMEWim Taymans2011-06-021-2/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-06-011-37/+0
|\ \ | |/
| * value: Consider "1" and "{1}" as equal in gst_value_compare()Sebastian Dröge2011-05-301-37/+0
* | Merge branch 'master' into 0.11Sebastian Dröge2011-05-301-0/+37
|\ \ | |/
| * caps: Fix subset check for equivalent lists and scalar valuesSebastian Dröge2011-05-301-0/+37
* | Merge branch 'master' into 0.11Sebastian Dröge2011-05-271-0/+71
|\ \ | |/
| * structure: Add gst_structure_is_subset()Sebastian Dröge2011-05-271-0/+71
* | Merge branch 'master' into 0.11Sebastian Dröge2011-05-261-5/+0
|\ \ | |/
| * gst: we can now use GLib 2.24 API unconditionallyTim-Philipp Müller2011-05-251-5/+0
* | structure: Fix compilationSebastian Dröge2011-05-171-1/+2
* | Merge branch 'master' into 0.11Sebastian Dröge2011-05-171-40/+188
|\ \ | |/
| * structure: Make both parameters to gst_structure_is_equal() constSebastian Dröge2011-05-171-3/+3
| * structure: Update Since markers to the correct versionSebastian Dröge2011-05-171-2/+2
| * structure: Add gst_structure_intersect()Sebastian Dröge2011-05-171-0/+84
| * gststructure: Add gst_structure_can_intersect APIEdward Hervey2011-05-171-0/+59
| * gstructure: New API: gst_structure_is_equalEdward Hervey2011-05-171-0/+45
* | structure: more cleanupsWim Taymans2011-05-111-48/+110
|/
* gst: Add some more gobject-introspection annotationsSebastian Dröge2011-04-141-2/+2
* structure: Add date as a type abbreviation of GDateSebastian Dröge2011-04-051-0/+2
* structure: Don't allow invalid GDates in all structures and don't allow NULL ...Sebastian Dröge2011-04-041-0/+19
* structure: gst_structure_empty_new() does better error checkingStefan Kost2011-03-081-4/+0
* caps,structure: trim trailing whitespaceStefan Kost2011-03-081-8/+8
* docs: add missing "Since: 0.10.31" marker for gst_structure_get_date_time()Mart Raudsepp2011-01-241-0/+2
* Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller2010-12-261-1/+1
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-26/+42
* micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey2010-12-031-1/+1
* structure: micro-optimisation for some setter functionsTim-Philipp Müller2010-09-161-46/+69
* structure: add gst_structure_{id_}take_value()Tim-Philipp Müller2010-09-161-0/+67
* gstvalue: Add new GstInt64Range typePhilippe Normand2010-09-011-0/+7
* gststructure: Adds datetime getter functionThiago Santos2010-07-261-0/+42
* gstvalue: Adds datetime functionsThiago Santos2010-07-261-0/+2
* structure: Use a const GstStructure * as parameter for some more gst_structur...Sebastian Dröge2010-07-161-5/+7
* structure: API: Add gst_structure_fixate_field_string()Sebastian Dröge2010-05-221-0/+55
* structure: log what structure string we failed to parseTim-Philipp Müller2010-04-141-1/+1
* structure: Make structure abbreviations array one-time initialization threadsafeSebastian Dröge2010-03-281-5/+7
* structure: add mapping for (uint) to allow deserialisation of unsigned integersTim-Philipp Müller2010-03-231-0/+4
* docs: fix since tag for gst_structure_id_has_field_typed()Mart Raudsepp2010-03-171-1/+1
* gst: use #if GLIB_CHECK_VERSION instead of #ifndef GLIBMACROTim-Philipp Müller2010-03-171-3/+3
* gst: Use G_VALUE_COLLECT_INIT if availableEdward Hervey2010-03-121-2/+8
* Fixes for -Wwrite-stringsBenjamin Otte2010-03-101-1/+1