platform/upstream/gst-plugins-good.git
22 years agofixed first bunch of compiler warnings
Benjamin Otte [Sat, 6 Apr 2002 03:40:14 +0000 (03:40 +0000)]
fixed first bunch of compiler warnings

Original commit message from CVS:
fixed first bunch of compiler warnings

22 years agotsk tsk. do people even try to MAKE stuff they add ? ;)
Thomas Vander Stichele [Mon, 1 Apr 2002 08:54:54 +0000 (08:54 +0000)]
tsk tsk.  do people even try to MAKE stuff they add ? ;)

Original commit message from CVS:
tsk tsk.  do people even try to MAKE stuff they add ? ;)

22 years agocorrect a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's in favor...
Andy Wingo [Sun, 31 Mar 2002 03:32:58 +0000 (03:32 +0000)]
correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's in favor of ones i have sent to walken for...

Original commit message from CVS:
* correct a condition in check-libheader.m4
* remove gst a52 and mpeg2dec m4's in favor of ones i have sent to
walken for inclusion in the upstream packages

22 years agoalphabetization fixen a jack caps fix
Andy Wingo [Sat, 30 Mar 2002 21:07:51 +0000 (21:07 +0000)]
alphabetization fixen a jack caps fix

Original commit message from CVS:
* alphabetization fixen
* a jack caps fix

22 years agoadd notify back to filesrc, it's needed for MVC applications remove notify printouts...
Andy Wingo [Sat, 30 Mar 2002 19:31:13 +0000 (19:31 +0000)]
add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-launch cleanup in gst-p...

Original commit message from CVS:
* add notify back to filesrc, it's needed for MVC applications
* remove notify printouts from gst-launch
* cleanup in gst-plugins configure.ac
* some jack updates
* remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name,
but it's what we have for the moment)
* improve parsing of request pad names, no more sscanf
* fixes to the fastscheduler Makefile.am

22 years agoadded check for 0.7.3 a52 api
Andy Wingo [Sat, 30 Mar 2002 18:24:06 +0000 (18:24 +0000)]
added check for 0.7.3 a52 api

Original commit message from CVS:
added check for 0.7.3 a52 api

22 years agoChanged to the new props API
Wim Taymans [Sat, 30 Mar 2002 17:06:26 +0000 (17:06 +0000)]
Changed to the new props API

Original commit message from CVS:
Changed to the new props API
Other small tuff.

22 years agocheck for the proper dxr3 header aphabetization fixes
Andy Wingo [Fri, 29 Mar 2002 00:41:45 +0000 (00:41 +0000)]
check for the proper dxr3 header aphabetization fixes

Original commit message from CVS:
* check for the proper dxr3 header
* aphabetization fixes

22 years agosome s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustments
Andy Wingo [Fri, 29 Mar 2002 00:23:16 +0000 (00:23 +0000)]
some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustments

Original commit message from CVS:
* some s/KHz/Hz/ fixes in osssrc
* added dxr3 plugin from rehan khwaja <rehankhwaja@yahoo.com>, with some
consistency-with-the-rest-of-gst adjustments

22 years ago_get_property for curroffset should use g_value_get_ulong
David I. Lehn [Wed, 27 Mar 2002 03:05:59 +0000 (03:05 +0000)]
_get_property for curroffset should use g_value_get_ulong

Original commit message from CVS:
_get_property for curroffset should use g_value_get_ulong

22 years agoadded a bunch of cvsignore stuff off of a fresh checkout and build i will win the...
Andy Wingo [Mon, 25 Mar 2002 05:00:59 +0000 (05:00 +0000)]
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)

Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build

i will win the race to max LOC changed ;-)

22 years agofilter newlines out of GST_DEBUG statements to reflect new core behavior fixes to...
Andy Wingo [Sun, 24 Mar 2002 22:07:03 +0000 (22:07 +0000)]
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again

Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again

22 years agoacconfig.h usage deprecated
David I. Lehn [Thu, 21 Mar 2002 23:44:14 +0000 (23:44 +0000)]
acconfig.h usage deprecated

