summaryrefslogtreecommitdiff
path: root/tools/gstreamer-launch.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-04for i in gstreamer-*; do mv $i `echo $i | sed -e 's/gstreamer/gst/'`; doneAndy Wingo1-165/+0
2001-12-29Removed the Xid stuff now that xvideosink supports toplevel windows.Wim Taymans1-84/+0
2001-12-24missing includeRonald S. Bultje1-0/+1
2001-12-24Added some more stats about iteration timesWim Taymans1-4/+26
2001-12-22Added buffer stats at the end, if it's not 0, we have a leak.Wim Taymans1-0/+2
2001-12-21output cosmetic fixThomas Vander Stichele1-1/+1
2001-12-19Added object cleanup at the end of -launch, report all problems please.Wim Taymans1-1/+1
2001-12-18Remove the unref untill it works :(Wim Taymans1-1/+1
2001-12-18Make launch catch pipeline events and print them out.Wim Taymans1-0/+42
2001-12-14ok, death to all // GCC only comments, we are going portableChristian Schaller1-5/+5
2001-12-14gst/gst.c (gst_main, gst_main_quit): upd.Michael Meeks1-10/+4
2001-12-14Michael fixageWim Taymans1-0/+2
2001-12-12Updated the examples exit if the pipeline doesn't want to go to the playing s...Wim Taymans1-1/+4
2001-12-04- some fixes to int2float making automake 1.5 happy (gst now requires automak...wrobell1-0/+1
2001-10-27return a negative error code instead of exiting on parse errorSteve Baker1-1/+4
2001-10-20made glib2-friendlyErik Walthinsen1-0/+2
2001-10-17merge from EVENTS1 on 20011016Erik Walthinsen1-1/+7
2001-07-23Reverted to the old g_idle loop. too many problems with xvideosink and the Gt...Wim Taymans1-1/+12
2001-07-15Changed the main loop to while (iterate(bin))Wim Taymans1-15/+1
2001-07-05Added the xid stuff in again if compiling against gtk.Wim Taymans1-8/+17
2001-06-25Merged from GOBJECT1 to HEAD at 200106241GOBJECT1-200106241Erik Walthinsen1-6/+12
2001-06-19Add -o option argument to gstreamer-launch, to specify a file to output the p...Richard Boulton1-8/+23
2001-06-04Fixed the xid stuff and some cleanups.Wim Taymans1-36/+32
2001-06-02added check to make sure there's a pipeline desc before buildingErik Walthinsen1-2/+101
2001-05-20Escape spaces in the cmdline args with "\\ " so that parse can handle it.Wim Taymans1-0/+11
2001-04-15save xml file of the launch cmdlineErik Walthinsen1-0/+2
2001-01-21More eos handling, bin in bin is handled correctly now.Wim Taymans1-13/+15
2001-01-14fixed an odd case with the launcher, didn't deal with argc properlyErik Walthinsen1-1/+1
2001-01-09typo fixErik Walthinsen1-1/+1
2001-01-09various changes, including making -launch use the library versionErik Walthinsen1-356/+13
2001-01-08Fix typo in error message.Richard Boulton1-1/+1
2001-01-07fixed a bug with NULL args, but need to fix the parser that created themErik Walthinsen1-1/+14
2001-01-04fixed problems with -launchErik Walthinsen1-7/+7
2001-01-04Replace Wim's fix after Erik dropped it. ;-)Richard Boulton1-0/+3
2001-01-04Updated -inspect to list elements and plugin info tooErik Walthinsen1-13/+14
2001-01-04A little fix for parameter parsingWim Taymans1-1/+5
2001-01-04Added partial fix so that arguments can be set.Richard Boulton1-2/+12
2001-01-03Updates to -launch, added -inspect.Erik Walthinsen1-50/+97
2000-12-31Complete rewrite of the launcher. Now supports pretty arbitrary pipelines.Erik Walthinsen1-64/+255
2000-09-09Changes to gstreamer-config to include gtk+ libs manual changes: queues, thre...Wim Taymans1-16/+5
2000-08-28Externalized the plugin information in /etc/gstreamer/reg.xmlWim Taymans1-0/+119