platform/upstream/gstreamer.git
23 years ago- removed the parse factory, it's unused
Bastien Nocera [Mon, 21 May 2001 02:35:22 +0000 (02:35 +0000)]
- removed the parse factory, it's unused

Original commit message from CVS:
- removed the parse factory, it's unused

23 years agoAdded a ChangeLog as per hadess' sugesstion, and added myself as an author.
Arik Devens [Mon, 21 May 2001 01:37:10 +0000 (01:37 +0000)]
Added a ChangeLog as per hadess' sugesstion, and added myself as an author.

Original commit message from CVS:
Added a ChangeLog as per hadess' sugesstion, and added myself as an author.

23 years agoplaying at double size, general code cleanup and what not.
Arik Devens [Mon, 21 May 2001 01:19:06 +0000 (01:19 +0000)]
playing at double size, general code cleanup and what not.

Original commit message from CVS:
added the begninnings of full-screen support (crashes atm), playing at double size, general code cleanup and what not.

23 years agoFixed a problem with -inspect where some args would not show up correctly
Wim Taymans [Sun, 20 May 2001 21:24:59 +0000 (21:24 +0000)]
Fixed a problem with -inspect where some args would not show up correctly

Original commit message from CVS:
Fixed a problem with -inspect where some args would not show up correctly

23 years agoBetter output of element flags.
Wim Taymans [Sun, 20 May 2001 20:12:45 +0000 (20:12 +0000)]
Better output of element flags.

Original commit message from CVS:
Better output of element flags.

23 years agoEscape spaces in the cmdline args with "\\ " so that parse can handle it.
Wim Taymans [Sun, 20 May 2001 20:06:09 +0000 (20:06 +0000)]
Escape spaces in the cmdline args with "\\ " so that parse can handle it.

Original commit message from CVS:
Escape spaces in the cmdline args with "\\ " so that parse can handle it.

23 years agoAdded the possibility to escape chars in gstparse. You can now give it a cmdline...
Wim Taymans [Sun, 20 May 2001 20:05:29 +0000 (20:05 +0000)]
Added the possibility to escape chars in gstparse. You can now give it a cmdline like disksrc location=some\ sort\ of...

Original commit message from CVS:
Added the possibility to escape chars in gstparse. You can now give it a
cmdline like disksrc location=some\ sort\ of.mp3 ! .... and it does the
right thing.

23 years agoreinstated exit(-1) when gstparse.c doesn't find the plugin mentioned
Thomas Vander Stichele [Sun, 20 May 2001 14:55:02 +0000 (14:55 +0000)]
reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned

Original commit message from CVS:
reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned

23 years agoMade pipefilter a DECOUPLED element.
Wim Taymans [Sun, 20 May 2001 14:12:36 +0000 (14:12 +0000)]
Made pipefilter a DECOUPLED element.

Original commit message from CVS:
Made pipefilter a DECOUPLED element.

23 years agoAdded the code for the bonobo media component. It doesn't really work yet because...
Wim Taymans [Sun, 20 May 2001 10:31:23 +0000 (10:31 +0000)]
Added the code for the bonobo media component. It doesn't really work yet because bonobo-media doesn't show video.

Original commit message from CVS:
Added the code for the bonobo media component. It doesn't really
work yet because bonobo-media doesn't show video.

23 years agofinally managed to get the AUTHORS file added. big things are coming allright ;-)
Arik Devens [Sun, 20 May 2001 05:48:13 +0000 (05:48 +0000)]
finally managed to get the AUTHORS file added. big things are coming allright ;-)

Original commit message from CVS:
finally managed to get the AUTHORS file added. big things are coming allright ;-)

23 years ago- added myself to the AUTHORS file
Bastien Nocera [Sun, 20 May 2001 00:16:27 +0000 (00:16 +0000)]
- added myself to the AUTHORS file

Original commit message from CVS:
- added myself to the AUTHORS file

23 years agoPesky nightly doc build failure emails exposing my forgetfulness...
David I. Lehn [Thu, 17 May 2001 05:20:28 +0000 (05:20 +0000)]
Pesky nightly doc build failure emails exposing my forgetfulness...