Original commit message from CVS:
acconfig.h usage deprecated

22 years agocosmetic
David I. Lehn [Thu, 21 Mar 2002 08:41:35 +0000 (08:41 +0000)]
cosmetic

Original commit message from CVS:
cosmetic

22 years agos/Gnome-Streamer/GStreamer/
Andy Wingo [Wed, 20 Mar 2002 21:45:03 +0000 (21:45 +0000)]
s/Gnome-Streamer/GStreamer/

Original commit message from CVS:
s/Gnome-Streamer/GStreamer/

22 years agoremoval of //-style comments don't link plugins to core libs -- the versioning is...
Andy Wingo [Tue, 19 Mar 2002 04:10:05 +0000 (04:10 +0000)]
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...

Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.

22 years agos/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are...
Andy Wingo [Tue, 19 Mar 2002 01:39:42 +0000 (01:39 +0000)]
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...

Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/

@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag

22 years agos/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes...
Andy Wingo [Mon, 18 Mar 2002 04:41:34 +0000 (04:41 +0000)]
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it 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

22 years agomore cleanups, buildrequires, ... BRANCH-EVENTS2-ROOT
Thomas Vander Stichele [Wed, 13 Mar 2002 16:40:16 +0000 (16:40 +0000)]
more cleanups, buildrequires, ...

Original commit message from CVS:
more cleanups, buildrequires, ...

22 years agospec file clean up and lib changes
Thomas Vander Stichele [Tue, 12 Mar 2002 18:01:36 +0000 (18:01 +0000)]
spec file clean up and lib changes

Original commit message from CVS:
spec file clean up and lib changes

22 years agoconditional'd videosink
Thomas Vander Stichele [Tue, 12 Mar 2002 12:14:41 +0000 (12:14 +0000)]
conditional'd videosink

Original commit message from CVS:
conditional'd videosink

22 years agomoved jpeg to it's own package since it depends on libjpeg
Thomas Vander Stichele [Tue, 12 Mar 2002 12:10:33 +0000 (12:10 +0000)]
moved jpeg to it's own package since it depends on libjpeg

Original commit message from CVS:
moved jpeg to it's own package since it depends on libjpeg

22 years agoheh, we never saw this one before
Thomas Vander Stichele [Tue, 12 Mar 2002 09:40:56 +0000 (09:40 +0000)]
heh, we never saw this one before

Original commit message from CVS:
heh, we never saw this one before

22 years agoFix several C++ style comments.
Richard Boulton [Fri, 8 Mar 2002 16:59:38 +0000 (16:59 +0000)]
Fix several C++ style comments.

Original commit message from CVS:
Fix several C++ style comments.

22 years agoRemove static structures: you can now have multiple monoscopes, and they'll actually...
Richard Boulton [Fri, 8 Mar 2002 16:43:08 +0000 (16:43 +0000)]
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. :)

22 years agoMake sure we use proper properties to define the different AVI types.
Wim Taymans [Wed, 6 Mar 2002 22:49:01 +0000 (22:49 +0000)]
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.

22 years agoBugfix - it now actually works (I think)
Ronald S. Bultje [Wed, 6 Mar 2002 16:17:14 +0000 (16:17 +0000)]
Bugfix - it now actually works (I think)

Original commit message from CVS:
Bugfix - it now actually works (I think)

22 years agoparamspec type fix, make the source pads GST_PAD_SOMETIMES
Andy Wingo [Wed, 6 Mar 2002 13:38:16 +0000 (13:38 +0000)]
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

22 years agofirst prerelease
Thomas Vander Stichele [Tue, 5 Mar 2002 22:06:20 +0000 (22:06 +0000)]
first prerelease

Original commit message from CVS:
first prerelease

22 years agoPut videosink in separate plugin and move icecast plugin to be with the rest of the...
Christian Schaller [Tue, 5 Mar 2002 21:00:06 +0000 (21:00 +0000)]
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

