gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Cleanup Gst

Open badcel opened this issue 2 years ago • 0 comments

Currently in Gst there is a manually written Application class.

  • Remove this class as there is no application class in Gst.
  • Ensure that the initialize Method is available in the public API.
  • Update the Video playback sample and put the code to play a video into the main method. The problem with it is that currently it is split into two files and thus hiding the need to call Gst.Module.Initialize();.

badcel avatar Feb 10 '23 21:02 badcel