summaryrefslogtreecommitdiff
path: root/gst/parse
AgeCommit message (Expand)Author
2010-01-20gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller
2009-11-19parse/grammar.y: remove unused ERROR defineTim-Philipp Müller
2009-10-31parser: Make sure that signal user data is freed by setting a GClosureNotifySebastian Dröge
2009-10-31parser: Use GSlice for allocating the structsSebastian Dröge
2009-10-31parser: Always get DelayedLink information from the objects qdataSebastian Dröge
2009-10-28parse: Fix memleak of unused delayed linksDavid Schleef
2009-10-07parse: don't format the string twiceRob Clark
2009-10-06gst: remove more unnecessary cast when using g_signal_*()Tim-Philipp Müller
2009-05-12parse-launch: allow specifying GstElement properties via gst_parse_bin_from_d...Stefan Kost
2008-05-25gst/parse/grammar.y: Remove unneeded casts.Tim-Philipp Müller
2008-05-25Get all missing elements from a parse launch string if possible (ie. if the F...Tim-Philipp Müller
2008-05-24API: gst_parse_launch_full()Tim-Philipp Müller
2008-05-22gst/: More guards against bad input; typo fix; some minor clean-ups.Tim-Philipp Müller
2008-05-14gst/parse/grammar.y: Remove unneeded value unset.Wim Taymans
2008-04-17gst/: Fix 2 caps leaks.Wim Taymans
2008-04-01gst/parse/: Require a new enough flex and bison and remove the parser hacks t...Sebastian Dröge
2008-02-19gst/parse/lex._gst_parse_yy.pre.c: Update pre-generated flex files with flex ...Sebastian Dröge
2008-02-01gst/parse/: Add delayed set-property. This allows to set properties on dynami...Stefan Kost
2008-01-10gst/parse/Makefile.am: Move types.h from EXTRA_DIST to noinst_HEADERS.Sebastian Dröge
2008-01-04gst/parse/parse.l: Use "%option never-interactive" to prevent useless calls t...Sebastian Dröge
2007-04-19gst/parse/: Update the prebuild parser sources.Sebastian Dröge
2007-04-19gst/parse/Makefile.am: And now fix the building of the flex sources. Now ever...Sebastian Dröge
2007-04-19gst/parse/Makefile.am: Now hopefully fix the build failures by setting proper...Sebastian Dröge
2007-04-19gst/parse/Makefile.am: Fix the build by correcting the rule that gave wrong f...Stefan Kost
2007-04-19gst/parse/Makefile.am: Add correct grammar.tab.h dependency if compiling with...Sebastian Dröge
2007-04-18gst/parse/Makefile.am: Fix typo and use outdated sources if the flex/bison so...Sebastian Dröge
2007-04-18gst/parse/: Make the parser reentrant and recursively callable. This requires...Marc-Andre Lureau
2007-04-13gst/gstelement.c: Don't output the same debug statement twice.Jan Schmidt
2006-12-09gst/gst.c: Ignore EINTR when reading from the child registry pipe.Jan Schmidt
2006-10-05gst/parse/grammar.y: Remove static function gst_parse_element_lock as all it ...Zaheer Abbas Merali
2006-07-31gst/gstelementfactory.c: Remove unnecessary ref/unref pairJan Schmidt
2006-07-30gst/parse/: Reverted previous patch as it required to bump the flex dependenc...Stefan Kost
2006-07-30gst/parse/: push & pop the state of the lexer for reentrant use caseMarc-Andre Lureau
2006-07-27Fix some of the leaks exposed by extending the parse-launch testsuite, and mo...Jan Schmidt
2006-07-26gst/gststructure.*: Add API for setting values into structures without perfor...Jan Schmidt
2006-06-12gst/parse/Makefile.am: Fix build with 'make -j N' even more (#340016).Tim-Philipp Müller
2006-05-14fix parallel makeThomas Vander Stichele
2006-05-05gst/parse/Makefile.am: Make 'make -j' proof (see #340698).Tim-Philipp Müller
2006-05-04Make sure gstprivate.h and/or config.h are always included first, otherwise s...James Andrewartha
2006-04-06gst/parse/grammar.y: Fix a leak in parse-launch for any source-or-sink named ...Michael Smith
2006-03-03gst/parse/parse.l: Commit patch for parse_launch syntax from #331255. Removes...Jan Schmidt
2006-02-19gst/gstpad.c: (gst_pad_set_getcaps_function)Sébastien Moutte
2005-12-07gst/parse/grammar.y: Remove handling of { } for threads.Michael Smith
2005-10-15whitespace fixesThomas Vander Stichele
2005-10-15configure.ac: reorganize clean up document more remove cruftThomas Vander Stichele
2005-10-11gst/gst-i18n-lib.h: check for ENABLE_NLS, not GETTEXT_PACKAGEThomas Vander Stichele
2005-10-10don't declare on the proper defineThomas Vander Stichele
2005-10-10unmangle the nesting a littleThomas Vander Stichele
2005-10-10gst/parse/grammar.y: some cleanup before the hackingThomas Vander Stichele
2005-10-08gst/: Make ChildProxy threadsafe and fix mem leaks.Wim Taymans