summaryrefslogtreecommitdiff
path: root/gst/gstparse.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-29parse: Make gst_parse_context_copy() public for bindingsSebastian Dröge1-20/+28
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2016-03-24parse-launch: Add flag for placing elements in a bin instead of a pipelineCarlos Rafael Giani1-1/+3
2015-05-10docs: gst-launch -> gst-launch-1.0 in example pipelinesTim-Philipp Müller1-1/+1
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-1/+1
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-11-01parse: Make the FATAL_ERRORS flag also work without a GErrorOlivier Crête1-2/+7
2013-10-12parse: Fix transfer annotations for parse_launch functions.Jan Schmidt1-3/+3
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-17parse: fix some debugWim Taymans1-1/+1
2012-07-17parse: only escape spaces outside of quotesWim Taymans1-1/+9
2012-07-17Revert "parse: escape \ with a \ as well, so that we don't lose the \ when un...Wim Taymans1-1/+1
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-10/+0
2012-06-27parse: escape \ with a \ as well, so that we don't lose the \ when unescapingChristophe Fergeau1-1/+1
2012-01-28Use macros to register boxed types thread safelyOlivier Crête1-13/+3
2012-01-26gst: gst_parse_launch now returns a floating referencePeteris Krisjanis1-1/+1
2011-11-12gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller1-9/+7
2011-10-08gstparse: prefix generated parser functions so they don't get exportedTim-Philipp Müller1-1/+1
2011-09-07docs, gst: typo fixesPiotr Fusik1-1/+1
2011-08-26parse: use GST_PARSE_FLAG_NONE instead of 0Josep Torra1-2/+3
2011-04-14parse: Add boxed type for GstParseContext for gobject-introspectionSebastian Dröge1-0/+36
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-20/+25
2010-10-16docs: add some gtk-doc Since: markersTim-Philipp Müller1-1/+1
2010-08-05docs: more docs for gst_parse_launch and coStefan Kost1-2/+5
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-3/+3
2008-05-24API: gst_parse_launch_full()Tim-Philipp Müller1-14/+156
2008-05-22gst/: More guards against bad input; typo fix; some minor clean-ups.Tim-Philipp Müller1-7/+4
2007-12-28gst/: Bunch of gratuitous nano-optimisations.Tim-Philipp Müller1-1/+1
2007-05-09gst/: Maintain API and ABI when --disable-parse is used. Now that we have an ...Peter Kjellerstedt1-1/+26
2007-04-18gst/parse/: Make the parser reentrant and recursively callable. This requires...Marc-Andre Lureau1-27/+0
2006-07-21gst/gstparse.c: Also remove reentrance checks if flex is MT save (#348179)Stefan Kost1-6/+5
2006-07-21Original commit message from CVS:Stefan Kost1-0/+9
2006-07-21gst/gstparse.c: Protect recursive calls to _parse with a recursive mutex and ...Wim Taymans1-9/+23
2006-07-20gst/gstparse.c: Do not hange on recursive uasge of gst_parse_launch()Stefan Kost1-4/+7
2006-05-04Make sure gstprivate.h and/or config.h are always included first, otherwise s...James Andrewartha1-1/+1
2005-10-20gst/: Another 1% more coverage.Wim Taymans1-0/+7
2005-10-15various style fixesThomas Vander Stichele1-0/+1
2005-09-06check/pipelines/simple_launch_lines.c: test for pipe!=NULLStefan Kost1-7/+14
2004-04-21gst/gstparse.c: Free the GString used in _gst_parse_escape()Benjamin Otte1-1/+5
2004-03-13gst-indent run on coreThomas Vander Stichele1-10/+13
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-2/+3
2003-04-10documentationBenjamin Otte1-5/+9
2003-04-08rewritten pipeline parsing lands. Have fun breaking it.Benjamin Otte1-454/+24
2003-02-02- implement FLOATING flag on caps/propsWim Taymans1-0/+4
2003-01-09code cleanups and further deprecation fixesThomas Vander Stichele1-9/+9
2003-01-09first pass of connect->link gst-plugins and other stuff compiles without chan...Thomas Vander Stichele1-35/+35
2002-12-06Added syntax to make filtered connections like: osssrc src\!audio/raw, channe...Wim Taymans1-4/+7
2002-08-31add core elements to the registry pool plugin list fix python checkAndy Wingo1-0/+2
2002-07-26Only connect dynamic pads if with the right template nameWim Taymans1-2/+5
2002-07-08- Removed unused locking from the cothreadsWim Taymans1-0/+1