[Bug 698657] New: shm: Port shared memory plugin to Windows
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Apr 23 06:35:45 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=698657
GStreamer | gst-plugins-bad | unspecified
Summary: shm: Port shared memory plugin to Windows
Classification: Platform
Product: GStreamer
Version: unspecified
OS/Version: Windows
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: oss at nvl.army.mil
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I've ported shmsink and shmsrc to Windows. I've used the simplest method
possible, just #ifdef'ing code to swap out Unix sockets for TCP sockets, and to
use Windows shared memory functions CreateFileMapping/MapViewOfFile instead of
shm_open/mmap. Permissions are much trickier on Windows, so I've opted to
#ifdef that property out. I'll attach a patch as soon as I get release
approval, but before then I'd like to know if my method is acceptable.
--
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