Original commit message from CVS:
Pesky nightly doc build failure emails exposing my forgetfulness...

23 years agoAdded SDL.
Wim Taymans [Wed, 16 May 2001 22:42:55 +0000 (22:42 +0000)]
Added SDL.

Original commit message from CVS:
Added SDL.

23 years agoAdded a check for SDL
Wim Taymans [Wed, 16 May 2001 22:40:17 +0000 (22:40 +0000)]
Added a check for SDL

Original commit message from CVS:
Added a check for SDL

23 years agoAdded gnomevfs checks.
Wim Taymans [Wed, 16 May 2001 19:32:07 +0000 (19:32 +0000)]
Added gnomevfs checks.

Original commit message from CVS:
Added gnomevfs checks.

23 years ago- Fix cothread pointers and allocation so full 2M stack space available:
David I. Lehn [Wed, 16 May 2001 07:16:47 +0000 (07:16 +0000)]
- Fix cothread pointers and allocation so full 2M stack space available:

Original commit message from CVS:
- Fix cothread pointers and allocation so full 2M stack space available:
- Double maximums to use full stack space:
- COTHREAD_STACKSIZE = 16k
- COTHREAD_MAXTHREADS = 128
- cothread changes only verified on x86
- cothread_create returns NULL if nthreads == MAXTHREADS though not yet handled by gstschedule caller

23 years ago- basic arch check for HAVE_RDTSC
David I. Lehn [Wed, 16 May 2001 05:04:44 +0000 (05:04 +0000)]
- basic arch check for HAVE_RDTSC

Original commit message from CVS:
- basic arch check for HAVE_RDTSC
- use common gst_trace_read_tsc() for RDTSC call
- add untested function to do ascii dump of trace data

23 years agofix a couple warnings
David I. Lehn [Wed, 16 May 2001 04:07:33 +0000 (04:07 +0000)]
fix a couple warnings

Original commit message from CVS:
fix a couple warnings

23 years agoadded ability to write out xml copy of pipeline
Erik Walthinsen [Tue, 15 May 2001 09:04:41 +0000 (09:04 +0000)]
added ability to write out xml copy of pipeline

Original commit message from CVS:
added ability to write out xml copy of pipeline

23 years agoremoved the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c
Erik Walthinsen [Mon, 14 May 2001 08:51:55 +0000 (08:51 +0000)]
removed the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c

Original commit message from CVS:
removed the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c

23 years agosome minor updates with a hair more speed
Erik Walthinsen [Thu, 10 May 2001 23:43:34 +0000 (23:43 +0000)]
some minor updates with a hair more speed

Original commit message from CVS:
some minor updates with a hair more speed

23 years agomove cothread_context definition over to the .c
Erik Walthinsen [Thu, 10 May 2001 22:35:50 +0000 (22:35 +0000)]
move cothread_context definition over to the .c

Original commit message from CVS:
move cothread_context definition over to the .c

23 years agofixed up macros to match new RealPad stuff, change #if 1 to #if 0 to use, beware...
Erik Walthinsen [Thu, 10 May 2001 22:30:00 +0000 (22:30 +0000)]
fixed up macros to match new RealPad stuff, change #if 1 to #if 0 to use, beware you must rebuild all plugins after c...

Original commit message from CVS:
fixed up macros to match new RealPad stuff, change #if 1 to #if 0 to use, beware you must rebuild all plugins after change

23 years agomoved cothread parameters into .c to avoid rebuilding libgst.la every time
Erik Walthinsen [Thu, 10 May 2001 22:10:19 +0000 (22:10 +0000)]
moved cothread parameters into .c to avoid rebuilding libgst.la every time

Original commit message from CVS:
moved cothread parameters into .c to avoid rebuilding libgst.la every time

23 years agocorrected the rdtsc code, it actually, um, works now ;-)
Erik Walthinsen [Thu, 10 May 2001 21:44:20 +0000 (21:44 +0000)]
corrected the rdtsc code, it actually, um, works now ;-)