22 years agoadded Monoscope to SPEC
Christian Schaller [Tue, 5 Mar 2002 20:34:15 +0000 (20:34 +0000)]
added Monoscope to SPEC

Original commit message from CVS:
added Monoscope to SPEC

22 years ago*sigh* it's not doing anything useful anyway atm
Thomas Vander Stichele [Tue, 5 Mar 2002 15:10:34 +0000 (15:10 +0000)]
*sigh* it's not doing anything useful anyway atm

Original commit message from CVS:
*sigh* it's not doing anything useful anyway atm

22 years agoupdate to the g_object_notify() way of sending the app information this is untested...
Andy Wingo [Mon, 4 Mar 2002 22:15:29 +0000 (22:15 +0000)]
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

22 years agofixed name of libvideosink
Christian Schaller [Mon, 4 Mar 2002 20:37:37 +0000 (20:37 +0000)]
fixed name of libvideosink

Original commit message from CVS:
fixed name of libvideosink

22 years agoadded videosink to SPEC, it is bundled with the xvideosink
Christian Schaller [Mon, 4 Mar 2002 19:48:11 +0000 (19:48 +0000)]
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

22 years agoadded more media formats: mod, sid, au
Christian Schaller [Mon, 4 Mar 2002 18:15:14 +0000 (18:15 +0000)]
added more media formats: mod, sid, au

Original commit message from CVS:
added more media formats: mod, sid, au

22 years agortp back in experimental, it doesn't build for uraeus and i don't want to debug it :)
Andy Wingo [Mon, 4 Mar 2002 17:28:33 +0000 (17:28 +0000)]
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 :)

22 years agomoved rtp out of experimental
Andy Wingo [Sun, 3 Mar 2002 22:55:46 +0000 (22:55 +0000)]
moved rtp out of experimental

Original commit message from CVS:
moved rtp out of experimental

22 years agomove smoothwave to broken for the time being
Andy Wingo [Sun, 3 Mar 2002 22:46:41 +0000 (22:46 +0000)]
move smoothwave to broken for the time being

Original commit message from CVS:
move smoothwave to broken for the time being

22 years agofixed rtp dependency
Christian Schaller [Sun, 3 Mar 2002 22:13:09 +0000 (22:13 +0000)]
fixed rtp dependency

Original commit message from CVS:
fixed rtp dependency

22 years agoWim claims we only need 50 more rewrites to get it working well
Christian Schaller [Sun, 3 Mar 2002 19:44:20 +0000 (19:44 +0000)]
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

22 years agoFix monoscope: caps already asked for mono input: make it actually expect such input.
Richard Boulton [Sun, 3 Mar 2002 17:29:59 +0000 (17:29 +0000)]
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.

22 years agoUse stereo2mono plugin for scopes which require mono input.
Richard Boulton [Sun, 3 Mar 2002 17:27:41 +0000 (17:27 +0000)]
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.

22 years agodon't do testsuite atm
Thomas Vander Stichele [Sun, 3 Mar 2002 13:39:31 +0000 (13:39 +0000)]
don't do testsuite atm

Original commit message from CVS:
don't do testsuite atm

22 years agodon't do testsuite until we have it working
Thomas Vander Stichele [Sun, 3 Mar 2002 13:11:48 +0000 (13:11 +0000)]
don't do testsuite until we have it working

Original commit message from CVS:
don't do testsuite until we have it working

22 years agoget up-to-date with the gst_caps_debug api improved capsnego in mad improved capsnego...
Andy Wingo [Sun, 3 Mar 2002 00:53:25 +0000 (00:53 +0000)]
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

22 years agoadding videosink is there any good reason why the videosink plugin didn't just go...
Thomas Vander Stichele [Sat, 2 Mar 2002 20:21:51 +0000 (20:21 +0000)]
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

22 years agowhat sort of compiler allowed this anomaly to pass ??? please fix indentation too ;)
Thomas Vander Stichele [Sat, 2 Mar 2002 20:15:00 +0000 (20:15 +0000)]
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 ;)

