mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Reduce number of source files (cleanup)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const { Gio, GLib, GObject, Gst, GstPlayer, Gtk } = imports.gi;
|
||||
const Debug = imports.clapper_src.debug;
|
||||
const Shared = imports.clapper_src.shared;
|
||||
const Misc = imports.clapper_src.misc;
|
||||
|
||||
/* PlayFlags are not exported through GI */
|
||||
Gst.PlayFlags = {
|
||||
@@ -20,7 +20,7 @@ Gst.PlayFlags = {
|
||||
};
|
||||
|
||||
let { debug } = Debug;
|
||||
let { settings } = Shared;
|
||||
let { settings } = Misc;
|
||||
|
||||
var PlayerBase = GObject.registerClass(
|
||||
class ClapperPlayerBase extends GstPlayer.Player
|
||||
|
Reference in New Issue
Block a user