Commit graph

127 commits

Author SHA1 Message Date
Erik Walthinsen cfb7276682 added first hack at testing suite design
Original commit message from CVS:
added first hack at testing suite design
2001-01-20 19:20:13 +00:00
Wim Taymans 9b3f1277ce API docs updates
Original commit message from CVS:
API docs updates
2001-01-19 22:15:21 +00:00
Richard Boulton 52713dac28 Fix some typos, and grammar errors.
Original commit message from CVS:
Fix some typos, and grammar errors.
2001-01-19 02:10:10 +00:00
Richard Boulton b27f8d7c31 Wrote a little more text, and did more of the work on making the sections.
Original commit message from CVS:
Wrote a little more text, and did more of the work on making the sections.
When this manual has text in all these sections its going to be pretty
impressive...
2001-01-19 02:06:40 +00:00
Wim Taymans 7e30e55c3c Manual updates and additions
Original commit message from CVS:
Manual updates and additions
2001-01-16 23:35:22 +00:00
Wim Taymans 78d88ab82e Updated docs with dynamic pads
Original commit message from CVS:
Updated docs with dynamic pads
Fixed quotes
2001-01-15 00:53:07 +00:00
Richard Boulton 15f298e7cb Fix build problem when don't have db2html, or a directory to put the manual in: was trying to make a symlink in the n...
Original commit message from CVS:
Fix build problem when don't have db2html, or a directory to put the manual in:
was trying to make a symlink in the non-existant directory, and causing the
build to stop.
2001-01-14 22:25:43 +00:00
Erik Walthinsen 9ca8248cc2 Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef...
Original commit message from CVS:
Massive build fixup.  Will send message to -devel list later with details
on the changes and what they mean for Makefile.am writers.  Check
docs/random/omega/build/TODO for a list of things that I had to make sure
of.

