bus: Use a construct-only property to distinguish between child buses and normal...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 7 Apr 2011 09:19:57 +0000 (11:19 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 8 Apr 2011 07:15:56 +0000 (09:15 +0200)
commitc41b0ade28790ffdb0e484b41cd7929c4e145dec
treec26c478bda1abc7ae4057b017723832901c5ed0b
parent5c75330fea3b4da43eff00feeeb165d9318427b0
bus: Use a construct-only property to distinguish between child buses and normal buses

This allows to only create the socketpair when it is really required instead
of always creating it and immediately destroying it again for child buses.

https://bugzilla.gnome.org/show_bug.cgi?id=647005
gst/gst_private.h
gst/gstbin.c
gst/gstbus.c