element: link_many should activate pads if needed
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 12 Aug 2010 23:23:45 +0000 (20:23 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 19 Aug 2010 10:33:08 +0000 (07:33 -0300)
commit706f0f657b0ee85c5ca603b1300234cb980fa619
treedb422429e85f12ff35f26113b627a4808bc66ab5
parent41c04c7471413736191bcad95e2278975580fc94
element: link_many should activate pads if needed

gst_element_link_many does some magic and creates ghostpads
if needed, but it didn't set the newly created ghostpad to
active if needed. This patch fixes it.

https://bugzilla.gnome.org/show_bug.cgi?id=626784
gst/gstutils.c