Commit Graph

11 Commits

Author SHA1 Message Date
RSWilli
dec9519f50 change more time.Durations to gst.ClockTime 2023-08-26 15:06:58 +02:00
RSWilli
d0fc9e926a change module name and use new golang version 2023-08-11 13:50:02 +02:00
Avi Zimmerman
4ec72c3608 pull in updated glib bindings, element class fixes, update examples 2021-01-19 17:40:24 +02:00
Avi Zimmerman
1f7d60b390 major rework of reference handling 2021-01-19 00:18:30 +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
8b72e74561 add ability to retrieve a golang color.Palette from a given video format 2020-10-08 08:42:27 +03:00
tinyzimmer
6a3da898a3 cleanup appsrc example 2020-10-07 11:50:38 +03:00
tinyzimmer
878e74bc27 start GstVideo bindings, GstMapInfo imprrovements/fixes, clean up examples 2020-10-07 11:49:05 +03:00
tinyzimmer
05c99cc6b9 add doc strings to all examples 2020-10-04 14:05:40 +03:00
tinyzimmer
c17e48f52e custom event example 2020-10-03 21:34:39 +03:00
tinyzimmer
2ffdae9e9e add a bit more to examples 2020-10-03 17:19:16 +03:00