Fernando Jiménez Moreno
Fernando Jiménez Moreno
We can probably use the `_limit` param https://github.com/mozilla-services/syncto/blob/master/syncto/views/collection.py#L37
The root cause of the pkg-config failure on MSVC seems to be that pkg-config-rs is appending .lib, while it shouldn't because rustc already does that on Windows. @sdroege is fixing...
This is required to implement https://github.com/servo/servo/issues/26861 Tested with 2d and 3D content.
#368 introduced a device monitor, but it is only enumerating devices. We are not listening to device changes yet.
Running https://ferjm.github.io/samples/src/content/datachannel/basic/ on Servo shows the following warning: `** (:47792): WARNING **: 15:21:30.553: Error sending data on stream 11: (22) Invalid argument` It seems to come from https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/blob/c1b8802c71d34e3d32bf83161329449624376713/ext/sctp/sctpassociation.c#L520
https://www.w3.org/TR/webrtc/#dom-datachannel-bufferedamount This is one of the missing pieces to get full spec compatibility. The increase part is clear, but I couldn't figure out how to do the decrease part yet.
As described in the [spec](https://webaudio.github.io/web-audio-api/#rendering-loop). From [this comment](https://github.com/servo/media/pull/45#issuecomment-395400564): > For cycles: we can do the traversal a little bit more manually to support it, the algorithm isn't too hard. I...
Using MediaElementAudioSourceNode makes the sound outputs slower than it should.
Until cargo [Target-specific features](https://github.com/rust-lang/cargo/issues/1197) feature or [the split of gstgl](https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/572) are done, we need to manually create bindings for GstGl to workaround the build issues in platforms where EGL is...