parser: update for childproxy api changes
[platform/upstream/gstreamer.git] / gst / parse / grammar.y
2012-03-30 Stefan Sauerparser: update for childproxy api changes
2011-10-08 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into symbo...
2011-10-08 Tim-Philipp Müllergstparse: prefix generated parser functions so they...
2011-02-22 Wim TaymansMerge branch 'master' into 0.11
2011-02-14 Stefan Kostparse-launch: trim whitespaces
2011-02-14 Stefan Kostparse-launch: fix typo in pad-list length comparision
2010-04-07 Tim-Philipp Müllerparse: fix more compiler warnings
2010-04-07 Tim-Philipp Müllerparse: fix compiler warning
2010-03-22 Stefan Kostparse-launch: make delayed set recursive
2010-03-11 Edward Herveygstreamer: remove unneeded casts
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteMake code safe for -Wredundant-decls
2010-01-20 Tim-Philipp Müllergst_private.h: make sure gst_private.h is included...
2009-11-19 Tim-Philipp Müllerparse/grammar.y: remove unused ERROR define
2009-10-31 Sebastian Drögeparser: Make sure that signal user data is freed by...
2009-10-31 Sebastian Drögeparser: Use GSlice for allocating the structs
2009-10-31 Sebastian Drögeparser: Always get DelayedLink information from the...
2009-10-29 David Schleefparse: Fix memleak of unused delayed links
2009-10-07 Rob Clarkparse: don't format the string twice
2009-10-06 Tim-Philipp Müllergst: remove more unnecessary cast when using g_signal_*()
2009-05-12 Stefan Kostparse-launch: allow specifying GstElement properties...
2008-05-25 Tim-Philipp Müllergst/parse/grammar.y: Remove unneeded casts.
2008-05-25 Tim-Philipp MüllerGet all missing elements from a parse launch string...
2008-05-24 Tim-Philipp MüllerAPI: gst_parse_launch_full()
2008-05-22 Tim-Philipp Müllergst/: More guards against bad input; typo fix; some...
2008-05-14 Wim Taymansgst/parse/grammar.y: Remove unneeded value unset.
2008-04-17 Wim Taymansgst/: Fix 2 caps leaks.
2008-02-01 Stefan Kostgst/parse/: Add delayed set-property. This allows to...
2007-04-18 Marc-Andre Lureaugst/parse/: Make the parser reentrant and recursively...
2007-04-13 Jan Schmidtgst/gstelement.c: Don't output the same debug statement...
2006-12-09 Jan Schmidtgst/gst.c: Ignore EINTR when reading from the child...
2006-10-05 Zaheer Abbas Meraligst/parse/grammar.y: Remove static function gst_parse_e...
2006-07-31 Jan Schmidtgst/gstelementfactory.c: Remove unnecessary ref/unref...
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-04-06 Michael Smithgst/parse/grammar.y: Fix a leak in parse-launch for...
2006-02-19 Sébastien Mouttegst/gstpad.c: (gst_pad_set_getcaps_function)
2005-12-07 Michael Smithgst/parse/grammar.y: Remove handling of { } for threads.
2005-10-10 Thomas Vander Sticheledon't declare on the proper define
2005-10-10 Thomas Vander Sticheleunmangle the nesting a little
2005-10-10 Thomas Vander Stichelegst/parse/grammar.y: some cleanup before the hacking
2005-10-08 Wim Taymansgst/: Make ChildProxy threadsafe and fix mem leaks.
2005-09-02 Andy Wingogst/gstelement.h (GstState): Renamed from GstElementSta...
2005-08-22 Stefan Kostported gstchildproxy over from 0.8 ported gst-inspect...
2005-07-20 Wim Taymansgst/gstmessage.*: Added a bunch of messages for advance...
2005-07-13 Andy Wingogst/base/gstbasesrc.c (gst_base_src_start): Post an...
2005-06-22 Thomas Vander Sticheleadd a log line for type deserialization
2005-06-08 Andy Wingogst/gstutils.c: RPAD fixes all around.
2005-04-24 David Schleefgst/gstpad.c: Remove handling of filtered caps. Fix...
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2004-07-22 Benjamin Ottegst/gstelementfactory.c: set the factory in the class...
2004-06-24 Benjamin Ottegst/parse/grammar.y: don't try to link elements before...
2004-05-18 Benjamin Ottegst/gstvalue.c: add serialization and comparison functi...
2004-05-10 David Schleefgst/gstinfo.h: Add missing inline function.
2004-05-07 David SchleefChanges to handle compilers that don't have variadic...
2004-05-06 Thomas Vander Sticheleput offending pipeline in error
2004-05-04 Benjamin Ottegst/parse/grammar.y: use GST_ERROR instead of g_warning...
2004-05-04 Benjamin Ottegst/parse/grammar.y: fix assert to not trigger when...
2004-04-20 Sebastien Cotegst/parse/grammar.y: Apply patch from Sebastien Cote
2004-04-19 Johan Dahlingst/parse/grammar.y (__gst_parse_chain_free): Don't...
2004-03-05 Thomas Vander Stichelegst/gstelement.c: make elements try to recursively...
2004-02-20 Andy Wingogst/: Debugging tweaks.
2004-02-07 David Schleefdocs/random/ds/0.9-suggested-changes: Random ramblings
2004-02-04 Benjamin Ottegst/gstevent.c: actually break; inside the switch statement
2004-01-29 David Schleefdocs/random/ds/element-checklist: Notes about gst_caps_...
2004-01-13 Thomas Vander Sticheletranslating parsing error messages
2003-12-24 Thomas Vander Stichelefix non-gtk-doc comment blocks
2003-12-24 David SchleefCheck caps for NULL before copying
2003-12-22 David SchleefMerge CAPS branch
2003-11-24 Benjamin Otteimplement URI schemes
2003-07-25 David SchleefChange strtod() -> g_ascii_strtod(), since strtod(...
2003-07-14 David SchleefReference the caps used as filtercaps
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-18 David SchleefChange uint to guint
2003-05-18 Thomas Vander Stichelea bunch of gtk-doc fixes
2003-05-17 Benjamin OtteThis is filtered caps in 20 lines. Implemented full...
2003-05-06 Benjamin Ottedo error checking for int/float values and don't accept...
2003-05-01 Benjamin Ottefix gcc 2.x compiler error, when variables aren't defin...
2003-04-27 Benjamin Otteadd extra error for empty pipeline
2003-04-25 Benjamin OtteI suck - it's the wrong variable and I don't get it...
2003-04-25 Benjamin Ottejust to be sure...
2003-04-24 Benjamin Ottefix stupid segfault when setting integer properties
2003-04-23 Benjamin Ottefix 2 warnings
2003-04-23 Benjamin Otteworkaround for bison 1.35 bug
2003-04-17 Benjamin Otteanother bugfix, i will never get used to using the...
2003-04-16 Benjamin Ottebugfixing in pipeline parsing. Fixed the 2 pipelines...
2003-04-14 Benjamin Otteenable debugging output for bison parser, fix // commen...
2003-04-11 Benjamin Ottegeneral fixes:
2003-04-10 Benjamin Ottebugfix: wrong function due to missing char
2003-04-08 David SchleefFix warning
2003-04-08 Benjamin Otterewritten pipeline parsing lands. Have fun breaking it.
2003-02-10 Erik WalthinsenFix various inconsistencies discovered while attempting...
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2002-12-08 Wim Taymansfix bug #96751
2002-12-06 Wim TaymansAdded syntax to make filtered connections like: osssrc...
2002-09-18 David SchleefAdd -p and -P flags to bison and flex, to prefix yy...
2002-05-05 Andy Wingouse contents of GST_REGISTRY variable if --gst-registry...
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
next