Commit graph

150 commits

Author SHA1 Message Date
Erik Walthinsen e4de736962 Merged from HEAD into INCSCHED on 200105251
Original commit message from CVS:
Merged from HEAD into INCSCHED on 200105251
2001-05-25 20:50:09 +00:00
Erik Walthinsen f5314d44b4 Merge from HEAD into INCSCHED1 at 200105231.
Original commit message from CVS:
Merge from HEAD into INCSCHED1 at 200105231.
2001-05-24 00:46:45 +00:00
Wim Taymans f4e002ad63 A commit of pending (small) changes...
Original commit message from CVS:
A commit of pending (small) changes...
2001-04-27 19:35:54 +00:00
Erik Walthinsen 583f6660fa Merged from HEAD to INCSCHED1 on 200104251
Original commit message from CVS:
Merged from HEAD to INCSCHED1 on 200104251
2001-04-26 01:53:20 +00:00
Erik Walthinsen e6a59c8a62 Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.
Original commit message from CVS:
Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.
2001-04-16 21:43:28 +00:00
Matt Howell 2d0212c808 added incremental scheduling notes
Original commit message from CVS:
added incremental scheduling notes
2001-04-09 19:56:08 +00:00
Erik Walthinsen 8edfe3f5de First round of incremental scheduling. Manager setting and managed_elements lists are now handled at bin_add/remove ...
Original commit message from CVS:
First round of incremental scheduling.  Manager setting and managed_elements
lists are now handled at bin_add/remove time.  Scheduling chains can be
created incrementally as well, though there are still some pieces missing.
2001-02-12 23:08:07 +00:00
Wim Taymans d0d6cd30d4 Corrected the associations on the UML diagrams
Original commit message from CVS:
Corrected the associations on the UML diagrams
2001-02-11 22:22:47 +00:00
Wim Taymans ff31df763e Added .dia UML of GstCaps
Original commit message from CVS:
Added .dia UML of GstCaps
Added the autoplugger factory to plugins.dia
Added a first draft for caps-negotiation
2001-02-11 18:29:55 +00:00
Wim Taymans 5e1257437d Added CVS ignore, and two documents..
Original commit message from CVS:
Added CVS ignore, and two documents..
2001-02-06 20:06:22 +00:00
Wim Taymans 804c1b2653 Documentation updates.
Original commit message from CVS:
Documentation updates.
2001-01-31 20:27:00 +00:00
Wim Taymans 6873d31fed The early beginnings of a doc about QoS :-)
Original commit message from CVS:
The early beginnings of a doc about QoS :-)
2001-01-29 23:51:51 +00:00
Wim Taymans a03cb2b8a2 Added ramblings about the XML load/save
Original commit message from CVS:
Added ramblings about the XML load/save
2001-01-29 23:32:14 +00:00
Wim Taymans 51cbf22624 This is a megapatch with the following changes:
Original commit message from CVS:
This is a megapatch with the following changes:

- moved the gchar *name to GstObject, removed the ones in GstElement and
GstPad.
- moved the parent handling completely into GstObject. This cause *all* of
the plugins to fail (except those that used gst_pad_get_parent)
- rearanged the XML save handling.
- GstObject now has a class function save/restore_thyself.
- GstObject has a generic method gst_object_save_thyself, this makes it
possible to fire a signal wehever a new object is loaded. This is needed
so we can add XML save hooks.
- GstXML API has changed slightly. You now have to create a GstXML object
first before you can actually load something. This makes it possible to
attach a signal to GstXML whenever an object is loaded. I'm not sure we
will keep this interface.
- GstObject can now print the path_string without knowing about the GstPad and
GstElement types.
- Added gst_bin_get_by_name_recurse_up to lookup an element in the current
element hierarchy.
- added XML namespaces to the saved pipelines the namespace is:
http://gstreamer.net/gst-core/1.0/
namespaces are needed to distinguish user generated XML from the core XML.

Note that the plugins still contain a macro GST_OBJECT_PARENT that will be
replaced with gst_pad_get_parent shortly.
2001-01-29 00:06:02 +00:00
Wim Taymans 59211a49ff Updated the docs with the new _request methods
Original commit message from CVS:
Updated the docs with the new _request methods
2001-01-23 20:03:07 +00:00
Wim Taymans 75aa948e0c Docs updates
Original commit message from CVS:
Docs updates
Added XML load from memory functionality
Undid the videosink patch, something else is wrong now on my machine:
no MMX acceleration :-(
2001-01-21 23:20:46 +00:00
Wim Taymans 0aaa531aaf An overview of the current EOS handling algorithm.
Original commit message from CVS:
An overview of the current EOS handling algorithm.
2001-01-21 17:36:19 +00:00
Wim Taymans f463d7216a Ramblings about dynamic pads
Original commit message from CVS:
Ramblings about dynamic pads
2001-01-21 16:19:12 +00:00
Wim Taymans de4996ae37 I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
2001-01-21 16:18:40 +00:00
Wim Taymans 9e6885f934 updated to exclude various docs formats (.ps, .dvi,...)
Original commit message from CVS:
updated to exclude various docs formats (.ps, .dvi,...)
2001-01-21 16:10:10 +00:00
Erik Walthinsen 3dd77c5107 more complete(?) XML description of example
Original commit message from CVS:
more complete(?) XML description of example
2001-01-21 01:20:06 +00:00
Erik Walthinsen a1d52b2aa6 initial thoughts on framework
Original commit message from CVS:
initial thoughts on framework
2001-01-21 01:03:13 +00:00
Erik Walthinsen c824d8eaf9 current set of design docs, in .txt format
Original commit message from CVS:
current set of design docs, in .txt format
2001-01-20 20:08:59 +00:00
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