bus: Make sure to remove the GPollFD from the GSources when destroying the bus
authorSebastian Dröge <sebastian@centricular.com>
Mon, 29 Feb 2016 08:01:50 +0000 (10:01 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 29 Feb 2016 11:41:15 +0000 (13:41 +0200)
commit05700a7082c145057ccc0be763067bcc263239eb
treea94fa1b21a71e9fd899a10b8302d64bd17784a69
parent15e0f6315f737b673f10f7bfcf47d01be89eedc7
bus: Make sure to remove the GPollFD from the GSources when destroying the bus

Otherwise the GSource can look into our already destroyed bus where the
GPollFD is stored.

https://bugzilla.gnome.org/show_bug.cgi?id=762849
gst/gstbus.c