summaryrefslogtreecommitdiff
path: root/gst/parse/parse.l
AgeCommit message (Expand)AuthorFilesLines
2014-07-18caps: add MIXED capsmixed-capsWim Taymans1-4/+5
2014-01-14parse: Refactor grammar, make it more consistent and fix conflictsFabian Kirsch1-9/+9
2013-12-27parse: Use GLib malloc/free/realloc functionsSebastian Dröge1-0/+16
2011-04-13parser: Allow element names to begin with digitsDavid Schleef1-1/+1
2010-01-20gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller1-2/+2
2008-01-04gst/parse/parse.l: Use "%option never-interactive" to prevent useless calls t...Sebastian Dröge1-0/+2
2007-04-18gst/parse/: Make the parser reentrant and recursively callable. This requires...Marc-Andre Lureau1-10/+11
2006-07-30gst/parse/: Reverted previous patch as it required to bump the flex dependenc...Stefan Kost1-11/+10
2006-07-30gst/parse/: push & pop the state of the lexer for reentrant use caseMarc-Andre Lureau1-10/+11
2006-07-27Fix some of the leaks exposed by extending the parse-launch testsuite, and mo...Jan Schmidt1-1/+1
2006-07-26gst/gststructure.*: Add API for setting values into structures without perfor...Jan Schmidt1-5/+1
2006-03-03gst/parse/parse.l: Commit patch for parse_launch syntax from #331255. Removes...Jan Schmidt1-5/+4
2005-07-19gst/parse/parse.l: Attempt to solve bug #172815.Andy Wingo1-0/+6
2005-01-18gst/autoplug/gstspideridentity.c: Cosmetic fix - spider_find_peek should be s...Jan Schmidt1-1/+1
2004-10-19Since parse can do 'element name=a:b' make 'a:b.' work as well.Wim Taymans1-2/+2
2004-08-03gst/parse/parse.l: fix for G_DISABLE_ASSERTBenjamin Otte1-1/+2
2004-05-07Changes to handle compilers that don't have variadic macro support. In parti...David Schleef1-1/+10
2004-05-04gst/parse/grammar.y: fix assert to not trigger when there's no error argumentBenjamin Otte1-1/+1
2004-02-20gst/: Debugging tweaks.Andy Wingo1-9/+9
2004-02-07docs/random/ds/0.9-suggested-changes: Random ramblingsDavid Schleef1-2/+2
2004-02-02Change usage of isblah() to g_ascii_isblah() to be more locale independent. ...David Schleef1-1/+0
2003-12-22Allow more characters to be recognized as caps charactersDavid Schleef1-1/+1
2003-12-14fix caps parsing. Some evil person (me?\!) disallowed the dot as a character ...Benjamin Otte1-2/+3
2003-11-24implement URI schemesBenjamin Otte1-0/+15
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte1-6/+5
2003-05-18make the parser accept chained caps, tooBenjamin Otte1-2/+3
2003-05-17This is filtered caps in 20 lines. Implemented full featured parsing of pipel...Benjamin Otte1-3/+27
2003-05-13Fix bug in PRINT() macroDavid Schleef1-10/+4
2003-04-14enable debugging output for bison parser, fix // comments, better error recov...Benjamin Otte1-1/+1
2003-04-13Revert last Makefile.am change, and fix it correctly. I _think_ this won't b...David Schleef1-1/+1
2003-04-08rewritten pipeline parsing lands. Have fun breaking it.Benjamin Otte1-233/+59
2003-01-09first pass of connect->link gst-plugins and other stuff compiles without chan...Thomas Vander Stichele1-20/+20
2002-12-06Added syntax to make filtered connections like: osssrc src\!audio/raw, channe...Wim Taymans1-2/+103
2002-11-29applied fixed patch from BrianThomas Vander Stichele1-0/+12
2002-11-29revert fix because GST_DEBUG_LEAVE("") doesn't work with itThomas Vander Stichele1-12/+0
2002-11-29commit Brian's patch with AC fix from thomasChristian Schaller1-0/+12
2002-10-31Fix parsing of negative numbers. Note that parsing of floating point numbers...David Schleef1-2/+2
2002-05-30allow colons in indentifier names (for jack: " ... !alsa_pcm:out_1 jacksink")Andy Wingo1-1/+1
2002-04-16Added --gst-fatal-warnings, the same as --g-fatal-warningsAndy Wingo1-5/+0
2002-04-13quote spaces in tokens passed to gst_parse_launchv. this restores the old (sh...Andy Wingo1-1/+3
2002-04-07new parser that uses flex and bisonAndy Wingo1-11/+86
2002-04-01form a semantic representation of the pipeline in preparation for actual inst...Andy Wingo1-1/+1
2002-04-01the parser works properly, but it doesn't do anything yetAndy Wingo1-9/+17
2002-03-31add (incomplete) flex/bison-based parser to cvs the tokenizer is functional, ...Andy Wingo1-0/+82