summaryrefslogtreecommitdiff
path: root/gst/gststructure.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-16structure: add gst_structure_{id_}take_value()Tim-Philipp Müller1-0/+6
2010-07-26gststructure: Adds datetime getter functionThiago Santos1-0/+4
2010-07-16structure: Use a const GstStructure * as parameter for some more gst_structur...Sebastian Dröge1-4/+4
2010-05-22structure: API: Add gst_structure_fixate_field_string()Sebastian Dröge1-0/+3
2009-11-02structure: API: Add gst_structure_id_has_field{,_typed}Sebastian Dröge1-0/+5
2009-06-10structure: add gst_structure_*_get*() vararg functionsTim-Philipp Müller1-0/+15
2009-05-29structure: add gst_structure_id_new() convenience functionTim-Philipp Müller1-0/+3
2007-08-12Add function to get uint from a structure.Wim Taymans1-0/+3
2006-07-26gst/gststructure.*: Add API for setting values into structures without perfor...Jan Schmidt1-0/+11
2005-11-29gst/gstevent.h (struct _GstEvent): Only one pointer of padding.Andy Wingo1-1/+1
2005-11-23API Changes.Jan Schmidt1-1/+6
2005-11-21Implement fraction ranges and extend GstFraction to support arithmetic subtra...Jan Schmidt1-1/+3
2005-11-21gst/: Add glib-compat.h.Andy Wingo1-0/+1
2005-11-21gst/: Sprinkle NULL_TERMINATED to taste.Andy Wingo1-2/+2
2005-11-21Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt1-3/+3
2005-11-19gst/gsttaglist.*: Operates on a constAndy Wingo1-2/+4
2005-11-09gst/gstbin.h: Document another field.Wim Taymans1-0/+28
2005-10-15whitespace fixesThomas Vander Stichele1-2/+2
2005-09-29gst/gstmessage.c (gst_message_parse_state_changed): Use gst_structure_get_enu...Johan Dahlin1-0/+4
2005-09-23add a method to get a GstClockTime out of a structureThomas Vander Stichele1-0/+4
2005-09-23fix docsThomas Vander Stichele1-1/+1
2005-09-22Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual bunch of util...Tim-Philipp Müller1-0/+3
2005-08-23gst/gstbuffer.c: some debuggingThomas Vander Stichele1-0/+4
2005-07-31gst/gstpad.h: Fix inline docs for GstPadLinkReturn.Tim-Philipp Müller1-0/+2
2005-07-18Removed plugable schedulers.Wim Taymans1-1/+0
2005-06-22check/: copy over from 0.8, and add two with bitmasks specified with (int) 0x...Thomas Vander Stichele1-0/+1
2005-04-24Convert everything from GstAtomicInt to g_atomic_int_*, and remove gstatomic.David Schleef1-2/+2
2005-03-21Next big merge.Wim Taymans1-1/+1
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-1/+22
2004-07-23gst/gststructure.c: Set type field correctly.David Schleef1-2/+2
2004-04-21gst/gstcaps.c: check for ANY caps before appending/unioningBenjamin Otte1-0/+1
2004-03-15fix header inclusionThomas Vander Stichele1-0/+1
2004-03-15add paddingThomas Vander Stichele1-0/+2
2004-03-15Revert again, this time without post-commit reindent hooks to put back the in...Johan Dahlin1-64/+80
2004-03-13gst-indent run on coreThomas Vander Stichele1-80/+64
2004-03-12gst/gststructure.c (gst_structure_get_type): DittoJohan Dahlin1-61/+80
2004-02-18gst/elements/gstmultifilesrc.c: Use G_TYPE_STRING in signal prototype instead...David Schleef1-1/+1
2004-01-30make sure all API gets built sync .c with .hThomas Vander Stichele1-13/+13
2004-01-29docs/random/mimetypes: update docs for audio/x-raw-float. Add "buffer-frames=...Benjamin Otte1-0/+4
2003-12-22Merge CAPS branchDavid Schleef1-21/+8
2003-11-29Merge gstvalue and gststructure from CAPS branchDavid Schleef1-4/+5
2003-11-24merge in taggingBenjamin Otte1-16/+20
2003-11-04hacking. Add value_compare, value_union, and value_intersect functionsDavid Schleef1-0/+5
2003-11-04Adjust API based on comments from other developersDavid Schleef1-2/+2
2003-11-03Add GstStructure and GstValueDavid Schleef1-0/+104