- Apr 15, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added missing category strings...
-
Erik Walthinsen authored
Original commit message from CVS: save xml file of the launch cmdline
-
Erik Walthinsen authored
Original commit message from CVS: added comment about missing flag
-
Erik Walthinsen authored
Original commit message from CVS: run gstreamer-register on postinstall
-
Erik Walthinsen authored
Original commit message from CVS: changed some INFOs to DEBUGs
-
Wim Taymans authored
Original commit message from CVS: Added the volenv/passthrough plugin Makefiles
-
Wim Taymans authored
Original commit message from CVS: Added the mad mp3 decoder. Added flushing to the vorbis decoder. Updated configure.in to check for Hermes and libmad
-
Wim Taymans authored
Original commit message from CVS: Fixed the gfloat error in the va_arg code.
-
- Apr 14, 2001
-
-
Wim Taymans authored
Original commit message from CVS: A rather large patch: - changed the API for the padtemplates: - remove the factories (array of pointers) for the padtemplates, properties and caps. The static array was a nice idea but converting all the property values to a gpointer was not a good idea. float properties were not possible, and casting a gint to a pointer is not very portable. The new API just uses the _padtemplate_new, _caps_new and _props_new functions to create the templates. This has the added benefit that the API is now uniform for static and dynamic templates and that the code can be made cleaner. - lots of cleanups in the way the capabilities are constructed (va_list) - lots of updates for all the plugins (new API) - docs updates (new API) - removed the videoraw docs.
-
- Apr 12, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Lots of updates to the plugins for caps negotiation. Added YUY2 output to the win32 dlls. Added a colorspace converter in gstplay
-
- Apr 10, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Fixed the doc build warnings
-
- Apr 06, 2001
-
-
Zaheer Abbas Merali authored
Original commit message from CVS: Added ALaw encoder and decoder
-
- Apr 03, 2001
-
-
Richard Boulton authored
Original commit message from CVS: Add a proposed makefile to use in place of Makefile.am. This depends on automake 1.4d or later, but is much neater, avoiding horrible hacks to pass special flags in. I put it here for safekeeping until automake 1.5 is released, at which point we can reasonably require it.
-
Richard Boulton authored
Original commit message from CVS: Add artsdsink plugin. Worked first time for me. :)
-
Richard Boulton authored
Fix obscure segfault I just got: perhaps due to running with libxml 1.8.11 but a worthwhile fix anyway. Original commit message from CVS: Fix obscure segfault I just got: perhaps due to running with libxml 1.8.11 (prerelease version), but a worthwhile fix anyway.
-
- Apr 02, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Merged the float property patch from Steve Baker. This patch doesn't really work yet...
-
Zaheer Abbas Merali authored
Original commit message from CVS: Start of the mulaw plugin...needs finishing off
-
Richard Boulton authored
Add configure support for detecting artsc: if this is found, its okay to build an artsdsink plugin. Now, someone jus... Original commit message from CVS: Add configure support for detecting artsc: if this is found, its okay to build an artsdsink plugin. Now, someone just needs to write an artsdsink.
-
Wim Taymans authored
Original commit message from CVS: A rather large update: - a new videosink using plain X windows (xvideosink). It uses capsnego to set up it's formats. - gstplay uses the new xvideosink and a gtk_socket. The initial window size is set to 0x0 so you need to resize it before you see something. - got rid of the video metadata include file in favour of properties and caps negotiation - adjusted most plugins to not use the metadata.
-
Erik Walthinsen authored
Original commit message from CVS: added PID and cID to INFO lines when DEBUG is turned on
-
- Apr 01, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Small change to load the .glade file from the current dir too when pressing the about menu item.
-
Wim Taymans authored
Original commit message from CVS: This patch is now The Right Way(tm) to handle the stop button but at least it doesn't crash...
-
Wim Taymans authored
Slightly modified the _stop handling so that gstmediaplay crashes less viontly. The real problem is that going to the... Original commit message from CVS: Slightly modified the _stop handling so that gstmediaplay crashes less viontly. The real problem is that going to the NULL state does not clean up the scheduling structures I think..
-
- Mar 31, 2001
-
-
Zaheer Abbas Merali authored
Original commit message from CVS: Added stereo2mono plugin
-
Wim Taymans authored
Original commit message from CVS: Adjust the test cases to the new FOURCC API.
-
- Mar 30, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Simplified the FOURCC API to the caps, add a GST_MAKE_FOURCC macro to create a fourcc. Adjusted the plugins to use the new FOURCC API
-
Wim Taymans authored
Original commit message from CVS: Small updates to the .cvsignore files.
-
Wim Taymans authored
Original commit message from CVS: Applied the FreeBSD patch from Orion with some minor modifications to the configure.in patch.
-
Wim Taymans authored
Original commit message from CVS: This hopefully fixes a slight thread sync issue.
-
- Mar 29, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added a test program to test v4lsrc and xvideosink doing capsnego.
-
Wim Taymans authored
Added a plain X videosink, the videosink uses capsnego. adjusted the v4lsrc so that it uses capsnego on the src pad Original commit message from CVS: Added a plain X videosink, the videosink uses capsnego. adjusted the v4lsrc so that it uses capsnego on the src pad Small fixed to capsnego and the properties/caps.
-
Richard Boulton authored
Remove references to audiosink, audiosrc, and audioraw. Documentation at least _starts_ to get built, now. Original commit message from CVS: Remove references to audiosink, audiosrc, and audioraw. Documentation at least _starts_ to get built, now.
-
- Mar 27, 2001
-
-
Wim Taymans authored
Original commit message from CVS: More docs updates
-
Wim Taymans authored
Original commit message from CVS: Removed the audiosink/src from the docs. Removed the audioraw metadata file from the docs.
-
- Mar 24, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Modified a lot of plugins to use the caps system. Modified the caps of audio/raw to our agreed properties. Added the multidisksrc plugin of Dominic Ludlam Renamed audiosink/src to osssink/src and updated all the examples using the old name. Moved oss specific plugins in an oss directory. removed the old audiosink from the elements/ dir. removed audioraw.h metadata header files since we now use the properties. There are still a few plugins that won't build because they include the old audioraw.h header file. This will be fixed soon. Make sure the caps are set in the plugins as described by their padtemplates (this should solve problems with gstmediaplay with various media files). *please don't panic when some plugins won't build, just cd manually into the plugin dirs* This will be fixed soon.
-
- Mar 22, 2001
-
-
David I. Lehn authored
Original commit message from CVS: Debian updates: * add manpages * split off mpeg2dec and alsa packages * use latest doc build flags
-
Wim Taymans authored
Original commit message from CVS: Added the templates for the autoplugger docs
-
- Mar 21, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added the FLX decoder of Sepp Wijnands <mrrazz@garbage-coderz.net>
-
Wim Taymans authored
Original commit message from CVS: API docs updates
-
- Mar 20, 2001
-
-
Richard Boulton authored
Added --enable-plugin-docs configure option, to enable build of the plugin documentation (currently broken). This de... Original commit message from CVS: Added --enable-plugin-docs configure option, to enable build of the plugin documentation (currently broken). This defaults to off. Changed --enable-docs-build to default to on, since all other documentation should build correctly. Also, correct typo in manual, and fix up a couple of things in example.c
-