[gstreamer-bugs] [Bug 597946] [GstPoll] Use glib's GPoll for portability

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Oct 11 10:55:06 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=597946
  GStreamer | gstreamer (core) | git

Jan Schmidt <thaytan> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at mad.scientist.com

--- Comment #3 from Jan Schmidt <thaytan at mad.scientist.com> 2009-10-11 17:55:00 UTC ---
According to the docs, we will also need to be careful to pass file descriptors
through GIOChannels to get things to work properly for all file descriptor
types on win32.

A couple of notes:
 * The new background plugin scanner uses GstPoll on stdin/stdout to pass
messages back and forth. I didn't realise it was going to lead to these sorts
of problems. Unfortunately, I also don't have any suggestions for ways to avoid
it.
 * checking the file descriptor numbers isn't going to be effective - the first
thing the background plugin scanner does is dup stdin/stdout onto different
file descriptor numbers, but they are still attached to the same pipes.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list