Changes between Version 1 and Version 2 of GStreamer


Ignore:
Timestamp:
Feb 8, 2013 10:42:33 AM (11 years ago)
Author:
Martin Robinson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GStreamer

    v1 v2  
    22
    33The GStreamer backend is a web video and web audio backend that's used by the GTK+, Qt, and EFL ports. Optionally it can be used by other ports as well.
     4
     5== Ongoing work ==
     6 * Nicer default media controls
     7    * GTK+ specific bug: https://bugs.webkit.org/show_bug.cgi?id=83869
     8 * Live streaming doesn't work
     9    * https://bugs.webkit.org/show_bug.cgi?id=90732
     10 * Performance issues
     11    * The video sink isn't fast enough yet to handle fullscreen video. We are relying on the builtin fullscreen video control in GStreamer. This does not support custom controls.
     12    * We need better integration with AC. Even when not using hardware accelerated video decoding, we should consider offloading color space conversion to a shader.
     13  * Encrypted video
     14  * WebRTC support and media selection
     15    * https://bugs.webkit.org/show_bug.cgi?id=87514