summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2003-11-24implement URI schemesBenjamin Otte2-20/+0
2003-11-24merge in taggingBenjamin Otte1-1/+35
2003-11-14put GST_CACHE_DIR in config.hThomas Vander Stichele1-18/+9
2003-11-14removing GST_CONFIG_DIRThomas Vander Stichele1-9/+9
2003-11-04cosmetic change. GObjects contain properties, not arguments.David Schleef1-1/+1
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte3-49/+53
2003-10-29NULL terminate the g_build_filename args.Iain Holmes1-1/+1
2003-10-28Initialise some variables to get the thing to compileIain Holmes2-4/+4
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte4-83/+86
2003-09-29Update the documentation here too to include more details on --gst-debugIain Holmes1-1/+8
2003-09-27change scripts directory to register-scriptsDavid Schleef1-1/+1
2003-09-14Use gst_caps_to_string to print caps. Add max_iterations.David Schleef1-8/+10
2003-09-11check for md5sink in pipelineThomas Vander Stichele2-11/+60
2003-08-21show the rank of a plugin feature. (actually, only element factory at this t...David Schleef1-0/+18
2003-08-19ignore more filesDavid Schleef1-0/+9
2003-08-19Remove the superfluous use of { }David Schleef1-12/+10
2003-08-19further i18n: call setlocale()David Schleef7-0/+23
2003-08-19Add code to spawn each file in ${plugindirectory}/scripts, for each plugindir...David Schleef1-0/+37
2003-08-19Add SIGUSR1/SIGUSR2 as play/stop signals. Also add these to the documentation...Ronald S. Bultje2-21/+61
2003-08-18Show signals/actions of parent classesDavid Schleef1-32/+36
2003-08-15Move man pages from %.1 to %.1.in, and add a rule to make .1 files from .1.in...David Schleef10-4/+23
2003-07-27Change printing of float props to %gDavid Schleef1-2/+2
2003-07-25Properly handle null string value, preventing core dump on Solaris.Brian Cameron1-2/+8
2003-07-14Add number-of-iterations option.David Schleef2-1/+7
2003-07-12Update for new debugging systemDavid Schleef1-5/+33
2003-07-01Add SIGINT handling. ctrl-C is more graceful nowDavid Schleef1-24/+50
2003-06-29GST_DEBUG reorganization containing loads of stuff:Benjamin Otte8-17/+47
2003-06-25Fixed gst-inspect so it doesn't core dump on Solaris.Brian Cameron1-2/+6
2003-05-18Add new man page. Fix a few typos in other man pages.David Schleef3-2/+40
2003-05-18added filtered caps to man pageBenjamin Otte1-1/+60
2003-05-17adding typefind binaryThomas Vander Stichele2-0/+66
2003-05-06simple fix: these are signed ints, not unsignedBenjamin Otte1-1/+1
2003-04-28parsing returns elements, not bins - so put it into a pipeline if it's not a binBenjamin Otte1-1/+10
2003-04-25update man page to new pipeline parsing and make it more informationalBenjamin Otte1-105/+211
2003-04-23make the user registry location major-minor versioned so it doesn't clash wit...Thomas Vander Stichele1-1/+4
2003-04-13Fall back on sa_handler if sa_sigaction doesn't workDavid Schleef1-4/+42
2003-04-10patch to gst-launch - a pipeline parsing can result in an error even though a...Benjamin Otte1-2/+7
2003-04-04work around popt bugBenjamin Otte1-0/+19
2003-04-04Fix #109350, aplied patch from Peter N. Lundblad.Wim Taymans1-1/+1
2003-03-16Fixed bug #108514.Christian Meyer2-514/+528
2003-03-11Now support ISO-style variable-argument macros, which is more portable than t...Brian Cameron1-1/+14
2003-02-25I'm too lazy to comment thisWim Taymans1-0/+1
2003-02-21Add xmlinspect to READMEWim Taymans1-0/+8
2003-02-21- indentation fixesWim Taymans2-37/+104
2003-02-21- added indexing, dynamic params, signals, actions, clockingWim Taymans1-1/+78
2003-02-20Added pad implementation + element propertiesWim Taymans1-0/+118
2003-02-20gst-xmlinspect dumps the plugin info to an xml file xml2text.xsl performs an ...Wim Taymans3-0/+1267
2003-02-10FILENAME->URIWim Taymans1-1/+1
2003-02-10- Add more --disable optionsWim Taymans3-12/+38
2003-02-03Backport verbose option from 0.6.0Wim Taymans1-6/+9