clapper icon indicating copy to clipboard operation
clapper copied to clipboard

Make some "GstPlayFlags" settings as part of the API

Open Rafostar opened this issue 3 years ago • 0 comments

With current GstPlayer API we have access to changing the GstPlayFlags of the playbin(3) and we do allow changing a few of them. The problem is that GstPlayer is also changing some of them (e.g. video/audio/text to en/disable tracks).

Clapper should provide an API that only allows users to change the ones that aren't changed internally via other settings, otherwise things are gonna get broken. Also worth remembering is that flags set by default in playbin2 are different in playbin3.

Rafostar avatar May 10 '22 10:05 Rafostar