Commit Graph

19 Commits

Author SHA1 Message Date
RSWilli
e9ec22b95a fix examples with new casing of EOS and others 2025-09-16 22:36:09 +02:00
RSWilli
0a83dcbe85 regenerate with new casing rules 2025-09-16 22:36:08 +02:00
RSWilli
35da2de509 add links to official docs for the app* examples 2025-09-16 22:36:07 +02:00
RSWilli
ebfc2aab82 add appsink example back and add more mapinfo data access funcs 2025-09-16 22:36:07 +02:00
RSWilli
0eb8b28ee2 port examples to new packages and add more postprocessors to reach a similar convenience feature set 2025-09-16 22:36:07 +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
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
8e52199cf3 add signal handler to appsink example 2020-10-05 14:59:51 +03:00
tinyzimmer
ebdff9159c add callasync and clean up examples 2020-10-05 11:13:50 +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
tinyzimmer
c172f1e663 clean up a bit morer 2020-10-03 16:14:29 +03:00
tinyzimmer
f98bb0642e add more comments to appsink example 2020-10-03 16:09:25 +03:00
tinyzimmer
d869a6bea3 dont use panics in examples 2020-10-03 15:58:29 +03:00
tinyzimmer
3870298b98 finish AppSink impl and add example 2020-10-03 15:55:47 +03:00