diff --git a/ChangeLog b/ChangeLog index cfce5c323e..911604b5ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-17 Benjamin Otte + + * docs/random/ds/0.9-suggested-changes: + add notes - mostly about pad templates + 2004-08-16 Steve Lhomme * win32/GStreamer.vcproj: diff --git a/docs/random/ds/0.9-suggested-changes b/docs/random/ds/0.9-suggested-changes index 40fcf64272..77b3a56800 100644 --- a/docs/random/ds/0.9-suggested-changes +++ b/docs/random/ds/0.9-suggested-changes @@ -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