[gstreamer-bugs] [Bug 607932] New: Create a sandboxed playback element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jan 24 06:13:24 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=607932
  GStreamer | gst-plugins-base | unspecified

           Summary: Create a sandboxed playback element
    Classification: Desktop
           Product: GStreamer
           Version: unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: johan at gnome.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


GStreamer should provide a playback element that separates the network IO and
decoding from rendering. Demuxers and decoders are more likely to contain
security bugs and should be separated as much as possible from the rest of the
playback pipeline.

Source/demuxing/decoding should ideally be done in one process and communicate
and send the data over shmem/pipe etc to another process which is only sending
the decoded data to the audio and videosink.

See also:
http://code.google.com/p/chromium/issues/detail?id=32861#c23

-- 
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