docs/random/ds/0.9-suggested-changes: add notes - mostly about pad templates
authorBenjamin Otte <otte@gnome.org>
Tue, 17 Aug 2004 08:41:16 +0000 (08:41 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 17 Aug 2004 08:41:16 +0000 (08:41 +0000)
Original commit message from CVS:
* docs/random/ds/0.9-suggested-changes:
add notes - mostly about pad templates

ChangeLog
docs/random/ds/0.9-suggested-changes

index cfce5c3..911604b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 40fcf64..77b3a56 100644 (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