mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-05 07:56:51 +08:00
add a bit more to examples
This commit is contained in:
@@ -23,6 +23,8 @@ func createPipeline() (*gst.Pipeline, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// Should this actually be a *gst.Element that produces an Appsink interface like the
|
||||
// rust examples?
|
||||
sink, err := app.NewAppSink()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user