mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-06 08:27:03 +08:00
change github action to build all packages
* fix issues * add build script to build all packages locally
This commit is contained in:
@@ -30,7 +30,7 @@ func main() {
|
||||
|
||||
uri := os.Args[1]
|
||||
|
||||
discoverer, err := pbutils.NewDiscoverer(time.Second * 15)
|
||||
discoverer, err := pbutils.NewDiscoverer(gst.ClockTime(time.Second * 15))
|
||||
if err != nil {
|
||||
fmt.Println("ERROR:", err)
|
||||
os.Exit(2)
|
||||
|
Reference in New Issue
Block a user