Original commit message from CVS:
corrected the rdtsc code, it actually, um, works now ;-)

23 years agoAdded simple latency tester.
David I. Lehn [Thu, 10 May 2001 20:30:10 +0000 (20:30 +0000)]
Added simple latency tester.

Original commit message from CVS:
Added simple latency tester.

23 years agoPass buffer in handoff signal
David I. Lehn [Thu, 10 May 2001 20:28:51 +0000 (20:28 +0000)]
Pass buffer in handoff signal

Original commit message from CVS:
Pass buffer in handoff signal

23 years agojust call exit() once
David I. Lehn [Thu, 10 May 2001 20:25:29 +0000 (20:25 +0000)]
just call exit() once

Original commit message from CVS:
just call exit() once

23 years agoAdded "silent" arg.
David I. Lehn [Wed, 9 May 2001 04:12:09 +0000 (04:12 +0000)]
Added "silent" arg.

Original commit message from CVS:
Added "silent" arg.

23 years agoMake sure the plugin filaname is set before calling the init function.
Wim Taymans [Sat, 5 May 2001 02:16:28 +0000 (02:16 +0000)]
Make sure the plugin filaname is set before calling the init function.

Original commit message from CVS:
Make sure the plugin filaname is set before calling the init function.

23 years agoupdate version
David I. Lehn [Sat, 5 May 2001 01:50:16 +0000 (01:50 +0000)]
update version

Original commit message from CVS:
update version

23 years agoSync with current code - add more and more plugins.
David I. Lehn [Sat, 5 May 2001 00:45:14 +0000 (00:45 +0000)]
Sync with current code - add more and more plugins.

Original commit message from CVS:
Sync with current code - add more and more plugins.

23 years agofixed spelling mistake in user-visible output
Erik Walthinsen [Thu, 3 May 2001 23:21:39 +0000 (23:21 +0000)]
fixed spelling mistake in user-visible output

Original commit message from CVS:
fixed spelling mistake in user-visible output

23 years agoCreated a macro of the va_arg parsing function because some systems (PPC) cannot...
Wim Taymans [Thu, 3 May 2001 22:29:44 +0000 (22:29 +0000)]
Created a macro of the va_arg parsing function because some systems (PPC) cannot handle passing a va_list by reference.

Original commit message from CVS:
Created a macro of the va_arg parsing function because some systems (PPC)
cannot handle passing a va_list by reference.

23 years agoAdded dynamic pads to the command line parser. ./gstreamer-launch disksrc location...
Wim Taymans [Thu, 3 May 2001 21:44:55 +0000 (21:44 +0000)]
Added dynamic pads to the command line parser. ./gstreamer-launch disksrc location=/some/systemstream.mpg ! mpeg1pars...

Original commit message from CVS:
Added dynamic pads to the command line parser.

./gstreamer-launch disksrc location=/some/systemstream.mpg ! mpeg1parse video_00!
queue ! \{ mp1videoparse ! mpeg_play ! aasink \}

will now work.

23 years agoAPI docs updates
Wim Taymans [Thu, 3 May 2001 20:06:18 +0000 (20:06 +0000)]
API docs updates

Original commit message from CVS:
API docs updates

23 years agoAdded Hermes to the required libs for gstplay.
Wim Taymans [Thu, 3 May 2001 17:49:15 +0000 (17:49 +0000)]
Added Hermes to the required libs for gstplay.

Original commit message from CVS:
Added Hermes to the required libs for gstplay.

23 years agoSmall manual changes.
Wim Taymans [Wed, 2 May 2001 23:46:27 +0000 (23:46 +0000)]
Small manual changes.

Original commit message from CVS:
Small manual changes.
Added a section about autoplugging.

23 years agoWe don't want to teach you bad habbits, so here's a fix for a memleak in the example...
Wim Taymans [Wed, 2 May 2001 23:12:37 +0000 (23:12 +0000)]
We don't want to teach you bad habbits, so here's a fix for a memleak in the example plugin.

Original commit message from CVS:
We don't want to teach you bad habbits, so here's a fix for a memleak in
the example plugin.

