Commit graph

1016 commits

Author SHA1 Message Date
Erik Walthinsen 2703619624 initial pass at #ifdef'ing xml load/save
Original commit message from CVS:
initial pass at #ifdef'ing xml load/save
2001-06-24 21:18:28 +00:00
Erik Walthinsen f19c6342c9 New check for libesd, a model for all the other checks I hope. Need to convert all the other checks to operate like ...
Original commit message from CVS:
New check for libesd, a model for all the other checks I hope.  Need to
convert all the other checks to operate like this.
2001-06-24 21:06:46 +00:00
Wim Taymans 17fcac76eb Added vgasink.
Original commit message from CVS:
Added vgasink.
2001-06-21 19:44:25 +00:00
Steve Baker 441fe1ee40 added refcounting and _get_default
Original commit message from CVS:
added refcounting and _get_default
2001-06-21 12:21:42 +00:00
Wim Taymans 7b2c15eb02 Removed old unused libs.
Original commit message from CVS:
Removed old unused libs.
2001-06-21 11:42:18 +00:00
Wim Taymans 6e9aec0f26 Removed the winloader
Original commit message from CVS:
Removed the winloader
2001-06-21 11:35:53 +00:00
Wim Taymans 2427113b1d Removed the wine loader.
Original commit message from CVS:
Removed the wine loader.
2001-06-21 11:34:35 +00:00
Wim Taymans dcc6193959 Removed the winelibs.
Original commit message from CVS:
Removed the winelibs.
2001-06-21 11:32:26 +00:00
Steve Baker 2745b823ab added ref counting to the buffer pool. also _destroy will clean up the buffer pool mem_chunk if it is the default imp...
Original commit message from CVS:
added ref counting to the buffer pool. also _destroy will clean up the buffer pool mem_chunk if it is the default implementation
2001-06-21 11:19:08 +00:00
Steve Baker 5c5b2dd244 fixed operator precedence bug which caused 32 times too much memory to be allocated for each GstBuffer struct
Original commit message from CVS:
fixed operator precedence bug which caused 32 times too much memory to be allocated for each GstBuffer struct
2001-06-20 14:53:14 +00:00
Wim Taymans 41381041f7 Changed the bytes_written to a gint to avoid overflow...
Original commit message from CVS:
Changed the bytes_written to a gint to avoid overflow...
2001-06-19 18:32:27 +00:00
Richard Boulton 1a06cd4731 idiottest was failing because of change of PLUGIN_USE_SRCDIR to
Original commit message from CVS:
idiottest was failing because of change of PLUGIN_USE_SRCDIR to
PLUGIN_USE_BUILDDIR - fixed.
2001-06-19 12:53:05 +00:00
Richard Boulton 216e862be2 Add -o option argument to gstreamer-launch, to specify a file to output the pipeline to, instead of running it.
Original commit message from CVS:
Add -o option argument to gstreamer-launch, to specify a file to output
the pipeline to, instead of running it.
2001-06-19 10:34:15 +00:00
Erik Walthinsen fd8a8d4d46 updated autogen.sh to use --enable-plugin-builddir
Original commit message from CVS:
updated autogen.sh to use --enable-plugin-builddir
2001-06-19 07:57:46 +00:00
Erik Walthinsen 5b830ed6ad changed plugin-srcdir to plugin-builddir, which is what it should be
Original commit message from CVS:
changed plugin-srcdir to plugin-builddir, which is what it should be
2001-06-19 07:57:06 +00:00
Richard Boulton 5bac75942d Simplify properties which contain lists of integer and integer range entries to minimal combination of ints and range...
Original commit message from CVS:
Simplify properties which contain lists of integer and integer range
entries to minimal combination of ints and ranges that is equivalent.
eg, (1,2,3,7-12,13) becomes (1-3,7-13)

