Sebastian Dröge

Results 139 issues of Sebastian Dröge

File available from https://www.dropbox.com/s/s8o8paaeghcz3cy/dav1d-rs-get-picture-deadlock.ivf?dl=0. This is an AV1 version of https://www.youtube.com/watch?v=mkggXE5e2yk I was quite certain that this is a bug in dav1d but... I can't reproduce it with dav1dplay (from...

This is with latest openwebrtc from master. With 0.3 release it works fine on the same device. It seems like the camera itself works and captures but the output is...

This would be needed for using videoconvert and videoscale properly on iOS, as it's impossible to allocate executable memory on iOS nowadays for Apple reasons. https://bugzilla.gnome.org/show_bug.cgi?id=742843 is about this issue...

``` 04-13 14:33:57.188 18398 18435 E EventSource: SSE: org.apache.http.conn.HttpHostConnectException: Connection to http://192.168.1.21:8080 refused 04-13 14:33:57.188 18398 18435 W System.err: org.apache.http.conn.HttpHostConnectException: Connection to http://192.168.1.21:8080 refused 04-13 14:33:57.189 18398 18435 W System.err:...

Fails because GTK 4.14 uses GLES now by default. Can be worked around by `GDK_DEBUG=gl-disable-gles`. Problem is that the GLSL shader used in the example is using version 1.40 but...

bug

First of all, thanks for the effort of writing all this and releasing it! It would be good if the video encoders/decoder would use the GstVideoEncoder and GstVideoDecoder base classes....

Currently many user-provided fields are not validated.

Simply splitting on commas/etc is going to get confused by the same character inside quoted strings.

Currently it does not provide any further information about what failed where and why. It would be good to introduce a custom nom error type that provides useful information.

enhancement