22 years agolet's not update here, it's not necessary; ie, if you run cvs update in gst-plugins...
Andy Wingo [Sat, 2 Mar 2002 19:16:23 +0000 (19:16 +0000)]
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

22 years agofix a typo
Andy Wingo [Sat, 2 Mar 2002 18:31:38 +0000 (18:31 +0000)]
fix a typo

Original commit message from CVS:
fix a typo

22 years agoadding 'videosink' element
Benjamin Otte [Sat, 2 Mar 2002 17:55:33 +0000 (17:55 +0000)]
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

22 years agoFix a small typo in gst-launch-ext.
Richard Boulton [Sat, 2 Mar 2002 16:24:00 +0000 (16:24 +0000)]
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.

22 years agoAdd timestamps to osssrc.
Richard Boulton [Sat, 2 Mar 2002 15:52:46 +0000 (15:52 +0000)]
Add timestamps to osssrc.

Original commit message from CVS:
Add timestamps to osssrc.
Remove unused member "seq".

22 years agoFix up esdmon timestamps, so that they don't go completely wrong if someone changes...
Richard Boulton [Sat, 2 Mar 2002 15:51:47 +0000 (15:51 +0000)]
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.

22 years agoAdded esdmon plugin.
Richard Boulton [Sat, 2 Mar 2002 15:20:05 +0000 (15:20 +0000)]
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. :)

22 years agoI'm too lazy to comment this
Richard Boulton [Sat, 2 Mar 2002 12:36:07 +0000 (12:36 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
*** empty log message ***

22 years agomore changes
Thomas Vander Stichele [Sat, 2 Mar 2002 12:05:41 +0000 (12:05 +0000)]
more changes

Original commit message from CVS:
more changes

22 years agoadapt to use new stuff
Thomas Vander Stichele [Sat, 2 Mar 2002 12:03:23 +0000 (12:03 +0000)]
adapt to use new stuff

Original commit message from CVS:
adapt to use new stuff

22 years agoadded modplug to SPEC file
Christian Schaller [Sat, 2 Mar 2002 11:34:18 +0000 (11:34 +0000)]
added modplug to SPEC file

Original commit message from CVS:
added modplug to SPEC file

22 years agoget rid of some warnings if you don't have a config file
Andy Wingo [Sat, 2 Mar 2002 00:31:56 +0000 (00:31 +0000)]
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

22 years agoadding man page
Thomas Vander Stichele [Fri, 1 Mar 2002 15:46:26 +0000 (15:46 +0000)]
adding man page

Original commit message from CVS:
adding man page

22 years agoSet the leaky parameter to 1 when using visualisers; if the queue gets full, it is...
Richard Boulton [Fri, 1 Mar 2002 15:37:57 +0000 (15:37 +0000)]
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.

22 years agoadding modplug
Jeremy Simon [Thu, 28 Feb 2002 21:10:42 +0000 (21:10 +0000)]
adding modplug

Original commit message from CVS:
adding modplug

22 years agoadded manpage for gst-launch-ext, now thomas must add it to the build :)
Christian Schaller [Thu, 28 Feb 2002 20:51:03 +0000 (20:51 +0000)]
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 :)

22 years agoadded fli support to the gst-lauch-ext application
Christian Schaller [Thu, 28 Feb 2002 20:10:18 +0000 (20:10 +0000)]
added fli support to the gst-lauch-ext application

Original commit message from CVS:
added fli support to the gst-lauch-ext application

22 years agoGet rid of a warning
Ronald S. Bultje [Sat, 23 Feb 2002 14:05:13 +0000 (14:05 +0000)]
Get rid of a warning

Original commit message from CVS:
Get rid of a warning

22 years agopull good old filterstamp back out of the attic
Andy Wingo [Fri, 22 Feb 2002 15:09:23 +0000 (15:09 +0000)]
pull good old filterstamp back out of the attic

Original commit message from CVS:
pull good old filterstamp back out of the attic

22 years agouse gst-debuginfo.m4 macro so plugins are actually compiled with debug info some...
Thomas Vander Stichele [Thu, 21 Feb 2002 17:20:35 +0000 (17:20 +0000)]
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

