summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* fix the vob pipeline and set xvideosink as defaultChristian Schaller2002-06-221-2/+2
| | | | | Original commit message from CVS: fix the vob pipeline and set xvideosink as default
* update to new jack apiAndy Wingo2002-05-131-73/+0
| | | | | Original commit message from CVS: update to new jack api
* fixThomas Vander Stichele2002-04-151-1/+1
| | | | | Original commit message from CVS: fix
* more mergeback from the latest releaseThomas Vander Stichele2002-04-151-3/+3
| | | | | Original commit message from CVS: more mergeback from the latest release
* this script runs gst-inspect on all built elements and checks for warnings ↵Steve Baker2002-04-141-0/+73
| | | | | | | | | | or bad exit codes. Original commit message from CVS: this script runs gst-inspect on all built elements and checks for warnings or bad exit codes. It requires a gst-inspect to be in your PATH. more checking is probably needed for valid gst-inspect output. The output format of gst-inspect will be changed slightly to make parsing the output possible.
* spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele2002-04-131-7/+6
| | | | | | | | | | function collision in avifile dir Original commit message from CVS: * spec fixes * gst-launch-ext additions * trying to fix up ieeetest but failed * function collision in avifile dir
* added more media formats: mod, sid, auChristian Schaller2002-03-041-1/+4
| | | | | Original commit message from CVS: added more media formats: mod, sid, au
* Wim claims we only need 50 more rewrites to get it working wellChristian Schaller2002-03-031-1/+1
| | | | | Original commit message from CVS: fixed pipeline for vob files so we get sound (bad sound but still), Wim claims we only need 50 more rewrites to get it working well
* Use stereo2mono plugin for scopes which require mono input.Richard Boulton2002-03-031-3/+3
| | | | | | | Original commit message from CVS: Use stereo2mono plugin for scopes which require mono input. It would be better if esdmon and osssrc were able to give mono output: they need caps negotiation.
* get up-to-date with the gst_caps_debug api improved capsnego in mad improved ↵Andy Wingo2002-03-031-1/+0
| | | | | | | | | | | | capsnego in adder improved capsnego in i... Original commit message from CVS: * get up-to-date with the gst_caps_debug api * improved capsnego in mad * improved capsnego in adder * improved capsnego in intfloat plugins * unbroke capsnego in stereomono plugins * fix cothread stack allocation within the main thread in new cothreads
* Fix a small typo in gst-launch-ext.Richard Boulton2002-03-024-3/+117
| | | | | | Original commit message from CVS: Fix a small typo in gst-launch-ext. Add gst-visualise, together with a manpage.
* get rid of some warnings if you don't have a config fileAndy Wingo2002-03-021-7/+13
| | | | | Original commit message from CVS: get rid of some warnings if you don't have a config file
* adding man pageThomas Vander Stichele2002-03-011-1/+3
| | | | | Original commit message from CVS: adding man page
* Set the leaky parameter to 1 when using visualisers; if the queue gets full, ↵Richard Boulton2002-03-011-3/+3
| | | | | | | | | | it is fine to drop data going to the vis... Original commit message from CVS: Set the leaky parameter to 1 when using visualisers; if the queue gets full, it is fine to drop data going to the visualiser. This solves the problem I was having with playback freezing while playing some files with visualisers.
* added manpage for gst-launch-ext, now thomas must add it to the build :)Christian Schaller2002-02-281-0/+22
| | | | | Original commit message from CVS: added manpage for gst-launch-ext, now thomas must add it to the build :)
* added fli support to the gst-lauch-ext applicationChristian Schaller2002-02-281-0/+1
| | | | | Original commit message from CVS: added fli support to the gst-lauch-ext application
* pull good old filterstamp back out of the atticAndy Wingo2002-02-222-0/+81
| | | | | Original commit message from CVS: pull good old filterstamp back out of the attic
* fixing distcheckThomas Vander Stichele2002-02-081-0/+2
| | | | | Original commit message from CVS: fixing distcheck
* various additionsThomas Vander Stichele2002-02-061-1/+1
| | | | | Original commit message from CVS: various additions
* Add VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext to ↵Richard Boulton2002-02-051-1/+10
| | | | | | | | | display a visualiser for audio only formats. Original commit message from CVS: Add VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext to display a visualiser for audio only formats. Try "VISUALIZER=goom" ;-)
* yes we need thisThomas Vander Stichele2002-02-041-0/+1
| | | | | Original commit message from CVS: yes we need this
* Add support for multiple files on command line, and .m3u playlists (assuming ↵Richard Boulton2002-02-041-12/+39
| | | | | | | | | | | | format of .m3u playlist is simply a list... Original commit message from CVS: Add support for multiple files on command line, and .m3u playlists (assuming format of .m3u playlist is simply a list of filenames, one per line. Comments will probably work, because the file won't be found. ;-> ) Needs to have support for ctrl-c added, so that play can be aborted without going through whole list of files.
* does this matter ?Thomas Vander Stichele2002-02-041-4/+5
| | | | | Original commit message from CVS: does this matter ?
* gst-launch-ext can be used to play common media files with fixed pipes based ↵Thomas Vander Stichele2002-02-041-15/+7
| | | | | | | | | | | on the file extension. Original commit message from CVS: gst-launch-ext can be used to play common media files with fixed pipes based on the file extension. It optionally uses a .gst file in the home directory to select preferred audio and video sinks.
* gst-launch-extThomas Vander Stichele2002-02-041-13/+52
| | | | | Original commit message from CVS: gst-launch-ext
* start of a gst-launch helper based on extensionThomas Vander Stichele2002-02-041-0/+48
Original commit message from CVS: start of a gst-launch helper based on extension