23 years agoRemoved the assert on an unknown propertytype and print usefull info.
Wim Taymans [Tue, 1 May 2001 22:43:21 +0000 (22:43 +0000)]
Removed the assert on an unknown propertytype and print usefull info.

Original commit message from CVS:
Removed the assert on an unknown propertytype and print usefull info.

23 years agoUpdate documentation for audio/raw properties to cover format=float case.
Richard Boulton [Tue, 1 May 2001 13:54:41 +0000 (13:54 +0000)]
Update documentation for audio/raw properties to cover format=float case.

Original commit message from CVS:
Update documentation for audio/raw properties to cover format=float case.
Please check this for correctness.

23 years agoAdded an explanation of the innner workings of the current autoplugger.
Wim Taymans [Mon, 30 Apr 2001 23:20:42 +0000 (23:20 +0000)]
Added an explanation of the innner workings of the current autoplugger.

Original commit message from CVS:
Added an explanation of the innner workings of the current autoplugger.

23 years agoTighten some library checks (check for header files as well as libraries)
Richard Boulton [Mon, 30 Apr 2001 20:40:16 +0000 (20:40 +0000)]
Tighten some library checks (check for header files as well as libraries)

Original commit message from CVS:
Tighten some library checks (check for header files as well as libraries)
Also, clean up structure slightly: put all AC_DEFINEs for feature checks
into the appropriate section at end.  This structure allows user parameter
code which overrides the feature selection to be kept together in a section
after the feature checks but before the AC_DEFINES and AM_CONDITIONALs.

23 years agoAdd explicit check for <artsc.h>, in case artsc-config lies to us.
Richard Boulton [Mon, 30 Apr 2001 10:22:37 +0000 (10:22 +0000)]
Add explicit check for <artsc.h>, in case artsc-config lies to us.

Original commit message from CVS:
Add explicit check for <artsc.h>, in case artsc-config lies to us.

23 years agoAdd detailed note (and patch) about automake problem.
Richard Boulton [Sun, 29 Apr 2001 17:59:40 +0000 (17:59 +0000)]
Add detailed note (and patch) about automake problem.

Original commit message from CVS:
Add detailed note (and patch) about automake problem.

23 years agoadded mono2stereo and intfloatconvert plugin
Steve Baker [Sun, 29 Apr 2001 07:41:17 +0000 (07:41 +0000)]
added mono2stereo and intfloatconvert plugin

Original commit message from CVS:
added mono2stereo and intfloatconvert plugin

23 years agoadded output of float properties
Steve Baker [Sat, 28 Apr 2001 19:16:30 +0000 (19:16 +0000)]
added output of float properties

Original commit message from CVS:
added output of float properties

23 years agoupdate sinesrc to latest caps
Steve Baker [Sat, 28 Apr 2001 18:58:05 +0000 (18:58 +0000)]
update sinesrc to latest caps

Original commit message from CVS:
update sinesrc to latest caps

23 years agoadd factory init for sinesrc
Steve Baker [Sat, 28 Apr 2001 18:57:23 +0000 (18:57 +0000)]
add factory init for sinesrc

Original commit message from CVS:
add factory init for sinesrc

23 years agoadd gst_props_get_float function
Steve Baker [Sat, 28 Apr 2001 18:56:10 +0000 (18:56 +0000)]
add gst_props_get_float function

Original commit message from CVS:
add gst_props_get_float function

23 years agompeg2parse2.c + audio = mpeg2parse3.c = a simple .vob player
David I. Lehn [Sat, 28 Apr 2001 03:38:09 +0000 (03:38 +0000)]
mpeg2parse2.c + audio = mpeg2parse3.c = a simple .vob player

Original commit message from CVS:
mpeg2parse2.c + audio = mpeg2parse3.c = a simple .vob player

23 years agoAdded enum parsing...
Wim Taymans [Fri, 27 Apr 2001 21:14:56 +0000 (21:14 +0000)]
Added enum parsing...

Original commit message from CVS:
Added enum parsing...

