summaryrefslogtreecommitdiff
path: root/gst/parse
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-8/+0
2015-03-27parse: check before truncating stringsLuis de Bethencourt1-1/+2
2014-07-28parse: Unref reference to enclosing binsSebastian Rasmussen1-0/+3
2014-04-07parse: Don't dist the bison and flex generated headersSebastian Dröge1-3/+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: Use GSlice for allocating and freeing links and chainsSebastian Dröge1-4/+4
2014-01-14parse: Add comment about why we disable the "tracing"Sebastian Dröge1-4/+6
2014-01-14parse: Refactor grammar, make it more consistent and fix conflictsFabian Kirsch3-386/+492
2013-12-27parse: Use GLib malloc/free/realloc functionsSebastian Dröge2-1/+17
2013-12-14parse: Don't define yyscan_t twiceSebastian Dröge1-3/+0
2013-11-29parse: Manually insert priv_gst_parse_yyget/set_column prototypes for older flexOlivier Crête1-0/+3
2013-11-28parse: fix segfaulting prototype-mismatchFabian Kirsch3-16/+15
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 Taymans2-1/+3
2012-07-09gst: sprinkle some G_GNUC_INTERNAL for internal functionsTim-Philipp Müller1-8/+10
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-08Merge remote-tracking branch 'origin/master' into symbol-exportsTim-Philipp Müller4-27/+27
2011-10-08gstparse: prefix generated parser functions so they don't get exportedTim-Philipp Müller4-27/+27
2011-06-05Merge branch 'master' into 0.11Tim-Philipp Müller1-0/+2
2011-06-05parse: add prototypes for unused functions to avoid compiler warningTim-Philipp Müller1-0/+2
2011-06-04Remove everything libxml2- and loadsave-relatedTim-Philipp Müller1-1/+1
2011-05-14parse: don't unescape inside quotesMiguel Angel Cabrera Moya1-1/+8
2011-05-05parse: don't unescape inside quotesMiguel Angel Cabrera Moya1-1/+8
2011-04-13parser: Allow element names to begin with digitsDavid Schleef1-1/+1
2011-04-11android: make it ready for androgenizerAlessandro Decina1-0/+8
2011-02-14parse-launch: trim whitespacesStefan Kost1-70/+70
2011-02-14parse-launch: fix typo in pad-list length comparisionStefan Kost1-1/+1
2011-01-24parse-launch: don't read past end of string if last character is an escape charMiguel Angel Cabrera Moya1-1/+5
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-24build: fix make distcheckTim-Philipp Müller1-1/+2
2010-03-22parse-launch: make delayed set recursiveStefan Kost1-20/+67
2010-03-11gstreamer: remove unneeded castsEdward Hervey1-2/+2
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-0/+3
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-1/+0
2010-03-10Make sure generated code doesn't run with -WerrorBenjamin Otte1-1/+2
2010-03-09build: Make some more rules silent if requestedSebastian Dröge1-2/+2
2010-01-20gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller2-3/+4
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