aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/gstreamer-1.0
AgeCommit message (Collapse)Author
2023-04-05meta-multimedia: Fix missing upstream status in several patchesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-04gst-shark: Upgrade to 0.7.3.1Khem Raj
Fix buffer overflow found with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-04gstd: Remove empty /var/volatile/logKhem Raj
This dir is created at runtime via systemd-tmpfiles Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03recipes: Update SRC_URI branch and protocolsRichard Purdie
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24gst-shark: Inherit pkgconfigKhem Raj
Fixes configure: error: This package requires GLib >= 2.44.0 to compile. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-11gst-shark: Define SRCREV_FORMATKhem Raj
Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-02-04gst-shark: Upgrade to 0.7.2Khem Raj
Fix configure errors seen with autotools 2.70+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-14gst-shark: Upgrade to 0.6.1Khem Raj
Fetch gst common from gitlab src_uri Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com>
2020-01-14gstd: Upgrade to 0.8.1Khem Raj
Install /run and /var/run during runtime Rewrite absolute symlinks to be relative Drop upstreamed patch for gtk-doc fix Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com>
2019-10-28gstd: Fix the version numberAdrian Bunk
This is Gstd 0.6.3 for GStreamer 1.x. Also merge the inc into the recipe. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-11gstd: Upgrade to latest and fix unrecognised options to configureKhem Raj
QA Issue: gstd: configure was passed unrecognised options: --disable-gtk-doc [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-17gst-shark: Add Gst-Shark recipeCarlos Rodriguez
GstShark is an open-source project from RidgeRun that provides benchmarks and profiling tools for GStreamer 1.7.1 (and above). It includes tracers for generating debug information plus some tools to analyze the debug information. GstShark provides easy to use and useful tracers, paired with analysis tools to enable straightforward optimizations. Signed-off-by: rrcarlosrodriguez <carlos.rodriguez@ridgerun.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01gstd: Add Gst-Deamon recipeCarlos Rodriguez
GStreamer Daemon, also called gstd, is a GStreamer framework for controlling audio and video streaming using TCP connection messages. Qt applications, web interfaces, and GStreamer element test suites show different ways the framework can be utilized. GStreamer Daemon is gst-launch on steroids where you can create a GStreamer pipeline, play, pause, change speed, skip around, and even change element parameter settings all while the pipeline is active. Signed-off-by: Carlos Rodriguez <carlos.rodriguez@ridgerun.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>