gir.core
gir.core copied to clipboard
Cleanup Gst
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();
.