summaryrefslogtreecommitdiff
path: root/docs/design/part-gstghostpad.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-07-29 19:19:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-07-29 19:19:29 +0000
commit49de56dd1f32f8710c59b881419df358cd6eba95 (patch)
treeb10ab27e02a233c2e64df4c8d1ad9d56cb4a18ab /docs/design/part-gstghostpad.txt
parent9b1b3593e063344fc9b3ead45108b41a3dec1b8b (diff)
docs/design/part-gstghostpad.txt: Small update.
Original commit message from CVS: * docs/design/part-gstghostpad.txt: Small update. * gst/gstbin.c: (unlink_pads), (gst_bin_add_func), (gst_bin_remove_func): Unlinking pads while holding the bin LOCK is not a good idea. * gst/gstpad.c: (gst_pad_class_init), (gst_pad_link_check_hierarchy), (gst_pad_get_caps_unlocked), (gst_pad_accept_caps), (gst_pad_set_caps), (gst_pad_send_event): No prob setting template after creating the pad.
Diffstat (limited to 'docs/design/part-gstghostpad.txt')
-rw-r--r--docs/design/part-gstghostpad.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/part-gstghostpad.txt b/docs/design/part-gstghostpad.txt
index 2b23abcbc5..757c79fd31 100644
--- a/docs/design/part-gstghostpad.txt
+++ b/docs/design/part-gstghostpad.txt
@@ -153,7 +153,7 @@ Ghostpads
a) new GstProxyPad Y is created
b) Y direction is same as peer
c) Y target is set to peer
- d) X internal pad is set to Y
+ d) X internal pad is set to Y (X is parent of Y)
e) Y is activated in the same mode as X
f) core makes link from src to X
@@ -196,7 +196,7 @@ Ghostpads
a) new GstProxyPad Y is created
b) Y direction is same as peer
c) Y target is set to peer
- d) X internal pad is set to Y
+ d) X internal pad is set to Y (X is parent of Y)
e) link is made from Y to X target (sink)
f) Y is activated in the same mode as X
g) core makes link from src to X