NOTE: this requires a complete rebuild of all plugins, since I also
changed the STATE enum to a bitfield instead of sequential numbers.
2001-01-14 21:55:41 +00:00
Wim Taymans 488ed4f98a Updated quotes :-)
Original commit message from CVS:
Updated quotes :-)
2001-01-14 04:45:42 +00:00
Wim Taymans 69b40b46d2 Antoher way of dealing with EOS. This proposal does not use the recursion to propagate the EOS signal. This implies t...
Original commit message from CVS:
Antoher way of dealing with EOS. This proposal does not use the recursion
to propagate the EOS signal. This implies that an element cannot deny an
EOS signal anymore but since the signal is generated when a NULL buffer is
pushed, somebody did something wrong anyway.
2001-01-13 19:04:18 +00:00
Wim Taymans f18c4056f7 Added an updated use case for EOS handling.
Original commit message from CVS:
Added an updated use case for EOS handling.
2001-01-13 15:47:43 +00:00
Wim Taymans 14bf136858 Updated the TODO list...
Original commit message from CVS:
Updated the TODO list...
2001-01-13 14:45:49 +00:00
Wim Taymans 92820d240d Added case6: a multithreaded audio mixer setup.
Original commit message from CVS:
Added case6: a multithreaded audio mixer setup.
2001-01-13 02:12:44 +00:00
Wim Taymans f03c9fb1e7 Added a simple mp3 mixer pipeline setup with an explanation of how EOS could be handled with it.
Original commit message from CVS:
Added a simple mp3 mixer pipeline setup with an explanation of how EOS
could be handled with it.
2001-01-12 22:44:41 +00:00
Wim Taymans 76f1b4540a While typing on eos2 about the EOS handling, I got an idea and started eos3. eos3 takes a different approach by mergi...
Original commit message from CVS:
While typing on eos2 about the EOS handling, I got an idea and started
eos3. eos3 takes a different approach by merging the eos detection and
the scheduling in a quite elegant way. I'm not sure we handle the
scheduling like this though...
2001-01-12 18:51:03 +00:00
Erik Walthinsen 5608ed3da1 added all of my un-committed random doc files, as backup <g>
Original commit message from CVS:
added all of my un-committed random doc files, as backup <g>
2001-01-11 09:42:17 +00:00
Erik Walthinsen 487cb83ce6 updated -launch examples
Original commit message from CVS:
updated -launch examples
2001-01-10 21:28:49 +00:00
Erik Walthinsen 5e1c88675d minor docs fix
Original commit message from CVS:
minor docs fix
2001-01-10 09:15:00 +00:00
Erik Walthinsen bebdf80da3 latest irc insanity
Original commit message from CVS:
latest irc insanity
2001-01-09 20:54:02 +00:00
Richard Boulton 9dd58545dc cvsignore gstreamer-scan{,.c}
Original commit message from CVS:
cvsignore gstreamer-scan{,.c}
2001-01-08 23:57:37 +00:00
Richard Boulton c12e795dec Move plugin example code to new location, and put it into build system.
Original commit message from CVS:
Move plugin example code to new location, and put it into build system.
Add work on firstplugin chapter of pwg.
Fix typo in quotes.
Add @'s before commands in manuals.mak
2001-01-08 23:55:27 +00:00
Wim Taymans 2a4a536fee Manual updates. fixes to gstxml.c gst_xml_get_element was broken
Original commit message from CVS:
Manual updates.
fixes to gstxml.c gst_xml_get_element was broken
2001-01-08 22:08:40 +00:00
Erik Walthinsen dfae627b86 added another, um, exchange
Original commit message from CVS:
added another, um, exchange
2001-01-08 08:32:46 +00:00
Richard Boulton 470bdfd66a Add a "quotes" section to the gstreamer manual.
Original commit message from CVS:
Add a "quotes" section to the gstreamer manual.
This may not be an appropriate place to have this - feel free to remove
it.  But I think this should live _somewhere_.
2001-01-08 01:27:07 +00:00
Richard Boulton 6ce7582db3 Remove text version of headings for fwg. This is now contained in the
Original commit message from CVS:
Remove text version of headings for fwg.  This is now contained in the
SGML
2001-01-08 01:23:21 +00:00
Richard Boulton 9f8702b992 Renamed the filter writers guide to plugin writers guide.
Original commit message from CVS:
Renamed the filter writers guide to plugin writers guide.
Added in the planned section headings.
2001-01-08 01:21:18 +00:00
Wim Taymans 2651b1b3e8 Added iterations
Original commit message from CVS:
Added iterations
2001-01-07 22:36:28 +00:00
Wim Taymans e7096c91ab Added a plan for regression test plan definitions
Original commit message from CVS:
Added a plan for regression test plan definitions
2001-01-07 22:34:34 +00:00
Wim Taymans a0c0706dfb Made sure -g is not used when no --enable-debug
Original commit message from CVS:
Made sure -g is not used when no --enable-debug
Updated AUTHORS in gstmediaplay
2001-01-07 17:09:28 +00:00
Richard Boulton a33e291b6a Add tests for -L png and -L eps arguments to fig2dev.
Original commit message from CVS:
Add tests for -L png and -L eps arguments to fig2dev.
Correct slip in docs/manuals.mak which used HAVE_DB2PS instead of
HAVE_PS2PDF.
2001-01-07 13:58:57 +00:00
Richard Boulton 0a418d15d0 Config directory (which currently just holds the registry)ecan now be set by configure --with-configdir=<directory path>
Original commit message from CVS:
Config directory (which currently just holds the registry)ecan now be set
by configure --with-configdir=<directory path>
2001-01-07 05:30:07 +00:00
Wim Taymans 2763642766 Added a deadlock case for the queue
Original commit message from CVS:
Added a deadlock case for the queue
2001-01-07 02:30:50 +00:00
Richard Boulton 4e1993625f More updates: now have headings for the second section too, and some text for it... ;-)
Original commit message from CVS:
More updates: now have headings for the second section too, and some
text for it... ;-)
2001-01-07 02:23:40 +00:00
Richard Boulton 3408d28133 Wrote introduction, and changed name to plugin writers guide (though files still need rename). I'll leave the filena...
Original commit message from CVS:
Wrote introduction, and changed name to plugin writers guide (though
files still need rename).  I'll leave the filenames as is for now, since
the name might still change again...
2001-01-07 00:12:46 +00:00
Erik Walthinsen 7c51d6e0ca Cleaned up the docs a bit.
Original commit message from CVS:
Cleaned up the docs a bit.
2001-01-06 22:05:15 +00:00
Wim Taymans a76f5340e3 Fixed the MPEG2 to MPEG1 recoder, we need cannot create dangling elements with the current scheduler. Remove the subt...
Original commit message from CVS:
Fixed the MPEG2 to MPEG1 recoder, we need cannot create dangling elements
with the current scheduler. Remove the subtitle parser because it's not
possible with the current scheduler.
Added a padtemplate for MPEG2 subtitles.
2001-01-06 16:52:44 +00:00
Wim Taymans 3d34ce7b95 Updated the manual and the docs.
Original commit message from CVS:
Updated the manual and the docs.
Removed the esdsink in gst/elements/ we have a real one not in the
plugins dir.
Added more APIs to query the plugins, types and caps. more fields now
have a getter and a setter. This is needed to make gstreamer wrapper
fiendly.
Added gst_element_disconnect beacuse we also have a gst_element_connect
2001-01-06 02:35:17 +00:00
Wim Taymans ded7ca6616 Docs updates
Original commit message from CVS:
Docs updates
2001-01-05 18:50:41 +00:00
Wim Taymans ea3715a1b4 Updates and additions to the manual
Original commit message from CVS:
Updates and additions to the manual
2001-01-04 23:35:50 +00:00
Erik Walthinsen df81ae1765 updated API docs
Original commit message from CVS:
updated API docs
2001-01-04 22:16:06 +00:00
Richard Boulton 13ece6af49 Don't delete CVS directories from working directory: delete from distdir.
Original commit message from CVS:
Don't delete CVS directories from working directory: delete from distdir.
Also, delete backup files, while you're at it. :)
2001-01-02 22:52:30 +00:00
Wim Taymans adf0ffecb4 Remove esdsink from the docs more fixes for symbols collisions
Original commit message from CVS:
Remove esdsink from the docs
more fixes for symbols collisions
2001-01-02 18:40:43 +00:00
Richard Boulton 532137eeed Remove gstesdsink
Original commit message from CVS:
Remove gstesdsink
2001-01-02 15:18:46 +00:00
Richard Boulton 71bb06d585 Add dist-hook to stop CVS/ directories being put into distribution.
Original commit message from CVS:
Add dist-hook to stop CVS/ directories being put into distribution.
2001-01-02 14:35:39 +00:00
Erik Walthinsen ae0d5d1889 Massive, massive update of most source files. I went through and cleaned up all the warnings that I could, which inv...
Original commit message from CVS:
Massive, massive update of most source files.  I went through and cleaned
up all the warnings that I could, which involved fixing some of the plugins.

