Skip to content

Commit 2450945

Browse files
committed
Squashed commit of the following:
commit 3a20cd2 Author: Siirko <[email protected]> Date: Sat Nov 1 16:13:46 2025 +0100 adding Gstreamer plugin for handling asset:// (linux specific) asset:// is registered as a custom protocol through WebKit, but when an audio or video is got from that protocol, gstreamer is used in the background and can't play the media because there is no handler for asset://
1 parent 493e2cb commit 2450945

File tree

1 file changed

+0
-1
lines changed
  • crates/tauri-asset-gst-plugin/src

1 file changed

+0
-1
lines changed

crates/tauri-asset-gst-plugin/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use gst::glib;
22
use gstreamer_base::gst;
33

44
mod tauri_asset;
5-
// https://github.com/sdroege/gst-plugin-rs/blob/main/net/aws/src/lib.rs
65

76
fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
87
tauri_asset::register(plugin)

0 commit comments

Comments
 (0)