Andy Wingo [Sat, 4 May 2002 18:57:43 +0000 (18:57 +0000)]
some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov...
Original commit message from CVS:
some jack fixes, alsa touchups, and add rtp by default to the build
if there are any problems building rtp, we're moving it back to experimental ;)
Thomas Vander Stichele [Fri, 3 May 2002 09:59:10 +0000 (09:59 +0000)]
various name fixes and sundry
Original commit message from CVS:
various name fixes and sundry
Artyom Baginski [Wed, 1 May 2002 18:41:59 +0000 (18:41 +0000)]
adding new quicktime parser:
Original commit message from CVS:
adding new quicktime parser:
- openquicktime free (hense gst/qtdemux)
- no more seeks for parsing -> better for network streams
- uses GstByteStream
- less memcpy's
- long ChangeLog record in pompous style
Steve Baker [Sun, 28 Apr 2002 16:07:41 +0000 (16:07 +0000)]
this is basically a rewrite of the volume plugin:
Original commit message from CVS:
this is basically a rewrite of the volume plugin:
- now uses dparams for volume and mute
- only supports signed gint16 and float (other types can be easily added but I don't think that will be required)
- "muted" property is now "mute"
- it might be faster because there are now no conditionals in the chain func
Thomas Vander Stichele [Sat, 27 Apr 2002 08:58:59 +0000 (08:58 +0000)]
this should do it this is for steveb's added checks
Original commit message from CVS:
this should do it
this is for steveb's added checks
Thomas Vander Stichele [Sat, 27 Apr 2002 08:56:49 +0000 (08:56 +0000)]
I hate independent second parties and why were we not invited anyway ?
Original commit message from CVS:
I hate independent second parties
and why were we not invited anyway ?
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
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++
Steve Baker [Fri, 26 Apr 2002 09:38:47 +0000 (09:38 +0000)]
use defaults that make a noise
Original commit message from CVS:
use defaults that make a noise
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.
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 ;)
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.
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
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
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.
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
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
Thomas Vander Stichele [Mon, 15 Apr 2002 14:40:59 +0000 (14:40 +0000)]
fix
Original commit message from CVS:
fix
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
Thomas Vander Stichele [Mon, 15 Apr 2002 09:27:03 +0000 (09:27 +0000)]
more mergeback from the latest release
Original commit message from CVS:
more mergeback from the latest release
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 ***
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
Wim Taymans [Sun, 14 Apr 2002 12:50:57 +0000 (12:50 +0000)]
EOS fixes.
Original commit message from CVS:
EOS fixes.
Steve Baker [Sun, 14 Apr 2002 10:29:35 +0000 (10:29 +0000)]
- dparams api changes
Original commit message from CVS:
- dparams api changes
- use a bufferpool
- reinstate freq and volume as element properties
Steve Baker [Sun, 14 Apr 2002 10:27:10 +0000 (10:27 +0000)]
div by zero bad
Original commit message from CVS:
div by zero bad
Steve Baker [Sun, 14 Apr 2002 10:22:24 +0000 (10:22 +0000)]
ARG_METHOD is an enum
Original commit message from CVS:
ARG_METHOD is an enum
Steve Baker [Sun, 14 Apr 2002 09:55:20 +0000 (09:55 +0000)]
this script runs gst-inspect on all built elements and checks for warnings or bad exit codes.
Original commit message from CVS:
this script runs gst-inspect on all built elements and checks for warnings or bad exit codes.
It requires a gst-inspect to be in your PATH. more checking is probably needed for valid gst-inspect output.
The output format of gst-inspect will be changed slightly to make parsing the output possible.
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
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
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
Andy Wingo [Thu, 11 Apr 2002 20:42:27 +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.
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
Benjamin Otte [Sat, 6 Apr 2002 18:15:51 +0000 (18:15 +0000)]
added -Werror
Original commit message from CVS:
added -Werror
Benjamin Otte [Sat, 6 Apr 2002 18:14:30 +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
Benjamin Otte [Sat, 6 Apr 2002 15:14:41 +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
Benjamin Otte [Sat, 6 Apr 2002 03:40:13 +0000 (03:40 +0000)]
fixed first bunch of compiler warnings
Original commit message from CVS:
fixed first bunch of compiler warnings
Wim Taymans [Wed, 3 Apr 2002 15:26:23 +0000 (15:26 +0000)]
Fix enum error in args.
Original commit message from CVS:
Fix enum error in args.
jim thornton [Tue, 2 Apr 2002 16:43:08 +0000 (16:43 +0000)]
Fix: don't try to mangle a read-only buffer. This was causing SEGV when volume fed from wavparse from filesrc (which...
Original commit message from CVS:
patch from jim thornton <jthornton@parc.com>:
Fix: don't try to mangle a read-only buffer. This was causing SEGV when
volume fed from wavparse from filesrc (which mmaps the file read-only)
Steve Baker [Tue, 2 Apr 2002 09:05:33 +0000 (09:05 +0000)]
expose freq and volume as object properties again.
Original commit message from CVS:
expose freq and volume as object properties again.
Steve Baker [Tue, 2 Apr 2002 09:04:14 +0000 (09:04 +0000)]
don't malloc the temp gvalues
Original commit message from CVS:
don't malloc the temp gvalues
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 ? ;)
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
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
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
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
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.
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.
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
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
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 ;-)
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
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.
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
Bastien Nocera [Thu, 21 Mar 2002 19:30:11 +0000 (19:30 +0000)]
- updated to new seek api... i think it works, dunno, i'm not a rocket scientist
Original commit message from CVS:
- updated to new seek api... i think it works, dunno, i'm not a rocket scientist
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
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/
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.
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
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
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, ...
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
Thomas Vander Stichele [Tue, 12 Mar 2002 17:42:31 +0000 (17:42 +0000)]
lib rename
Original commit message from CVS:
lib rename
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
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
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
Thomas Vander Stichele [Tue, 5 Mar 2002 22:06:20 +0000 (22:06 +0000)]
first prerelease
Original commit message from CVS:
first prerelease
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
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
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
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
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
Steve Baker [Mon, 4 Mar 2002 18:56:24 +0000 (18:56 +0000)]
reflect new dparams api
Original commit message from CVS:
reflect new dparams api
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
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 :)
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
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
Christian Schaller [Sun, 3 Mar 2002 22:13:09 +0000 (22:13 +0000)]
fixed rtp dependency
Original commit message from CVS:
fixed rtp dependency
Andy Wingo [Sun, 3 Mar 2002 21:30:14 +0000 (21:30 +0000)]
gst-all autogen fixes adder capsnego fixes fix the cothreads regression test, /me is a moron add some debugging code ...
Original commit message from CVS:
* gst-all autogen fixes
* adder capsnego fixes
* fix the cothreads regression test, /me is a moron
* add some debugging code in cothreads
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
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.
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
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
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
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
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
Andy Wingo [Sat, 2 Mar 2002 18:31:38 +0000 (18:31 +0000)]
fix a typo
Original commit message from CVS:
fix a typo
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
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.
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. :)
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 ***
Thomas Vander Stichele [Sat, 2 Mar 2002 12:05:41 +0000 (12:05 +0000)]
more changes
Original commit message from CVS:
more changes
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
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
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
Andy Wingo [Fri, 1 Mar 2002 20:21:36 +0000 (20:21 +0000)]
we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both
Original commit message from CVS:
we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both
SUBDIRS and DIST_SUBDIRS
Thomas Vander Stichele [Fri, 1 Mar 2002 17:27:49 +0000 (17:27 +0000)]
first get these tests to work
Original commit message from CVS:
first get these tests to work
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
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.
Jeremy Simon [Thu, 28 Feb 2002 21:10:42 +0000 (21:10 +0000)]
adding modplug
Original commit message from CVS:
adding modplug
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 :)