22 years agoa few fixes
Thomas Vander Stichele [Thu, 21 Feb 2002 13:49:11 +0000 (13:49 +0000)]
a few fixes

Original commit message from CVS:
* a few fixes

22 years agofixed compiler warning in sink put debug output in proper categories don't set caps...
Thomas Vander Stichele [Thu, 21 Feb 2002 10:47:27 +0000 (10:47 +0000)]
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

22 years agoremove weird thing code set caps on src pad as soon as card is opened
Thomas Vander Stichele [Wed, 20 Feb 2002 16:23:56 +0000 (16:23 +0000)]
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

22 years agoSmall updates to avimux and the v4l plugins for usability in general
Ronald S. Bultje [Wed, 20 Feb 2002 07:25:39 +0000 (07:25 +0000)]
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

22 years agoFix the spec after the au plugin changed name
Christian Schaller [Tue, 19 Feb 2002 21:06:18 +0000 (21:06 +0000)]
Fix the spec after the au plugin changed name

Original commit message from CVS:
Fix the spec after the au plugin changed name

22 years agoputting it back
Thomas Vander Stichele [Tue, 19 Feb 2002 11:02:28 +0000 (11:02 +0000)]
putting it back

Original commit message from CVS:
putting it back

22 years ago... and as long as there's no Makefile.am in testsuite/autoplug this will not work...
Thomas Vander Stichele [Mon, 18 Feb 2002 17:25:46 +0000 (17:25 +0000)]
... and as long as there's no Makefile.am in testsuite/autoplug this will 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.

22 years agobetter capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, auparse...
Andy Wingo [Sun, 17 Feb 2002 02:06:04 +0000 (02:06 +0000)]
better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, auparse to new capsnego

Original commit message from CVS:
* better capsnego in osssink
* s/parseau/auparse/
* update volume, mulawdecode, auparse to new capsnego

22 years ago--enable-plugin-builddir means nothing to the plugins themselves, just the tools
Andy Wingo [Sat, 16 Feb 2002 18:41:24 +0000 (18:41 +0000)]
--enable-plugin-builddir means nothing to the plugins themselves, just the tools

Original commit message from CVS:
--enable-plugin-builddir means nothing to the plugins themselves, just the tools

22 years agoadd 'toolsdir' to the pc files add our first plugin test, which involves simply runni...
Andy Wingo [Sat, 16 Feb 2002 17:53:57 +0000 (17:53 +0000)]
add 'toolsdir' to the pc files add our first plugin test, which involves 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.

22 years agoquiet a warning from autoconf
Andy Wingo [Sat, 16 Feb 2002 05:44:09 +0000 (05:44 +0000)]
quiet a warning from autoconf

Original commit message from CVS:
quiet a warning from autoconf

22 years agohow did this ever work ?
Thomas Vander Stichele [Wed, 13 Feb 2002 12:02:11 +0000 (12:02 +0000)]
how did this ever work ?

Original commit message from CVS:
how did this ever work ?

22 years agofix stupid gst-register mistakes make all plugins require gstreamer-plugins make...
Thomas Vander Stichele [Tue, 12 Feb 2002 17:40:01 +0000 (17:40 +0000)]
fix stupid gst-register mistakes make all plugins require gstreamer-plugins 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

22 years agoit's all about the versioning baby
Thomas Vander Stichele [Tue, 12 Feb 2002 16:56:33 +0000 (16:56 +0000)]
it's all about the versioning baby

Original commit message from CVS:
it's all about the versioning baby

22 years agosome more fixes base rpm is now called gstreamer-plugins as it should be
Thomas Vander Stichele [Tue, 12 Feb 2002 12:01:45 +0000 (12:01 +0000)]
some more fixes base rpm is now called gstreamer-plugins as it should be

Original commit message from CVS:
* some more fixes
* base rpm is now called gstreamer-plugins as it should be

