Add custom debug script with Gst version check

This commit is contained in:
Rafostar
2020-09-03 10:43:07 +02:00
parent 176ddf1cc2
commit 7d2b1f1118
3 changed files with 44 additions and 3 deletions

View File

@@ -1,11 +1,16 @@
const { GObject, Gtk, GstPlayer } = imports.gi;
const { GObject, Gtk, Gst, GstPlayer } = imports.gi;
const { Controls } = imports.clapper_src.controls;
const Debug = imports.clapper_src.debug;
let { debug } = Debug;
var Interface = GObject.registerClass(
class ClapperInterface extends Gtk.Grid
{
_init(opts)
{
Debug.gstVersionCheck();
super._init();
let defaults = {