summaryrefslogtreecommitdiff
path: root/gst/gstparse.c
Commit message (Expand)AuthorAgeFilesLines
* docs, gst: typo fixesPiotr Fusik2011-09-071-1/+1
* parse: use GST_PARSE_FLAG_NONE instead of 0Josep Torra2011-08-261-2/+3
* parse: Add boxed type for GstParseContext for gobject-introspectionSebastian Dröge2011-04-141-0/+36
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-20/+25
* docs: add some gtk-doc Since: markersTim-Philipp Müller2010-10-161-1/+1
* docs: more docs for gst_parse_launch and coStefan Kost2010-08-051-2/+5
* Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte2010-03-111-3/+3
* API: gst_parse_launch_full()Tim-Philipp Müller2008-05-241-14/+156
* gst/: More guards against bad input; typo fix; some minor clean-ups.Tim-Philipp Müller2008-05-221-7/+4
* gst/: Bunch of gratuitous nano-optimisations.Tim-Philipp Müller2007-12-281-1/+1
* gst/: Maintain API and ABI when --disable-parse is used. Now that we have an ...Peter Kjellerstedt2007-05-091-1/+26
* gst/parse/: Make the parser reentrant and recursively callable. This requires...Marc-Andre Lureau2007-04-181-27/+0
* gst/gstparse.c: Also remove reentrance checks if flex is MT save (#348179)Stefan Kost2006-07-211-6/+5
* Original commit message from CVS:Stefan Kost2006-07-211-0/+9
* gst/gstparse.c: Protect recursive calls to _parse with a recursive mutex and ...Wim Taymans2006-07-211-9/+23
* gst/gstparse.c: Do not hange on recursive uasge of gst_parse_launch()Stefan Kost2006-07-201-4/+7
* Make sure gstprivate.h and/or config.h are always included first, otherwise s...James Andrewartha2006-05-041-1/+1
* gst/: Another 1% more coverage.Wim Taymans2005-10-201-0/+7
* various style fixesThomas Vander Stichele2005-10-151-0/+1
* check/pipelines/simple_launch_lines.c: test for pipe!=NULLStefan Kost2005-09-061-7/+14
* gst/gstparse.c: Free the GString used in _gst_parse_escape()Benjamin Otte2004-04-211-1/+5
* gst-indent run on coreThomas Vander Stichele2004-03-131-10/+13
* GST_DEBUG reorganization containing loads of stuff:Benjamin Otte2003-06-291-2/+3
* documentationBenjamin Otte2003-04-101-5/+9
* rewritten pipeline parsing lands. Have fun breaking it.Benjamin Otte2003-04-081-454/+24
* - implement FLOATING flag on caps/propsWim Taymans2003-02-021-0/+4
* code cleanups and further deprecation fixesThomas Vander Stichele2003-01-091-9/+9
* first pass of connect->link gst-plugins and other stuff compiles without chan...Thomas Vander Stichele2003-01-091-35/+35
* Added syntax to make filtered connections like: osssrc src\!audio/raw, channe...Wim Taymans2002-12-061-4/+7
* add core elements to the registry pool plugin list fix python checkAndy Wingo2002-08-311-0/+2
* Only connect dynamic pads if with the right template nameWim Taymans2002-07-261-2/+5
* - Removed unused locking from the cothreadsWim Taymans2002-07-081-0/+1
* Documentation updatesWim Taymans2002-06-121-1/+4
* Small cleanupsWim Taymans2002-05-011-3/+0
* we don't use // in code we commit :)Benjamin Otte2002-04-141-4/+4
* This is all a quick hack...Wim Taymans2002-04-141-1/+1
* Added more funky casesWim Taymans2002-04-141-4/+9
* Made dynamic pads work for sinkpads with no padtemplateWim Taymans2002-04-141-10/+41
* quote spaces in tokens passed to gst_parse_launchv. this restores the old (sh...Andy Wingo2002-04-131-4/+58
* feeble attempts to handle dynamic connectionsBRANCH-RELEASE-0_3_4-ROOTAndy Wingo2002-04-121-75/+94
* commit to make gstreamer follow the gtk function/macro naming conventions:Andy Wingo2002-04-111-19/+58
* new parser that uses flex and bisonAndy Wingo2002-04-071-496/+277
* filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo2002-03-241-24/+24
* removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo2002-03-191-1/+1
* let's not increment in GST_DEBUG code...Andy Wingo2002-03-041-2/+2
* warning fixes gst_object_set_name (name, NULL) uniquifies the name globallyAndy Wingo2002-02-201-21/+5
* More pointless cleanupsWim Taymans2002-02-021-1/+1
* cleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c ...Andy Wingo2002-01-181-3/+10
* fix doc build for glib2 remove template files from cvs, they are generated wi...Andy Wingo2002-01-141-265/+270
* finalize conversion to gst-registerAndy Wingo2002-01-041-1/+1