mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
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:
parent
00942a943e
commit
fa2bc96eaa
2 changed files with 14 additions and 0 deletions
|
@ -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>
|
2004-08-16 Steve Lhomme <steve.lhomme@free.fr>
|
||||||
|
|
||||||
* win32/GStreamer.vcproj:
|
* win32/GStreamer.vcproj:
|
||||||
|
|
|
@ -22,8 +22,17 @@ API:
|
||||||
|
|
||||||
- gst_pad_get_pad_template_caps -> gst_pad_get_template_caps()
|
- 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.
|
- add ways for autopluggers to manage negotiation of their children.
|
||||||
This would allow autopluggers to no longer need helper identities.
|
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
|
- remove float support from dparams
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue