platform/upstream/gst-plugins-bad.git
22 years agosome cvs screwup
Thomas Vander Stichele [Sat, 27 Apr 2002 08:56:03 +0000 (08:56 +0000)]
some cvs screwup

Original commit message from CVS:
some cvs screwup

22 years agomodplug needs c++
Thomas Vander Stichele [Fri, 26 Apr 2002 17:56:22 +0000 (17:56 +0000)]
modplug needs c++

Original commit message from CVS:
modplug needs c++

22 years agoVarious small fixes for compile problems
Ronald S. Bultje [Fri, 26 Apr 2002 13:25:52 +0000 (13:25 +0000)]
Various small fixes for compile problems

Original commit message from CVS:
Various small fixes for compile problems

22 years agouse correct mime type for the types supported by audiofile
Steve Baker [Fri, 26 Apr 2002 12:42:32 +0000 (12:42 +0000)]
use correct mime type for the types supported by audiofile

Original commit message from CVS:
use correct mime type for the types supported by audiofile

22 years agomove the lrint check to happen earlier. add the floatcast dir.
Steve Baker [Fri, 26 Apr 2002 09:22:35 +0000 (09:22 +0000)]
move the lrint check to happen earlier.  add the floatcast dir.

Original commit message from CVS:
move the lrint check to happen earlier.  add the floatcast dir.

22 years agoadds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if avail...
Steve Baker [Fri, 26 Apr 2002 09:21:14 +0000 (09:21 +0000)]
adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if available and a pure c rounding macro...

Original commit message from CVS:
adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if available and a pure c rounding macro if not.

This is where optimised asm alternatives can be placed - omega, this means you!

However you have to prove that your asm version is faster than lrintf ;)

22 years agocurrently this creates an empty shared library, just so the header can be installed...
Steve Baker [Fri, 26 Apr 2002 09:18:39 +0000 (09:18 +0000)]
currently this creates an empty shared library, just so the header can be installed.  I would appreciate help on how ...

Original commit message from CVS:
currently this creates an empty shared library, just so the header can be installed.  I would appreciate help on how to do this properly with automake.

22 years agoadd dir for floatcast header
Steve Baker [Fri, 26 Apr 2002 09:17:06 +0000 (09:17 +0000)]
add dir for floatcast header

Original commit message from CVS:
add dir for floatcast header

22 years agocheck for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check...
Steve Baker [Thu, 25 Apr 2002 19:43:31 +0000 (19:43 +0000)]
check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives i...

Original commit message from CVS:
check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives if necessary

22 years agofixed missing quote
Thomas Vander Stichele [Thu, 25 Apr 2002 19:40:09 +0000 (19:40 +0000)]
fixed missing quote

Original commit message from CVS:
fixed missing quote

22 years agomacros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castr...
Steve Baker [Thu, 25 Apr 2002 19:39:14 +0000 (19:39 +0000)]
macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.

Original commit message from CVS:
macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.

22 years agoadded a typefind function for all supported audiofile types.
Steve Baker [Wed, 24 Apr 2002 10:19:41 +0000 (10:19 +0000)]
added a typefind function for all supported audiofile types.

Original commit message from CVS:
added a typefind function for all supported audiofile types.

the type is called audio/audiofile - I could have split it into seperate types like audio/aiff and audio/wave but there doesn't seem to be a way to have a padtemplate respond to more than one type, hence this umbrella type.

Also, fixed optimisation logic so that aiffs are read through the lib.

22 years ago- when possible, bypass afReadFrames and just access the data directly. this optimisa...
Steve Baker [Mon, 22 Apr 2002 18:50:01 +0000 (18:50 +0000)]
- when possible, bypass afReadFrames and just access the data directly. this optimisation seems to improve performanc...

Original commit message from CVS:
- when possible, bypass afReadFrames and just access the data directly. this optimisation seems to improve performance by about 20%, whee!
- remove unused funcs
- type finding will go into a seperate file

22 years agothis works for me locally now, however it requires:
Steve Baker [Sun, 21 Apr 2002 15:12:34 +0000 (15:12 +0000)]
this works for me locally now, however it requires:

Original commit message from CVS:
this works for me locally now, however it requires:
- my local fix to implement gst_bytestream_tell (which I won't commit until events are redone)
- an audiofile patch which is already in debian but don't hold your breath for an upstream release

22 years agoafparse will eventually be able to support pipelines like: gst-launch filesrc locatio...
Steve Baker [Sun, 21 Apr 2002 12:04:54 +0000 (12:04 +0000)]
afparse will eventually be able to support pipelines like: gst-launch filesrc location=file.aiff ! afparse ! osssink

Original commit message from CVS:
afparse will eventually be able to support pipelines like:
gst-launch filesrc location=file.aiff ! afparse ! osssink

However at the moment it doesn't, because the public function afOpenVirtualFile isn't actually implemented yet. I implemented it with the audiofile CVS but it now segfaults the very first time one of the virtual file callbacks is called.

So, I'm committing this for posterity but it is not being built.  Hopefully the audiofile lib will be released with working virtual file support soon.

22 years agoa hack to work around intltool's brokenness a current check for mpeg2dec details...
Andy Wingo [Sat, 20 Apr 2002 21:42:51 +0000 (21:42 +0000)]
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...

Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory

22 years agos/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func
Steve Baker [Sat, 20 Apr 2002 15:11:00 +0000 (15:11 +0000)]
s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func

Original commit message from CVS:
s/G_MINFLOAT/G_MAXFLOAT
unref the buffer pool in the loop func

22 years agoA fairly large reworking of the ladspa _get, _chain and _loop funcs. highlights are:
Steve Baker [Sat, 20 Apr 2002 13:57:00 +0000 (13:57 +0000)]
A fairly large reworking of the ladspa _get, _chain and _loop funcs. highlights are:

Original commit message from CVS:
A fairly large reworking of the ladspa _get, _chain and _loop funcs.
highlights are:
- pad names are now g_strcanonised
- in all cases possible, src and sink buffers are shared
- all ladspa properties are exposed as dparams and element properties
- the buffers are now processed in dparam driven loops
- timestamps on buffers should be correct
- misc fixes

It has been minimally tested - the following pipeline works for me:
gst-launch ladspa_sine_fcac Frequency=440.0 Amplitude=1.0 name=fcac1 ladspa_sine_fcac Frequency=450.0 Amplitude=1.0 name=fcac2 ladspa_freeverb3 Wet-Level=0.5 name=free float2int name=f2i fcac1.Output!free.Input--Left- free.Output--Left-!f2i.sink%d fcac2.Output!free.Input--Right- free.Output--Right-!f2i.sink%d f2i.src!sink osssink

22 years agosame fix for plugins
Thomas Vander Stichele [Thu, 18 Apr 2002 21:57:05 +0000 (21:57 +0000)]
same fix for plugins

Original commit message from CVS:
same fix for plugins

22 years agoFinally we're on to a proper jack setup, with a specialized bin and elements that...
Andy Wingo [Tue, 16 Apr 2002 17:14:05 +0000 (17:14 +0000)]
Finally we're on to a proper jack setup, with a specialized bin and elements that can only go in a jack bin. I had to...

Original commit message from CVS:
Finally we're on to a proper jack setup, with a specialized bin and elements
that can only go in a jack bin. I had to fix the parser first to do this, but
to run it, the syntax is like so:

gst-launch jackbin.( filesrc ! mad ! jacksink )

But of course it's not fully functional yet. Sigh.

22 years ago0.3.4-1 packaging info
David I. Lehn [Mon, 15 Apr 2002 09:31:28 +0000 (09:31 +0000)]
0.3.4-1 packaging info

Original commit message from CVS:
0.3.4-1 packaging info

22 years agomore mergeback from the latest release
Thomas Vander Stichele [Mon, 15 Apr 2002 09:27:02 +0000 (09:27 +0000)]
more mergeback from the latest release

Original commit message from CVS:
more mergeback from the latest release

22 years agoI'm too lazy to comment this
Thomas Vander Stichele [Mon, 15 Apr 2002 09:26:20 +0000 (09:26 +0000)]
I'm too lazy to comment this

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

22 years agos/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
David I. Lehn [Mon, 15 Apr 2002 09:26:13 +0000 (09:26 +0000)]
s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release

Original commit message from CVS:
s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release

22 years agoadded ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property
Steve Baker [Sun, 14 Apr 2002 10:19:08 +0000 (10:19 +0000)]
added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property

Original commit message from CVS:
added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property

22 years agospec fixes gst-launch-ext additions trying to fix up ieeetest but failed function...
Thomas Vander Stichele [Sat, 13 Apr 2002 00:46:23 +0000 (00:46 +0000)]
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

22 years agocomment them out
Thomas Vander Stichele [Fri, 12 Apr 2002 21:10:31 +0000 (21:10 +0000)]
comment them out

Original commit message from CVS:
comment them out

22 years agoplease someone fix the necessary pointer cast for this test to work
Thomas Vander Stichele [Fri, 12 Apr 2002 19:28:21 +0000 (19:28 +0000)]
please someone fix the necessary pointer cast for this test to work

Original commit message from CVS:
please someone fix the necessary pointer cast for this test to work

22 years agoGstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
Andy Wingo [Thu, 11 Apr 2002 20:42:26 +0000 (20:42 +0000)]
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.

Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE

same with *factory and typefind.

also, some -Werror fixes.

22 years agovarious Wall fixes
Thomas Vander Stichele [Wed, 10 Apr 2002 17:41:33 +0000 (17:41 +0000)]
various Wall fixes

Original commit message from CVS:
various Wall fixes

22 years agoadded -Werror
Benjamin Otte [Sat, 6 Apr 2002 18:15:51 +0000 (18:15 +0000)]
added -Werror

Original commit message from CVS:
added -Werror

22 years agofixed warnings in /ext added mikmod_types.h to get it done
Benjamin Otte [Sat, 6 Apr 2002 18:14:31 +0000 (18:14 +0000)]
fixed warnings in /ext added mikmod_types.h to get it done

Original commit message from CVS:
fixed warnings in /ext
added mikmod_types.h to get it done

22 years agofixed rest of warning for gcc 3 in /sys
Benjamin Otte [Sat, 6 Apr 2002 15:14:40 +0000 (15:14 +0000)]
fixed rest of warning for gcc 3 in /sys

Original commit message from CVS:
fixed rest of warning for gcc 3 in /sys

22 years agofixed rest of warning for gcc 3 in /gst.
Benjamin Otte [Sat, 6 Apr 2002 14:51:03 +0000 (14:51 +0000)]
fixed rest of warning for gcc 3 in /gst.

Original commit message from CVS:
fixed rest of warning for gcc 3 in /gst.
fixed some Makefiles: s/-m486/-mcpu=i486/
disabled mpegaudioparse plugin. What good is this rotten code for anyway?

22 years agofixed first bunch of compiler warnings
Benjamin Otte [Sat, 6 Apr 2002 03:40:15 +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 agoFix for latest lcs.
Wim Taymans [Mon, 1 Apr 2002 01:12:39 +0000 (01:12 +0000)]
Fix for latest lcs.

Original commit message from CVS:
Fix for latest lcs.

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 agoGet the 'signed' property as a boolean.
Wim Taymans [Sat, 30 Mar 2002 17:22:18 +0000 (17:22 +0000)]
Get the 'signed' property as a boolean.

Original commit message from CVS:
Get the 'signed' property as a boolean.

22 years agoGet the signed property as a boolean
Wim Taymans [Sat, 30 Mar 2002 17:19:32 +0000 (17:19 +0000)]
Get the signed property as a boolean

Original commit message from CVS:
Get the signed property as a boolean

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 agoAdded libcolorspace plugin
Wim Taymans [Sat, 30 Mar 2002 16:16:49 +0000 (16:16 +0000)]
Added libcolorspace plugin

Original commit message from CVS:
Added libcolorspace plugin

22 years agoinclude the right header, bla
Andy Wingo [Fri, 29 Mar 2002 01:01:13 +0000 (01:01 +0000)]
include the right header, bla

Original commit message from CVS:
include the right header, bla

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 agoadded a bunch of cvsignore stuff off of a fresh checkout and build i will win the...
Andy Wingo [Mon, 25 Mar 2002 05:01:00 +0000 (05:01 +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 agoadded plugin_desc structures to libs, which makes their locations cached in the regis...
Andy Wingo [Sun, 24 Mar 2002 20:55:44 +0000 (20:55 +0000)]
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ...

Original commit message from CVS:
* added plugin_desc structures to libs, which makes their locations cached in the registry. this
speeds plugin loading considerably, especially on uninstalled versions.

* put the lib path before all others, for speed reasons.

* some fixes to adder's caps.

* added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all
code will need to be converted. i think some perl can do this.

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 agoperhaps -lartsflow_idl is needed
David I. Lehn [Thu, 21 Mar 2002 08:40:48 +0000 (08:40 +0000)]
perhaps -lartsflow_idl is needed

Original commit message from CVS:
perhaps -lartsflow_idl is needed

22 years ago0.3.3-1 packaging update for -2: control: s/0.3.2/0.3.3/ for -runtime version dep
David I. Lehn [Thu, 21 Mar 2002 08:33:23 +0000 (08:33 +0000)]
0.3.3-1 packaging update for -2: control: s/0.3.2/0.3.3/ for -runtime version dep

Original commit message from CVS:
0.3.3-1 packaging update
for -2: control: s/0.3.2/0.3.3/ for -runtime version dep

22 years agos/Gnome-Streamer/GStreamer/
Andy Wingo [Wed, 20 Mar 2002 21:45:04 +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:06 +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:43 +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:35 +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 agolib rename
Thomas Vander Stichele [Tue, 12 Mar 2002 17:43:24 +0000 (17:43 +0000)]
lib rename

Original commit message from CVS:
lib rename

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 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 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 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 agolet's not install the libmodplug helper library
Andy Wingo [Sun, 3 Mar 2002 16:53:17 +0000 (16:53 +0000)]
let's not install the libmodplug helper library

Original commit message from CVS:
let's not install the libmodplug helper library

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:24 +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 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 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 agoadding TIMESTAMP to buffer ( work with goom now ;) adding AUTHORS code cleanup
Jeremy Simon [Fri, 1 Mar 2002 17:25:42 +0000 (17:25 +0000)]
adding TIMESTAMP to buffer ( work with goom now ;) adding AUTHORS code cleanup

Original commit message from CVS:
adding TIMESTAMP to buffer ( work with goom now ;)
adding AUTHORS
code cleanup

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 agoremove EXTRA_DIST
Jeremy Simon [Thu, 28 Feb 2002 21:20:05 +0000 (21:20 +0000)]
remove EXTRA_DIST

Original commit message from CVS:
remove EXTRA_DIST

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 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 agoUhm, if I'll be fixing errors like this all over just because I'm enabling plugin...
Thomas Vander Stichele [Thu, 21 Feb 2002 13:45:43 +0000 (13:45 +0000)]
Uhm, if I'll be fixing errors like this all over just because I'm enabling plugin debug output for the first time, I'...

Original commit message from CVS:
Uhm, if I'll be fixing errors like this all over just because I'm enabling
plugin debug output for the first time, I'm in for a world of hurt over
the next few hours...

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 agochanges to spider: add padtemplates so the connect functions can connect two request...
Andy Wingo [Tue, 19 Feb 2002 05:59:06 +0000 (05:59 +0000)]
changes to spider: add padtemplates so the connect functions can connect two request-pad elements add a hack in gstel...

Original commit message from CVS:
* changes to spider:
* add padtemplates so the connect functions can connect two request-pad
elements
* add a hack in gstelement.c. please look at this, Company, and see how
we can get around this
* add backwards caps-propagation support in identity, int2float, float2int,
adder, speed, volume

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 agocapsnego fixes in adder, speed, and identity
Andy Wingo [Sun, 17 Feb 2002 17:34:23 +0000 (17:34 +0000)]
capsnego fixes in adder, speed, and identity

Original commit message from CVS:
capsnego fixes in adder, speed, and identity

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