docs/random/ds/0.9-suggested-changes: add notes - mostly about pad templates

Original commit message from CVS:
* docs/random/ds/0.9-suggested-changes:
add notes - mostly about pad templates
This commit is contained in:
Benjamin Otte 2004-08-17 08:41:16 +00:00
parent 00942a943e
commit fa2bc96eaa
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-08-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
* docs/random/ds/0.9-suggested-changes:
add notes - mostly about pad templates
2004-08-16 Steve Lhomme <steve.lhomme@free.fr>
* win32/GStreamer.vcproj:

View file

@ -22,8 +22,17 @@ API:
- gst_pad_get_pad_template_caps -> gst_pad_get_template_caps()
- make templates mandatory for pads.
- force pads to use a pad template from the element they belong to.
- s/PadTemplate/PadFactory/ to describe better what it is and be more in line
with the rest of the API?
- add ways for autopluggers to manage negotiation of their children.
This would allow autopluggers to no longer need helper identities.
(Though the main reason for identities atm is to be able to connect without
plugging - Company)
- remove float support from dparams