23 years agosyntax error fixed (s/;/,/)
Erik Walthinsen [Fri, 27 Apr 2001 20:58:24 +0000 (20:58 +0000)]
syntax error fixed (s/;/,/)

Original commit message from CVS:
syntax error fixed (s/;/,/)

23 years agoAdded colorization to DEBUG and INFO. Colors are based on categories, with the strin...
Erik Walthinsen [Fri, 27 Apr 2001 20:31:22 +0000 (20:31 +0000)]
Added colorization to DEBUG and INFO.  Colors are based on categories, with the strings in _gst_category_colors[] in ...

Original commit message from CVS:
Added colorization to DEBUG and INFO.  Colors are based on categories, with
the strings in _gst_category_colors[] in gstinfo.c  See wiki node
GstDebugColors for the actual colors, or /etc/DIR_COLORS works too.

Please comment on the colorization style and ideas in the above wiki node.

23 years agofix typos: %VAR -> $VAR
David I. Lehn [Thu, 26 Apr 2001 05:47:04 +0000 (05:47 +0000)]
fix typos: %VAR -> $VAR

Original commit message from CVS:
fix typos: %VAR -> $VAR

23 years agoset the video window size up front for NTSC, as a timesaver BRANCH-INCSCHED1-200104251-ROOT
Erik Walthinsen [Thu, 26 Apr 2001 00:20:29 +0000 (00:20 +0000)]
set the video window size up front for NTSC, as a timesaver

Original commit message from CVS:
set the video window size up front for NTSC, as a timesaver

23 years agoRemove #include <gnome.h> from some tests which don't actually need it, and make...
Richard Boulton [Wed, 25 Apr 2001 11:49:38 +0000 (11:49 +0000)]
Remove #include <gnome.h> from some tests which don't actually need it, and make the other tests and the autoplug exa...

Original commit message from CVS:
Remove #include <gnome.h> from some tests which don't actually need it,
and make the other tests and the autoplug example only compile if gnome
headers are present.

23 years agoI will successfully compile code before I check it in.
Erik Walthinsen [Tue, 24 Apr 2001 21:28:18 +0000 (21:28 +0000)]
I will successfully compile code before I check it in.

Original commit message from CVS:
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.

23 years ago- commented out remainder of Meta stuff
Erik Walthinsen [Tue, 24 Apr 2001 19:20:15 +0000 (19:20 +0000)]
- commented out remainder of Meta stuff

Original commit message from CVS:
- commented out remainder of Meta stuff
- enhanced mem_chunk allocation to round up to nearest 32 bytes
this helps ensure that GstBuffers are more likely to be on cache-lines
- added free() and copy() function pointers to GstBuffer
- added code in _destroy and _copy to use above routines if !NULL
- fixed up _copy code to suck less

23 years agoCollection of minor changes: autogen.sh - remove config.cache before running ./config...
Erik Walthinsen [Mon, 23 Apr 2001 23:16:12 +0000 (23:16 +0000)]
Collection of minor changes: autogen.sh - remove config.cache before running ./configure gst/elements/gstfakesink.c -...

Original commit message from CVS:
Collection of minor changes:

* autogen.sh - remove config.cache before running ./configure
* gst/elements/gstfakesink.c - print out the size of the buffer, too
* plugins/Makefile.am - removed a spare trailing backslash
* plugins/arts/gst_artsio_impl.cc - change the scale back to 0.5
* plugins/oss/gstosssrc.c - change name slightly to match osssink

23 years agoupdated dvshow to use dv1394src instead of gst1394src
Erik Walthinsen [Mon, 23 Apr 2001 15:16:39 +0000 (15:16 +0000)]
updated dvshow to use dv1394src instead of gst1394src

Original commit message from CVS:
updated dvshow to use dv1394src instead of gst1394src

23 years agoAdded a check for aalib
Wim Taymans [Sun, 22 Apr 2001 23:28:04 +0000 (23:28 +0000)]
Added a check for aalib

Original commit message from CVS:
Added a check for aalib

