Commit graph

13191 commits

Author SHA1 Message Date
Richard Boulton
f1a8a9c502 Fix several C++ style comments.
Original commit message from CVS:
Fix several C++ style comments.
2002-03-08 16:59:38 +00:00
Richard Boulton
31b3a71dc8 Remove static structures: you can now have multiple monoscopes, and they'll 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. :)
2002-03-08 16:43:08 +00:00
Wim Taymans
fef1a9307e Make sure we use proper properties to define the different AVI types.
Original commit message from CVS:
Make sure we use proper properties to define the different AVI types.
2002-03-06 22:49:01 +00:00
Ronald S. Bultje
9a7e2b133b Bugfix - it now actually works (I think)
Original commit message from CVS:
Bugfix - it now actually works (I think)
2002-03-06 16:17:14 +00:00
Andy Wingo
42145d6e8f paramspec type fix, make the source pads GST_PAD_SOMETIMES
Original commit message from CVS:
paramspec type fix, make the source pads GST_PAD_SOMETIMES
2002-03-06 13:38:16 +00:00
Thomas Vander Stichele
17159aeccf first prerelease
Original commit message from CVS:
first prerelease
2002-03-05 22:06:20 +00:00
Christian Schaller
21658699f6 Put videosink in separate plugin and move icecast plugin to be with the rest 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
2002-03-05 21:00:06 +00:00
Christian Schaller
a366f710de added Monoscope to SPEC
Original commit message from CVS:
added Monoscope to SPEC
2002-03-05 20:34:15 +00:00
Thomas Vander Stichele
0a35f522d9 *sigh* it's not doing anything useful anyway atm
Original commit message from CVS:
*sigh* it's not doing anything useful anyway atm
2002-03-05 15:10:34 +00:00
Andy Wingo
f4c0650d63 update to the g_object_notify() way of sending the app information this is 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
2002-03-04 22:15:29 +00:00
Christian Schaller
040132b053 fixed name of libvideosink
Original commit message from CVS:
fixed name of libvideosink
2002-03-04 20:37:37 +00:00
Christian Schaller
92dd41090d added videosink to SPEC, it is bundled with the xvideosink
Original commit message from CVS:
added videosink to SPEC, it is bundled with the xvideosink
2002-03-04 19:48:11 +00:00
Christian Schaller
6b9a82720f 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
Andy Wingo
4a889ef37c rtp back in experimental, it doesn't build for uraeus and i don't want to 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 :)
2002-03-04 17:28:33 +00:00
Andy Wingo
c86c6f559a moved rtp out of experimental
Original commit message from CVS:
moved rtp out of experimental
2002-03-03 22:55:46 +00:00
Andy Wingo
1cd62fbce3 move smoothwave to broken for the time being
Original commit message from CVS:
move smoothwave to broken for the time being
2002-03-03 22:46:41 +00:00
Christian Schaller
9b507dab55 fixed rtp dependency
Original commit message from CVS:
fixed rtp dependency
2002-03-03 22:13:09 +00:00
Christian Schaller
8976508f57 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
b62e08de6e Fix monoscope: caps already asked for mono input: make it actually expect such input.
Original commit message from CVS:
Fix monoscope: caps already asked for mono input: make it actually expect
such input.
2002-03-03 17:29:59 +00:00
Richard Boulton
7fb7fcbe86 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
Thomas Vander Stichele
2abac22871 don't do testsuite atm
Original commit message from CVS:
don't do testsuite atm
2002-03-03 13:39:31 +00:00
Thomas Vander Stichele
a56f48a666 don't do testsuite until we have it working
Original commit message from CVS:
don't do testsuite until we have it working
2002-03-03 13:11:48 +00:00
Andy Wingo
3cf50753a8 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
Thomas Vander Stichele
3fc8a890e6 adding videosink is there any good reason why the videosink plugin didn't 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
2002-03-02 20:21:51 +00:00
Thomas Vander Stichele
2f7d0766d9 what sort of compiler allowed this anomaly to pass ??? please fix indentation too ;)
Original commit message from CVS:
what sort of compiler allowed this anomaly to pass ???
please fix indentation too ;)
2002-03-02 20:15:00 +00:00
Andy Wingo
e7d82558ec let's not update here, it's not necessary; ie, if you run cvs update in 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
2002-03-02 19:16:23 +00:00
Andy Wingo
84c47cad74 fix a typo
Original commit message from CVS:
fix a typo
2002-03-02 18:31:38 +00:00
Benjamin Otte
8bca5e88ee adding 'videosink' element
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
2002-03-02 17:55:33 +00:00
Richard Boulton
74525d0413 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
Richard Boulton
58d346c0c4 Add timestamps to osssrc.
Original commit message from CVS:
Add timestamps to osssrc.
Remove unused member "seq".
2002-03-02 15:52:46 +00:00
Richard Boulton
e13d88d991 Fix up esdmon timestamps, so that they don't go completely wrong if someone 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.
2002-03-02 15:51:47 +00:00
Richard Boulton
b6c08a233a Added esdmon plugin.
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. :)
2002-03-02 15:20:05 +00:00
Richard Boulton
ff816a1475 I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
2002-03-02 12:36:07 +00:00
Thomas Vander Stichele
b968efd71b more changes
Original commit message from CVS:
more changes
2002-03-02 12:05:41 +00:00
Thomas Vander Stichele
3a6a66c34a adapt to use new stuff
Original commit message from CVS:
adapt to use new stuff
2002-03-02 12:03:23 +00:00
Christian Schaller
6c26cffd02 added modplug to SPEC file
Original commit message from CVS:
added modplug to SPEC file
2002-03-02 11:34:18 +00:00
Andy Wingo
c07cec3dba 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
b89b3f5f09 adding man page
Original commit message from CVS:
adding man page
2002-03-01 15:46:26 +00:00
Richard Boulton
227caf1fe7 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
Jeremy Simon
9f9dd5552d adding modplug
Original commit message from CVS:
adding modplug
2002-02-28 21:10:42 +00:00
Christian Schaller
9db4af6adb 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
7d9506e5a2 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
Ronald S. Bultje
a6b37b8444 Get rid of a warning
Original commit message from CVS:
Get rid of a warning
2002-02-23 14:05:13 +00:00
Andy Wingo
9672e60943 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
c06adb6eac use gst-debuginfo.m4 macro so plugins are actually compiled with debug info 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
2002-02-21 17:20:35 +00:00
Thomas Vander Stichele
a7f2831dd7 a few fixes
Original commit message from CVS:
* a few fixes
2002-02-21 13:49:11 +00:00
Thomas Vander Stichele
5500d710be fixed compiler warning in sink put debug output in proper categories don't 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
2002-02-21 10:47:27 +00:00
Thomas Vander Stichele
7858bbc88a remove weird thing code set caps on src pad as soon as card is opened
Original commit message from CVS:
remove weird thing code
set caps on src pad as soon as card is opened
2002-02-20 16:23:56 +00:00
Ronald S. Bultje
7813a24e3f Small updates to avimux and the v4l plugins for usability in general
Original commit message from CVS:
Small updates to avimux and the v4l plugins for usability in general
2002-02-20 07:25:39 +00:00
Christian Schaller
bd2c426257 Fix the spec after the au plugin changed name
Original commit message from CVS:
Fix the spec after the au plugin changed name
2002-02-19 21:06:18 +00:00