summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2004-01-20fix output of typefind add GPL headers fix doc snippetThomas Vander Stichele2-3/+53
2004-01-13translating parsing error messagesThomas Vander Stichele1-3/+3
2004-01-13update nl transition add gst-launch to be translatedThomas Vander Stichele1-32/+38
2004-01-12update - this is huge, because it includes *.bb, *.bbg and *.da files which a...Benjamin Otte1-0/+3
2004-01-11tools/gst-inspect.c: improve output of caps a bitBenjamin Otte1-1/+17
2003-12-22Merge CAPS branchDavid Schleef3-257/+19
2003-12-05more trademark fixingThomas Vander Stichele1-1/+1
2003-12-04remove copyright field from plugin structsAndy Wingo2-2/+0
2003-11-29Remove old autoplug codeDavid Schleef2-55/+0
2003-11-24don't use strdup_value_contents for stringsBenjamin Otte1-2/+7
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