23 years agoAdded the disksink template
Wim Taymans [Sun, 22 Apr 2001 16:06:29 +0000 (16:06 +0000)]
Added the disksink template

Original commit message from CVS:
Added the disksink template

23 years agoUpdates
Wim Taymans [Sun, 22 Apr 2001 16:05:33 +0000 (16:05 +0000)]
Updates

Original commit message from CVS:
Updates

23 years agoAdded a non functional dv to mpeg1 encoder.
Wim Taymans [Sun, 22 Apr 2001 16:04:55 +0000 (16:04 +0000)]
Added a non functional dv to mpeg1 encoder.

Original commit message from CVS:
Added a non functional dv to mpeg1 encoder.

23 years agoAPI docs updates.
Wim Taymans [Sun, 22 Apr 2001 16:04:19 +0000 (16:04 +0000)]
API docs updates.

Original commit message from CVS:
API docs updates.
Properly implemented the disksink.
Fixed a compile problem with alsa.
Added bufferpool handling to dvdec
Some compiler warning fixes

23 years agoMerged from BRANCH-PLUGINVER1 PLUGINVER1-20010422
Richard Boulton [Sun, 22 Apr 2001 12:30:14 +0000 (12:30 +0000)]
Merged from BRANCH-PLUGINVER1

Original commit message from CVS:
Merged from BRANCH-PLUGINVER1

23 years agofixes for gstbuffer, and removed ## from gstcaps.h that was causing all that warning... BRANCH-PLUGINVER1-20010422-ROOT PLUGINVER1-20010422-FREEZE
Erik Walthinsen [Sun, 22 Apr 2001 04:38:36 +0000 (04:38 +0000)]
fixes for gstbuffer, and removed ## from gstcaps.h that was causing all that warning noise

Original commit message from CVS:
fixes for gstbuffer, and removed ## from gstcaps.h that was causing all that warning noise

23 years agocompleted gst_buffer_copy, added API comments
Erik Walthinsen [Sun, 22 Apr 2001 01:41:40 +0000 (01:41 +0000)]
completed gst_buffer_copy, added API comments

Original commit message from CVS:
completed gst_buffer_copy, added API comments

23 years agoadded test program for dv decoder
Erik Walthinsen [Sun, 22 Apr 2001 01:40:35 +0000 (01:40 +0000)]
added test program for dv decoder

Original commit message from CVS:
added test program for dv decoder

23 years agoadded GST_STR_FOURCC, which takes strings like "YUY2" instead of 'Y','U','Y','2'...
Erik Walthinsen [Sun, 22 Apr 2001 01:32:44 +0000 (01:32 +0000)]
added GST_STR_FOURCC, which takes strings like "YUY2" instead of 'Y','U','Y','2'.  better, I think <g>

Original commit message from CVS:
added GST_STR_FOURCC, which takes strings like "YUY2" instead of 'Y','U','Y','2'.  better, I think <g>

23 years agoAdd -lm and the glib libs too for the dv_init check
Wim Taymans [Sun, 22 Apr 2001 01:30:29 +0000 (01:30 +0000)]
Add -lm and the glib libs too for the dv_init check

Original commit message from CVS:
Add -lm and the glib libs too for the dv_init check

23 years agoAdded gst_buffer_copy(). It's not complete, it should copy more stuff like flags...
Erik Walthinsen [Sun, 22 Apr 2001 01:30:19 +0000 (01:30 +0000)]
Added gst_buffer_copy().  It's not complete, it should copy more stuff like flags and such.  FIXME.

Original commit message from CVS:
Added gst_buffer_copy().  It's not complete, it should copy more stuff
like flags and such.  FIXME.

23 years agoadded initial DV (smpte314m) decoder plugin
Erik Walthinsen [Sat, 21 Apr 2001 23:48:51 +0000 (23:48 +0000)]
added initial DV (smpte314m) decoder plugin

Original commit message from CVS:
added initial DV (smpte314m) decoder plugin

23 years agoFixed a few plugins so that mpeg1 encoding sorta works.
Wim Taymans [Sat, 21 Apr 2001 17:45:56 +0000 (17:45 +0000)]
Fixed a few plugins so that mpeg1 encoding sorta works.

