- Jun 24, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: initial pass at #ifdef'ing xml load/save
-
Erik Walthinsen authored
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.
-
- Jun 21, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added vgasink.
-
Steve Baker Baker authored
Original commit message from CVS: added refcounting and _get_default
-
Wim Taymans authored
Original commit message from CVS: Removed old unused libs.
-
Wim Taymans authored
Original commit message from CVS: Removed the winloader
-
Wim Taymans authored
Original commit message from CVS: Removed the wine loader.
-
Wim Taymans authored
Original commit message from CVS: Removed the winelibs.
-
Steve Baker Baker authored
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
-
- Jun 20, 2001
-
-
Steve Baker Baker authored
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
-
- Jun 19, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Changed the bytes_written to a gint to avoid overflow...
-
Richard Boulton authored
Original commit message from CVS: idiottest was failing because of change of PLUGIN_USE_SRCDIR to PLUGIN_USE_BUILDDIR - fixed.
-
Richard Boulton authored
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.
-
Erik Walthinsen authored
Original commit message from CVS: updated autogen.sh to use --enable-plugin-builddir
-
Erik Walthinsen authored
Original commit message from CVS: changed plugin-srcdir to plugin-builddir, which is what it should be
-
- Jun 18, 2001
-
-
Richard Boulton authored
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.
-
Richard Boulton authored
Original commit message from CVS: Add chart plugin to build system.
-
David I. Lehn authored
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_.
-
- Jun 17, 2001
-
-
Steve Baker Baker authored
Original commit message from CVS: added _gst_buffer_pool_initialize
-
Steve Baker Baker authored
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
-
Wim Taymans authored
Original commit message from CVS: Fixed the audiosink in the example with osssink.
-
- Jun 16, 2001
-
-
Wim Taymans authored
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.
-
- Jun 15, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Small updates to the manual.
-
Wim Taymans authored
Original commit message from CVS: Updated the README file with some cool gstreamer-launch cmd lines by Matthew McClintock <mattsm@mail.utexas.edu>
-
Wim Taymans authored
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.
-
Thomas Vander Stichele authored
Original commit message from CVS: added some minor stuff
-
Richard Boulton authored
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... :(
-
Richard Boulton authored
Original commit message from CVS: Fix bug #433398, by putting GLIB_CFLAGS
-
Steve Baker Baker authored
Original commit message from CVS: should restore dynamic connection of pads (couldn't really test it though)
-
- Jun 14, 2001
-
-
Thomas Vander Stichele authored
Original commit message from CVS: changed cutter example to use a thread
-
- Jun 13, 2001
-
-
Thomas Vander Stichele authored
Original commit message from CVS: cutter now uses afsink to write out wavs we will add a queue next to handle latency problems
-
Thomas Vander Stichele authored
Original commit message from CVS: added cutter example
-
Wim Taymans authored
Original commit message from CVS: Loop in pullregion until the desired buffer has been pulled.
-
Thomas Vander Stichele authored
Original commit message from CVS: added a function to check if the buffer's data is framed
-
Thomas Vander Stichele authored
Original commit message from CVS: added deinterlace
-
Thomas Vander Stichele authored
Original commit message from CVS: added example program to show how cutter plugin works
-
Thomas Vander Stichele authored
Original commit message from CVS: added helper function to calculate maximum possible sample value based on caps
-
Thomas Vander Stichele authored
Original commit message from CVS: added two more cases of eos reasoning
-
Arik Devens authored
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.
-
- Jun 12, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Fixed a bug in the avi encoder with wrong alignment.
-