summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo2002-03-182-13/+27
| | | | | | | | | | | | | | just makes more sense that way added jack ... Original commit message from CVS: * s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way * added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register, and attempt to run though * imposed some restrictions on the naming of request pads to better allow for reverse parsing * added '%s' to reverse parsing * added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out * fixen on launch-gui * added pkg-config stuff for the editor's libs
* more cleanups, buildrequires, ...Thomas Vander Stichele2002-03-131-19/+38
| | | | | Original commit message from CVS: more cleanups, buildrequires, ...
* spec file clean up and lib changesThomas Vander Stichele2002-03-121-295/+314
| | | | | Original commit message from CVS: spec file clean up and lib changes
* conditional'd videosinkThomas Vander Stichele2002-03-121-15/+15
| | | | | Original commit message from CVS: conditional'd videosink
* moved jpeg to it's own package since it depends on libjpegThomas Vander Stichele2002-03-121-2/+17
| | | | | Original commit message from CVS: moved jpeg to it's own package since it depends on libjpeg
* heh, we never saw this one beforeThomas Vander Stichele2002-03-121-0/+188
| | | | | Original commit message from CVS: heh, we never saw this one before
* Fix several C++ style comments.Richard Boulton2002-03-082-8/+8
| | | | | Original commit message from CVS: Fix several C++ style comments.
* Remove static structures: you can now have multiple monoscopes, and they'll ↵Richard Boulton2002-03-083-43/+56
| | | | | | | | actually display different things. :) Original commit message from CVS: Remove static structures: you can now have multiple monoscopes, and they'll actually display different things. :)
* Make sure we use proper properties to define the different AVI types.Wim Taymans2002-03-062-3/+3
| | | | | Original commit message from CVS: Make sure we use proper properties to define the different AVI types.
* Bugfix - it now actually works (I think)Ronald S. Bultje2002-03-061-6/+3
| | | | | Original commit message from CVS: Bugfix - it now actually works (I think)
* paramspec type fix, make the source pads GST_PAD_SOMETIMESAndy Wingo2002-03-061-4/+4
| | | | | Original commit message from CVS: paramspec type fix, make the source pads GST_PAD_SOMETIMES
* first prereleaseThomas Vander Stichele2002-03-051-1/+1
| | | | | Original commit message from CVS: first prerelease
* Put videosink in separate plugin and move icecast plugin to be with the rest ↵Christian Schaller2002-03-051-14/+32
| | | | | | | of the dependency plugins Original commit message from CVS: Put videosink in separate plugin and move icecast plugin to be with the rest of the dependency plugins
* added Monoscope to SPECChristian Schaller2002-03-051-0/+1
| | | | | Original commit message from CVS: added Monoscope to SPEC
* *sigh* it's not doing anything useful anyway atmThomas Vander Stichele2002-03-052-1/+1
| | | | | Original commit message from CVS: *sigh* it's not doing anything useful anyway atm
* update to the g_object_notify() way of sending the app information this is ↵Andy Wingo2002-03-042-5/+11
| | | | | | | | | untested, but should work Original commit message from CVS: update to the g_object_notify() way of sending the app information this is untested, but should work
* fixed name of libvideosinkChristian Schaller2002-03-041-1/+1
| | | | | Original commit message from CVS: fixed name of libvideosink
* added videosink to SPEC, it is bundled with the xvideosinkChristian Schaller2002-03-041-0/+1
| | | | | Original commit message from CVS: added videosink to SPEC, it is bundled with the xvideosink
* added more media formats: mod, sid, auChristian Schaller2002-03-041-1/+4
| | | | | Original commit message from CVS: added more media formats: mod, sid, au
* rtp back in experimental, it doesn't build for uraeus and i don't want to ↵Andy Wingo2002-03-041-0/+2
| | | | | | | debug it :) Original commit message from CVS: rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :)
* moved rtp out of experimentalAndy Wingo2002-03-031-2/+0
| | | | | Original commit message from CVS: moved rtp out of experimental
* move smoothwave to broken for the time beingAndy Wingo2002-03-031-4/+3
| | | | | Original commit message from CVS: move smoothwave to broken for the time being
* fixed rtp dependencyChristian Schaller2002-03-031-1/+1
| | | | | Original commit message from CVS: fixed rtp dependency
* 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