gstpluginloader: Don't wait forever on gst_poll_wait.
authorEdward Hervey <bilboed@bilboed.com>
Mon, 12 Oct 2009 10:02:34 +0000 (12:02 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 12 Oct 2009 10:21:49 +0000 (12:21 +0200)
commit7f68d7a6f8a91b5296fd2135cf62d7842b77bce7
tree9589aa521eb6740586297a2ab5488c951ba36db9
parentedce400c7974d1501fa650cebd40843a4de08941
gstpluginloader: Don't wait forever on gst_poll_wait.

This allows the macosx versions to properly error out when fds are closed.

This is only a temporary fix until the pluginloader is switched to not
use GstPoll but GIOChannels.
gst/gstpluginloader.c