-
Notifications
You must be signed in to change notification settings - Fork 40
Adds gstreamer-vaapi backends #278
base: master
Are you sure you want to change the base?
Conversation
zzoon
commented
May 21, 2017
- Uses vaapisink.
- Consumes CPU less than gstreamer-opengl.
- Note that it's not working on Wayland.
} | ||
case GST_MESSAGE_ELEMENT: | ||
{ | ||
#ifdef GDK_WINDOWING_X11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also have to check if the current backend is x11 too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TingPing do you know how to do that ?
@@ -0,0 +1,295 @@ | |||
/* | |||
* This file is part of GNOME Twitch - 'Enjoy Twitch on your GNU/Linux desktop' | |||
* Copyright © 2017 Vincent Szolnoky <vinszent@vinszent.com> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should add your own name in the copyright notice, since (presumably) you have written this file. Same for the other files you have written that contain a copyright notice.
38f73ef
to
fa058f0
Compare
- Using vaapisink - Consumes CPU less than gstreamer-opengl. - Note that it's not working on Wayland.
According to the docs, it should be possible to use the |