element: Enforce that elements created by gst_element_factory_create/make() are floating
[platform/upstream/gstreamer.git] / gst / parse / parse.l
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-11-02 Jan Schmidtparse-launch: Support linking all pads with new operator
2014-01-14 Fabian Kirschparse: Refactor grammar, make it more consistent and...
2013-12-27 Sebastian Drögeparse: Use GLib malloc/free/realloc functions
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-13 David Schleefparser: Allow element names to begin with digits
2010-01-20 Tim-Philipp Müllergst_private.h: make sure gst_private.h is included...
2008-01-04 Sebastian Drögegst/parse/parse.l: Use "%option never-interactive"...
2007-04-18 Marc-Andre Lureaugst/parse/: Make the parser reentrant and recursively...
2006-07-30 Stefan Kostgst/parse/: Reverted previous patch as it required...
2006-07-30 Marc-Andre Lureaugst/parse/: push & pop the state of the lexer for reent...
2006-07-27 Jan SchmidtFix some of the leaks exposed by extending the parse...
2006-07-26 Jan Schmidtgst/gststructure.*: Add API for setting values into...
2006-03-03 Jan Schmidtgst/parse/parse.l: Commit patch for parse_launch syntax...
2005-07-19 Andy Wingogst/parse/parse.l: Attempt to solve bug #172815.
2005-01-18 Jan Schmidtgst/autoplug/gstspideridentity.c: Cosmetic fix - spider...
2004-10-19 Wim TaymansSince parse can do 'element name=a:b' make 'a:b.' work...
2004-08-03 Benjamin Ottegst/parse/parse.l: fix for G_DISABLE_ASSERT
2004-05-07 David SchleefChanges to handle compilers that don't have variadic...
2004-05-04 Benjamin Ottegst/parse/grammar.y: fix assert to not trigger when...
2004-02-20 Andy Wingogst/: Debugging tweaks.
2004-02-07 David Schleefdocs/random/ds/0.9-suggested-changes: Random ramblings
2004-02-02 David SchleefChange usage of isblah() to g_ascii_isblah() to be...
2003-12-22 David SchleefAllow more characters to be recognized as caps characters
2003-12-14 Benjamin Ottefix caps parsing. Some evil person (me?\!) disallowed...
2003-11-24 Benjamin Otteimplement URI schemes
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-18 Benjamin Ottemake the parser accept chained caps, too
2003-05-17 Benjamin OtteThis is filtered caps in 20 lines. Implemented full...
2003-05-13 David SchleefFix bug in PRINT() macro
2003-04-14 Benjamin Otteenable debugging output for bison parser, fix // commen...
2003-04-13 David SchleefRevert last Makefile.am change, and fix it correctly...
2003-04-08 Benjamin Otterewritten pipeline parsing lands. Have fun breaking it.
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2002-12-06 Wim TaymansAdded syntax to make filtered connections like: osssrc...
2002-11-29 Thomas Vander Sticheleapplied fixed patch from Brian
2002-11-29 Thomas Vander Stichelerevert fix because GST_DEBUG_LEAVE("") doesn't work...
2002-11-29 Christian Schallercommit Brian's patch with AC fix from thomas
2002-10-31 David SchleefFix parsing of negative numbers. Note that parsing...
2002-05-30 Andy Wingoallow colons in indentifier names (for jack: " ......
2002-04-16 Andy WingoAdded --gst-fatal-warnings, the same as --g-fatal-warnings
2002-04-13 Andy Wingoquote spaces in tokens passed to gst_parse_launchv...
2002-04-07 Andy Wingonew parser that uses flex and bison
2002-04-01 Andy Wingoform a semantic representation of the pipeline in prepa...
2002-04-01 Andy Wingothe parser works properly, but it doesn't do anything yet
2002-03-31 Andy Wingoadd (incomplete) flex/bison-based parser to cvs the...