Commit graph

737 commits

Author SHA1 Message Date
Wim Taymans 44a7a49146 This patch is now The Right Way(tm) to handle the stop button but at least it doesn't crash...
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...
2001-04-01 14:01:36 +00:00
Wim Taymans e212377562 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..
2001-04-01 13:51:46 +00:00
Zaheer Abbas Merali b32d520060 Added stereo2mono plugin
Original commit message from CVS:
Added stereo2mono plugin
2001-03-31 00:56:05 +00:00
Wim Taymans 6912e1946e Adjust the test cases to the new FOURCC API.
Original commit message from CVS:
Adjust the test cases to the new FOURCC API.
2001-03-31 00:13:51 +00:00
Wim Taymans 04813b163b Simplified the FOURCC API to the caps, add a GST_MAKE_FOURCC macro to create a fourcc.
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
2001-03-30 23:56:07 +00:00
Wim Taymans 54347a618b Small updates to the .cvsignore files.
Original commit message from CVS:
Small updates to the .cvsignore  files.
2001-03-30 20:10:45 +00:00
Wim Taymans 4b633d90e8 Applied the FreeBSD patch from Orion with some minor modifications to the configure.in patch.
Original commit message from CVS:
Applied the FreeBSD patch from Orion with some minor modifications to the
configure.in patch.
2001-03-30 20:08:25 +00:00
Wim Taymans c7d631ff34 This hopefully fixes a slight thread sync issue.
Original commit message from CVS:
This hopefully fixes a slight thread sync issue.
2001-03-30 19:52:27 +00:00
Wim Taymans c3abf67bcb Added a test program to test v4lsrc and xvideosink doing capsnego.
Original commit message from CVS:
Added a test program to test v4lsrc and xvideosink doing capsnego.
2001-03-29 22:33:54 +00:00
Wim Taymans 9f44f8ecc2 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.
2001-03-29 22:32:00 +00:00
Richard Boulton 0e93fd2747 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.
2001-03-29 17:27:59 +00:00
Wim Taymans 426ac6ae66 More docs updates
Original commit message from CVS:
More docs updates
2001-03-27 17:34:39 +00:00
Wim Taymans 10e29412ff Removed the audiosink/src from the docs.
Original commit message from CVS:
Removed the audiosink/src from the docs.
Removed the audioraw metadata file from the docs.
2001-03-27 16:25:00 +00:00
Wim Taymans 0837e1e495 Modified a lot of plugins to use the caps system.
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.
2001-03-24 17:22:03 +00:00
David I. Lehn d611faa5bc Debian updates: add manpages split off mpeg2dec and alsa packages use latest doc build flags
Original commit message from CVS:
Debian updates:
* add manpages
* split off mpeg2dec and alsa packages
* use latest doc build flags
2001-03-22 16:05:17 +00:00
Wim Taymans 75d6c09d88 Added the templates for the autoplugger docs
Original commit message from CVS:
Added the templates for the autoplugger docs
2001-03-22 00:00:07 +00:00
Wim Taymans ebba06ccd2 I'm too lazy to comment this
Original commit message from CVS:
Added the FLX decoder of Sepp Wijnands <mrrazz@garbage-coderz.net>
2001-03-21 23:59:09 +00:00
Wim Taymans 1d040471a4 API docs updates
Original commit message from CVS:
API docs updates
2001-03-21 21:43:56 +00:00
Richard Boulton d80375c632 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
2001-03-20 23:12:24 +00:00
Wim Taymans 7d4666d4dc Added the new enum testcase to .cvsignore
Original commit message from CVS:
Added the new enum testcase to .cvsignore
2001-03-20 18:29:46 +00:00
Wim Taymans 0267b92c93 More work on capsnego proxying. It should be OK now.
Original commit message from CVS:
More work on capsnego proxying. It should be OK now.
Added another testcase enum that shows various capsnego algorithms.
Warn about pads that try to set a capability incompatible with their
padtemplate.
Implemented refcounting and copy_on_write for caps/props.
2001-03-20 18:29:00 +00:00
Wim Taymans 29cb713b21 More work on capsnego, mostly proxying
Original commit message from CVS:
More work on capsnego, mostly proxying
Added another testsuite for capsnego
Added caps to vorbisdec, mp3parse, mp1videoparse
Redid the queue proxy handling a bit.
2001-03-18 16:17:39 +00:00
Richard Boulton 22c6305b00 Another incremental piece of work on the PWG.
Original commit message from CVS:
Another incremental piece of work on the PWG.
2001-03-18 14:41:39 +00:00
Richard Boulton 20c90565e1 Commit a final couple of modifications before going to bed.
Original commit message from CVS:
Commit a final couple of modifications before going to bed.
2001-03-18 06:24:27 +00:00
Richard Boulton ec8716c206 Some further modifications to the PWG.
Original commit message from CVS:
Some further modifications to the PWG.
2001-03-18 06:16:45 +00:00
Richard Boulton 5ee51757d1 Added many more details about types.
Original commit message from CVS:
Added many more details about types.
2001-03-18 05:21:47 +00:00
Richard Boulton d5c2bc5f98 Various updates to PWG; mainly adding information about types and properties.
Original commit message from CVS:
Various updates to PWG; mainly adding information about types and
properties.
Removed concepts.sgml and typesnprops.sgml; merged into main file.  I was
finding that having all the separate subfiles simply stopped me from
finding what I wanted to edit.  Maybe I'll split it up again later, but
this is much better for now.
2001-03-18 03:57:59 +00:00
Wim Taymans 3534e68563 Reworked the capsnegotiation function audiosink now uses capsnego to set its parameters mpg123/ac3dec use capsnego in...
Original commit message from CVS:
Reworked the capsnegotiation function
audiosink now uses capsnego to set its parameters
mpg123/ac3dec use capsnego instead of metadata
Added the beginnings of a testsuite for capsnego.
2001-03-18 02:42:30 +00:00
Richard Boulton 93c01d268f Update to note that plugins can also contain autopluggers.
Original commit message from CVS:
Update to note that plugins can also contain autopluggers.
2001-03-17 17:50:35 +00:00
Richard Boulton bd08cdd276 Some miscellaneous small changes.
Original commit message from CVS:
Some miscellaneous small changes.
2001-03-17 17:16:01 +00:00
Erik Walthinsen 12876abf04 move eos to eos.old, to reflect its age and to aid ailing OS's like Windoze <g>
Original commit message from CVS:
move eos to eos.old, to reflect its age and to aid ailing OS's like Windoze <g>
2001-03-17 03:15:58 +00:00
David I. Lehn 82f6368bf0 Added man pages.
Original commit message from CVS:
Added man pages.
2001-03-16 01:06:50 +00:00
Wim Taymans 2193791c6b Added the first part of a uses case doc on caps nego
Original commit message from CVS:
Added the first part of a uses case doc on caps nego
2001-03-15 20:08:25 +00:00
Erik Walthinsen 60be08c066 fixed issue with the xmlDocGetRootElement test and non-/usr/lib installs of libxml
Original commit message from CVS:
fixed issue with the xmlDocGetRootElement test and non-/usr/lib installs of libxml
2001-03-14 21:56:32 +00:00
David I. Lehn 826969025e Use of system() in test programs needs an #include <stdlib.h>.
Original commit message from CVS:
Use of system() in test programs needs an #include <stdlib.h>.
2001-03-14 07:54:02 +00:00
David I. Lehn c705c78082 Fix --with-gstreamer-prefix via s/glib/gstreamer/
Original commit message from CVS:
Fix --with-gstreamer-prefix via s/glib/gstreamer/
2001-03-14 06:46:44 +00:00
Wim Taymans df681e7f0e Adjusted -inspect to the new GstCaps structure
Original commit message from CVS:
Adjusted -inspect to the new GstCaps structure
2001-03-13 22:21:29 +00:00
Wim Taymans a8e66eca9e The typefind element now sets the caps on its sink pad when the type has been detected.
Original commit message from CVS:
The typefind element now sets the caps on its sink pad when the type
has been detected.
2001-03-13 22:13:56 +00:00
Wim Taymans 661ba7feb7 Small fixes to the caps compatibility check.
Original commit message from CVS:
Small fixes to the caps compatibility check.
Small changes to the pad negotiation and proxy functions
2001-03-13 20:26:23 +00:00
Wim Taymans 29a006c8d8 Updated the autoplug example with the new autoplugger. there still is a scheduling issue though.
Original commit message from CVS:
Updated the autoplug example with the new autoplugger. there still is
a scheduling issue though.
2001-03-13 18:57:25 +00:00
Wim Taymans 0bb78cefa8 Applied the patch from hadess/ajmitch to add --disable-alsasink and
Original commit message from CVS:
Applied the patch from hadess/ajmitch to add --disable-alsasink and
--disable-esdsink (the latter one being untested) to configure.in
2001-03-13 18:45:49 +00:00
Wim Taymans 3ec275832a Merged the CAPSNEGO1 branch..
Original commit message from CVS:
Merged the CAPSNEGO1 branch..
2001-03-12 21:02:12 +00:00
Wim Taymans db74410739 Some more conversion functions.. We should really use Hermes soon..
Original commit message from CVS:
Some more conversion functions.. We should really use Hermes soon..
2001-03-11 23:14:33 +00:00
Erik Walthinsen 5034ebd995 added check for version 1.8.1 or better of libxml
Original commit message from CVS:
added check for version 1.8.1 or better of libxml
2001-03-11 22:45:32 +00:00
Wim Taymans 1e20129686 Added an rgb24 to rgb32 converter (untested)
Original commit message from CVS:
Added an rgb24 to rgb32 converter (untested)
2001-03-11 21:12:28 +00:00
Wim Taymans 5647ffcc86 Applied the sinesrc patch from Steve Baker.
Original commit message from CVS:
Applied the sinesrc patch from Steve Baker.
2001-03-11 18:34:45 +00:00
Erik Walthinsen 560d23e10b added tool-man's patch for g++ compilation, const guchar for pipeline_new
Original commit message from CVS:
added tool-man's patch for g++ compilation, const guchar for pipeline_new
2001-03-10 09:03:39 +00:00
Wim Taymans 5f4ccbbdea Added librtp as a REQUIREMENT for the rtp plugin
Original commit message from CVS:
Added librtp as a REQUIREMENT for the rtp plugin
2001-03-09 22:03:19 +00:00
Wim Taymans 8baa266798 Added a check for librtp.
Original commit message from CVS:
Added a check for librtp.
2001-03-09 22:02:38 +00:00
Wim Taymans f8b7dead31 Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is not yet detecting librtp...
Original commit message from CVS:
Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is
not yet detecting librtp...
2001-03-09 20:50:36 +00:00