mirror of
https://github.com/go-gst/go-gst.git
synced 2025-09-28 04:42:17 +08:00
major rework of reference handling
This commit is contained in:
@@ -34,7 +34,6 @@ func tagsetter(mainLoop *glib.MainLoop) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
defer pipeline.Destroy()
|
||||
|
||||
src, err := gst.NewElement("filesrc")
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user