summaryrefslogtreecommitdiff
path: root/gst/gstparse.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-27return a negative error code instead of exiting on parse errorSteve Baker1-13/+16
2001-10-17merge from EVENTS1 on 20011016Erik Walthinsen1-0/+4
2001-10-07remove ability to set dparams from -launch. this is the only real loss of fun...Steve Baker1-26/+4
2001-09-22crashes that only happen when debugging is on aren't very niceSteve Baker1-1/+1
2001-09-17fix warningsJoshua N. Pritikin1-2/+4
2001-09-141. Add more warnings for the gst core only. Various trival fixes to quiet th...Joshua N. Pritikin1-4/+7
2001-09-14no reason to lockSteve Baker1-2/+0
2001-09-12added to -launch syntax: if an arg is prefixed with a '@' it will be treated ...Steve Baker1-4/+29
2001-08-13sync with the current CVS glib APISteve Baker1-3/+3
2001-06-29Allow elements to be given custom names with [] syntax. ie, gstreamer-launch ...Richard Boulton1-1/+27
2001-06-25Merged from GOBJECT1 to HEAD at 200106241GOBJECT1-200106241Erik Walthinsen1-7/+5
2001-06-15Changed a stupid assert in request_pad.Wim Taymans1-1/+3
2001-06-15should restore dynamic connection of pads (couldn't really test it though)Steve Baker1-77/+73
2001-06-10can now take comma delimited list of pads. eg gstreamer-launch disksrc locati...Steve Baker1-42/+98
2001-06-09store src and sink pads in slists to get ready for the src1,src2\!sink1,sink2...Steve Baker1-53/+66
2001-06-09if a named pad doesn't exist, try creating a new pad using the padtemplate na...Steve Baker1-4/+12
2001-06-06Changed the maxcothreads to 16. connect to the new_ghost_pad signal in parse.Wim Taymans1-0/+1
2001-06-04added an eos handler so that gstreamer-launch quits when the first element fi...Thomas Vander Stichele1-0/+14
2001-05-20Added the possibility to escape chars in gstparse. You can now give it a cmdl...Wim Taymans1-5/+18
2001-05-20reinstated exit(-1) when gstparse.c doesn't find the plugin mentionedThomas Vander Stichele1-1/+1
2001-05-03fixed spelling mistake in user-visible outputErik Walthinsen1-1/+1
2001-05-03Added dynamic pads to the command line parser. ./gstreamer-launch disksrc loc...Wim Taymans1-10/+39
2001-03-06Applied Dominic Ludlam's patch to allow quoted args in gstreamer-launchWim Taymans1-37/+62
2001-03-03Added a utility function in gstutils to set an object argument as a string. g...Wim Taymans1-1/+3
2001-01-29This is a megapatch with the following changes:Wim Taymans1-16/+18
2001-01-21Docs updatesWim Taymans1-2/+13
2001-01-20Got ghostpads to work, even in -launch. Needs more testing still.Erik Walthinsen1-50/+57
2001-01-07more leak fixesErik Walthinsen1-2/+4
2001-01-07turned -launch capabilities into gst_parse_launch()Erik Walthinsen1-0/+362