-
-
Notifications
You must be signed in to change notification settings - Fork 173
updates for gstreamer video player #311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
578ae46
to
c1911c3
Compare
- add new platform message interface for gstreamer video player - add a way to create gstreamer video player from raw gstreamer pipeline - add new API for using standard message codec values without decoding
- add some `raw_std_method_call_...` API for checking, handling method calls - make gstreamer plugin use that API
- a function returning new memory can't be pure
- align test buffers to 16-byte boundaries by default - add float32array to `raw_std_value_after` - fix int64 alignment in `raw_std_value_after` - fix for_each macros in platformchannel.h iterating out of bounds - add more platformchannel unittests for `raw_std_value_equals`
- use cmake object libraries - static libraries don't work well with `__attribute__((constructor))` functions - small fixes for raw_std_value API
- remove old software decoding fallback (for buggy v4l2/gstreamer pi4 hw decoding) - is fixed in kernel & gstreamer now - allow more pixel formats & multi-dmabuf gl upload for video frames
- remove `-i`, `--input` option - refactor cmakelists.txt - use pkgconfig `IMPORTED_TARGET` flag - add -Werror again - add `MAYBE_UNUSED` to functions - remove some unused functions
- improve video frame texture uploading
- fix uploading for multi-dmabuf formats - fix chroma siting detection
aa04123
to
3b86f44
Compare
- fix standard msg codec array value calculation - update readme for gstreamer player updates
- `static const` instead of `const static` - rename `size_for_cursor_size ==> pixel_size_for_cursor_size` - disable `-Wmissing-field-initializers` entirely instead of making it not an error for gcc < 11.3
This was
linked to
issues
Mar 7, 2023
3cea1aa
to
0f2b57d
Compare
- some cmake improvements
This was
unlinked from
issues
Aug 22, 2023
merged as part of #323 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
kStdFloat32Array
standard message codec value