Clemens Albrecht
Results
2
issues of
Clemens Albrecht
### Acknowledgements - [x] I have installed OpenTabletDriver by following its [official installation instructions](https://opentabletdriver.net/). - [X] I have checked the [OpenTabletDriver Wiki](https://opentabletdriver.net/Wiki) and respective FAQ pages, and my issue was...
bug
I want to retrieve a GstElement from my pipeline that implements GstStreamVolume. I use the following code: ```java public StreamVolume getStreamVolume() { Element sv = pipeline.getByInterface(StreamVolume.getType()); if (sv != null)...
bug