plugin loader: Don't crash on bogus plugin details
authorJan Schmidt <thaytan@noraisin.net>
Wed, 4 Nov 2009 01:51:38 +0000 (01:51 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 4 Nov 2009 11:36:20 +0000 (11:36 +0000)
commitcebbcb1cdf3f8303da29db35d9f7c1a7083f4abe
tree67b60ef7c39eccead7b71b372d3695dc8f21675e
parent35e1103446d521028a8c96bc3bda23c4a9b04931
plugin loader: Don't crash on bogus plugin details

When invalid registry chunks are received from the child, and parsing
fails, don't access an invalid plugin pointer. Instead attempt to
figure out which plugin caused the problem and blacklist it.
gst/gstpluginloader.c