docs/plugins/: Update element args.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 11 Oct 2006 16:30:14 +0000 (16:30 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 11 Oct 2006 16:30:14 +0000 (16:30 +0000)
commit25fa2877ace4dcfd7a4fd9c73bdd291bf476f003
tree968f03187f2155792c989578dceaae648bd8e4c0
parent9f1bef5b1deeb652e26a63a9f636062008510908
docs/plugins/: Update element args.

Original commit message from CVS:
* docs/plugins/gstreamer-plugins.args:
* docs/plugins/inspect/plugin-coreelements.xml:
* docs/plugins/inspect/plugin-coreindexers.xml:
Update element args.
* gst/gstsystemclock.c:
Small comment update.
* plugins/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init),
(gst_tee_request_new_pad), (gst_tee_release_pad),
(gst_tee_buffer_alloc), (gst_tee_sink_activate_push),
(gst_tee_sink_activate_pull):
* plugins/elements/gsttee.h:
Some tee loving:
Add default property defines.
Implement release pad function.
Give properties better blubs etc.
Activate pads before adding them to a running tee.
Do simple buffer_alloc on the first requested pad.
Post error when activation fails.
ChangeLog
docs/plugins/gstreamer-plugins.args
docs/plugins/inspect/plugin-coreelements.xml
docs/plugins/inspect/plugin-coreindexers.xml
gst/gstsystemclock.c
plugins/elements/gsttee.c
plugins/elements/gsttee.h