mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
595a06e415
The experimental HW decode path was adapted from clutter-gst based on some experimental gstreamer api. This path was disabled by upstream gstreamer developers back in september last year due to instabilities. Without understanding how the experimental api is implemented it seems rather strange to be plucking out the GL handle of a cogl texture and passing that to some unknown gstreamer code which would presumably somehow have to use the same GL context as Cogl to be able to do something with that texture. For now we can strip all of this unused code and it would be easy enough to re-instate later if it's useful. Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 2a24cb9f2a283af87bb685b3e9c7e3af1ffeab6e)