22 years agovarious cosmetic fixes
Thomas Vander Stichele [Tue, 12 Feb 2002 11:37:29 +0000 (11:37 +0000)]
various cosmetic fixes

Original commit message from CVS:
* various cosmetic fixes

22 years agorelease version fix
Thomas Vander Stichele [Mon, 11 Feb 2002 16:01:13 +0000 (16:01 +0000)]
release version fix

Original commit message from CVS:
release version fix

22 years agochanged libgst -> libgstreamer to comply with namespace issues with gnu smalltalk...
Andy Wingo [Sun, 10 Feb 2002 17:09:52 +0000 (17:09 +0000)]
changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk various other fixes

Original commit message from CVS:
* changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk
* various other fixes

22 years agofixing aclocal
Thomas Vander Stichele [Sun, 10 Feb 2002 16:37:27 +0000 (16:37 +0000)]
fixing aclocal

Original commit message from CVS:
fixing aclocal

22 years agosyncing with as-version
Thomas Vander Stichele [Sun, 10 Feb 2002 15:56:25 +0000 (15:56 +0000)]
syncing with as-version

Original commit message from CVS:
syncing with as-version

22 years agofix mad check, add defaut options properly
Andy Wingo [Sun, 10 Feb 2002 15:12:25 +0000 (15:12 +0000)]
fix mad check, add defaut options properly

Original commit message from CVS:
fix mad check, add defaut options properly

22 years ago- added info about divx related codecs
Bastien Nocera [Sat, 9 Feb 2002 15:21:36 +0000 (15:21 +0000)]
- added info about divx related codecs

Original commit message from CVS:
- added info about divx related codecs

22 years agofix build issues
Andy Wingo [Fri, 8 Feb 2002 20:12:28 +0000 (20:12 +0000)]
fix build issues

Original commit message from CVS:
fix build issues

22 years agofixing distcheck
Thomas Vander Stichele [Fri, 8 Feb 2002 11:15:45 +0000 (11:15 +0000)]
fixing distcheck

Original commit message from CVS:
fixing distcheck

22 years agobugfix: make typefinding of .xm work
Benjamin Otte [Thu, 7 Feb 2002 15:35:36 +0000 (15:35 +0000)]
bugfix: make typefinding of .xm work

Original commit message from CVS:
bugfix: make typefinding of .xm work

22 years ago- modified to use _notify
Benjamin Otte [Thu, 7 Feb 2002 14:32:36 +0000 (14:32 +0000)]
- modified to use _notify

Original commit message from CVS:
- modified to use _notify
- no more //
- DON'T allow to set the device while device is open. _get_property("device") returns wrong device else

22 years agosmallish fixes
Thomas Vander Stichele [Thu, 7 Feb 2002 14:30:20 +0000 (14:30 +0000)]
smallish fixes

Original commit message from CVS:
smallish fixes

22 years agothis makes more sense higher in the file
Thomas Vander Stichele [Wed, 6 Feb 2002 18:46:39 +0000 (18:46 +0000)]
this makes more sense higher in the file

Original commit message from CVS:
this makes more sense higher in the file

22 years agovarious additions
Thomas Vander Stichele [Wed, 6 Feb 2002 18:29:12 +0000 (18:29 +0000)]
various additions

Original commit message from CVS:
various additions

22 years agomore build fixing
Thomas Vander Stichele [Wed, 6 Feb 2002 18:18:16 +0000 (18:18 +0000)]
more build fixing

Original commit message from CVS:
more build fixing

22 years agortp conflicts with current gstclock.h, moving back to experimental
Thomas Vander Stichele [Wed, 6 Feb 2002 14:45:22 +0000 (14:45 +0000)]
rtp conflicts with current gstclock.h, moving back to experimental

Original commit message from CVS:
rtp conflicts with current gstclock.h, moving back to experimental

22 years agouse numerical comparisions for version check
Steve Baker [Wed, 6 Feb 2002 08:22:05 +0000 (08:22 +0000)]
use numerical comparisions for version check

Original commit message from CVS:
use numerical comparisions for version check