]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commit
pluginloader: Move stdin and stdout out of harm's way
authorJan Schmidt <thaytan@noraisin.net>
Thu, 8 Oct 2009 14:21:48 +0000 (15:21 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Thu, 8 Oct 2009 14:21:48 +0000 (15:21 +0100)
commit63934021ab096ba3978caa1169caf24216d292ee
tree98abec3e09bf322fdcbe6402f6434b3e80565e86
parentaeb3f1f1ff2ff315ce073fa045d8f899495327ab
pluginloader: Move stdin and stdout out of harm's way

In the plugin loader subprocess, move stdin and stdout to new fd's
so that plugins printing things during plugin init or (*gasp*)
possibly reading from stdin don't interfere with the data sent to
and from the parent.
gst/gstpluginloader.c