summaryrefslogtreecommitdiff
path: root/src/rhlibrary/player.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-13 14:16:21 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-13 14:16:21 (GMT)
commitaacbbfa74a912a6ac11eb0400f358f5f1de23356 (patch)
treee32c4e2d6b7ace85ea43d707dae05fe82e86a6b1 /src/rhlibrary/player.go
parentb2398fd830443fa2930de0605d153b8a1264be95 (diff)
added simple main window
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
}