mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
[325/906] Restore glimagesink instead of ximagesink
Partially revert previous commit. It's not an issue with glimagesink Xoverlay interface. It's always the same intel bug with direct rendering redirection (the one that affects each opengl application with compositing managers). It works fine with DRI2 and UXA acceleration. Still leaving effects disabled because I'm testing intel hardware that doesn't support FBOs.
This commit is contained in:
parent
049f106b47
commit
9aea500080
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ main (int argc, char *argv[])
|
|||
queue[i] = gst_element_factory_make ("queue", NULL);
|
||||
/* upload[i] = gst_element_factory_make ("glupload", NULL);
|
||||
effect[i] = gst_element_factory_make ("gleffects", NULL); */
|
||||
sink[i] = gst_element_factory_make ("ximagesink", NULL);
|
||||
sink[i] = gst_element_factory_make ("glimagesink", NULL);
|
||||
/* gst_bin_add_many (GST_BIN (pipeline),
|
||||
queue[i], upload[i], effect[i], sink[i], NULL); */
|
||||
gst_bin_add_many (GST_BIN (pipeline), queue[i], sink[i], NULL);
|
||||
|
|
Loading…
Reference in a new issue