gl/web: fix unitialized variable access#59
Open
aslobodeniuk wants to merge 1767 commits into
Open
Conversation
Make conversion kernel more flexible and reusable Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8170>
Allow updating various configuration values via property Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8170>
Adding CUDA based compositor element Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8170>
…aligned Memcpy if needed to ensure sufficient alignment, as some SIMD instructions might require more alignment than we provide by default (e.g. vmovaps requires 32 bytes, but gstreamer uses malloc alignment by default which is 16 bytes here on x86_64). And in any case buffers might be trimmed, so the only alignment we can expect is sample frame alignment which might be even smaller than 16 bytes. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8318>
The GstDevice removed may not have a parent anymore when we check whether the provider is hidden. Let's fetch the provider from the message source, which is more reliable. Fixes a racy nullptr deref on macOS when a device is unplugged: ``` libgstreamer-1.0.0.dylib!is_provider_hidden (gstreamer/subprojects/gstreamer/gst/gstdevicemonitor.c:240) libgstreamer-1.0.0.dylib!bus_sync_message (gstreamer/subprojects/gstreamer/gst/gstdevicemonitor.c:286) libgstreamer-1.0.0.dylib!gst_bus_post (gstreamer/subprojects/gstreamer/gst/gstbus.c:358) libgstreamer-1.0.0.dylib!gst_device_provider_device_remove (gstreamer/subprojects/gstreamer/gst/gstdeviceprovider.c:685) libgstosxaudio.dylib!gst_osx_audio_device_provider_update_devices ([...]/sys/osxaudio/gstosxaudiodeviceprovider.c:539) libgstosxaudio.dylib!_audio_devices_changed_cb ([...]/sys/osxaudio/gstosxaudiodeviceprovider.c:313) CoreAudio!HALObject::PropertiesChanged(unsigned int, AudioObjectPropertyAddress const*) (Unknown Source:0) CoreAudio!HALSystem::PropertiesChanged(unsigned int, AudioObjectPropertyAddress const*) (Unknown Source:0) CoreAudio!HALSystem::ObjectsPublishedAndDied(...) (Unknown Source:0) CoreAudio!HALSystem::AudioObjectsPublishedAndDied(...) (Unknown Source:0) CoreAudio!HALC_ShellPlugIn::ReconcileDeviceList(bool, bool) (Unknown Source:0) CoreAudio!HALC_ShellPlugIn::CreateAggregateDevice(__CFDictionary const*, unsigned int&) (Unknown Source:0) CoreAudio!AudioHardwareCreateAggregateDevice_mac_imp (Unknown Source:0) AudioDSP!___lldb_unnamed_symbol15046 (Unknown Source:0) AudioDSP!___lldb_unnamed_symbol15038 (Unknown Source:0) AudioDSP!___lldb_unnamed_symbol33307 (Unknown Source:0) AudioToolboxCore!APComponent::newInstance(...) (Unknown Source:0) AudioToolboxCore!instantiate(...) (Unknown Source:0) AudioToolboxCore!__AudioComponentInstanceNew_block_invoke (Unknown Source:0) AudioToolboxCore!Synchronously (Unknown Source:0) ``` Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8320>
The generation script can fail to generate a configuration for the four libraries where the documentation is not generated from gir, as it needs to run pkg-config. Only add the path to the configuration file to the sitemap once it has successfully been dumped. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8324>
gst_sparse_file_read() is supposed to set @error when returning 0 but in some cases was not. Hopefully fix a crash in gst_download_buffer_read_buffer() which is checking error->code when 0 is returned. I'm not totally sure when this happens as I debugged this from a post mortem crash but returning a generic error here seems the safe thing to do. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8321>
…an be found We want to pass the `PATH` from the current environment. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8327>
... since produced caps will be different depending on OS and GPU model. Also adding Y444_16LE format to decoder's GL template caps Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8325>
Since Windows and Linux have different default values, use empty string when generating plugin docs Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8325>
Allow to create an iterator for Mtd's inside an AnalyticsRelationMeta Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8237>
Also programatically iterate all of the base classes to register them. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8237>
g_newa0() is only available since 2.72. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8333>
Commit de30de8 added a hook for pad-chain-{pre,post} and pad-chain-list-{pre,post}. As explained in that commit, hooking the chain is helpful because it allows you to hook to buffer propagation in both srcpads (pad-push) and sinkpads (pad-chain). This patch uses the new hooks to log pad-chain in the log tracer. Before, only pad-push was logged, so you could only follow the flow of buffers through the srcpads. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8329>
This adds the data required in AVCDecoderConfigurationRecord for
higher profile (High variants) configurations - everything in the if(...) {...} part
of ISO/IEC 14496-15:2024 Section 5.3.2.1.2. (or 5.3.3.1.2 in the 2019 version).
Resolves an error flagged by ComplianceWarden when muxing this into ISOBMFF.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8308>
This adds the data required in AVCDecoderConfigurationRecord for
higher profile (High variants) configurations - everything in the if(...) {...} part
of ISO/IEC 14496-15:2024 Section 5.3.2.1.2. (or 5.3.3.1.2 in the 2019 version).
Resolves an error flagged by ComplianceWarden when muxing this into ISOBMFF.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8308>
gst_cuda_compositor_upload_frame() returns buffers with increased refcount already Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8335>
…r the meta If any of these change then the meta needs to be updated one way or another. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8288>
Simply update the render rectangle according to the scale factor. As only the render rectangle is changed, the seqnum of the rectangle stays intact and no additional GPU uploads are necessary. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8288>
Downloading the latest build of GStreamer-rs from its CI job and running a script to embed the rustoc generated documentation into hotdoc based one. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8317>
Current behavior is too weird as it points to the `libs.html` page which is empty (as ?language=rust), instead we should stay on the same page. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8350>
Issue: CS_3298
Issue: CS_3298
Otherwise, linking to this library fails because missing gio symbols
The following error is shown:
gtype.c:2092 Uncaught (in promise) RuntimeError: null function or function signature mismatch
at codecs-example.wasm.type_iface_ensure_dflt_vtable_Wm (gtype.c:2092:13)
at codecs-example.wasm.type_iface_vtable_base_init_Wm (gtype.c:2121:3)
at codecs-example.wasm.type_class_init_Wm (gtype.c:407:31)
at codecs-example.wasm.g_type_class_ref (gtype.c:3066:5)
at codecs-example.wasm.gst_element_register (gstelementfactory.c:244:3)
at codecs-example.wasm.gst_element_register_fakeaudiosink (gstfakeaudiosink.c:142:1)
It's needed for wasm build
The emscripten project did a commit replacing copied OpenAL extensions header alext.h with its own reduced version. [1] It was done due to incompatibilities BSD licence and MIT licence. [1] emscripten-core/emscripten@cf8a0d000
54f7707 to
4e0c0fc
Compare
4e0c0fc to
2ca5028
Compare
682dd7f to
72cf184
Compare
72cf184 to
b9fb263
Compare
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
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.
No description provided.