summaryrefslogtreecommitdiff
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base
AgeCommit message (Collapse)Author
2022-03-29gstreamer1.0-plugins-base: adapt to 1.18Ming Liu
gstreamer1.0-plugins-base has been upgraded to 1.18 in meta-freescale, let's adapt to it. Related-to: ELB-3477 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2021-06-04gstreamer1.0-plugins-base: patch glupload to avoid early DirectVIV upload ↵Zan Dobersek
rejection With GStreamer GL-oriented video sinks that support other caps than just RGBA, the DirectVIV uploader can reject the upload because of the negotiated caps on the glupload element not yet properly indicating RGBA-only format that the DirectVIV uploader enforces on the source side. The rejection means that a different upload mechanism will be chosen, which breaks correct sampling of such a resource inside the GL sink. Avoiding the rejection, the DirectVIV ends up accepting and uploading the buffer and the pipeline is reconfigured with RGBA caps all the way to the sink, enabling it to correctly render the decoded frames. (cherry picked from commit 883713d65a405fa6f3601485a7daaed39aa84423) Reworked to a bbappend as it is no longer a backport. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-09remove upgrades which are now in meta-freescaleMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21multimedia: update to 4.14.98 2.0.0Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-06-20Revert "imx-gst1.0-plugin: Add v4.3.1 and NXP specific gstreamer1.0 patches"Marcel Ziswiler
This resp. a later version got recently pulled into the rocko branch of meta-freescale. This reverts commit 5faa79028eead21680d490a1b589a3875f966e0e.
2017-12-23imx-gst1.0-plugin: Add v4.3.1 and NXP specific gstreamer1.0 patchesStefan Agner
Add NXP specific patches from morty-4.9.51-mx8_beta branch. This allows to use imx-gst1.0-plugin 4.3.1 with gstreamer 1.12.2. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>