Skip to content

backend: Add fallback to gtksink

Balló György requested to merge City-busz/totem:gtksink into master

This implements an automatic fallback from gtkglsink to gtksink in the following cases:

  1. When the environment variable TOTEM_USE_GST_GTKSINK=1 is specified.
  2. When the GTK GL context cannot be initialized due to insufficient GL driver.
  3. When a software GL rasteriser (llvmpipe or softpipe) is used, because gtksink performs better in this case.
Edited by Balló György

Merge request reports