Commit graph

229 commits

Author SHA1 Message Date
Thomas Vander Stichele 1015f47d6b merge from release branch
Original commit message from CVS:
merge from release branch
2002-07-09 10:45:37 +00:00
Christian Schaller 7bf083b366 more fix for vob pipeline. This works in theory, but there are still timestamp issues with a52dec that needs addressing.
Original commit message from CVS:
more fix for vob pipeline. This works in theory, but there are still timestamp issues with a52dec that needs addressing.
2002-06-27 21:41:06 +00:00
Christian Schaller 2f9d72f6e1 fixed the vob pipeline. It now plays the movie perfectly, but the sound is missing and it is still very dark
Original commit message from CVS:
fixed the vob pipeline. It now plays the movie perfectly, but the sound is missing and it is still very dark
2002-06-25 13:06:49 +00:00
Christian Schaller 65de555e54 fix the vob pipeline and set xvideosink as default
Original commit message from CVS:
fix the vob pipeline and set xvideosink as default
2002-06-22 10:37:58 +00:00
Andy Wingo 4812cd69cf update to new jack api
Original commit message from CVS:
update to new jack api
2002-05-13 18:08:33 +00:00
Thomas Vander Stichele 5ec34acc15 fix
Original commit message from CVS:
fix
2002-04-15 14:40:59 +00:00
Thomas Vander Stichele 6f9d5fc58c more mergeback from the latest release
Original commit message from CVS:
more mergeback from the latest release
2002-04-15 09:27:03 +00:00
Steve Baker 6c10726435 this script runs gst-inspect on all built elements and checks for warnings 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.
2002-04-14 09:55:20 +00:00
Thomas Vander Stichele 7b694d63f8 spec fixes gst-launch-ext additions trying to fix up ieeetest but failed 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
2002-04-13 00:46:23 +00:00
Christian Schaller b758b9efec added more media formats: mod, sid, au
Original commit message from CVS:
added more media formats: mod, sid, au
2002-03-04 18:15:14 +00:00
Christian Schaller 107f309045 Wim claims we only need 50 more rewrites to get it working well
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
2002-03-03 19:44:20 +00:00
Richard Boulton f9c2dd0f44 Use stereo2mono plugin for scopes which require mono input.
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.
2002-03-03 17:27:41 +00:00
Andy Wingo c66bc3fa01 get up-to-date with the gst_caps_debug api improved capsnego in mad improved 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
2002-03-03 00:53:25 +00:00
Richard Boulton 5f00adbc77 Fix a small typo in gst-launch-ext.
Original commit message from CVS:
Fix a small typo in gst-launch-ext.
Add gst-visualise, together with a manpage.
2002-03-02 16:24:00 +00:00
Andy Wingo e46a5b02a2 get rid of some warnings if you don't have a config file
Original commit message from CVS:
get rid of some warnings if you don't have a config file
2002-03-02 00:31:56 +00:00
Thomas Vander Stichele a283b4bfdd adding man page
Original commit message from CVS:
adding man page
2002-03-01 15:46:26 +00:00
Richard Boulton a5a27736ee Set the leaky parameter to 1 when using visualisers; if the queue gets full, 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.
2002-03-01 15:37:57 +00:00
Christian Schaller ca8dd1aa85 added manpage for gst-launch-ext, now thomas must add it to the build :)
Original commit message from CVS:
added manpage for gst-launch-ext, now thomas must add it to the build :)
2002-02-28 20:51:03 +00:00
Christian Schaller e2d3fd60e9 added fli support to the gst-lauch-ext application
Original commit message from CVS:
added fli support to the gst-lauch-ext application
2002-02-28 20:10:18 +00:00
Andy Wingo f93e629e67 pull good old filterstamp back out of the attic
Original commit message from CVS:
pull good old filterstamp back out of the attic
2002-02-22 15:09:23 +00:00
Thomas Vander Stichele deab356c0d fixing distcheck
Original commit message from CVS:
fixing distcheck
2002-02-08 11:15:45 +00:00
Thomas Vander Stichele f0cfefc808 various additions
Original commit message from CVS:
various additions
2002-02-06 18:29:12 +00:00
Richard Boulton 3f0b94c40e Add VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext to 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" ;-)
2002-02-05 16:39:43 +00:00
Thomas Vander Stichele 1190d56a62 yes we need this
Original commit message from CVS:
yes we need this
2002-02-04 23:14:26 +00:00
Richard Boulton 911f9b4d53 Add support for multiple files on command line, and .m3u playlists (assuming 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.
2002-02-04 22:35:09 +00:00
Thomas Vander Stichele f847cc21c8 does this matter ?
Original commit message from CVS:
does this matter ?
2002-02-04 22:09:40 +00:00
Thomas Vander Stichele 9c10719b38 gst-launch-ext can be used to play common media files with fixed pipes based 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.
2002-02-04 21:39:45 +00:00
Thomas Vander Stichele 2114eaf1f4 gst-launch-ext
Original commit message from CVS:
gst-launch-ext
2002-02-04 20:57:13 +00:00
Thomas Vander Stichele ccffc1f9e6 start of a gst-launch helper based on extension
Original commit message from CVS:
start of a gst-launch helper based on extension
2002-02-04 19:57:35 +00:00