deps += [['gstreamer-webrtc-1.0', 'gst-plugins-bad', 'gstwebrtc_dep', 'gstwebrtc']] deps += [['gstreamer-sdp-1.0', 'gst-plugins-base', 'sdp_dep', 'gstsdp']] endif if get_option('tests').allowed() deps += [['gstreamer-check-1.0', 'gstreamer', 'gst_check_dep...
gst-plugins-rs relies on cargo-c to generate shared and static C libraries. It can be installed using: $ cargo install cargo-c Then you can easily build and test a specific plugin: $ cargo cbuild -p gst-plugin-cdg $ GST_PLUGIN_PATH="target/x86_64-unknown-linux-gnu/debug:$GST_PLUG...
Find the latest builds at https://github.com/kingosticks/gst-plugins-rs-build/releases/latest. These are triggered manually, as required. We are currently focused on the 0.12 branch which is compatible with GStreamer versions available in Ubuntu LTS, Debian stable, and latest Raspberry Pi OS....
# build gst-plugins-rs as a gst-build subproject # Disabled because of https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/262 #gst-build: # extends: .meson # rules: # - if: '$CI_PIPELINE_SOURCE == "schedule"' # - if: $CI_PIPELINE_SOURCE == "merge_reques...
The following two methods compile the latest development version ofgst-plugins-rs. Native compile On a low-power device (e.g. Raspberry Pi), the compile will be slow andcargomay require an additional--jobs 1argument to prevent memory exhaustion. ...
esac log "Checkout gst-plugins-rs source if required" [ ! -d "gst-plugins-rs" ] && git clone --depth 1 -b $GST_GIT_BRANCH $GST_GIT_REPO [ ! -d "${GST_SRC_DIR}" ] && echo "Error: Can't find plugin source files at ${GST_SRC_DIR}" && exit 1 log "Install Rust stuff...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1896>Loading branch information otiv-jerome-colle authored and GStreamer Marge Bot committed Nov 7, 2024 1 parent 26a6c3b commit f88c88d Showing 1 changed file with 2 additions and 0 deletions. Whitespace...
Compile and package gst-plugin-rs plugins. Contribute to kingosticks/gst-plugins-rs-build development by creating an account on GitHub.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1634>main SanchayanMaity authored and GStreamer Marge Bot committed Nov 15, 2024 1 parent 5bf44b6 commit d5425c5 Showing 2 changed files with 6 additions and 0 deletions. Whitespace Ignore whitespace Split...