Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe gstreamer plugin should resize when it's presented with frames to fill #24863
Conversation
… fill, not when caps are set
|
OK, I think what's going on is this... The embedder API uses push for some things (
This PR is a workaround for that, by delaying sending the A better fix is to revisit the embedding API to make it all push rather than mixed push/pull (or all async). @paulrouget does my analysis sound right? @ferjm r? |
|
I know nothing about gstplugin. But
Right. But in the first place script should have had the new size.
One day :) |
|
@bors-servo r+ |
|
|
The gstreamer plugin should resize when it's presented with frames to fill <!-- Please describe your changes on the following line: --> This is a workaround for race conditions in the embedder. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24835 - [x] These changes do not require tests because it's fixing a bug with an embedding <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
@bors-servo retry |
The gstreamer plugin should resize when it's presented with frames to fill <!-- Please describe your changes on the following line: --> This is a workaround for race conditions in the embedder. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24835 - [x] These changes do not require tests because it's fixing a bug with an embedding <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
asajeffrey commentedNov 25, 2019
This is a workaround for race conditions in the embedder.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors