Commit Graph

9 Commits

Author SHA1 Message Date
RSWilli
095e65c800 some staticcheck fixes 2023-09-02 00:13:21 +02:00
RSWilli
ca1a83e57d change clockTime type, add more bindings 2023-08-11 16:24:32 +02:00
RSWilli
d0fc9e926a change module name and use new golang version 2023-08-11 13:50:02 +02:00
Avi Zimmerman
1f7d60b390 major rework of reference handling 2021-01-19 00:18:30 +02:00
Avi Zimmerman
56afdb35c0 major move of all glib specific bindings and extendable objects from go runtime to go-glib package 2021-01-17 18:42:14 +02:00
Avi Zimmerman
9dc10b2bb8 add push src and flow combiner 2021-01-09 08:53:34 +02:00
Avi Zimmerman
c045acdff1 Buffer and Memory Optimizations (#6)
* Fixes for memory leaks when creating or mapping the contents of a buffer
* Unmap methods on Buffer and Memory objects for required use after utilizing their Map methods
* Optimize MapInfo.WriteData to use memcpy
* Re-implement BufferFromBytes using GBytes and `gst_buffer_new_wrapped_bytes` instead of `gst_buffer_new_wrapped`.
2020-12-30 12:38:24 +02:00
tinyzimmer
878e74bc27 start GstVideo bindings, GstMapInfo imprrovements/fixes, clean up examples 2020-10-07 11:49:05 +03:00
tinyzimmer
25ab6919a4 add pad-probes example 2020-10-05 08:22:58 +03:00