Eric Haug

Results 6 comments of Eric Haug

The element is written entirely in Java. It is based on an element I have written in python. Would it be possible to use that element if I create a...

Ok, here is a very basic version of what I am trying to do: ``` public class CustomElement extends Element { public static final String GTYPE_NAME = "CustomElement"; public static...

@neilcsmith-net, I wasn't entirely certain as to whether you saying "will need to look into how we support this, or whether we already can" was in reference to creating a...

I want to copy the buffer data and create a new buffer containing that data along with other data I pull from my system. I think`GstBufferAPI.MapInfoStruct` may be what I'm...

It also appears there is no way I can inject a `MapInfoStruct` into a `Buffer`.

Thanks so much! Unfortunately my testing for this is now blocked by #133