The configure.in script was re-arranged and cleaned up so, and a check for
libtool 1.3.5 was added to autogen.sh.  Added checks for Gtk and GNOME.

Some plugins were removed from the list of things to build for various reasons.

Added GST_DEBUG_FORCE_DISABLE in gstgetbits, since that's time critical and
even an if() from a DEBUG can significantly increase runtimes.
2001-01-02 08:13:34 +00:00
Wim Taymans 49b6a51534 Fixed makefiles for docs
Original commit message from CVS:
Fixed makefiles for docs
Added eos test programs
2001-01-02 02:16:24 +00:00
Wim Taymans dd37e99746 Fixes for gsteditor/gstplay install/build fixed typo in random/eos added num_buffers property to fakesrc
Original commit message from CVS:
Fixes for gsteditor/gstplay install/build
fixed typo in random/eos
added num_buffers property to fakesrc
2001-01-02 01:44:53 +00:00
Richard Boulton c8e92c77d8 Added checking for all the tools used to make documentation.
Original commit message from CVS:
Added checking for all the tools used to make documentation.
If documentation cannot be generated, whatever is available will still be
installed.
videosink/imagetest is now a check_PROGRAM
2001-01-02 01:33:01 +00:00
Wim Taymans 9977f8e252 Added some more TODOs
Original commit message from CVS:
Added some more TODOs
Added a proposition for eos propagation
2001-01-01 19:54:01 +00:00
Wim Taymans 4328a30762 Documentation updates
Original commit message from CVS:
Documentation updates
2001-01-01 17:25:43 +00:00