dturing / node-gstreamer-superficial

Superficial gstreamer binding
MIT License
130 stars 45 forks source link

Included conversion for properties containing GstSamples #28

Closed jvictorsoto closed 5 years ago

jvictorsoto commented 5 years ago

I tried to follow the pattern {buf, caps} for the result like appsink element. This is useful in some elements like fakesink that can store last sample for you to recover it at any time.

Also included example in examples/fakesink.js

dturing commented 5 years ago

merged and released (as 1.2.0) with minimal changes; thanks Victor!