summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Fix monoscope: caps already asked for mono input: make it actually expect ↵Richard Boulton2002-03-032-9/+3
| | | | | | | | such input. Original commit message from CVS: Fix monoscope: caps already asked for mono input: make it actually expect such input.
* 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.
* don't do testsuite atmThomas Vander Stichele2002-03-031-2/+2
| | | | | Original commit message from CVS: don't do testsuite atm
* don't do testsuite until we have it workingThomas Vander Stichele2002-03-031-1/+1
| | | | | Original commit message from CVS: don't do testsuite until we have it working
* get up-to-date with the gst_caps_debug api improved capsnego in mad improved ↵Andy Wingo2002-03-032-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
* adding videosink is there any good reason why the videosink plugin didn't ↵Thomas Vander Stichele2002-03-021-1/+2
| | | | | | | | | | just go in the xvideo dir ? It's not like w... Original commit message from CVS: adding videosink is there any good reason why the videosink plugin didn't just go in the xvideo dir ? It's not like we *need* to have the most dirs we can get ;) if no one objects then I guess I'll move it to the sensible place
* what sort of compiler allowed this anomaly to pass ??? please fix ↵Thomas Vander Stichele2002-03-021-5/+5
| | | | | | | | indentation too ;) Original commit message from CVS: what sort of compiler allowed this anomaly to pass ??? please fix indentation too ;)
* let's not update here, it's not necessary; ie, if you run cvs update in ↵Andy Wingo2002-03-021-3/+0
| | | | | | | | gst-plugins, it will update common automatica... Original commit message from CVS: let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatically, and we don't support half-updated trees
* fix a typoAndy Wingo2002-03-021-1/+1
| | | | | Original commit message from CVS: fix a typo
* adding 'videosink' elementBenjamin Otte2002-03-021-2/+2
| | | | | | | Original commit message from CVS: adding 'videosink' element It's basically a rewritten xvideosink, but is more modular and allows 'hooks'. It is needed by GstVideoWidget in gst-player
* 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.
* Add timestamps to osssrc.Richard Boulton2002-03-022-5/+16
| | | | | | Original commit message from CVS: Add timestamps to osssrc. Remove unused member "seq".
* Fix up esdmon timestamps, so that they don't go completely wrong if someone ↵Richard Boulton2002-03-021-4/+7
| | | | | | | | changes the frequency, depth or mono/ster... Original commit message from CVS: Fix up esdmon timestamps, so that they don't go completely wrong if someone changes the frequency, depth or mono/stereo parameters.
* Added esdmon plugin.Richard Boulton2002-03-023-2/+505
| | | | | | | | | | Original commit message from CVS: Added esdmon plugin. Monitors output from the esd sound daemon. Particularly useful for displaying a visualisation of the audio being played on your system. eg: gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink } You can even have several of them going at once. :)
* I'm too lazy to comment thisRichard Boulton2002-03-029-1/+915
| | | | | Original commit message from CVS: *** empty log message ***
* more changesThomas Vander Stichele2002-03-021-0/+3
| | | | | Original commit message from CVS: more changes
* adapt to use new stuffThomas Vander Stichele2002-03-022-6/+6
| | | | | Original commit message from CVS: adapt to use new stuff
* added modplug to SPEC fileChristian Schaller2002-03-021-0/+1
| | | | | Original commit message from CVS: added modplug to SPEC file
* 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-012-1/+5
| | | | | 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.
* adding modplugJeremy Simon2002-02-281-1/+3
| | | | | Original commit message from CVS: adding modplug
* 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
* Get rid of a warningRonald S. Bultje2002-02-231-1/+1
| | | | | Original commit message from CVS: Get rid of a warning
* 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
* use gst-debuginfo.m4 macro so plugins are actually compiled with debug info ↵Thomas Vander Stichele2002-02-211-2/+4
| | | | | | | | | some more debug output for lame Original commit message from CVS: * use gst-debuginfo.m4 macro so plugins are actually compiled with debug info * some more debug output for lame
* a few fixesThomas Vander Stichele2002-02-212-2/+2
| | | | | Original commit message from CVS: * a few fixes
* fixed compiler warning in sink put debug output in proper categories don't ↵Thomas Vander Stichele2002-02-212-30/+10
| | | | | | | | | | set caps while opening device (in state ch... Original commit message from CVS: * fixed compiler warning in sink * put debug output in proper categories * don't set caps while opening device (in state change) since caps setting is not allowed if element isn't ready yet
* remove weird thing code set caps on src pad as soon as card is openedThomas Vander Stichele2002-02-201-14/+32
| | | | | | Original commit message from CVS: remove weird thing code set caps on src pad as soon as card is opened
* Small updates to avimux and the v4l plugins for usability in generalRonald S. Bultje2002-02-202-6/+16
| | | | | Original commit message from CVS: Small updates to avimux and the v4l plugins for usability in general
* Fix the spec after the au plugin changed nameChristian Schaller2002-02-191-1/+1
| | | | | Original commit message from CVS: Fix the spec after the au plugin changed name
* putting it backThomas Vander Stichele2002-02-192-2/+5
| | | | | Original commit message from CVS: putting it back
* ... and as long as there's no Makefile.am in testsuite/autoplug this will ↵Thomas Vander Stichele2002-02-181-2/+2
| | | | | | | | not work very well either. Original commit message from CVS: ... and as long as there's no Makefile.am in testsuite/autoplug this will not work very well either.
* better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, ↵Andy Wingo2002-02-175-116/+127
| | | | | | | | | auparse to new capsnego Original commit message from CVS: * better capsnego in osssink * s/parseau/auparse/ * update volume, mulawdecode, auparse to new capsnego
* --enable-plugin-builddir means nothing to the plugins themselves, just the toolsAndy Wingo2002-02-161-1/+0
| | | | | Original commit message from CVS: --enable-plugin-builddir means nothing to the plugins themselves, just the tools
* add 'toolsdir' to the pc files add our first plugin test, which involves ↵Andy Wingo2002-02-162-3/+11
| | | | | | | | | | simply running gst-compprep, which in the co... Original commit message from CVS: * add 'toolsdir' to the pc files * add our first plugin test, which involves simply running gst-compprep, which in the course of creating the completion registry instantiates every plugin. gst-register is run first.
* quiet a warning from autoconfAndy Wingo2002-02-162-4/+5
| | | | | Original commit message from CVS: quiet a warning from autoconf
* how did this ever work ?Thomas Vander Stichele2002-02-131-2/+2
| | | | | Original commit message from CVS: how did this ever work ?
* fix stupid gst-register mistakes make all plugins require gstreamer-plugins ↵Thomas Vander Stichele2002-02-121-88/+88
| | | | | | | | | make only gstreamer-plugins require gstre... Original commit message from CVS: * fix stupid gst-register mistakes * make all plugins require gstreamer-plugins * make only gstreamer-plugins require gstreamer
* it's all about the versioning babyThomas Vander Stichele2002-02-122-1/+1
| | | | | Original commit message from CVS: it's all about the versioning baby
* some more fixes base rpm is now called gstreamer-plugins as it should beThomas Vander Stichele2002-02-121-4/+5
| | | | | | Original commit message from CVS: * some more fixes * base rpm is now called gstreamer-plugins as it should be
* various cosmetic fixesThomas Vander Stichele2002-02-121-57/+57
| | | | | Original commit message from CVS: * various cosmetic fixes
* release version fixThomas Vander Stichele2002-02-112-1/+1
| | | | | Original commit message from CVS: release version fix
* changed libgst -> libgstreamer to comply with namespace issues with gnu ↵Andy Wingo2002-02-101-1/+1
| | | | | | | | smalltalk various other fixes Original commit message from CVS: * changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk * various other fixes
* fixing aclocalThomas Vander Stichele2002-02-102-1/+1
| | | | | Original commit message from CVS: fixing aclocal
* syncing with as-versionThomas Vander Stichele2002-02-102-12/+2
| | | | | Original commit message from CVS: syncing with as-version
* fix mad check, add defaut options properlyAndy Wingo2002-02-103-2/+5
| | | | | Original commit message from CVS: fix mad check, add defaut options properly
* - added info about divx related codecsBastien Nocera2002-02-091-0/+26
| | | | | Original commit message from CVS: - added info about divx related codecs