summaryrefslogtreecommitdiff
path: root/gst/gstparse.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-12Documentation updatesWim Taymans1-1/+4
2002-05-01Small cleanupsWim Taymans1-3/+0
2002-04-14we don't use // in code we commit :)Benjamin Otte1-4/+4
2002-04-14This is all a quick hack...Wim Taymans1-1/+1
2002-04-14Added more funky casesWim Taymans1-4/+9
2002-04-14Made dynamic pads work for sinkpads with no padtemplateWim Taymans1-10/+41
2002-04-13quote spaces in tokens passed to gst_parse_launchv. this restores the old (sh...Andy Wingo1-4/+58
2002-04-12feeble attempts to handle dynamic connectionsBRANCH-RELEASE-0_3_4-ROOTAndy Wingo1-75/+94
2002-04-11commit to make gstreamer follow the gtk function/macro naming conventions:Andy Wingo1-19/+58
2002-04-07new parser that uses flex and bisonAndy Wingo1-496/+277
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo1-24/+24
2002-03-19removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo1-1/+1
2002-03-04let's not increment in GST_DEBUG code...Andy Wingo1-2/+2
2002-02-20warning fixes gst_object_set_name (name, NULL) uniquifies the name globallyAndy Wingo1-21/+5
2002-02-02More pointless cleanupsWim Taymans1-1/+1
2002-01-18cleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c ...Andy Wingo1-3/+10
2002-01-14fix doc build for glib2 remove template files from cvs, they are generated wi...Andy Wingo1-265/+270
2002-01-04finalize conversion to gst-registerAndy Wingo1-1/+1
2001-12-22This is an attempt at not segfaulting on errors but reporting some usefull in...Wim Taymans1-4/+7
2001-12-17Added parallel pipeline syntex to the parser. ./gstreamer-launch filesrc loca...Wim Taymans1-1/+16
2001-12-15fix some of uraeus's commenting fixes can someone also put {} around GST_DEBU...Thomas Vander Stichele1-2/+1
2001-12-14aye ladie, no more ugly // comments here, even if Taaz gets upset about itChristian Schaller1-50/+51
2001-12-12Some code cleanups.Wim Taymans1-293/+311
2001-12-09Set the pipeline to the paused state when doing dynimic connects.Wim Taymans1-0/+4
2001-12-04- some fixes to int2float making automake 1.5 happy (gst now requires automak...wrobell1-2/+0