summaryrefslogtreecommitdiff
path: root/gst/gsttagsetter.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-4/+0
2012-06-25tagsetter: use G_DEFINE_INTERFACE_* macroAlexander Saprykin1-28/+7
2012-05-28gst_tag_list_free() -> gst_tag_list_unref()Tim-Philipp Müller1-2/+2
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller1-27/+1
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-15/+46
2011-12-03tagsetter: update for thread API deprecations in glib masterTim-Philipp Müller1-15/+46
2011-10-30taglist: rename _new() to _new_empty() and new_full*() to new*()Tim-Philipp Müller1-3/+3
2011-10-21interfaces: clean up the use of iface and class/klassStefan Sauer1-1/+1
2011-08-26tagsetter: use GST_TAG_MERGE_UNDEFINED instead of FALSEJosep Torra1-1/+1
2011-06-10Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-1/+1
2011-04-25Small cosmetic cleanupsJosep Torra1-1/+1
2011-03-22tagsetter: Removing unused debug categoryThiago Santos1-6/+0
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-2/+2
2010-05-24tagsetter: make sure only one thread creates the TagDataTim-Philipp Müller1-6/+14
2010-05-24tagsetter: protect tagsetter operations with a lockTim-Philipp Müller1-2/+43
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge1-2/+2
2009-05-12tags: API: Add functions to add single tags to GstTagList or GstTagSetterSebastian Dröge1-0/+27
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-4/+6
2008-12-16Rename api added in previous commit and add since tag to docs.Stefan Kost1-2/+4
2008-12-16Add function to reset tagsetter for element reuse.Stefan Kost1-2/+24
2008-12-16gst/: Update GstTagSetter and GstTagMergeMode documentation. Mention that tag...Stefan Kost1-19/+12
2008-04-13gst/gsttagsetter.c: Merging an empty list with another list in KEEP_ALL mode ...Rene Stadler1-2/+3
2007-01-18gst/: Add more docs regarding tag merge-modes and when to send tags. Fix 'sin...Stefan Kost1-1/+4
2007-01-12gst/gsttagsetter.c: gst_tag_list_merge() returns a new list, so it's not the ...René Stadler1-1/+2
2006-06-12Add G_UNLIKELY in type registration.Wim Taymans1-1/+1
2006-05-18gst/gsttagsetter.c: Docs additions and fixes (see #339918).Tim-Philipp Müller1-4/+47
2005-12-06expand tabsThomas Vander Stichele1-1/+1
2005-11-24Doc fixes.Wim Taymans1-1/+3
2005-11-23Doc updates.Wim Taymans1-1/+1
2005-11-22gst/gsttagsetter.c (gst_tag_setter_get_tag_merge_mode)Andy Wingo1-6/+6
2005-11-22gst/gsttagsetter.*: (gst_tag_setter_merge_tags) (gst_tag_setter_add_tags, gst...Torsten Schoenfeld1-13/+13
2005-10-15various style fixesThomas Vander Stichele1-1/+3
2005-10-15whitespace fixesThomas Vander Stichele1-5/+5
2005-09-07renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter inlined docs fo...Stefan Kost1-2/+2
2005-09-06check/pipelines/simple_launch_lines.c: test for pipe!=NULLStefan Kost1-0/+5
2005-06-30gst/gsttaginterface.c: Some documentation fixes (#307394 and #307397).Ronald S. Bultje1-7/+7
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-4/+4
2005-02-18Fix inline docs: tag setter vararg functions are NULL-termianted, GST_TAG_INV...Tim-Philipp Müller1-4/+4
2004-05-07Changes to handle compilers that don't have variadic macro support. In parti...David Schleef1-1/+1
2004-05-03remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele1-0/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-9/+10
2004-03-13gst-indent run on coreThomas Vander Stichele1-33/+49
2004-02-03fixing docs errorsThomas Vander Stichele1-1/+1
2003-12-23Add interface to setting GValues directly.Colin Walters1-0/+46
2003-11-24merge in taggingBenjamin Otte1-0/+214