summaryrefslogtreecommitdiff
path: root/gst/parse
AgeCommit message (Expand)AuthorFilesLines
2006-12-09gst/gst.c: Ignore EINTR when reading from the child registry pipe.Jan Schmidt1-1/+1
2006-10-05gst/parse/grammar.y: Remove static function gst_parse_element_lock as all it ...Zaheer Abbas Merali1-81/+0
2006-07-31gst/gstelementfactory.c: Remove unnecessary ref/unref pairJan Schmidt1-2/+3
2006-07-30gst/parse/: Reverted previous patch as it required to bump the flex dependenc...Stefan Kost3-35/+30
2006-07-30gst/parse/: push & pop the state of the lexer for reentrant use caseMarc-Andre Lureau3-30/+35
2006-07-27Fix some of the leaks exposed by extending the parse-launch testsuite, and mo...Jan Schmidt2-7/+15
2006-07-26gst/gststructure.*: Add API for setting values into structures without perfor...Jan Schmidt2-9/+2
2006-06-12gst/parse/Makefile.am: Fix build with 'make -j N' even more (#340016).Tim-Philipp Müller1-0/+3
2006-05-14fix parallel makeThomas Vander Stichele1-14/+14
2006-05-05gst/parse/Makefile.am: Make 'make -j' proof (see #340698).Tim-Philipp Müller1-2/+2
2006-05-04Make sure gstprivate.h and/or config.h are always included first, otherwise s...James Andrewartha1-0/+15
2006-04-06gst/parse/grammar.y: Fix a leak in parse-launch for any source-or-sink named ...Michael Smith1-0/+4
2006-03-03gst/parse/parse.l: Commit patch for parse_launch syntax from #331255. Removes...Jan Schmidt1-5/+4
2006-02-19gst/gstpad.c: (gst_pad_set_getcaps_function)Sébastien Moutte1-6/+6
2005-12-07gst/parse/grammar.y: Remove handling of { } for threads.Michael Smith1-7/+2
2005-10-15whitespace fixesThomas Vander Stichele1-5/+5
2005-10-15configure.ac: reorganize clean up document more remove cruftThomas Vander Stichele1-4/+3
2005-10-11gst/gst-i18n-lib.h: check for ENABLE_NLS, not GETTEXT_PACKAGEThomas Vander Stichele1-4/+0
2005-10-10don't declare on the proper defineThomas Vander Stichele1-2/+2
2005-10-10unmangle the nesting a littleThomas Vander Stichele1-32/+37
2005-10-10gst/parse/grammar.y: some cleanup before the hackingThomas Vander Stichele1-59/+97
2005-10-08gst/: Make ChildProxy threadsafe and fix mem leaks.Wim Taymans1-0/+2
2005-09-02gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a no...Andy Wingo1-1/+1
2005-08-22ported gstchildproxy over from 0.8 ported gst-inspect fixes and enhancements ...Stefan Kost1-7/+9
2005-07-20gst/gstmessage.*: Added a bunch of messages for advanced seeking.Wim Taymans1-1/+1
2005-07-19gst/parse/parse.l: Attempt to solve bug #172815.Andy Wingo1-0/+6
2005-07-13gst/base/gstbasesrc.c (gst_base_src_start): Post an error if the source could...Andy Wingo1-4/+5
2005-06-22add a log line for type deserializationThomas Vander Stichele1-2/+8
2005-06-17ignore moreThomas Vander Stichele1-0/+1
2005-06-08gst/gstutils.c: RPAD fixes all around.Andy Wingo1-2/+1
2005-04-24gst/gstpad.c: Remove handling of filtered caps. Fix/merge functions that han...David Schleef1-5/+4
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-13/+42
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-07-22gst/gstelementfactory.c: set the factory in the class struct, so gst_element_...Benjamin Otte1-1/+1
2004-06-24gst/parse/grammar.y: don't try to link elements before they have been added t...Benjamin Otte1-6/+1
2004-05-18gst/gstvalue.c: add serialization and comparison functions for long, int64, e...Benjamin Otte1-73/+2
2004-05-10gst/gstinfo.h: Add missing inline function.David Schleef1-13/+0
2004-05-07Changes to handle compilers that don't have variadic macro support. In parti...David Schleef2-23/+71
2004-05-06put offending pipeline in errorThomas Vander Stichele1-1/+1
2004-05-04gst/parse/grammar.y: use GST_ERROR instead of g_warning, and always throw a G...Benjamin Otte1-18/+9
2004-05-04gst/parse/grammar.y: fix assert to not trigger when there's no error argumentBenjamin Otte2-2/+3
2004-05-04reorganize C/LIB flags add gst_info to gstcompat.hThomas Vander Stichele1-2/+2
2004-04-20gst/parse/grammar.y: Apply patch from Sebastien CoteSebastien Cote1-2/+5
2004-04-19gst/parse/grammar.y (__gst_parse_chain_free): Don't do null checking here, do...Johan Dahlin1-48/+24
2004-03-15Revert again, this time without post-commit reindent hooks to put back the in...Johan Dahlin1-20/+14
2004-03-15*.h: Revert indentation changes.Johan Dahlin1-2/+4
2004-03-13gst-indent run on coreThomas Vander Stichele1-12/+16
2004-03-05gst/gstelement.c: make elements try to recursively change state to PAUSED on ...Thomas Vander Stichele1-1/+10