summaryrefslogtreecommitdiff
path: root/gst/parse
AgeCommit message (Expand)AuthorFilesLines
2004-02-26merging from release branchThomas Vander Stichele1-3/+1
2004-02-20gst/: Debugging tweaks.Andy Wingo2-16/+17
2004-02-07docs/random/ds/0.9-suggested-changes: Random ramblingsDavid Schleef2-7/+7
2004-02-04gst/gstevent.c: actually break; inside the switch statementBenjamin Otte1-2/+6
2004-02-03gst/: get rid of gstmarshal.h dependency. It's not needed.Benjamin Otte1-6/+1
2004-02-02Change usage of isblah() to g_ascii_isblah() to be more locale independent. ...David Schleef1-1/+0
2004-01-29docs/random/ds/element-checklist: Notes about gst_caps_to_string()David Schleef1-2/+2
2004-01-13translating parsing error messagesThomas Vander Stichele1-20/+26
2004-01-12update - this is huge, because it includes *.bb, *.bbg and *.da files which a...Benjamin Otte1-0/+3
2003-12-24fix non-gtk-doc comment blocksThomas Vander Stichele1-1/+1
2003-12-24Check caps for NULL before copyingDavid Schleef1-1/+5
2003-12-22Allow more characters to be recognized as caps charactersDavid Schleef1-1/+1
2003-12-22Merge CAPS branchDavid Schleef1-5/+3
2003-12-19Fixed shell in docs/gst/Makefile.am and docs/libs/Makefile.am so that it work...Brian Cameron1-1/+3
2003-12-15fix brian's commitThomas Vander Stichele1-1/+1
2003-12-15Removed grammar.tab.h from the flex command to build lex._gst_parse_yy.c beca...Brian Cameron1-1/+1
2003-12-14fix caps parsing. Some evil person (me?\!) disallowed the dot as a character ...Benjamin Otte1-2/+3
2003-11-24implement URI schemesBenjamin Otte3-41/+97
2003-10-31add rule dependencyDavid Schleef1-1/+1
2003-10-31Clean more filesDavid Schleef1-0/+1
2003-10-29don't dist files generated by flex and bison, since they're not portable.David Schleef1-2/+6
2003-10-09fix cleaningThomas Vander Stichele1-4/+1
2003-10-09distcheck fixes. Some tests have been disabled.David Schleef1-1/+3
2003-08-30Dist files generated by bison and flex.David Schleef1-3/+4
2003-08-13build fixThomas Vander Stichele1-1/+1
2003-07-25Change strtod() -> g_ascii_strtod(), since strtod() is locale dependent.David Schleef1-1/+1
2003-07-14Reference the caps used as filtercapsDavid Schleef1-0/+2
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte2-29/+27
2003-05-18Change uint to guintDavid Schleef1-3/+3
2003-05-18a bunch of gtk-doc fixesThomas Vander Stichele2-2/+2
2003-05-18make the parser accept chained caps, tooBenjamin Otte1-2/+3
2003-05-17This is filtered caps in 20 lines. Implemented full featured parsing of pipel...Benjamin Otte2-6/+38
2003-05-16make -> shell variableRonald S. Bultje1-1/+1
2003-05-13Fix bug in PRINT() macroDavid Schleef1-10/+4
2003-05-06do error checking for int/float values and don't accept trailing characters, ...Benjamin Otte1-12/+34
2003-05-01fix gcc 2.x compiler error, when variables aren't defined at the top.Benjamin Otte1-2/+3
2003-04-27add extra error for empty pipelineBenjamin Otte1-4/+5
2003-04-25I suck - it's the wrong variable and I don't get it for ages even while testi...Benjamin Otte1-12/+11
2003-04-25just to be sure...Benjamin Otte1-1/+1
2003-04-24fix stupid segfault when setting integer propertiesBenjamin Otte1-3/+3
2003-04-23fix 2 warningsBenjamin Otte1-3/+3
2003-04-23workaround for bison 1.35 bugBenjamin Otte1-0/+16
2003-04-17another bugfix, i will never get used to using the retrun value of g_(s)list_...Benjamin Otte1-1/+1
2003-04-16bugfixing in pipeline parsing. Fixed the 2 pipelines that are now added to th...Benjamin Otte1-15/+26
2003-04-14enable debugging output for bison parser, fix // comments, better error recov...Benjamin Otte2-7/+32
2003-04-13Revert last Makefile.am change, and fix it correctly. I _think_ this won't b...David Schleef2-5/+1
2003-04-11Disable compiler warning because of a bug in flex-2.5.31David Schleef1-1/+5
2003-04-11general fixes:Benjamin Otte1-23/+11
2003-04-10bugfix: wrong function due to missing charBenjamin Otte1-1/+1
2003-04-08Remove grammar.output, tooDavid Schleef1-1/+1