Original commit message from CVS:
Fixed a few plugins so that mpeg1 encoding sorta works.
Added an mpeg1 encoder example, it uses the autoplugger to convert
the stream to audio/video, which is then fed to the encoders.

23 years agoAdded caps proxying and bufferpool passing to identity so that BRANCH-PLUGINVER1-ROOT
Wim Taymans [Fri, 20 Apr 2001 19:21:51 +0000 (19:21 +0000)]
Added caps proxying and bufferpool passing to identity so that

Original commit message from CVS:
Added caps proxying and bufferpool passing to identity so that
-launch disksrc ! mad ! identity ! osssink works.

23 years agoupdate to take new gstdisksink element into account
Thomas Vander Stichele [Fri, 20 Apr 2001 12:04:40 +0000 (12:04 +0000)]
update to take new gstdisksink element into account

Original commit message from CVS:
update to take new gstdisksink element into account

23 years agoUpdate the alternative Makefile.am for gst/, which depends on automake >1.4d
Richard Boulton [Fri, 20 Apr 2001 11:56:03 +0000 (11:56 +0000)]
Update the alternative Makefile.am for gst/, which depends on automake >1.4d

Original commit message from CVS:
Update the alternative Makefile.am for gst/, which depends on automake
>1.4d

23 years agofirst stab at a disk sink element no optimization, is it necessary ? basic error...
Thomas Vander Stichele [Fri, 20 Apr 2001 11:14:10 +0000 (11:14 +0000)]
first stab at a disk sink element no optimization, is it necessary ? basic error checking seems to work; you can copy...

Original commit message from CVS:
* first stab at a disk sink element
* no optimization, is it necessary ?
* basic error checking
* seems to work; you can copy files by typing
gstreamer-launch disksrc location=test.in ! disksink location=test.out
* decode of mp3 to raw pcm also tested

23 years agoMore API docs updates
Wim Taymans [Thu, 19 Apr 2001 22:25:04 +0000 (22:25 +0000)]
More API docs updates

Original commit message from CVS:
More API docs updates

23 years agoFirst pass at 1394 source. Arguments need to be added, etc. But it works.
Erik Walthinsen [Thu, 19 Apr 2001 20:42:50 +0000 (20:42 +0000)]
First pass at 1394 source.  Arguments need to be added, etc.  But it works.

Original commit message from CVS:
First pass at 1394 source.  Arguments need to be added, etc.  But it works.

23 years agobetter (not complete, afaict) checking for arts
Erik Walthinsen [Thu, 19 Apr 2001 00:23:54 +0000 (00:23 +0000)]
better (not complete, afaict) checking for arts

Original commit message from CVS:
better (not complete, afaict) checking for arts

23 years agoAdded more API docs to Autoplug, Buffer, Bin, BufferPool.
Wim Taymans [Wed, 18 Apr 2001 20:16:53 +0000 (20:16 +0000)]
Added more API docs to Autoplug, Buffer, Bin, BufferPool.

Original commit message from CVS:
Added more API docs to Autoplug, Buffer, Bin, BufferPool.
Fixed some compile problems with videosink

23 years agomixer now works with variable inputs mixer creates custom volume envelopes allowing...
Thomas Vander Stichele [Wed, 18 Apr 2001 16:08:59 +0000 (16:08 +0000)]
mixer now works with variable inputs mixer creates custom volume envelopes allowing each song to play alone and end w...

Original commit message from CVS:
* mixer now works with variable inputs
* mixer creates custom volume envelopes allowing each song to play alone
and end with a mix of all of them, undistorted

