Avi Zimmerman
1427ab6b64
go mod tidying
2021-01-17 19:18:36 +02:00
Avi Zimmerman
56857316ab
fix up casting functions
2021-01-17 19:16:24 +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
d5306ebb3e
add parent event handler to gstbasesink
2021-01-16 13:33:30 +02:00
Avi Zimmerman
6fa1326003
do another bump and jump to 0.2
2021-01-14 08:02:30 +02:00
Avi Zimmerman
d83b9c8b12
make working with non-go-comparable object properties a little easier
2021-01-14 07:33:27 +02:00
Avi Zimmerman
37c529bedf
comment out basetransform reconfigure since 1.18
2021-01-12 12:02:04 +02:00
Avi Zimmerman
55716b5248
comment out 1.18 methods from base package
2021-01-12 11:52:23 +02:00
Avi Zimmerman
d9243dbaf5
remove getinternallink from gst_pad until I can figure out version matching
2021-01-12 11:45:07 +02:00
Avi Zimmerman
e566804e83
cast 1.18 stacktrace flag directly to int
2021-01-12 11:12:53 +02:00
Avi Zimmerman
e4e7b6d101
add region to minio plugins
2021-01-12 10:20:30 +02:00
Avi Zimmerman
1ebccda0a5
minio/s3 sink plugin
2021-01-12 08:31:29 +02:00
Avi Zimmerman
b603bef498
miniosrc plugin
2021-01-11 20:54:39 +02:00
Avi Zimmerman
324a8ff73b
typos and disable actions workflows
2021-01-11 17:23:34 +02:00
Avi Zimmerman
8c7fa78280
semi working websocketsrc
2021-01-11 17:13:10 +02:00
Avi Zimmerman
0bb120ad5f
add gstnetmeta, go mod tidy, ParentChangeState for element
2021-01-11 08:43:25 +02:00
Shashi
70a2016c8a
Fixed compilation error for 0.1.10 ( #8 )
...
Co-authored-by: MATONE\SVelosamy <Shashitharan.Velosamy@materialise.com.my >
2021-01-11 08:36:04 +02:00
Avi Zimmerman
a9093dedf4
windows build issues - more plugin stuff
2021-01-11 05:54:30 +02:00
Avi Zimmerman
636cbf2ece
add rest of pad callbacks
2021-01-10 17:17:51 +02:00
Avi Zimmerman
5e26fe9a4b
add GstBaseTransform impl
2021-01-10 07:26:41 +02:00
Avi Zimmerman
166759ca2b
add GstCollectPads
2021-01-09 16:52:58 +02:00
Avi Zimmerman
4f1403e9f3
typos
2021-01-09 10:44:34 +02:00
Avi Zimmerman
fdc0bc9713
use generator for plugin entrypoints
2021-01-09 10:38:23 +02:00
Avi Zimmerman
9dc10b2bb8
add push src and flow combiner
2021-01-09 08:53:34 +02:00
Avi Zimmerman
c838f1486a
linting
2021-01-08 22:04:45 +02:00
Avi Zimmerman
8d5a0bbf38
add GstBaseSink and filesink example
2021-01-08 22:00:38 +02:00
Avi Zimmerman
ca1cdb00e7
major cleanup
2021-01-08 16:06:52 +02:00
Avi Zimmerman
cbf6279abc
Squashed commit of the following:
...
commit 7f46be64521d7cdf4d94409f979143a55acd665a
Author: Avi Zimmerman <avi.zimmerman@gmail.com >
Date: Thu Jan 7 12:18:37 2021 +0200
improve plugin interfaces
2021-01-07 12:19:25 +02:00
Avi Zimmerman
681876fd76
more logging
2021-01-07 02:38:58 +02:00
Avi Zimmerman
34eb969053
more log improvements
2021-01-07 02:26:30 +02:00
Avi Zimmerman
8ff68fb176
improve logging
2021-01-07 01:46:59 +02:00
Avi Zimmerman
b2b4bab81e
fixes
2021-01-06 23:22:57 +02:00
Avi Zimmerman
e959875eab
typos
2021-01-06 22:53:55 +02:00
Avi Zimmerman
26cf65f211
Merge plugin experimentation branch - GstBaseSrcs can now be implemented via the bindings but with very limited functionality still
2021-01-06 22:50:03 +02:00
Avi Zimmerman
7f4972677d
readme updates
2021-01-05 07:03:56 +02:00
Avi Zimmerman
d0636a5fde
formatting
2021-01-03 16:04:53 +02:00
Avi Zimmerman
332eb69f50
make quickstart example actually valid
2021-01-03 16:04:38 +02:00
Avi Zimmerman
50e4c82855
readme fixes
2021-01-03 16:00:41 +02:00
Avi Zimmerman
8fedcfb012
update README
2021-01-03 15:55:02 +02:00
Avi Zimmerman
4f6b5db85f
remove binary file from repo
2021-01-02 09:03:38 +02:00
Avi Zimmerman
f1dec81d0d
Some more Buffer and Memory Fixes ( #7 )
...
* fix Buffer.FillBytes to be Windows-safe, make calling Map on Memorys and Buffers safe to do multiple times (with caveats)
2020-12-31 10:00:36 +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
Avi Zimmerman
539f6ddd70
Merge pull request #4 from vshashi01/compile_windows
...
* Changes some cast to C.gsize to ensure size_t compatibility
Co-authored-by: MATONE\SVelosamy <Shashitharan.Velosamy@materialise.com.my >
2020-12-29 07:52:49 +02:00
MATONE\SVelosamy
b40add0395
Revert changes
2020-12-28 15:09:08 +08:00
MATONE\SVelosamy
66fba2d0f0
Changes some cast to C.gsize to ensure size_t compatibility
2020-12-28 15:00:39 +08:00
Avi Zimmerman
df4ff5b93d
Merge pull request #2 from tinyzimmer/fix-ctx-alocation
...
initialize nil pointer first and make writable
2020-12-11 07:34:14 +02:00
Avi Zimmerman
f965fa6dd3
initialize nil pointer first and make writable
2020-12-11 07:32:09 +02:00
tinyzimmer
3bd1ad1f56
update readme
2020-10-12 07:13:20 +03:00
tinyzimmer
bcbbb73659
dont let gotk3 set finalizers
2020-10-12 07:02:36 +03:00
tinyzimmer
ce95696cc5
thats as good as the crappy gif example will get
2020-10-08 09:23:04 +03:00