Don't bother with floats for the moment, though it would be easy to add
an equivalent, which would simplify overlapping ranges.
2001-06-18 22:33:35 +00:00
Richard Boulton 55746a46af Add chart plugin to build system.
Original commit message from CVS:
Add chart plugin to build system.
2001-06-18 11:12:19 +00:00
David I. Lehn 56d428f57f ALSA checks use alsa_save_* names and gst attempt to save flags fails when using the same names. Prefixed with gst_.
Original commit message from CVS:
ALSA checks use alsa_save_* names and gst attempt to save flags fails
when using the same names.  Prefixed with gst_.
2001-06-18 04:56:50 +00:00
Steve Baker 5023598cb3 added _gst_buffer_pool_initialize
Original commit message from CVS:
added _gst_buffer_pool_initialize
2001-06-17 14:35:09 +00:00
Steve Baker 921392eee7 added a default bufferpool factory function. it reuses existing instances of bufferpool if requests are made for exis...
Original commit message from CVS:
added a default bufferpool factory function. it reuses existing instances of bufferpool if requests are made for existing buffer sizes
2001-06-17 13:55:55 +00:00
Wim Taymans acc22ba11c Fixed the audiosink in the example with osssink.
Original commit message from CVS:
Fixed the audiosink in the example with osssink.
2001-06-17 03:03:09 +00:00
Wim Taymans e7ceea587b Removed a check (see that the file exists locally ??) to enable network streaming with gnomevfssrc again.
Original commit message from CVS:
Removed a check (see that the file exists locally ??) to enable network
streaming with gnomevfssrc again.
2001-06-16 13:24:26 +00:00
Wim Taymans 398dde60f4 Small updates to the manual.
Original commit message from CVS:
Small updates to the manual.
2001-06-15 21:46:57 +00:00
Wim Taymans 07b3816510 Updated the README file with some cool gstreamer-launch cmd lines
Original commit message from CVS:
Updated the README file with some cool gstreamer-launch cmd lines
by Matthew McClintock <mattsm@mail.utexas.edu>
2001-06-15 19:46:46 +00:00
Wim Taymans 5c73a7824c Changed a stupid assert in request_pad.
Original commit message from CVS:
Changed a stupid assert in request_pad.
Some fixes for pullregion and EOS conditions.
Remove an unneeded check in the scheduler (check for NULL buffer)
some EOS fixes for pullregion in disksrc.
Removed the macro in the gstparse.h header 'cause it's internal to gstparse.c
Added a check in gstparse for NULL element.
2001-06-15 19:13:45 +00:00
Thomas Vander Stichele 710fb2ad9f added some minor stuff
Original commit message from CVS:
added some minor stuff
2001-06-15 16:42:12 +00:00
Richard Boulton e9b51b9450 Fix mistake with saved CPPFLAGS for sdl test and libdv test: was unsaving the value before saving... :(
Original commit message from CVS:
Fix mistake with saved CPPFLAGS for sdl test and libdv test: was unsaving
the value before saving... :(
2001-06-15 15:44:32 +00:00
Richard Boulton d3286080e6 Fix bug #433398, by putting GLIB_CFLAGS
Original commit message from CVS:
Fix bug #433398, by putting GLIB_CFLAGS
2001-06-15 15:42:43 +00:00
Steve Baker 933a7aeff4 should restore dynamic connection of pads (couldn't really test it though)
Original commit message from CVS:
should restore dynamic connection of pads (couldn't really test it though)
2001-06-15 06:33:29 +00:00
Thomas Vander Stichele 4af8c58268 changed cutter example to use a thread
Original commit message from CVS:
changed cutter example to use a thread
2001-06-14 18:04:16 +00:00
Thomas Vander Stichele c8d950b8ef cutter now uses afsink to write out wavs we will add a queue next to handle latency problems
Original commit message from CVS:
cutter now uses afsink to write out wavs
we will add a queue next to handle latency problems
2001-06-13 22:09:58 +00:00
Thomas Vander Stichele af0f1309c7 added cutter example
Original commit message from CVS:
added cutter example
2001-06-13 21:52:42 +00:00
Wim Taymans 8eaa39e111 Loop in pullregion until the desired buffer has been pulled.
Original commit message from CVS:
Loop in pullregion until the desired buffer has been pulled.
2001-06-13 21:33:31 +00:00
Thomas Vander Stichele 20e8b7939d added a function to check if the buffer's data is framed
Original commit message from CVS:
added a function to check if the buffer's data is framed
2001-06-13 21:08:02 +00:00
Thomas Vander Stichele 60c349cb29 added deinterlace
Original commit message from CVS:
added deinterlace
2001-06-13 20:26:10 +00:00
Thomas Vander Stichele b997098405 added example program to show how cutter plugin works
Original commit message from CVS:
added example program to show how cutter plugin works
2001-06-13 16:20:49 +00:00
Thomas Vander Stichele f9023ba24e added helper function to calculate maximum possible sample value based on caps
Original commit message from CVS:
added helper function to calculate maximum possible sample value based
on caps
2001-06-13 15:33:03 +00:00
Thomas Vander Stichele d3b914ad91 added two more cases of eos reasoning
Original commit message from CVS:
added two more cases of eos reasoning
2001-06-13 09:51:27 +00:00
Arik Devens 80fdb9475e Hmm, added working (if hacked) full-screen play, shuffled things around, added error checking so we don't crash on fi...
Original commit message from CVS:
Hmm, added working (if hacked) full-screen play, shuffled things around, added error checking so we don't crash on file not found, added the beginnings of a preferences dialog.
2001-06-13 01:18:12 +00:00
Wim Taymans f462526422 Fixed a bug in the avi encoder with wrong alignment.
Original commit message from CVS:
Fixed a bug in the avi encoder with wrong alignment.
2001-06-12 19:47:41 +00:00
Thomas Vander Stichele 0c383d7306 added some function to support framestamps & timestamps
Original commit message from CVS:
added some function to support framestamps & timestamps
2001-06-12 10:11:26 +00:00
Richard Boulton d6bcf426af Some formatting updates, thanks to using manedit
Original commit message from CVS:
Some formatting updates, thanks to using manedit
2001-06-10 21:13:12 +00:00
Christian Schaller f8356d6e8b - Moved a couple of libs from GPL to LGPL since they had been mistakenly branded as GPL.
Original commit message from CVS:
2001-10-06 Christian Schaller <Uraeus@linuxrising.org>
- Moved a couple of libs from GPL to LGPL since they had been mistakenly branded as GPL.
2001-06-10 18:50:13 +00:00
Steve Baker c1c2236210 can now take comma delimited list of pads. eg gstreamer-launch disksrc location=~/mp3/gnome.mp3 ! mad ! int2float src...
Original commit message from CVS:
can now take comma delimited list of pads. eg gstreamer-launch disksrc location=~/mp3/gnome.mp3 ! mad ! int2float src%d,src%d\!sink%d,sink%d float2int ! osssink
2001-06-10 11:57:39 +00:00
Christian Schaller 96d791a0d8 - Updated the SPEC file as per Erik's wishes
Original commit message from CVS:
2001-10-06 Christian Schaller <Uraeus@linuxrising.org>
- Updated the SPEC file as per Erik's wishes
- Split out the mpeg stuff
- Silenced gstreamer-register when run after each package
2001-06-10 01:18:59 +00:00
Christian Schaller 47a70299f9 - Added gstreamer-register to all plugins
Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- Added gstreamer-register to all plugins
2001-06-09 21:48:04 +00:00
Christian Schaller d3fdc70f95 - moved the visualisations plugins out
Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- moved the visualisations plugins out

TODO:
1. the mpeg plugins need sorting out. currently they are all just placed inside
the main package. Need help with this since I am unsure about what files belongs where with what dependency
2. Cross-dependencies probably should be added to the plugins
3. License information should be added to the plugins
4. GStreamer-register needs to be added for each plugin
2001-06-09 19:23:11 +00:00
Christian Schaller 7cfb8bc2e6 - Finally the SPEC file works again, now only polishing it remains
Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- Finally the SPEC file works again, now only polishing it remains
2001-06-09 18:50:38 +00:00
Christian Schaller 1611f5cddb - More SPEC fixes, not perfect yet, but maybe it actually works now
Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- More SPEC fixes, not perfect yet, but maybe it actually works now
2001-06-09 16:44:54 +00:00
Steve Baker 76544d6da3 store src and sink pads in slists to get ready for the src1,src2\!sink1,sink2 syntax
Original commit message from CVS:
store src and sink pads in slists to get ready for the src1,src2\!sink1,sink2 syntax
2001-06-09 11:43:58 +00:00