23 years agocleaned up some code and integrated with new adder (mixer now works with different...
Thomas Vander Stichele [Wed, 18 Apr 2001 14:04:08 +0000 (14:04 +0000)]
cleaned up some code and integrated with new adder (mixer now works with different types of files)

Original commit message from CVS:
* cleaned up some code and integrated with new adder (mixer now works with
different types of files)

23 years agochanged mixer to work by autoplugging the input channels (not very useful yet, since...
Thomas Vander Stichele [Tue, 17 Apr 2001 21:17:55 +0000 (21:17 +0000)]
changed mixer to work by autoplugging the input channels (not very useful yet, since the input buffers to volenv have...

Original commit message from CVS:
changed mixer to work by autoplugging the input channels
(not very useful yet, since the input buffers to volenv have different
sizes)

23 years agoThe first wave of docs updates
Wim Taymans [Tue, 17 Apr 2001 21:14:55 +0000 (21:14 +0000)]
The first wave of docs updates

Original commit message from CVS:
The first wave of docs updates
Added a little more comments about the API usage in the api docs.
Some fixes for the capsnego testsuite.

23 years agoAutoplug3 shows an example of an autoplugged mp3 player.
Wim Taymans [Tue, 17 Apr 2001 21:03:43 +0000 (21:03 +0000)]
Autoplug3 shows an example of an autoplugged mp3 player.

Original commit message from CVS:
Autoplug3 shows an example of an autoplugged mp3 player.
Autoplug4 shows various static autoplugger examples.

23 years agoheader for mixer.c, containing input_pipe_t
Thomas Vander Stichele [Tue, 17 Apr 2001 17:48:19 +0000 (17:48 +0000)]
header for mixer.c, containing input_pipe_t

Original commit message from CVS:
header for mixer.c, containing input_pipe_t

23 years agoadded a struct to set up input channels
Thomas Vander Stichele [Tue, 17 Apr 2001 17:47:45 +0000 (17:47 +0000)]
added a struct to set up input channels

Original commit message from CVS:
added a struct to set up input channels

23 years agoadded mixer example and adder plugin to configure.in
Thomas Vander Stichele [Tue, 17 Apr 2001 13:36:22 +0000 (13:36 +0000)]
added mixer example and adder plugin to configure.in

Original commit message from CVS:
added mixer example and adder plugin to configure.in

23 years agofinished change to GST_ macros
Erik Walthinsen [Tue, 17 Apr 2001 05:24:24 +0000 (05:24 +0000)]
finished change to GST_ macros

Original commit message from CVS:
finished change to GST_ macros

23 years agoadded gstversion.h
Erik Walthinsen [Tue, 17 Apr 2001 02:19:08 +0000 (02:19 +0000)]
added gstversion.h

Original commit message from CVS:
added gstversion.h

23 years agoUpdated the padfactory test code.
Wim Taymans [Mon, 16 Apr 2001 21:48:44 +0000 (21:48 +0000)]
Updated the padfactory test code.

Original commit message from CVS:
Updated the padfactory test code.

23 years agoAdded 1337 macros to create padtemplates and capstemplates.
Wim Taymans [Mon, 16 Apr 2001 21:45:02 +0000 (21:45 +0000)]
Added 1337 macros to create padtemplates and capstemplates.

Original commit message from CVS:
Added 1337 macros to create padtemplates and capstemplates.
Added some code for bufferpools

23 years agoMerged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.
Erik Walthinsen [Mon, 16 Apr 2001 21:43:21 +0000 (21:43 +0000)]
Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.

Original commit message from CVS:
Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.

23 years agoAdded an test program for the mad mp3 decoder.
Wim Taymans [Mon, 16 Apr 2001 21:33:55 +0000 (21:33 +0000)]
Added an test program for the mad mp3 decoder.

Original commit message from CVS:
Added an test program for the mad mp3 decoder.

23 years agochanged volume envelope; should do a nice transition between both songs now
Thomas Vander Stichele [Mon, 16 Apr 2001 19:38:56 +0000 (19:38 +0000)]
changed volume envelope; should do a nice transition between both songs now

Original commit message from CVS:
changed volume envelope; should do a nice transition between both songs
now

23 years agoAdded an arg to fakesink so that it doesn't printf.
Wim Taymans [Mon, 16 Apr 2001 16:45:53 +0000 (16:45 +0000)]
Added an arg to fakesink so that it doesn't printf.

Original commit message from CVS:
Added an arg to fakesink so that it doesn't printf.