summaryrefslogtreecommitdiff
path: root/gst/parse/grammar.y
Commit message (Expand)AuthorAgeFilesLines
* gst/parse: define pure-parser depending on bison versionVíctor Manuel Jáquez Leal2019-11-051-1295/+0
* parse: Move variable to block where it's usedEdward Hervey2018-12-151-3/+1
* Fix typos in comments and docsluz.paz2018-05-011-1/+1
* gst: Fix compilation with latest GLibSebastian Dröge2018-03-201-1/+1
* parse: Don't translate the "bin" element nameSebastian Dröge2017-01-311-1/+1
* parse: Don't hold element's object lock while querying element pads' capsSebastian Dröge2017-01-181-16/+28
* parse: better error message when linking two elements with capsfilter failsTim-Philipp Müller2016-11-121-3/+68
* parse-launch: Support linking all pads with new operatorJan Schmidt2016-11-021-28/+53
* parse: fix erroneous use of _("")Tim-Philipp Müller2016-10-231-2/+2
* parse-launch: Add flag for placing elements in a bin instead of a pipelineCarlos Rafael Giani2016-03-241-3/+6
* parse_launch: make nicer log messagesStefan Sauer2016-01-031-15/+23
* parse-launch: warn when still waiting to plug sub-pipelines after no-more-padsStefan Sauer2016-01-031-3/+20
* grammar.y: remove trailing whitespaceStefan Sauer2016-01-031-9/+9
* parse: check before truncating stringsLuis de Bethencourt2015-03-271-1/+2
* parse: Unref reference to enclosing binsSebastian Rasmussen2014-07-281-0/+3
* parse: Some minor fixesFabian Kirsch2014-01-161-4/+7
* parse: Make sure to create and link chains in the order as writtenSebastian Dröge2014-01-141-1/+1
* parse: Remove some C99-style commentsSebastian Dröge2014-01-141-6/+6
* parse: Refactor grammar, make it more consistent and fix conflictsFabian Kirsch2014-01-141-363/+467
* parse: Don't define yyscan_t twiceSebastian Dröge2013-12-141-3/+0
* parse: fix segfaulting prototype-mismatchFabian Kirsch2013-11-281-7/+9
* parse: make grammar.y work with Bison 3Kerrick Staley2013-08-211-1/+1
* parse: Add GST_FLAG_NO_SINGLE_ELEMENT_BINSBrendan Long2013-08-191-2/+4
* parse: fix up for gst_child_proxy_lookup() only working on child proxy interf...Tim-Philipp Müller2012-08-131-15/+23
* parse: fix for new GstChildProxy::child-added signal callback signatureTim-Philipp Müller2012-08-081-4/+5
* parse: fix some debugWim Taymans2012-07-171-1/+1
* parse: update for gst_element_make_from_uri() changeTim-Philipp Müller2012-06-231-2/+4
* Fix format string in grammar.yРуслан Ижбулатов2012-04-261-1/+1
* grammar.y: fix childproxy codeWim Taymans2012-03-311-8/+8
* parser: update for childproxy api changesStefan Sauer2012-03-301-2/+2
* gstparse: prefix generated parser functions so they don't get exportedTim-Philipp Müller2011-10-081-9/+9
* parse-launch: trim whitespacesStefan Kost2011-02-141-70/+70
* parse-launch: fix typo in pad-list length comparisionStefan Kost2011-02-141-1/+1
* parse: fix more compiler warningsTim-Philipp Müller2010-04-071-0/+6
* parse: fix compiler warningTim-Philipp Müller2010-04-071-7/+12
* parse-launch: make delayed set recursiveStefan Kost2010-03-221-20/+67
* gstreamer: remove unneeded castsEdward Hervey2010-03-111-2/+2
* Make code safe for -Wredundant-declsBenjamin Otte2010-03-101-1/+0
* gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller2010-01-201-1/+2
* parse/grammar.y: remove unused ERROR defineTim-Philipp Müller2009-11-191-7/+1
* parser: Make sure that signal user data is freed by setting a GClosureNotifySebastian Dröge2009-10-311-15/+13
* parser: Use GSlice for allocating the structsSebastian Dröge2009-10-311-8/+8
* parser: Always get DelayedLink information from the objects qdataSebastian Dröge2009-10-311-4/+7
* parse: Fix memleak of unused delayed linksDavid Schleef2009-10-281-6/+14
* parse: don't format the string twiceRob Clark2009-10-071-6/+2
* gst: remove more unnecessary cast when using g_signal_*()Tim-Philipp Müller2009-10-061-2/+2
* parse-launch: allow specifying GstElement properties via gst_parse_bin_from_d...Stefan Kost2009-05-121-3/+36
* gst/parse/grammar.y: Remove unneeded casts.Tim-Philipp Müller2008-05-251-36/+36
* Get all missing elements from a parse launch string if possible (ie. if the F...Tim-Philipp Müller2008-05-251-6/+23
* API: gst_parse_launch_full()Tim-Philipp Müller2008-05-241-1/+13