summaryrefslogtreecommitdiff
path: root/src/rhlibrary/player.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhlibrary/player.go')
-rw-r--r--src/rhlibrary/player.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rhlibrary/player.go b/src/rhlibrary/player.go
index 3e4211c..98b7e35 100644
--- a/src/rhlibrary/player.go
+++ b/src/rhlibrary/player.go
@@ -27,7 +27,6 @@ package main
import (
"fmt"
"github.com/revmischa/gst"
- "github.com/ziutek/glib"
"path"
)
@@ -55,7 +54,6 @@ func (p *Player) Play(cart, cut uint) (err error) {
p.pipe.SetProperty("uri", "file://"+filename)
p.pipe.SetState(gst.STATE_PLAYING)
- glib.NewMainLoop(nil).Run()
return
}