summaryrefslogtreecommitdiff
path: root/gst/gstparse.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-10documentationBenjamin Otte1-5/+9
2003-04-08rewritten pipeline parsing lands. Have fun breaking it.Benjamin Otte1-454/+24
2003-02-02- implement FLOATING flag on caps/propsWim Taymans1-0/+4
2003-01-09code cleanups and further deprecation fixesThomas Vander Stichele1-9/+9
2003-01-09first pass of connect->link gst-plugins and other stuff compiles without chan...Thomas Vander Stichele1-35/+35
2002-12-06Added syntax to make filtered connections like: osssrc src\!audio/raw, channe...Wim Taymans1-4/+7
2002-08-31add core elements to the registry pool plugin list fix python checkAndy Wingo1-0/+2
2002-07-26Only connect dynamic pads if with the right template nameWim Taymans1-2/+5
2002-07-08- Removed unused locking from the cothreadsWim Taymans1-0/+1
2002-06-12Documentation updatesWim Taymans1-1/+4
2002-05-01Small cleanupsWim Taymans1-3/+0
2002-04-14we don't use // in code we commit :)Benjamin Otte1-4/+4
2002-04-14This is all a quick hack...Wim Taymans1-1/+1
2002-04-14Added more funky casesWim Taymans1-4/+9
2002-04-14Made dynamic pads work for sinkpads with no padtemplateWim Taymans1-10/+41
2002-04-13quote spaces in tokens passed to gst_parse_launchv. this restores the old (sh...Andy Wingo1-4/+58
2002-04-12feeble attempts to handle dynamic connectionsAndy Wingo1-75/+94
2002-04-11commit to make gstreamer follow the gtk function/macro naming conventions:Andy Wingo1-19/+58
2002-04-07new parser that uses flex and bisonAndy Wingo1-496/+277
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo1-24/+24
2002-03-19removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo1-1/+1
2002-03-04let's not increment in GST_DEBUG code...Andy Wingo1-2/+2
2002-02-20warning fixes gst_object_set_name (name, NULL) uniquifies the name globallyAndy Wingo1-21/+5
2002-02-02More pointless cleanupsWim Taymans1-1/+1
2002-01-18cleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c ...Andy Wingo1-3/+10
2002-01-14fix doc build for glib2 remove template files from cvs, they are generated wi...Andy Wingo1-265/+270
2002-01-04finalize conversion to gst-registerAndy Wingo1-1/+1
2001-12-22This is an attempt at not segfaulting on errors but reporting some usefull in...Wim Taymans1-4/+7
2001-12-17Added parallel pipeline syntex to the parser. ./gstreamer-launch filesrc loca...Wim Taymans1-1/+16
2001-12-15fix some of uraeus's commenting fixes can someone also put {} around GST_DEBU...Thomas Vander Stichele1-2/+1
2001-12-14aye ladie, no more ugly // comments here, even if Taaz gets upset about itChristian Schaller1-50/+51
2001-12-12Some code cleanups.Wim Taymans1-293/+311
2001-12-09Set the pipeline to the paused state when doing dynimic connects.Wim Taymans1-0/+4
2001-12-04- some fixes to int2float making automake 1.5 happy (gst now requires automak...wrobell1-2/+0
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 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