summaryrefslogtreecommitdiff
path: root/gst/parse/grammar.y
AgeCommit message (Expand)AuthorFilesLines
2016-11-12parse: better error message when linking two elements with capsfilter failsTim-Philipp Müller1-3/+68
2016-11-02parse-launch: Support linking all pads with new operatorJan Schmidt1-28/+53
2016-10-23parse: fix erroneous use of _("")Tim-Philipp Müller1-2/+2
2016-03-24parse-launch: Add flag for placing elements in a bin instead of a pipelineCarlos Rafael Giani1-3/+6
2016-01-03parse_launch: make nicer log messagesStefan Sauer1-15/+23
2016-01-03parse-launch: warn when still waiting to plug sub-pipelines after no-more-padsStefan Sauer1-3/+20
2016-01-03grammar.y: remove trailing whitespaceStefan Sauer1-9/+9
2015-03-27parse: check before truncating stringsLuis de Bethencourt1-1/+2
2014-07-28parse: Unref reference to enclosing binsSebastian Rasmussen1-0/+3
2014-01-16parse: Some minor fixesFabian Kirsch1-4/+7
2014-01-14parse: Make sure to create and link chains in the order as writtenSebastian Dröge1-1/+1
2014-01-14parse: Remove some C99-style commentsSebastian Dröge1-6/+6
2014-01-14parse: Refactor grammar, make it more consistent and fix conflictsFabian Kirsch1-363/+467
2013-12-14parse: Don't define yyscan_t twiceSebastian Dröge1-3/+0
2013-11-28parse: fix segfaulting prototype-mismatchFabian Kirsch1-7/+9
2013-08-21parse: make grammar.y work with Bison 3Kerrick Staley1-1/+1
2013-08-19parse: Add GST_FLAG_NO_SINGLE_ELEMENT_BINSBrendan Long1-2/+4
2012-08-13parse: fix up for gst_child_proxy_lookup() only working on child proxy interf...Tim-Philipp Müller1-15/+23
2012-08-08parse: fix for new GstChildProxy::child-added signal callback signatureTim-Philipp Müller1-4/+5
2012-07-17parse: fix some debugWim Taymans1-1/+1
2012-06-23parse: update for gst_element_make_from_uri() changeTim-Philipp Müller1-2/+4
2012-04-26Fix format string in grammar.yРуслан Ижбулатов1-1/+1
2012-03-31grammar.y: fix childproxy codeWim Taymans1-8/+8
2012-03-30parser: update for childproxy api changesStefan Sauer1-2/+2
2011-10-08gstparse: prefix generated parser functions so they don't get exportedTim-Philipp Müller1-9/+9
2011-02-14parse-launch: trim whitespacesStefan Kost1-70/+70
2011-02-14parse-launch: fix typo in pad-list length comparisionStefan Kost1-1/+1
2010-04-07parse: fix more compiler warningsTim-Philipp Müller1-0/+6
2010-04-07parse: fix compiler warningTim-Philipp Müller1-7/+12
2010-03-22parse-launch: make delayed set recursiveStefan Kost1-20/+67
2010-03-11gstreamer: remove unneeded castsEdward Hervey1-2/+2
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-1/+0
2010-01-20gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller1-1/+2
2009-11-19parse/grammar.y: remove unused ERROR defineTim-Philipp Müller1-7/+1
2009-10-31parser: Make sure that signal user data is freed by setting a GClosureNotifySebastian Dröge1-15/+13
2009-10-31parser: Use GSlice for allocating the structsSebastian Dröge1-8/+8
2009-10-31parser: Always get DelayedLink information from the objects qdataSebastian Dröge1-4/+7
2009-10-28parse: Fix memleak of unused delayed linksDavid Schleef1-6/+14
2009-10-07parse: don't format the string twiceRob Clark1-6/+2
2009-10-06gst: remove more unnecessary cast when using g_signal_*()Tim-Philipp Müller1-2/+2
2009-05-12parse-launch: allow specifying GstElement properties via gst_parse_bin_from_d...Stefan Kost1-3/+36
2008-05-25gst/parse/grammar.y: Remove unneeded casts.Tim-Philipp Müller1-36/+36
2008-05-25Get all missing elements from a parse launch string if possible (ie. if the F...Tim-Philipp Müller1-6/+23
2008-05-24API: gst_parse_launch_full()Tim-Philipp Müller1-1/+13
2008-05-22gst/: More guards against bad input; typo fix; some minor clean-ups.Tim-Philipp Müller1-0/+1
2008-05-14gst/parse/grammar.y: Remove unneeded value unset.Wim Taymans1-1/+0
2008-04-17gst/: Fix 2 caps leaks.Wim Taymans1-0/+1
2008-02-01gst/parse/: Add delayed set-property. This allows to set properties on dynami...Stefan Kost1-6/+56
2007-04-18gst/parse/: Make the parser reentrant and recursively callable. This requires...Marc-Andre Lureau1-19/+24
2007-04-13gst/gstelement.c: Don't output the same debug statement twice.Jan Schmidt1-5/+8